Homebrew Switch app to help find missing Korok seeds in Zelda: Breath of the Wild!
Find a file
badbl0cks 91898b81fb
Expand save system with data access framework
- Add Hashes struct for known save file offsets
- Add Float union for type conversion
- Implement placeholder functions for:
  * Reading u32/float from addresses
  * Writing float to addresses
  * Save file writing
- Add player position hash constant
2023-05-18 14:52:57 -07:00
source Expand save system with data access framework 2023-05-18 14:52:57 -07:00
.gitignore Initial project setup 2023-05-15 14:29:16 -07:00
Makefile Add basic Makefile for Nintendo Switch homebrew 2023-05-15 16:58:48 -07:00