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