diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-28 19:56:06 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-28 19:56:06 -0400 |
| commit | 022f9e6af1570f071eaf85cf65d50cb29ddc34f2 (patch) | |
| tree | 78953bff0493d3bea60bf979a7a9f5709dfea7ed /Makefile | |
| parent | a0e8e5ac5b7d91451ce6eac4c7c65641f7e5a59c (diff) | |
Reformat gfx/trade/game_boy.png and fix tools/gfx --preserve
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -186,6 +186,8 @@ gfx/title/old_fg.2bpp: tools/gfx += --interleave --png=$< gfx/title/logo.2bpp: rgbgfx += -x 4 gfx/trade/ball.2bpp: tools/gfx += --remove-whitespace +gfx/trade/game_boy.2bpp: tools/gfx += --remove-duplicates --preserve=0x23,0x27 +gfx/trade/game_boy_cable.2bpp: gfx/trade/game_boy.2bpp gfx/trade/link_cable.2bpp ; cat $^ > $@ gfx/slots/slots_1.2bpp: tools/gfx += --trim-whitespace gfx/slots/slots_2.2bpp: tools/gfx += --interleave --png=$< |
