shithub: pokecrystal

Download patch

ref: 8d1551ec9d1cf671981145a06cd3e5137264cee9
parent: 85d30fa0796f02a6d390fe4694bcbf21b8398fb5
author: dannye <corrnondacqb@yahoo.com>
date: Thu Mar 24 07:27:02 EDT 2016

Revert 85d30fa0796f02a6d390fe4694bcbf21b8398fb5

--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 .SUFFIXES:
 .PHONY: all clean crystal crystal11
 .SECONDEXPANSION:
-.PRECIOUS: %.2bpp %.1bpp %.blk %.bin %.tilemap
+.PRECIOUS: %.2bpp %.1bpp
 
 poketools := extras/pokemontools
 gfx       := $(PYTHON) gfx.py
--