The unused name array is move descriptions.

Still not sure where the bank comes from.
This commit is contained in:
yenatch 2014-04-19 23:15:01 -04:00
parent fe3bcd62ee
commit 0ad21e6c18
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -43081,7 +43081,7 @@ PrintMoveDesc: ; 2cb3e
jp PlaceString
; 2cb52
MoveDescriptions: ; 2cb52
MoveDescriptions:: ; 2cb52
INCLUDE "battle/moves/move_descriptions.asm"
; 2ed44