summaryrefslogtreecommitdiff
path: root/engine/clear_save.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-02-07 02:43:08 -0800
committerYamaArashi <shadow962@live.com>2015-02-07 02:43:08 -0800
commit3fdb8a0d8995746d5605136ece384516338489b0 (patch)
tree214030fb5b6ec943cdcb2ba84e622fba0ad3fb8f /engine/clear_save.asm
parent9de54645c896cc57a79679aecd6174afc59762c8 (diff)
serial/trade/misc
Diffstat (limited to 'engine/clear_save.asm')
-rwxr-xr-xengine/clear_save.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/clear_save.asm b/engine/clear_save.asm
index 5ef0d475..8fde1f0c 100755
--- a/engine/clear_save.asm
+++ b/engine/clear_save.asm
@@ -7,10 +7,10 @@ Func_1c98a: ; 1c98a (7:498a)
call PrintText
hlCoord 14, 7
ld bc, $80f
- ld a, $7
- ld [wd12c], a
+ ld a, NO_YES_MENU
+ ld [wTwoOptionMenuID], a
ld a, $14
- ld [wd125], a
+ ld [wTextBoxID], a
call DisplayTextBoxID
ld a, [wCurrentMenuItem] ; wCurrentMenuItem
and a