summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2016-08-24 22:03:12 -0400
committeryenatch <yenatch@gmail.com>2016-08-24 22:03:12 -0400
commitf09a233ebab1662aa56ee9524e1ecff79f5e7dd6 (patch)
tree99b12e077d5f9c5378b591734e26f4b54097ea84
parent6fc9daf2a9e5b9d355221c402812c378fe840494 (diff)
Add rules previously covered by gfx.py.
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2e69b9bac..188e1c22c 100644
--- a/Makefile
+++ b/Makefile
@@ -80,6 +80,7 @@ pokecrystal.gbc: $(crystal_obj)
tools/palette $< > $@
%.pal.bin: %.png
rgbgfx -p $@ $<
+
gfx/pics/%/normal.pal: gfx/pics/normal.pal.bin
tools/palette -p $< > $@
gfx/pics/%/normal.pal.bin: gfx/pics/%/front.png
@@ -96,3 +97,11 @@ gfx/pics/%/front.animated.tilemap: gfx/pics/%/front.2bpp gfx/pics/%/front.dimens
tools/pokemon_animation_graphics -t $@ $^
gfx/pics/%/front.2bpp: gfx/pics/%/front.png
rgbgfx -o $@ $<
+
+gfx/shrink1.2bpp: gfx/shrink1.png
+ rgbgfx -h -o $@ $<
+gfx/shrink2.2bpp: gfx/shrink2.png
+ rgbgfx -h -o $@ $<
+
+gfx/trainers/%.2bpp: gfx/trainers/%.png
+ rgbgfx -h -o $@ $<