summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-08-12 12:33:28 -0400
committeryenatch <yenatch@gmail.com>2013-08-12 12:33:28 -0400
commit693171a858a556fdca1f2cd22ffaa46a12d22c69 (patch)
tree949f0e85cdece9cd005f89fe2b223b8241fb57df
parent14160a180f8a898d2c282155e32a3c907083cba0 (diff)
generate a mapfile and symfile on compile
the symfile is convenient and the mapfile is a better source for labels.json
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d66ab3257..f44b4eb89 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: