shithub: pokered

Download patch

ref: 35a09298a61dcd6b52481be2d06e28b60f51dc9c
parent: f887cf3ee0e914e7e51517788ef969be6fe06c7f
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Sun Jun 28 16:05:17 EDT 2020

Use --preserve instead of a hard-coded blank tile

--- a/Makefile
+++ b/Makefile
@@ -98,6 +98,7 @@
 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
 
--- a/tilesets.asm
+++ b/tilesets.asm
@@ -5,7 +5,6 @@
 
 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"