summaryrefslogtreecommitdiff
path: root/engine/save.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-02-07 12:27:36 -0800
committerYamaArashi <shadow962@live.com>2015-02-07 12:27:36 -0800
commit83023cda1927525d942f53f87a11b642b979ea96 (patch)
tree9bef4ec4be85ef3fc6998ce696f9e7774750bfc3 /engine/save.asm
parentc9b778fb008ebc845219a2b787ea6beb04ae29f8 (diff)
commented menu stuff
Diffstat (limited to 'engine/save.asm')
-rwxr-xr-xengine/save.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/save.asm b/engine/save.asm
index 7b1db4c7..29c839f3 100755
--- a/engine/save.asm
+++ b/engine/save.asm
@@ -173,10 +173,10 @@ NowSavingString:
SaveSAVConfirm: ; 73768 (1c:7768)
call PrintText
hlCoord 0, 7
- ld bc,$0801 ;arrow's coordinates |b = Y|c = X|
- ld a,$14 ;one line shifting ($28 = 2 lines)
+ ld bc,$0801
+ ld a,TWO_OPTION_MENU
ld [wTextBoxID],a
- call DisplayTextBoxID ;handle Yes/No KeyPress
+ call DisplayTextBoxID ; yes/no menu
ld a,[wCurrentMenuItem]
ret