shithub: pokecrystal

Download patch

ref: 8ddffef8b84d47396db480cb2079835d63337ab4
parent: 1d7b1418d518726517fa0bd04a8cf4e6ce247e70
author: mid-kid <esteve.varela@gmail.com>
date: Tue Jan 23 07:35:06 EST 2018

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.

--- a/Makefile
+++ b/Makefile
@@ -235,8 +235,6 @@
 	$(if $(tools/gfx),\
 		tools/gfx $(tools/gfx) -d1 -o $@ $@)
 
-%.tilemap: %.png
-	$(RGBGFX) -t $@ $<
 %.gbcpal: %.png
 	$(RGBGFX) -p $@ $<
 %.dimensions: %.png