mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08: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:
parent
1d7b1418d5
commit
8ddffef8b8
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
|
||||||
|
Loading…
Reference in New Issue
Block a user