- 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
- Define Point structure for 3D coordinates
- Add map pin type constants
- Implement placeholder functions for:
* Player location loading
* Map pin addition
* Pin counting
- Foundation for Korok seed tracking
- 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
- Create UI header with menu structures
- Implement screen clearing and title display
- Add message printing functionality
- Foundation for menu-driven interface
- Add account initialization and user handling
- Mount save data using BOTW Application ID
- Proper error handling with Result codes
- Foundation for save file manipulation
Create minimal Switch homebrew application.
- Initialize console and input handling
- Basic event loop with exit on Plus button
- Foundation for BOTW save tool