USE PROTAG

This commit is contained in:
DizzyEggg
2019-05-25 14:44:09 +02:00
committed by huderlem
parent e706280503
commit a074f36766
4 changed files with 6 additions and 7 deletions

View File

@@ -166,7 +166,6 @@ 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_RS_PLAYER,
[FACILITY_CLASS_RS_MAY] = TRAINER_CLASS_RS_PLAYER,
[FACILITY_CLASS_RS_BRENDAN] = TRAINER_CLASS_RS_PROTAG,
[FACILITY_CLASS_RS_MAY] = TRAINER_CLASS_RS_PROTAG,
};