From 7db2fe99f83e196a92bd3dab2e4c6b8c7b191682 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Fri, 17 Oct 2014 08:13:51 -0600 Subject: Add more from the beach house. --- constants/map_dimensions.asm | 7 ++++++- constants/tilesets.asm | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'constants') 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 -- cgit v1.3.1-sl0p