mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 20:17:38 +01:00
1f4c88c952
* Copy Berry Fix MB dism from FR
30 lines
422 B
Plaintext
30 lines
422 B
Plaintext
.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 "agb_flash.o"
|