diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-09-14 19:07:51 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-09-14 19:07:51 -0400 |
commit | f0dbfe7b277b2d5ea24fec3673fdd5c9266795a0 (patch) | |
tree | 306e164799414f2a7eb32760e254c62fc57fbf89 /gfx | |
parent | a8579e23c7307a7c8b57c7b119f7cbc167e25b32 (diff) |
.bin -> .2bpp
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/gfx.mk | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,11 +1,11 @@ RGBGFXFLAGS := -$(dir_build)/%.bin: %.png | $$(dir $$@) +$(dir_build)/%.2bpp: %.png | $$(dir $$@) $(RGBGFX) $(RGBGFXFLAGS) -o $@ $< -$(dir_build)/gfx/sprites/%.bin: RGBGFXFLAGS = -h +$(dir_build)/gfx/sprites/%.2bpp: RGBGFXFLAGS = -h -# data_select.bin.xor decompresses to 2bpp-encoded data_select.png with an extra byte $33 (ASCII "3") appended -$(dir_build)/gfx/data_select/data_select.bin: gfx/data_select/data_select.png | $$(dir $$@) +# data_select.2bpp.xor decompresses to 2bpp-encoded data_select.png with an extra byte $33 (ASCII "3") appended +$(dir_build)/gfx/data_select/data_select.2bpp: gfx/data_select/data_select.png | $$(dir $$@) $(RGBGFX) $(RGBGFXFLAGS) -o $@ $< printf 3 >> $@ |