summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-08-26 11:48:34 -0500
committerBryan Bishop <kanzure@gmail.com>2013-08-26 11:49:04 -0500
commit5098ed740d35d4f2a2d5414f309bf25e754e189c (patch)
tree094d30a9ad17f34f86f033ee8c9ee844e68c4d1f /Makefile
parente545f0c1eaa6f922228dffd9ed12197c5a037469 (diff)
parente44d0a22285abe6aaed77f2446f797498a025b34 (diff)
Merge remote-tracking branch 'github/master' into master
Diffstat (limited to 'Makefile')
-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: