mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
The unused name array is move descriptions.
Still not sure where the bank comes from.
This commit is contained in:
parent
fe3bcd62ee
commit
0ad21e6c18
3
home.asm
3
home.asm
@ -842,10 +842,9 @@ NamesPointers:: ; 33ab
|
||||
dbw 0, PartyMonOT
|
||||
dbw 0, OTPartyMonOT
|
||||
dbw BANK(TrainerClassNames), TrainerClassNames
|
||||
dbw $04, $4b52 ; ????
|
||||
dbw $04, MoveDescriptions ; ????
|
||||
; 33c3
|
||||
|
||||
|
||||
GetName:: ; 33c3
|
||||
; Return name CurSpecies from name list $cf61 in StringBuffer1.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user