aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-09-29 22:41:34 -0400
committerGitHub <noreply@github.com>2017-09-29 22:41:34 -0400
commit5c2419383118280465a89657fed34ed6562f2981 (patch)
tree4844873fcd027d8f238be629d283663d5fcafc9b /Makefile
parentAdd Gen 3 disassemblies. (diff)
parentUpdate Travis configuration to use rgbds 0.3.3 (diff)
downloadpokeyellow-5c2419383118280465a89657fed34ed6562f2981.tar.gz
pokeyellow-5c2419383118280465a89657fed34ed6562f2981.tar.xz
pokeyellow-5c2419383118280465a89657fed34ed6562f2981.zip
Merge pull request #167 from Pokechu22/rgbds-0.3.3
Update for RGBDS 0.3.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 12532d73..d0d3c011 100644
--- a/Makefile
+++ b/Makefile
@@ -44,8 +44,9 @@ pokered_opt = -jsv -k 01 -l 0x33 -m 0x13 -p 0 -r 03 -t "POKEMON RED"
pokeblue_opt = -jsv -k 01 -l 0x33 -m 0x13 -p 0 -r 03 -t "POKEMON BLUE"
%.gbc: $$(%_obj)
- rgblink -n $*.sym -o $@ $^
+ rgblink -n $*.sym -l pokered.link -o $@ $^
rgbfix $($*_opt) $@
+ sort $*.sym -o $*.sym
%.png: ;
%.2bpp: %.png ; @$(2bpp) $<