diff options
author | Melody <melody@pallet.town> | 2018-12-03 08:01:52 -0500 |
---|---|---|
committer | Melody <melody@pallet.town> | 2018-12-03 08:01:52 -0500 |
commit | 2779421ad479312eba5a0fc5bb993473e83465ee (patch) | |
tree | a51e29081eac2e8ee9da240d8a58705a1a0d3ef8 /include | |
parent | 52fa5137c95a3bbdf3bf29d594e66948bf7382ae (diff) |
fix brendan/may/wally consistency issues
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/trainers.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/constants/trainers.h b/include/constants/trainers.h index d1ab51e4e..d5b1dbba3 100644 --- a/include/constants/trainers.h +++ b/include/constants/trainers.h @@ -176,13 +176,13 @@ #define FACILITY_CLASS_SWIMMER_F 0x38 #define FACILITY_CLASS_TWINS 0x39 #define FACILITY_CLASS_SAILOR 0x3a -#define FACILITY_CLASS_PKMN_TRAINER_WALLY 0x3b -#define FACILITY_CLASS_PKMN_TRAINER_BRENDAN 0x3c -#define FACILITY_CLASS_PKMN_TRAINER_BRENDAN_2 0x3d -#define FACILITY_CLASS_PKMN_TRAINER_BRENDAN_3 0x3e -#define FACILITY_CLASS_PKMN_TRAINER_MAY 0x3f -#define FACILITY_CLASS_PKMN_TRAINER_MAY_2 0x40 -#define FACILITY_CLASS_PKMN_TRAINER_MAY_3 0x41 +#define FACILITY_CLASS_WALLY 0x3b +#define FACILITY_CLASS_BRENDAN 0x3c +#define FACILITY_CLASS_BRENDAN_2 0x3d +#define FACILITY_CLASS_BRENDAN_3 0x3e +#define FACILITY_CLASS_MAY 0x3f +#define FACILITY_CLASS_MAY_2 0x40 +#define FACILITY_CLASS_MAY_3 0x41 #define FACILITY_CLASS_PKMN_BREEDER_M 0x42 #define FACILITY_CLASS_BUG_CATCHER 0x43 #define FACILITY_CLASS_PKMN_RANGER_M 0x44 |