Commit graph

4 commits

Author SHA1 Message Date
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
d689902de7
Integrate UI system into main application
- Add UI initialization to main loop
- Use UI message system instead of direct printf
- Improve exit handling with boolean flag
- Add line buffering for better output
2023-05-17 17:09:32 -07:00
0ccd79677d
Integrate save functionality into main loop
- Add save_basic.h include to main.c
- Wire up A button to trigger save operations
- Update version to 0.2
2023-05-16 15:27:51 -07:00
46e530be36
Add basic main.c with console setup
Create minimal Switch homebrew application.
- Initialize console and input handling
- Basic event loop with exit on Plus button
- Foundation for BOTW save tool
2023-05-16 09:31:00 -07:00