Clean up save_failed_screen

This commit is contained in:
GriffinR
2021-02-24 14:53:32 -05:00
parent f09278393e
commit f172ff84c9
3 changed files with 54 additions and 64 deletions

View File

@@ -23,10 +23,6 @@ static u8 HandleWriteSector(u16 a1, const struct SaveSectionLocation *location);
// Divide save blocks into individual chunks to be written to flash sectors
// Each 4 KiB flash sector contains 3968 bytes of actual data followed by a 128 byte footer
#define SECTOR_DATA_SIZE 3968
#define SECTOR_FOOTER_SIZE 128
/*
* Sector Layout:
*