summaryrefslogtreecommitdiff
path: root/text.asm
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2014-10-17 12:16:52 -0600
committerIIMarckus <iimarckus@gmail.com>2014-10-17 12:16:52 -0600
commit1d579928dc0a3ecbaa169ae76a7abcc310e2c7ce (patch)
tree3320eb30ddf4e52c751a63f06e36868d33ef9544 /text.asm
parent16ad16302e0c5ee116c697454cb98a62cf0bb58b (diff)
Modularize the beach house.
Diffstat (limited to 'text.asm')
-rw-r--r--text.asm2
1 files changed, 1 insertions, 1 deletions
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"