diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-09-09 12:01:24 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-09-09 12:01:24 -0700 |
commit | 4b59cbae1d0f6e4058e40e82b1e1bd986489007b (patch) | |
tree | 2d7d7378833eaad09477b1f0d0d58e1368ff9ff4 /engine/copyright_screen.asm | |
parent | 24399a8a19932f940dc78f6f84e9681c9fce7bbb (diff) |
More various labeling of wram
Diffstat (limited to 'engine/copyright_screen.asm')
-rw-r--r-- | engine/copyright_screen.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/copyright_screen.asm b/engine/copyright_screen.asm index f3d6a44..1fc1bba 100644 --- a/engine/copyright_screen.asm +++ b/engine/copyright_screen.asm @@ -96,7 +96,7 @@ FadeOutCopyrightScreenAndLoadData: ; 0x82a8 call LoadSavedData
jr c, .asm_8308
xor a
- ld [wd7c2], a ; if this is non-zero, the main menu will prompt for "continue or new game?".
+ ld [wSavedGame], a
.asm_8308
ld hl, wCurrentScreen
inc [hl]
|