You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Replace magic reference to PackMenuGFX.
This commit is contained in:
@@ -1710,7 +1710,7 @@ TextJump_YouCantUseItInABattle: ; 0x10b11
|
||||
db "@"
|
||||
; 0x10b16
|
||||
|
||||
PackMenuGFX:
|
||||
PackMenuGFX::
|
||||
INCBIN "gfx/pack/pack_menu.2bpp"
|
||||
PackGFX:
|
||||
INCBIN "gfx/pack/pack.2bpp"
|
||||
|
@@ -7,7 +7,7 @@ NamesPointers:: ; 33ab
|
||||
dbw 0, PartyMonOT
|
||||
dbw 0, OTPartyMonOT
|
||||
dba TrainerClassNames
|
||||
dbw $4, $4b52 ; within PackMenuGFX
|
||||
dbw $4, PackMenuGFX + 60
|
||||
; 33c3
|
||||
|
||||
GetName:: ; 33c3
|
||||
|
Reference in New Issue
Block a user