summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/layouts.h2
-rw-r--r--include/constants/map_groups.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/constants/layouts.h b/include/constants/layouts.h
index 01a452970..b64f29809 100644
--- a/include/constants/layouts.h
+++ b/include/constants/layouts.h
@@ -42,7 +42,7 @@
#define LAYOUT_RS_SAFARI_ZONE_ENTRANCE 46
#define LAYOUT_BATTLE_COLOSSEUM_2P 47
#define LAYOUT_TRADE_CENTER 48
-#define LAYOUT_RECORD_CENTER 49
+#define LAYOUT_RECORD_CORNER 49
#define LAYOUT_BATTLE_COLOSSEUM_4P 50
#define LAYOUT_FUCHSIA_CITY_SAFARI_ZONE_ENTRANCE 51
#define LAYOUT_RS_SAFARI_ZONE_NORTHEAST 52
diff --git a/include/constants/map_groups.h b/include/constants/map_groups.h
index b087b2c33..a219613aa 100644
--- a/include/constants/map_groups.h
+++ b/include/constants/map_groups.h
@@ -8,7 +8,7 @@
// Map Group 0
#define MAP_BATTLE_COLOSSEUM_2P (0 | (0 << 8))
#define MAP_TRADE_CENTER (1 | (0 << 8))
-#define MAP_RECORD_CENTER (2 | (0 << 8))
+#define MAP_RECORD_CORNER (2 | (0 << 8))
#define MAP_BATTLE_COLOSSEUM_4P (3 | (0 << 8))
#define MAP_UNION_ROOM (4 | (0 << 8))