Remove the Beach House option.

This commit is contained in:
IIMarckus 2016-06-07 23:55:55 -06:00
parent b8dfee5114
commit 674b4dcc4a
20 changed files with 1 additions and 401 deletions

View file

@ -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

View file

@ -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

View file

@ -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