summaryrefslogtreecommitdiff
path: root/src/pokemon.c
diff options
context:
space:
mode:
authorsphericalice <sphericalice@outlook.com>2022-02-22 19:13:17 +0000
committersphericalice <sphericalice@outlook.com>2022-02-22 19:13:17 +0000
commit40efac0ddf1b6f89bcebc371e2c46b163abb6a3c (patch)
tree739764006fce1eca2145af3bb3cb0704aa5cb846 /src/pokemon.c
parenteca5233abe83a074ce97f9e47b30eb0c0f430a9e (diff)
Rename GetBattlePyramindTrainerEncounterMusicId to fix typo
Diffstat (limited to 'src/pokemon.c')
-rw-r--r--src/pokemon.c2
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