diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-09-14 12:17:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-14 12:17:11 -0500 |
commit | b8c9d9a980303d4bcd1cfd9400926736363d1df9 (patch) | |
tree | ee871c7da0eb3ad427231b1cdbd2e2dc51a5832e /src/data | |
parent | 095cbbc5c297055d2cb2c01a2c8c04dc7d055cb6 (diff) | |
parent | b860d583e4a5b6fd39e725df998ee9837f7f3029 (diff) |
Merge pull request #324 from Diegoisawesome/master
Document main_menu
Diffstat (limited to 'src/data')
-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 ec4dbf0fb..02b2016c1 100644 --- a/src/data/pokemon/trainer_class_lookups.h +++ b/src/data/pokemon/trainer_class_lookups.h @@ -63,10 +63,10 @@ const u8 gFacilityClassToPicIndex[] = TRAINER_PIC_TWINS, // FACILITY_CLASS_TWINS TRAINER_PIC_SAILOR, // FACILITY_CLASS_SAILOR TRAINER_PIC_WALLY, // FACILITY_CLASS_PKMN_TRAINER_1 - TRAINER_PIC_BRENDAN, // FACILITY_CLASS_PKMN_TRAINER_MAY + TRAINER_PIC_BRENDAN, // FACILITY_CLASS_PKMN_TRAINER_BRENDAN TRAINER_PIC_BRENDAN, // FACILITY_CLASS_PKMN_TRAINER_3 TRAINER_PIC_BRENDAN, // FACILITY_CLASS_PKMN_TRAINER_4 - TRAINER_PIC_MAY, // FACILITY_CLASS_PKMN_TRAINER_BRENDAN + TRAINER_PIC_MAY, // FACILITY_CLASS_PKMN_TRAINER_MAY TRAINER_PIC_MAY, // FACILITY_CLASS_PKMN_TRAINER_6 TRAINER_PIC_MAY, // FACILITY_CLASS_PKMN_TRAINER_7 TRAINER_PIC_POKEMON_BREEDER_M, // FACILITY_CLASS_PKMN_BREEDER_2 |