mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-20 10:25:57 +12:00
commented menu stuff
This commit is contained in:
parent
c9b778fb00
commit
83023cda19
15 changed files with 173 additions and 153 deletions
|
|
@ -29,8 +29,8 @@ StartMenu_Pokemon: ; 130a9 (4:70a9)
|
|||
call LoadGBPal
|
||||
jp RedisplayStartMenu
|
||||
.chosePokemon
|
||||
call SaveScreenTilesToBuffer1 ; save screen
|
||||
ld a,$04
|
||||
call SaveScreenTilesToBuffer1
|
||||
ld a,FIELD_MOVE_MON_MENU
|
||||
ld [wTextBoxID],a
|
||||
call DisplayTextBoxID ; display pokemon menu options
|
||||
ld hl,wWhichTrade
|
||||
|
|
@ -341,7 +341,7 @@ StartMenu_Item: ; 13302 (4:7302)
|
|||
cp a,BICYCLE
|
||||
jp z,.useOrTossItem
|
||||
.notBicycle1
|
||||
ld a,$06 ; use/toss menu
|
||||
ld a,USE_TOSS_MENU_TEMPLATE
|
||||
ld [wTextBoxID],a
|
||||
call DisplayTextBoxID
|
||||
ld hl,wTopMenuItemY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue