aboutsummaryrefslogtreecommitdiffstats
path: root/data/tileset_headers.asm
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2014-10-17 11:13:22 -0600
committerIIMarckus <iimarckus@gmail.com>2014-10-17 11:13:22 -0600
commit16ad16302e0c5ee116c697454cb98a62cf0bb58b (patch)
treecd3f478d41ccb6206a9bfa5f1a7cf3308091000d /data/tileset_headers.asm
parentMore idioms. (diff)
downloadpokeyellow-16ad16302e0c5ee116c697454cb98a62cf0bb58b.tar.gz
pokeyellow-16ad16302e0c5ee116c697454cb98a62cf0bb58b.tar.xz
pokeyellow-16ad16302e0c5ee116c697454cb98a62cf0bb58b.zip
Add the beach house tileset.
Diffstat (limited to 'data/tileset_headers.asm')
-rwxr-xr-xdata/tileset_headers.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/tileset_headers.asm b/data/tileset_headers.asm
index 84cfaffd..6631b8f0 100755
--- a/data/tileset_headers.asm
+++ b/data/tileset_headers.asm
@@ -23,3 +23,6 @@ Tilesets: ; c7be (3:47be)
tileset Club_Block, Club_GFX, Club_Coll, $07,$17,$FF, $FF, INDOOR
tileset Facility_Block, Facility_GFX, Facility_Coll, $12,$FF,$FF, $FF, CAVE
tileset Plateau_Block, Plateau_GFX, Plateau_Coll, $FF,$FF,$FF, $45, CAVE
+IF DEF(_YELLOW)
+ tileset BeachHouse_Block, BeachHouse_GFX, BeachHouse_Coll, $FF,$FF,$FF, $FF, INDOOR
+ENDC