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/pokemon.c | |
parent | eca5233abe83a074ce97f9e47b30eb0c0f430a9e (diff) |
Rename GetBattlePyramindTrainerEncounterMusicId to fix typo
Diffstat (limited to 'src/pokemon.c')
-rw-r--r-- | src/pokemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon.c b/src/pokemon.c index 08a6fd0f9..61125e362 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -5810,7 +5810,7 @@ s32 GetBattlerMultiplayerId(u16 a1) u8 GetTrainerEncounterMusicId(u16 trainerOpponentId) { if (InBattlePyramid()) - return GetBattlePyramindTrainerEncounterMusicId(trainerOpponentId); + return GetTrainerEncounterMusicIdInBattlePyramid(trainerOpponentId); else if (InTrainerHillChallenge()) return GetTrainerEncounterMusicIdInTrainerHill(trainerOpponentId); else |