summaryrefslogtreecommitdiff
path: root/include/constants/map_groups.h
diff options
context:
space:
mode:
authorhuderlem <huderlem@gmail.com>2019-11-08 17:24:05 -0600
committerGitHub <noreply@github.com>2019-11-08 17:24:05 -0600
commit906a1ec4ab826400f8740fdaf0bd605350fcc4cd (patch)
tree69bdc636b708b6d6ca773d065dfde04ddfa6538e /include/constants/map_groups.h
parentb38bc9a3a2d93e3482643b257685057e339dec9f (diff)
parent35ed8de51b0784e44560237248fc516f96e835df (diff)
Merge pull request #883 from GriffinRichards/fix-colossname
Fix Battle Colosseum names
Diffstat (limited to 'include/constants/map_groups.h')
-rwxr-xr-xinclude/constants/map_groups.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constants/map_groups.h b/include/constants/map_groups.h
index 802c381b5..63717c92c 100755
--- a/include/constants/map_groups.h
+++ b/include/constants/map_groups.h
@@ -422,10 +422,10 @@
#define MAP_SECRET_BASE_YELLOW_CAVE4 (21 | (25 << 8))
#define MAP_SECRET_BASE_TREE4 (22 | (25 << 8))
#define MAP_SECRET_BASE_SHRUB4 (23 | (25 << 8))
-#define MAP_SINGLE_BATTLE_COLOSSEUM (24 | (25 << 8))
+#define MAP_BATTLE_COLOSSEUM_2P (24 | (25 << 8))
#define MAP_TRADE_CENTER (25 | (25 << 8))
#define MAP_RECORD_CORNER (26 | (25 << 8))
-#define MAP_DOUBLE_BATTLE_COLOSSEUM (27 | (25 << 8))
+#define MAP_BATTLE_COLOSSEUM_4P (27 | (25 << 8))
#define MAP_LINK_CONTEST_ROOM1 (28 | (25 << 8))
#define MAP_UNKNOWN_LINK_CONTEST_ROOM_25_29 (29 | (25 << 8))
#define MAP_UNKNOWN_LINK_CONTEST_ROOM_25_30 (30 | (25 << 8))