Replace magic reference to PackMenuGFX.

This commit is contained in:
Adelaide Walter 2018-01-03 01:29:52 -05:00
parent 76ee2f58c4
commit cd8a22cd2e
2 changed files with 2 additions and 2 deletions

View File

@ -1710,7 +1710,7 @@ TextJump_YouCantUseItInABattle: ; 0x10b11
db "@"
; 0x10b16
PackMenuGFX:
PackMenuGFX::
INCBIN "gfx/pack/pack_menu.2bpp"
PackGFX:
INCBIN "gfx/pack/pack.2bpp"

View File

@ -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