diff options
Diffstat (limited to 'constants')
-rwxr-xr-x | constants/map_dimensions.asm | 7 | ||||
-rw-r--r-- | constants/tilesets.asm | 4 |
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 |