botw-completer/source
badbl0cks 4ece8c1922
Implement functional menu system
- Add button-driven menu with multiple options
- Wire up A button to add all Korok pins
- Connect B button to count existing pins
- Auto-initialize save system on startup
- Cleaner main loop without manual save testing
2023-05-19 15:33:48 -07:00
..
data_basic.c Add initial Korok seed location data 2023-05-19 09:41:24 -07:00
data_basic.h Add initial Korok seed location data 2023-05-19 09:41:24 -07:00
main.c Implement functional menu system 2023-05-19 15:33:48 -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 Implement functional menu system 2023-05-19 15:33:48 -07:00
ui_basic.h Add basic UI system 2023-05-17 16:58:22 -07:00