diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-16 10:53:29 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-16 10:53:29 -0700 |
commit | e44d0a22285abe6aaed77f2446f797498a025b34 (patch) | |
tree | 127f099e0f18c0784d55a2decf3808fcd17fd373 | |
parent | c9ea43345ebf306907df46b1b9481983b17644b9 (diff) | |
parent | dbe8f750fed20cea12d6fcd5b81f6a59a81b5fa8 (diff) |
Merge pull request #165 from yenatch/make-mapfile-and-symfile
generate a mapfile and symfile on compile
-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: |