botw-completer/source
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
..
main.c Integrate UI system into main application 2023-05-17 17:09:32 -07:00
map_basic.c Add basic map pin functionality 2023-05-18 11:49:10 -07:00
map_basic.h Add basic map pin functionality 2023-05-18 11:49:10 -07:00
save_basic.c Expand save system with data access framework 2023-05-18 14:52:57 -07:00
save_basic.h Expand save system with data access framework 2023-05-18 14:52:57 -07:00
ui_basic.c Add basic UI system 2023-05-17 16:58:22 -07:00
ui_basic.h Add basic UI system 2023-05-17 16:58:22 -07:00