mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Merge branch 'remove-extras-fix-make-gfx' into remove-extras
This commit is contained in:
commit
783a22cc21
17
Makefile
17
Makefile
@ -25,21 +25,22 @@ 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 && 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)
|
||||||
@:
|
@:
|
||||||
|
|
||||||
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/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/gfx.py png-to-2bpp $<
|
python extras/pokemontools/gfx.py png-to-2bpp $<
|
||||||
gfx/pics/%/back.lz: gfx/pics/%/back.png
|
gfx/pics/%/back.lz: gfx/pics/%/back.png
|
||||||
python extras/gfx.py png-to-lz --vert $<
|
python extras/pokemontools/gfx.py png-to-lz --vert $<
|
||||||
gfx/trainers/%.lz: gfx/trainers/%.png
|
gfx/trainers/%.lz: gfx/trainers/%.png
|
||||||
python extras/gfx.py png-to-lz --vert $<
|
python extras/pokemontools/gfx.py png-to-lz --vert $<
|
||||||
.png.lz:
|
.png.lz:
|
||||||
python extras/gfx.py png-to-lz $<
|
python extras/pokemontools/gfx.py png-to-lz $<
|
||||||
.png.2bpp:
|
.png.2bpp:
|
||||||
python extras/gfx.py png-to-lz $<
|
python extras/pokemontools/gfx.py png-to-lz $<
|
||||||
|
|
||||||
|
2
extras
2
extras
@ -1 +1 @@
|
|||||||
Subproject commit 0403a4a90d473cc0a4bf5c53677c0a84406bc4ad
|
Subproject commit 3011f9243cbe4b0de7ab2392941385c705697909
|
Loading…
Reference in New Issue
Block a user