From dbe8f750fed20cea12d6fcd5b81f6a59a81b5fa8 Mon Sep 17 00:00:00 2001 From: yenatch Date: Mon, 12 Aug 2013 12:33:28 -0400 Subject: [PATCH] generate a mapfile and symfile on compile the symfile is convenient and the mapfile is a better source for labels.json --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a75eeef0..06de33b56 100644 --- a/Makefile +++ b/Makefile @@ -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: