mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Replace magic reference to PackMenuGFX.
This commit is contained in:
parent
76ee2f58c4
commit
cd8a22cd2e
@ -1710,7 +1710,7 @@ TextJump_YouCantUseItInABattle: ; 0x10b11
|
|||||||
db "@"
|
db "@"
|
||||||
; 0x10b16
|
; 0x10b16
|
||||||
|
|
||||||
PackMenuGFX:
|
PackMenuGFX::
|
||||||
INCBIN "gfx/pack/pack_menu.2bpp"
|
INCBIN "gfx/pack/pack_menu.2bpp"
|
||||||
PackGFX:
|
PackGFX:
|
||||||
INCBIN "gfx/pack/pack.2bpp"
|
INCBIN "gfx/pack/pack.2bpp"
|
||||||
|
@ -7,7 +7,7 @@ NamesPointers:: ; 33ab
|
|||||||
dbw 0, PartyMonOT
|
dbw 0, PartyMonOT
|
||||||
dbw 0, OTPartyMonOT
|
dbw 0, OTPartyMonOT
|
||||||
dba TrainerClassNames
|
dba TrainerClassNames
|
||||||
dbw $4, $4b52 ; within PackMenuGFX
|
dbw $4, PackMenuGFX + 60
|
||||||
; 33c3
|
; 33c3
|
||||||
|
|
||||||
GetName:: ; 33c3
|
GetName:: ; 33c3
|
||||||
|
Loading…
Reference in New Issue
Block a user