From 1d579928dc0a3ecbaa169ae76a7abcc310e2c7ce Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Fri, 17 Oct 2014 12:16:52 -0600 Subject: Modularize the beach house. --- constants/tilesets.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants/tilesets.asm') 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 -- cgit v1.3.1-sl0p