generate a mapfile and symfile on compile

the symfile is convenient and the mapfile is a better source for labels.json
This commit is contained in:
yenatch 2013-08-12 12:33:28 -04:00
parent 1cb19a03a3
commit dbe8f750fe

View File

@ -21,7 +21,7 @@ pokecrystal.o: $(TEXTFILES:.asm=.tx) wram.asm constants.asm $(shell find constan
@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: