mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
commented menu stuff
This commit is contained in:
parent
c9b778fb00
commit
83023cda19
15 changed files with 173 additions and 153 deletions
|
|
@ -2097,7 +2097,7 @@ ItemUseTMHM: ; e479 (3:6479)
|
|||
call PrintText
|
||||
hlCoord 14, 7
|
||||
ld bc,$080f
|
||||
ld a,$14
|
||||
ld a,TWO_OPTION_MENU
|
||||
ld [wTextBoxID],a
|
||||
call DisplayTextBoxID ; yes/no menu
|
||||
ld a,[wCurrentMenuItem]
|
||||
|
|
@ -2488,7 +2488,7 @@ TossItem_: ; e6f1 (3:66f1)
|
|||
call PrintText
|
||||
hlCoord 14, 7
|
||||
ld bc,$080f
|
||||
ld a,$14
|
||||
ld a,TWO_OPTION_MENU
|
||||
ld [wTextBoxID],a
|
||||
call DisplayTextBoxID ; yes/no menu
|
||||
ld a,[wd12e]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue