Add build target to mass-generate pngs from 2bpp files

This commit is contained in:
yenatch
2013-02-10 17:50:30 -05:00
parent ee347bff48
commit d1172e1fb6
2 changed files with 23 additions and 8 deletions

View File

@@ -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