diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-09-07 13:00:02 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-09-07 13:00:32 -0400 |
commit | 4571f8130eab92325d16e94330ae7f92f3ea7caa (patch) | |
tree | 86caca401d1a70e889ab89c5df67562bfa263b27 /wram.asm | |
parent | 0968c22b2f3fd6b528b4c72eaa17607c49cd5909 (diff) |
engine/save.asm
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1788,7 +1788,7 @@ W_SUBANIMCOUNTER:: ; d087 ; counts the number of subentries left in the current subanimation ds 1 -wSaveFileStatus:: +wSaveFileStatus:: ; d088 ; 1 = no save file or save file is corrupted ; 2 = save file exists and no corruption has been detected ds 1 |