summaryrefslogtreecommitdiff
path: root/src/data/text
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/data/text
parent739e7d3c31f02ef4ea91b402c176f17a9bc27911 (diff)
Document remaining symbols in pokemon.c
Diffstat (limited to 'src/data/text')
-rw-r--r--src/data/text/trainer_class_names.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/text/trainer_class_names.h b/src/data/text/trainer_class_names.h
index f012e877b..63cc356b2 100644
--- a/src/data/text/trainer_class_names.h
+++ b/src/data/text/trainer_class_names.h
@@ -49,7 +49,7 @@ const u8 gTrainerClassNames[][13] = {
[TRAINER_CLASS_SAILOR] = _("SAILOR"),
[TRAINER_CLASS_COOLTRAINER_2] = _("COOLTRAINER"),
[TRAINER_CLASS_MAGMA_ADMIN] = _("MAGMA ADMIN"),
- [TRAINER_CLASS_PKMN_TRAINER_3] = _("{PKMN} TRAINER"),
+ [TRAINER_CLASS_RIVAL] = _("{PKMN} TRAINER"),
[TRAINER_CLASS_BUG_CATCHER] = _("BUG CATCHER"),
[TRAINER_CLASS_PKMN_RANGER] = _("{PKMN} RANGER"),
[TRAINER_CLASS_MAGMA_LEADER] = _("MAGMA LEADER"),