summaryrefslogtreecommitdiff
path: root/constants/map_dimensions.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants/map_dimensions.asm')
-rwxr-xr-xconstants/map_dimensions.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/constants/map_dimensions.asm b/constants/map_dimensions.asm
index 236ccac4..ad6caa23 100755
--- a/constants/map_dimensions.asm
+++ b/constants/map_dimensions.asm
@@ -872,14 +872,14 @@ SILPH_CO_11F_WIDTH EQU $09
SILPH_CO_ELEVATOR_HEIGHT EQU $02
SILPH_CO_ELEVATOR_WIDTH EQU $02
-; BattleCenterM_h map_id=239
-BATTLE_CENTER_HEIGHT EQU $04
-BATTLE_CENTER_WIDTH EQU $05
-
-; TradeCenterM_h map_id=240
+; TradeCenter_h map_id=239
TRADE_CENTER_HEIGHT EQU $04
TRADE_CENTER_WIDTH EQU $05
+; Colosseum_h map_id=240
+COLOSSEUM_HEIGHT EQU $04
+COLOSSEUM_WIDTH EQU $05
+
; Lorelei_h map_id=245
LORELEIS_ROOM_HEIGHT EQU $06
LORELEIS_ROOM_WIDTH EQU $05