mirror of https://github.com/pret/pokecrystal.git
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