summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-08-16 10:53:29 -0700
committerBryan Bishop <kanzure@gmail.com>2013-08-16 10:53:29 -0700
commite44d0a22285abe6aaed77f2446f797498a025b34 (patch)
tree127f099e0f18c0784d55a2decf3808fcd17fd373
parentc9ea43345ebf306907df46b1b9481983b17644b9 (diff)
parentdbe8f750fed20cea12d6fcd5b81f6a59a81b5fa8 (diff)
Merge pull request #165 from yenatch/make-mapfile-and-symfile
generate a mapfile and symfile on compile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: