diff options
author | IIMarckus <iimarckus@gmail.com> | 2016-06-07 23:55:55 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2016-06-07 23:55:55 -0600 |
commit | 674b4dcc4aabde8b5556c0ed32383c32b11a4f0e (patch) | |
tree | c450c701fd0d6ab3f393d3e1dcf7dd7245615fb1 /constants | |
parent | b8dfee511453d322051f21bddc74c79307f23007 (diff) |
Remove the Beach House option.
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 |