shithub: pokecrystal

Download patch

ref: 0ad21e6c18c05fe015c1eecffb8fa3c1eacdb3f8
parent: fe3bcd62eec9c4ac8515d0bfb762fee363f35059
author: yenatch <[email protected]>
date: Sat Apr 19 19:15:01 EDT 2014

The unused name array is move descriptions.

Still not sure where the bank comes from.

--- a/home.asm
+++ b/home.asm
@@ -842,9 +842,8 @@
 	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.
--- a/main.asm
+++ b/main.asm
@@ -43081,7 +43081,7 @@
 	jp PlaceString
 ; 2cb52
 
-MoveDescriptions: ; 2cb52
+MoveDescriptions:: ; 2cb52
 INCLUDE "battle/moves/move_descriptions.asm"
 ; 2ed44