ref: 36b7935bed07e8f7b7cffd2a796b95222b27a5da
parent: 268a2d28fdbacf48ea5e9d0cbac37ac4deee7082
parent: daa0760e2652f0019b20d3a93b4dda76be5f5288
author: Bryan Bishop <[email protected]>
date: Sat Aug 3 17:40:45 EDT 2013
Merge branch 'master' into remove-extras-fix-make-gfx
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@
lzs: $(LZ_GFX) $(TWOBPP_GFX)
@:
-gfx/pics/%/front.lz: gfx/pics/%/front.png gfx/pics/%/tiles.2bpp
+gfx/pics/%/front.lz: gfx/pics/%/tiles.2bpp gfx/pics/%/front.png
python extras/pokemontools/gfx.py png-to-lz --front $^
gfx/pics/%/tiles.2bpp: gfx/pics/%/tiles.png
python extras/pokemontools/gfx.py png-to-2bpp $<