ref: 268a2d28fdbacf48ea5e9d0cbac37ac4deee7082
parent: a94257c7f8b4497a3695c142fd15972ff9e21b63
author: Bryan Bishop <[email protected]>
date: Sat Aug 3 16:13:37 EDT 2013
probably fix the pngs target for make Update the submodule to a version where gfx.py is able to handle the current paths. Make some other fixes to Makefile to call gfx.py correctly.
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,8 @@
rgbfix -Cjv -i BYTE -k 01 -l 0x33 -m 0x10 -p 0 -r 3 -t PM_CRYSTAL $@
pngs:
- cd extras/pokemontools/ && python gfx.py mass-decompress && python gfx.py dump-pngs
+ python extras/pokemontools/gfx.py mass-decompress
+ python extras/pokemontools/gfx.py dump-pngs
lzs: $(LZ_GFX) $(TWOBPP_GFX)
@: