diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/map_constants.asm | 3 | ||||
-rwxr-xr-x | constants/map_dimensions.asm | 5 | ||||
-rw-r--r-- | constants/tilesets.asm | 3 |
3 files changed, 0 insertions, 11 deletions
diff --git a/constants/map_constants.asm b/constants/map_constants.asm index 3bd79f3c..551c59ad 100644 --- a/constants/map_constants.asm +++ b/constants/map_constants.asm @@ -248,6 +248,3 @@ const_value = 0 const LORELEIS_ROOM ; $F5 const BRUNOS_ROOM ; $F6 const AGATHAS_ROOM ; $F7 -IF DEF(_OPTION_BEACH_HOUSE) - const BEACH_HOUSE ; $F8 -ENDC diff --git a/constants/map_dimensions.asm b/constants/map_dimensions.asm index ad6caa23..cc6fed9f 100755 --- a/constants/map_dimensions.asm +++ b/constants/map_dimensions.asm @@ -891,8 +891,3 @@ BRUNOS_ROOM_WIDTH EQU $05 ; Agatha_h map_id=247 AGATHAS_ROOM_HEIGHT EQU $06 AGATHAS_ROOM_WIDTH EQU $05 - -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 86f87433..f10e4d92 100644 --- a/constants/tilesets.asm +++ b/constants/tilesets.asm @@ -24,6 +24,3 @@ const_value = 0 const CLUB ; 21 const FACILITY ; 22 const PLATEAU ; 23 -IF DEF(_OPTION_BEACH_HOUSE) - const BEACH_HOUSE_TILESET ; 24 -ENDC |