summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-09-07 13:00:02 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-09-07 13:00:32 -0400
commit4571f8130eab92325d16e94330ae7f92f3ea7caa (patch)
tree86caca401d1a70e889ab89c5df67562bfa263b27 /wram.asm
parent0968c22b2f3fd6b528b4c72eaa17607c49cd5909 (diff)
engine/save.asm
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index cdcca445..2c1e9077 100755
--- a/wram.asm
+++ b/wram.asm
@@ -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