Rename PKMN TRAINER CALSS 4

This commit is contained in:
DizzyEggg
2019-05-25 14:35:44 +02:00
committed by huderlem
parent 22880768d5
commit e706280503
4 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -166,7 +166,7 @@ const u8 gFacilityClassToTrainerClass[] =
[FACILITY_CLASS_DOME_ACE_TUCKER] = TRAINER_CLASS_DOME_ACE,
[FACILITY_CLASS_RED] = TRAINER_CLASS_PKMN_TRAINER_3,
[FACILITY_CLASS_LEAF] = TRAINER_CLASS_PKMN_TRAINER_3,
[FACILITY_CLASS_RS_BRENDAN] = TRAINER_CLASS_PKMN_TRAINER_4,
[FACILITY_CLASS_RS_MAY] = TRAINER_CLASS_PKMN_TRAINER_4,
[FACILITY_CLASS_RS_BRENDAN] = TRAINER_CLASS_RS_PLAYER,
[FACILITY_CLASS_RS_MAY] = TRAINER_CLASS_RS_PLAYER,
};