diff options
author | sphericalice <sphericalice@outlook.com> | 2022-02-22 19:13:17 +0000 |
---|---|---|
committer | sphericalice <sphericalice@outlook.com> | 2022-02-22 19:13:17 +0000 |
commit | 40efac0ddf1b6f89bcebc371e2c46b163abb6a3c (patch) | |
tree | 739764006fce1eca2145af3bb3cb0704aa5cb846 /src/battle_pyramid.c | |
parent | eca5233abe83a074ce97f9e47b30eb0c0f430a9e (diff) |
Rename GetBattlePyramindTrainerEncounterMusicId to fix typo
Diffstat (limited to 'src/battle_pyramid.c')
-rw-r--r-- | src/battle_pyramid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_pyramid.c b/src/battle_pyramid.c index 154760396..9039f60f2 100644 --- a/src/battle_pyramid.c +++ b/src/battle_pyramid.c @@ -1465,7 +1465,7 @@ void CopyPyramidTrainerLoseSpeech(u16 trainerId) FrontierSpeechToString(gFacilityTrainers[trainerId].speechLose); } -u8 GetBattlePyramindTrainerEncounterMusicId(u16 trainerId) +u8 GetTrainerEncounterMusicIdInBattlePyramid(u16 trainerId) { int i; |