diff options
Diffstat (limited to 'engine/clear_save.asm')
-rwxr-xr-x | engine/clear_save.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/clear_save.asm b/engine/clear_save.asm index b47cd6c4..c37ee4a7 100755 --- a/engine/clear_save.asm +++ b/engine/clear_save.asm @@ -5,8 +5,8 @@ DoClearSaveDialogue: call LoadTextBoxTilePatterns ld hl, ClearSaveDataText call PrintText - coord hl, 14, 7 - lb bc, 8, 15 + coord hl, 13, 7 + lb bc, 8, 14 ld a, NO_YES_MENU ld [wTwoOptionMenuID], a ld a, TWO_OPTION_MENU |