summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2014-10-17 08:13:51 -0600
committerIIMarckus <iimarckus@gmail.com>2014-10-17 08:13:51 -0600
commit7db2fe99f83e196a92bd3dab2e4c6b8c7b191682 (patch)
tree2da3877d40ad011c12f45ca0150c1cb0aa103969 /constants
parenta3d3f8324a670aad8bf1348b65192544c8ab2d9f (diff)
Add more from the beach house.
Diffstat (limited to 'constants')
-rwxr-xr-xconstants/map_dimensions.asm7
-rw-r--r--constants/tilesets.asm4
2 files changed, 9 insertions, 2 deletions
diff --git a/constants/map_dimensions.asm b/constants/map_dimensions.asm
index 7339e153..2c6075fa 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(_YELLOW)
+BEACH_HOUSE_HEIGHT EQU 4
+BEACH_HOUSE_WIDTH EQU 7
+ENDC
diff --git a/constants/tilesets.asm b/constants/tilesets.asm
index e364db76..ba549646 100644
--- a/constants/tilesets.asm
+++ b/constants/tilesets.asm
@@ -22,4 +22,6 @@ LAB EQU 20
CLUB EQU 21
FACILITY EQU 22
PLATEAU EQU 23
-
+IF DEF(_YELLOW)
+BEACH_HOUSE_TILESET EQU 24
+ENDC