diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-28 20:05:17 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-28 20:05:17 -0400 |
| commit | 35a09298a61dcd6b52481be2d06e28b60f51dc9c (patch) | |
| tree | daec0b169ee38c1d05a948b95a7cbd2a6eba639f /Makefile | |
| parent | f887cf3ee0e914e7e51517788ef969be6fe06c7f (diff) | |
Use --preserve instead of a hard-coded blank tile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
