diff options
author | IIMarckus <iimarckus@gmail.com> | 2016-06-07 23:55:55 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2016-06-07 23:55:55 -0600 |
commit | 674b4dcc4aabde8b5556c0ed32383c32b11a4f0e (patch) | |
tree | c450c701fd0d6ab3f393d3e1dcf7dd7245615fb1 /text.asm | |
parent | b8dfee511453d322051f21bddc74c79307f23007 (diff) |
Remove the Beach House option.
Diffstat (limited to 'text.asm')
-rw-r--r-- | text.asm | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1969,9 +1969,6 @@ 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(_OPTION_BEACH_HOUSE) -INCLUDE "text/maps/beach_house.asm" -ENDC INCLUDE "text/maps/pokemon_league_gate.asm" INCLUDE "text/maps/victory_road_2f.asm" INCLUDE "text/maps/bills_house.asm" |