Port over berry fix program

This commit is contained in:
PikalaxALT
2018-12-16 20:17:31 -05:00
parent cc84f66655
commit f91b71d395
47 changed files with 7189 additions and 1 deletions
+29
View File
@@ -0,0 +1,29 @@
.include "main.o"
.include "rtc.o"
.align 4
gFirstSaveSector: @ 0x03001220
.space 0x4
gPrevSaveCounter: @ 0x03001224
.space 0x4
gLastKnownGoodSector: @ 0x03001228
.space 0x4
gDamagedSaveSectors: @ 0x0300122C
.space 0x4
gSaveCounter: @ 0x03001230
.space 0x4
gFastSaveSection: @ 0x03001234
.space 0x4
gCurSaveChunk:
.space 0x4
gFlashIdentIsValid: @ 0x0300123C
.space 0x4
.include "*libagb_flash.a:agb_flash.o"