diff options
| author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2019-02-02 16:00:56 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-02 16:00:56 -0600 |
| commit | ff48e5ada02f5effa10e2bfd9b1e2dbaef37e5d3 (patch) | |
| tree | c0788afbbaf711bfdc90e5a896254cae4c77a063 /src/data/pokemon | |
| parent | 59807c0f2cde5fb3068157a4c2ca3c31510d39fd (diff) | |
| parent | d64a905d65d638b7c76e86a2326f5077c3352b11 (diff) | |
Merge pull request #541 from Diegoisawesome/master
Misc documentation
Diffstat (limited to 'src/data/pokemon')
| -rw-r--r-- | src/data/pokemon/trainer_class_lookups.h | 4 |
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, |
