diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-16 11:53:26 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-16 11:53:26 -0500 |
commit | fb88b2ccf8f0897f95d25b82f95444ec775aa917 (patch) | |
tree | cc3219ca0123fdb78c7ead306a25e3c87e831408 /sram.asm | |
parent | 8290f851fd97131d927a9702deee20b150d3eae3 (diff) |
Movement constants, script stack
Diffstat (limited to 'sram.asm')
-rw-r--r-- | sram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -62,7 +62,7 @@ SECTION "SRAM Bank 1", SRAM, BANK [1] sOptions:: ds OptionsEnd - Options -s1_a008:: ds 1 +s1_a008:: ds 1 ; loaded with 99, used to check save corruption sGameData:: sPlayerData:: ds wPlayerDataEnd - wPlayerData @@ -75,7 +75,7 @@ sGameDataEnd:: ; ad0d sChecksum:: ds 2 -s1_ad0f:: ds 1 +s1_ad0f:: ds 1 ; loaded with 0x7f, used to check save corruption ; ad10 box sBox |