mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
named party menu/naming screen wram variables
This commit is contained in:
parent
f66a74b9fc
commit
0066e09828
14 changed files with 105 additions and 75 deletions
|
|
@ -25,7 +25,7 @@ DayCareMText1: ; 56254 (15:6254)
|
|||
call PrintText
|
||||
xor a
|
||||
ld [wUpdateSpritesEnabled], a
|
||||
ld [wd07d], a
|
||||
ld [wPartyMenuTypeOrMessageID], a
|
||||
ld [wMenuItemToSwap], a
|
||||
call DisplayPartyMenu
|
||||
push af
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ NameRaterText1: ; 1da56 (7:5a56)
|
|||
ld hl, NameRaterText_1dab8
|
||||
call PrintText
|
||||
xor a
|
||||
ld [wd07d], a
|
||||
ld [wPartyMenuTypeOrMessageID], a
|
||||
ld [wUpdateSpritesEnabled], a
|
||||
ld [wMenuItemToSwap], a
|
||||
call DisplayPartyMenu
|
||||
|
|
@ -68,7 +68,7 @@ NameRaterText1: ; 1da56 (7:5a56)
|
|||
jr nz, .asm_1daae
|
||||
ld hl, NameRaterText_1dac2
|
||||
call PrintText
|
||||
callba Func_655c
|
||||
callba DisplayNameRaterScreen
|
||||
jr c, .asm_1daae
|
||||
ld hl, NameRaterText_1dac7
|
||||
.asm_1daa8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue