summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--tilesets.asm1
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 06cbcd7a..9475c377 100644
--- a/Makefile
+++ b/Makefile
@@ -98,6 +98,7 @@ gfx/slots/red_slots_1.2bpp: tools/gfx += --trim-whitespace
gfx/slots/blue_slots_1.2bpp: tools/gfx += --trim-whitespace
gfx/tilesets/%.2bpp: tools/gfx += --trim-whitespace
+gfx/tilesets/reds_house.2bpp: tools/gfx += --preserve=0x48
gfx/trade/game_boy.2bpp: tools/gfx += --remove-duplicates
diff --git a/tilesets.asm b/tilesets.asm
index ed6b6223..f64dc20a 100644
--- a/tilesets.asm
+++ b/tilesets.asm
@@ -5,7 +5,6 @@ Overworld_Block:: INCBIN "gfx/blocksets/overworld.bst"
RedsHouse1_GFX::
RedsHouse2_GFX:: INCBIN "gfx/tilesets/reds_house.2bpp"
- ds 16, $00 ; blank tile
RedsHouse1_Block::
RedsHouse2_Block:: INCBIN "gfx/blocksets/reds_house.bst"