Rename GetBattlePyramindTrainerEncounterMusicId to fix typo

This commit is contained in:
sphericalice
2022-02-22 19:13:17 +00:00
parent eca5233abe
commit 40efac0ddf
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1465,7 +1465,7 @@ void CopyPyramidTrainerLoseSpeech(u16 trainerId)
FrontierSpeechToString(gFacilityTrainers[trainerId].speechLose);
}
u8 GetBattlePyramindTrainerEncounterMusicId(u16 trainerId)
u8 GetTrainerEncounterMusicIdInBattlePyramid(u16 trainerId)
{
int i;