diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-08-19 01:06:10 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-08-19 01:06:10 +0200 |
commit | fb19a8fc59fcf67c6d4ddfd696e172bcacff27b7 (patch) | |
tree | 5262b86138e331b29e40d4e6b529216e0618d2e9 /include/constants | |
parent | e4649245bac064d700413e922b067ecb50133175 (diff) |
battle dome cards sensibly renamed
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/trainers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constants/trainers.h b/include/constants/trainers.h index df908c8bf..f79216d94 100644 --- a/include/constants/trainers.h +++ b/include/constants/trainers.h @@ -174,10 +174,10 @@ #define FACILITY_CLASS_TWINS 0x39 #define FACILITY_CLASS_SAILOR 0x3a #define FACILITY_CLASS_PKMN_TRAINER_1 0x3b -#define FACILITY_CLASS_PKMN_TRAINER_MAY 0x3c +#define FACILITY_CLASS_PKMN_TRAINER_BRENDAN 0x3c #define FACILITY_CLASS_PKMN_TRAINER_3 0x3d #define FACILITY_CLASS_PKMN_TRAINER_4 0x3e -#define FACILITY_CLASS_PKMN_TRAINER_BRENDAN 0x3f +#define FACILITY_CLASS_PKMN_TRAINER_MAY 0x3f #define FACILITY_CLASS_PKMN_TRAINER_6 0x40 #define FACILITY_CLASS_PKMN_TRAINER_7 0x41 #define FACILITY_CLASS_PKMN_BREEDER_2 0x42 |