summaryrefslogtreecommitdiff
path: root/gfx
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-09-14 19:07:51 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-09-14 19:07:51 -0400
commitf0dbfe7b277b2d5ea24fec3673fdd5c9266795a0 (patch)
tree306e164799414f2a7eb32760e254c62fc57fbf89 /gfx
parenta8579e23c7307a7c8b57c7b119f7cbc167e25b32 (diff)
.bin -> .2bpp
Diffstat (limited to 'gfx')
-rw-r--r--gfx/gfx.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/gfx/gfx.mk b/gfx/gfx.mk
index d1b43d9..2299205 100644
--- a/gfx/gfx.mk
+++ b/gfx/gfx.mk
@@ -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 >> $@