summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-02-23 21:06:59 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-02-23 21:06:59 -0500
commit9e1b0319b2afd066a646629117c4fa28bd40903c (patch)
treefd54b2e24e2b232d19043b4838624cb9a3548a06 /include/constants
parent890d85ff029feb6509bca88ba913580c5c0cd56c (diff)
Name battle terrains; address review comments
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/battle.h10
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