mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Add rules previously covered by gfx.py.
This commit is contained in:
parent
6fc9daf2a9
commit
f09a233eba
9
Makefile
9
Makefile
@ -80,6 +80,7 @@ pokecrystal.gbc: $(crystal_obj)
|
||||
tools/palette $< > $@
|
||||
%.pal.bin: %.png
|
||||
rgbgfx -p $@ $<
|
||||
|
||||
gfx/pics/%/normal.pal: gfx/pics/normal.pal.bin
|
||||
tools/palette -p $< > $@
|
||||
gfx/pics/%/normal.pal.bin: gfx/pics/%/front.png
|
||||
@ -96,3 +97,11 @@ gfx/pics/%/front.animated.tilemap: gfx/pics/%/front.2bpp gfx/pics/%/front.dimens
|
||||
tools/pokemon_animation_graphics -t $@ $^
|
||||
gfx/pics/%/front.2bpp: gfx/pics/%/front.png
|
||||
rgbgfx -o $@ $<
|
||||
|
||||
gfx/shrink1.2bpp: gfx/shrink1.png
|
||||
rgbgfx -h -o $@ $<
|
||||
gfx/shrink2.2bpp: gfx/shrink2.png
|
||||
rgbgfx -h -o $@ $<
|
||||
|
||||
gfx/trainers/%.2bpp: gfx/trainers/%.png
|
||||
rgbgfx -h -o $@ $<
|
||||
|
Loading…
Reference in New Issue
Block a user