From 35a09298a61dcd6b52481be2d06e28b60f51dc9c Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 28 Jun 2020 20:05:17 -0400 Subject: Use --preserve instead of a hard-coded blank tile --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.3.1-sl0p