You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Don't let the Makefile pick up .tilemap files
We don't generate any tilemap file with rgbgfx yet, because they won't match anyway. This should be re-added when we can do it properly.
This commit is contained in:
2
Makefile
2
Makefile
@@ -235,8 +235,6 @@ gfx/unknown/unknown_egg.2bpp: rgbgfx += -h
|
|||||||
$(if $(tools/gfx),\
|
$(if $(tools/gfx),\
|
||||||
tools/gfx $(tools/gfx) -d1 -o $@ $@)
|
tools/gfx $(tools/gfx) -d1 -o $@ $@)
|
||||||
|
|
||||||
%.tilemap: %.png
|
|
||||||
$(RGBGFX) -t $@ $<
|
|
||||||
%.gbcpal: %.png
|
%.gbcpal: %.png
|
||||||
$(RGBGFX) -p $@ $<
|
$(RGBGFX) -p $@ $<
|
||||||
%.dimensions: %.png
|
%.dimensions: %.png
|
||||||
|
Reference in New Issue
Block a user