diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/map_constants.asm | 4 | ||||
-rw-r--r-- | constants/tilesets.asm | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/constants/map_constants.asm b/constants/map_constants.asm index ad37e3cf..cbedef3f 100644 --- a/constants/map_constants.asm +++ b/constants/map_constants.asm @@ -253,7 +253,3 @@ ENDM mapconst LORELEIS_ROOM, 6, 5 ; $F5 mapconst BRUNOS_ROOM, 6, 5 ; $F6 mapconst AGATHAS_ROOM, 6, 5 ; $F7 - -IF DEF(_OPTION_BEACH_HOUSE) - mapconst BEACH_HOUSE, 4, 7 ; $F8 -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 |