summaryrefslogtreecommitdiff
path: root/constants/map_dimensions.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants/map_dimensions.asm')
-rwxr-xr-xconstants/map_dimensions.asm7
1 files changed, 6 insertions, 1 deletions
diff --git a/constants/map_dimensions.asm b/constants/map_dimensions.asm
index 7339e153..236ccac4 100755
--- a/constants/map_dimensions.asm
+++ b/constants/map_dimensions.asm
@@ -890,4 +890,9 @@ BRUNOS_ROOM_WIDTH EQU $05
; Agatha_h map_id=247
AGATHAS_ROOM_HEIGHT EQU $06
-AGATHAS_ROOM_WIDTH EQU $05 \ No newline at end of file
+AGATHAS_ROOM_WIDTH EQU $05
+
+IF DEF(_OPTION_BEACH_HOUSE)
+BEACH_HOUSE_HEIGHT EQU 4
+BEACH_HOUSE_WIDTH EQU 7
+ENDC