diff options
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]
|