summaryrefslogtreecommitdiff
path: root/src/battle_pyramid.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-10-02 23:48:12 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-10-02 23:48:12 -0400
commit6e62c057f5123b458ebc7d74e60c7ce8fb32e980 (patch)
tree2d14f321b2663944683171a1c7bdfa93ecdbab7a /src/battle_pyramid.c
parent739e7d3c31f02ef4ea91b402c176f17a9bc27911 (diff)
Document remaining symbols in pokemon.c
Diffstat (limited to 'src/battle_pyramid.c')
-rw-r--r--src/battle_pyramid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_pyramid.c b/src/battle_pyramid.c
index 50efeecb4..169dc69c5 100644
--- a/src/battle_pyramid.c
+++ b/src/battle_pyramid.c
@@ -449,7 +449,7 @@ static const struct PyramidTrainerEncounterMusic sTrainerClassEncounterMusic[54]
{TRAINER_CLASS_PKMN_BREEDER, TRAINER_ENCOUNTER_MUSIC_FEMALE},
{TRAINER_CLASS_COLLECTOR, TRAINER_ENCOUNTER_MUSIC_SUSPICIOUS},
{TRAINER_CLASS_PKMN_RANGER, TRAINER_ENCOUNTER_MUSIC_COOL},
- {TRAINER_CLASS_PKMN_TRAINER_3, TRAINER_ENCOUNTER_MUSIC_MALE},
+ {TRAINER_CLASS_RIVAL, TRAINER_ENCOUNTER_MUSIC_MALE},
{TRAINER_CLASS_YOUNG_COUPLE, TRAINER_ENCOUNTER_MUSIC_GIRL},
{TRAINER_CLASS_PSYCHIC, TRAINER_ENCOUNTER_MUSIC_INTENSE},
{TRAINER_CLASS_SR_AND_JR, TRAINER_ENCOUNTER_MUSIC_TWINS},