summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoryenatch <yenatch@github.com>2013-02-10 17:50:30 -0500
committeryenatch <yenatch@github.com>2013-02-11 04:13:36 -0500
commitd1172e1fb67fe8bd9c33cc4ab0d45905167d4c53 (patch)
tree9beb2e92937478b636e30981cc92b6994a0e521a /Makefile
parentee347bff48fb491e370e013e470cc0843b8912d5 (diff)
Add build target to mass-generate pngs from 2bpp files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fbd7bc5c0..c8c441705 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,10 @@ pokecrystal.gbc: pokecrystal.o
cmp baserom.gbc $@
+pngs:
+ python gfx.py dump-pngs
+
+
front.png: tiles.png
python gfx.py png-to-lz --front $@ $(OBJECT_DIRECTORY)/tiles.2bpp