mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Accidentally deleted the pokemon palette rule
This commit is contained in:
parent
f748d34aa3
commit
1a549990da
2
Makefile
2
Makefile
@ -99,6 +99,8 @@ endef
|
|||||||
%.pal: %.gbcpal
|
%.pal: %.gbcpal
|
||||||
tools/palette $< > $@
|
tools/palette $< > $@
|
||||||
|
|
||||||
|
gfx/pics/%/normal.gbcpal: gfx/pics/%/front.png
|
||||||
|
rgbgfx -p $@ $<
|
||||||
gfx/pics/%/normal.pal: gfx/pics/%/normal.gbcpal
|
gfx/pics/%/normal.pal: gfx/pics/%/normal.gbcpal
|
||||||
tools/palette -p $< > $@
|
tools/palette -p $< > $@
|
||||||
gfx/pics/%/back.2bpp: gfx/pics/%/back.png
|
gfx/pics/%/back.2bpp: gfx/pics/%/back.png
|
||||||
|
Loading…
Reference in New Issue
Block a user