diff options
author | yenatch <yenatch@gmail.com> | 2013-08-12 12:33:28 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-08-16 13:43:04 -0400 |
commit | dbe8f750fed20cea12d6fcd5b81f6a59a81b5fa8 (patch) | |
tree | 429e113a9ed477d9e3fbf40281739d8c1c1f528d | |
parent | 1cb19a03a3c57c85d27495f95483b30ae37f0976 (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: |