summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorhuderlem <huderlem@gmail.com>2019-03-01 08:43:55 -0600
committerGitHub <noreply@github.com>2019-03-01 08:43:55 -0600
commit3b04cfa437b093a21cdc5021843b5f52a124861e (patch)
tree1e1e832d7852953a68d0d949dcb9fba61164e37c /include/constants
parentda0687987d8d4f6cb9a331f30553ffb806e74165 (diff)
parent459fd93b59795c0c9c888584d38e82577e07c056 (diff)
Merge pull request #551 from Phlosioneer/multiplayer-stuff
Document overworld.c and link stuff in general
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/battle_frontier.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/constants/battle_frontier.h b/include/constants/battle_frontier.h
index ca9e3bc9f..1224c0f31 100644
--- a/include/constants/battle_frontier.h
+++ b/include/constants/battle_frontier.h
@@ -10,6 +10,8 @@
#define FRONTIER_FACILITY_PIKE 5
#define FRONTIER_FACILITY_PYRAMID 6
#define NUM_FRONTIER_FACILITIES 7
+// The multiplayer battle colosseum rooms re-use VAR_FRONTIER_FACILITY.
+#define FRONTIER_FACILITY_DOUBLE_COLOSSEUM 9
#define TENT_VERDANTURF 2
#define TENT_FALLARBOR 3