You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
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.
This commit is contained in:
3
Makefile
3
Makefile
@@ -25,7 +25,8 @@ pokecrystal.gbc: pokecrystal.o
|
|||||||
rgbfix -Cjv -i BYTE -k 01 -l 0x33 -m 0x10 -p 0 -r 3 -t PM_CRYSTAL $@
|
rgbfix -Cjv -i BYTE -k 01 -l 0x33 -m 0x10 -p 0 -r 3 -t PM_CRYSTAL $@
|
||||||
|
|
||||||
pngs:
|
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)
|
lzs: $(LZ_GFX) $(TWOBPP_GFX)
|
||||||
@:
|
@:
|
||||||
|
2
extras
2
extras
Submodule extras updated: 0403a4a90d...3011f9243c
Reference in New Issue
Block a user