diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-26 18:34:06 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-26 18:34:06 -0500 |
commit | 017fa7e3361e3dafd06dd34d434f1d56159c051e (patch) | |
tree | 4b0e85d0bc3a28158e80b0b4fb250afa884bfb73 /include/constants/battle.h | |
parent | 5106fc1c9a503ba3856267ecaf16d9f6393e5072 (diff) |
Trainer Hill --> Trainer Tower
Diffstat (limited to 'include/constants/battle.h')
-rw-r--r-- | include/constants/battle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/battle.h b/include/constants/battle.h index b28955210..c9a563a4e 100644 --- a/include/constants/battle.h +++ b/include/constants/battle.h @@ -71,7 +71,7 @@ #define BATTLE_TYPE_x800000 0x800000 #define BATTLE_TYPE_RECORDED 0x1000000 #define BATTLE_TYPE_x2000000 0x2000000 -#define BATTLE_TYPE_TRAINER_HILL 0x4000000 +#define BATTLE_TYPE_x4000000 0x4000000 #define BATTLE_TYPE_SECRET_BASE 0x8000000 #define BATTLE_TYPE_GROUDON 0x10000000 #define BATTLE_TYPE_KYOGRE 0x20000000 |