mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Merge branch 'master' into remove-extras-fix-make-gfx
This commit is contained in:
commit
36b7935bed
2
Makefile
2
Makefile
@ -31,7 +31,7 @@ pngs:
|
|||||||
lzs: $(LZ_GFX) $(TWOBPP_GFX)
|
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 $^
|
python extras/pokemontools/gfx.py png-to-lz --front $^
|
||||||
gfx/pics/%/tiles.2bpp: gfx/pics/%/tiles.png
|
gfx/pics/%/tiles.2bpp: gfx/pics/%/tiles.png
|
||||||
python extras/pokemontools/gfx.py png-to-2bpp $<
|
python extras/pokemontools/gfx.py png-to-2bpp $<
|
||||||
|
Loading…
Reference in New Issue
Block a user