diff options
author | yenatch <yenatch@gmail.com> | 2013-08-12 12:33:28 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-08-12 12:33:28 -0400 |
commit | 693171a858a556fdca1f2cd22ffaa46a12d22c69 (patch) | |
tree | 949f0e85cdece9cd005f89fe2b223b8241fb57df | |
parent | 14160a180f8a898d2c282155e32a3c907083cba0 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |