shithub: pokecrystal

Download patch

ref: 693171a858a556fdca1f2cd22ffaa46a12d22c69
parent: 14160a180f8a898d2c282155e32a3c907083cba0
author: yenatch <[email protected]>
date: Mon Aug 12 08:33:28 EDT 2013

generate a mapfile and symfile on compile

the symfile is convenient and the mapfile is a better source for labels.json

--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@
 	@rm -f $@
 
 pokecrystal.gbc: pokecrystal.o
-	rgblink -o $@ $<
+	rgblink -n pokecrystal.sym -m pokecrystal.map -o $@ $<
 	rgbfix -Cjv -i BYTE -k 01 -l 0x33 -m 0x10 -p 0 -r 3 -t PM_CRYSTAL $@
 
 pngs: