diff options
author | Marcus Huderle <huderlem@gmail.com> | 2015-03-01 17:48:06 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2015-03-01 17:48:06 -0800 |
commit | 3947f761fdb179ee4e02d9e23751f17445242c9c (patch) | |
tree | db81663ded6feed6118084af42926664d92a88a5 | |
parent | ba656daee4be340170b38e0e60be8523a8948cd0 (diff) |
Add couple of notes about saved games.
-rwxr-xr-x | main.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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] |