ref: dbe8f750fed20cea12d6fcd5b81f6a59a81b5fa8
parent: 1cb19a03a3c57c85d27495f95483b30ae37f0976
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: