From 674b4dcc4aabde8b5556c0ed32383c32b11a4f0e Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Tue, 7 Jun 2016 23:55:55 -0600 Subject: Remove the Beach House option. --- data/collision.asm | 3 --- 1 file changed, 3 deletions(-) (limited to 'data/collision.asm') diff --git a/data/collision.asm b/data/collision.asm index 46d5ddc6..78579242 100644 --- a/data/collision.asm +++ b/data/collision.asm @@ -22,6 +22,3 @@ Lab_Coll:: INCBIN "gfx/tilesets/lab.tilecoll" Club_Coll:: INCBIN "gfx/tilesets/club.tilecoll" Facility_Coll:: INCBIN "gfx/tilesets/facility.tilecoll" Plateau_Coll:: INCBIN "gfx/tilesets/plateau.tilecoll" -IF DEF(_OPTION_BEACH_HOUSE) -BeachHouse_Coll:: INCBIN "gfx/tilesets/beachhouse.tilecoll" -ENDC -- cgit v1.3.1-sl0p