summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2015-03-01 17:48:06 -0800
committerMarcus Huderle <huderlem@gmail.com>2015-03-01 17:48:06 -0800
commit3947f761fdb179ee4e02d9e23751f17445242c9c (patch)
treedb81663ded6feed6118084af42926664d92a88a5
parentba656daee4be340170b38e0e60be8523a8948cd0 (diff)
Add couple of notes about saved games.
-rwxr-xr-xmain.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 15127cc..d28b604 100755
--- a/main.asm
+++ b/main.asm
@@ -4012,11 +4012,11 @@ Func_82a8: ; 0x82a8
.asm_82f6
ld hl, $a268
ld de, $d300
- ld bc, $04c3
+ ld bc, $04c3 ; This is saved game data from when the player saves in the middle of a game.
call Func_f0c
jr c, .asm_8308
xor a
- ld [$d7c2], a
+ ld [$d7c2], a ; if this is non-zero, the main menu will prompt for "continue or new game?".
.asm_8308
ld hl, $d8f1
inc [hl]