diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/map_constants.asm | 2 | ||||
-rwxr-xr-x | constants/map_dimensions.asm | 2 | ||||
-rw-r--r-- | constants/tilesets.asm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/constants/map_constants.asm b/constants/map_constants.asm index 3703f6c5..11deedd0 100644 --- a/constants/map_constants.asm +++ b/constants/map_constants.asm @@ -246,6 +246,6 @@ TRADE_CENTER EQU $F0 LORELEIS_ROOM EQU $F5 BRUNOS_ROOM EQU $F6 AGATHAS_ROOM EQU $F7 -IF DEF(_YELLOW) +IF DEF(_OPTION_BEACH_HOUSE) BEACH_HOUSE EQU $F8 ENDC diff --git a/constants/map_dimensions.asm b/constants/map_dimensions.asm index 2c6075fa..236ccac4 100755 --- a/constants/map_dimensions.asm +++ b/constants/map_dimensions.asm @@ -892,7 +892,7 @@ BRUNOS_ROOM_WIDTH EQU $05 AGATHAS_ROOM_HEIGHT EQU $06 AGATHAS_ROOM_WIDTH EQU $05 -IF DEF(_YELLOW) +IF DEF(_OPTION_BEACH_HOUSE) BEACH_HOUSE_HEIGHT EQU 4 BEACH_HOUSE_WIDTH EQU 7 ENDC diff --git a/constants/tilesets.asm b/constants/tilesets.asm index ba549646..bf15f24e 100644 --- a/constants/tilesets.asm +++ b/constants/tilesets.asm @@ -22,6 +22,6 @@ LAB EQU 20 CLUB EQU 21 FACILITY EQU 22 PLATEAU EQU 23 -IF DEF(_YELLOW) +IF DEF(_OPTION_BEACH_HOUSE) BEACH_HOUSE_TILESET EQU 24 ENDC |