diff options
Diffstat (limited to 'engine/clear_save.asm')
-rwxr-xr-x | engine/clear_save.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engine/clear_save.asm b/engine/clear_save.asm index b47cd6c4..f2acbf32 100755 --- a/engine/clear_save.asm +++ b/engine/clear_save.asm @@ -5,6 +5,8 @@ DoClearSaveDialogue: call LoadTextBoxTilePatterns ld hl, ClearSaveDataText call PrintText + ld a, B_BUTTON + ld [wJoyIgnore], a coord hl, 14, 7 lb bc, 8, 15 ld a, NO_YES_MENU @@ -12,6 +14,8 @@ DoClearSaveDialogue: ld a, TWO_OPTION_MENU ld [wTextBoxID], a call DisplayTextBoxID + ld a, 0 + ld [wJoyIgnore], a ld a, [wCurrentMenuItem] and a jp z, Init |