From 0ad21e6c18c05fe015c1eecffb8fa3c1eacdb3f8 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 19 Apr 2014 23:15:01 -0400 Subject: [PATCH] The unused name array is move descriptions. Still not sure where the bank comes from. --- home.asm | 3 +-- main.asm | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/home.asm b/home.asm index 7c2b98ceb..caa595adb 100644 --- a/home.asm +++ b/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. diff --git a/main.asm b/main.asm index dc2541e88..a5414ff9e 100644 --- a/main.asm +++ b/main.asm @@ -43081,7 +43081,7 @@ PrintMoveDesc: ; 2cb3e jp PlaceString ; 2cb52 -MoveDescriptions: ; 2cb52 +MoveDescriptions:: ; 2cb52 INCLUDE "battle/moves/move_descriptions.asm" ; 2ed44