summaryrefslogtreecommitdiff
path: root/src/data/pokemon/trainer_class_lookups.h
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2019-02-02 15:53:47 -0600
committerDiegoisawesome <diego@domoreaweso.me>2019-02-02 15:56:22 -0600
commitd64a905d65d638b7c76e86a2326f5077c3352b11 (patch)
tree96eecaa9b2d12d9dcb5f75df41a8ba24dde7b00d /src/data/pokemon/trainer_class_lookups.h
parent46a3969f69994e092b3ecc48fd46036b9625763d (diff)
Document trainer backsprites
Diffstat (limited to 'src/data/pokemon/trainer_class_lookups.h')
-rw-r--r--src/data/pokemon/trainer_class_lookups.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data/pokemon/trainer_class_lookups.h b/src/data/pokemon/trainer_class_lookups.h
index 6e8474c12..04c7ab3c4 100644
--- a/src/data/pokemon/trainer_class_lookups.h
+++ b/src/data/pokemon/trainer_class_lookups.h
@@ -146,10 +146,10 @@ const u8 gFacilityClassToTrainerClass[] =
[FACILITY_CLASS_TWINS] = TRAINER_CLASS_TWINS,
[FACILITY_CLASS_SAILOR] = TRAINER_CLASS_SAILOR,
[FACILITY_CLASS_WALLY] = TRAINER_CLASS_PKMN_TRAINER_3,
- [FACILITY_CLASS_MAY] = TRAINER_CLASS_PKMN_TRAINER_3,
+ [FACILITY_CLASS_BRENDAN] = TRAINER_CLASS_PKMN_TRAINER_3,
[FACILITY_CLASS_BRENDAN_2] = TRAINER_CLASS_PKMN_TRAINER_3,
[FACILITY_CLASS_BRENDAN_3] = TRAINER_CLASS_PKMN_TRAINER_3,
- [FACILITY_CLASS_BRENDAN] = TRAINER_CLASS_PKMN_TRAINER_3,
+ [FACILITY_CLASS_MAY] = TRAINER_CLASS_PKMN_TRAINER_3,
[FACILITY_CLASS_MAY_2] = TRAINER_CLASS_PKMN_TRAINER_3,
[FACILITY_CLASS_MAY_3] = TRAINER_CLASS_PKMN_TRAINER_3,
[FACILITY_CLASS_PKMN_BREEDER_M] = TRAINER_CLASS_PKMN_BREEDER,