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. --- text.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text.asm') diff --git a/text.asm b/text.asm index f1db4f54..61c8675f 100644 --- a/text.asm +++ b/text.asm @@ -2135,7 +2135,7 @@ INCLUDE "text/maps/route_16_gate_upstairs.asm" INCLUDE "text/maps/route_16_house.asm" INCLUDE "text/maps/route_18_gate.asm" INCLUDE "text/maps/route_18_gate_upstairs.asm" -IF DEF(_YELLOW) +IF DEF(_OPTION_BEACH_HOUSE) INCLUDE "text/maps/beach_house.asm" ENDC INCLUDE "text/maps/pokemon_league_gate.asm" -- cgit v1.3.1-sl0p