You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Add back catch-all graphics rules.
.pal -> .gbcpal has been omitted for now since there's no tool to convert it yet.
This commit is contained in:
7
Makefile
7
Makefile
@@ -234,3 +234,10 @@ gfx/unknown/unknown_egg.2bpp: rgbgfx += -h
|
|||||||
$(RGBGFX) $(rgbgfx) -d1 -o $@ $<
|
$(RGBGFX) $(rgbgfx) -d1 -o $@ $<
|
||||||
$(if $(tools/gfx),\
|
$(if $(tools/gfx),\
|
||||||
tools/gfx $(tools/gfx) -d1 -o $@ $@)
|
tools/gfx $(tools/gfx) -d1 -o $@ $@)
|
||||||
|
|
||||||
|
%.tilemap: %.png
|
||||||
|
$(RGBGFX) -t $@ $<
|
||||||
|
%.gbcpal: %.png
|
||||||
|
$(RGBGFX) -p $@ $<
|
||||||
|
%.dimensions: %.png
|
||||||
|
tools/png_dimensions $< $@
|
||||||
|
Reference in New Issue
Block a user