diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-23 21:45:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-23 21:45:25 -0500 |
commit | 942ea77a0d574b7c9bb71bace53755dc9ccde5b5 (patch) | |
tree | d8dee07ca71f8491fd6fa090a64c2c341fc389d6 /include/constants | |
parent | 9aaafa84871e7bcc553d3eda680415545a337eee (diff) | |
parent | 9dd88ac9406aea3c0f05fb3e05b6b5b35eac7922 (diff) |
Merge pull request #264 from PikalaxALT/battle_bg
battle_bg
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/battle.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/constants/battle.h b/include/constants/battle.h index a80038f2c..e7c9d9d17 100644 --- a/include/constants/battle.h +++ b/include/constants/battle.h @@ -298,6 +298,16 @@ #define BATTLE_TERRAIN_CAVE 7 #define BATTLE_TERRAIN_BUILDING 8 #define BATTLE_TERRAIN_PLAIN 9 +#define BATTLE_TERRAIN_LINK 10 +#define BATTLE_TERRAIN_GYM 11 +#define BATTLE_TERRAIN_LEADER 12 +#define BATTLE_TERRAIN_INDOOR_2 13 +#define BATTLE_TERRAIN_INDOOR_1 14 +#define BATTLE_TERRAIN_LORELEI 15 +#define BATTLE_TERRAIN_BRUNO 16 +#define BATTLE_TERRAIN_AGATHA 17 +#define BATTLE_TERRAIN_LANCE 18 +#define BATTLE_TERRAIN_CHAMPION 19 // Return value for IsRunningFromBattleImpossible. #define BATTLE_RUN_SUCCESS 0 |