From 4571f8130eab92325d16e94330ae7f92f3ea7caa Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Mon, 7 Sep 2015 13:00:02 -0400 Subject: engine/save.asm --- wram.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wram.asm') 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 -- cgit v1.3.1-sl0p