summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPokechu22 <Pokechu022@gmail.com>2017-09-29 19:22:56 -0700
committerPokechu22 <Pokechu022@gmail.com>2017-09-29 19:22:56 -0700
commitf95d25c8329ef7b8d61ec2b053e774c9f91ef0b1 (patch)
tree1ab67b5922fe701cfd5bce86852e1dd265b98556
parent901844f536e7eef58045c3dbeb6387e2c78ba870 (diff)
Rename linkerscript and sort sym file
-rw-r--r--Makefile3
-rw-r--r--pokered.link (renamed from linkerscript.link)0
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8e766b28..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 -l linkerscript.link -o $@ $^
+ rgblink -n $*.sym -l pokered.link -o $@ $^
rgbfix $($*_opt) $@
+ sort $*.sym -o $*.sym
%.png: ;
%.2bpp: %.png ; @$(2bpp) $<
diff --git a/linkerscript.link b/pokered.link
index ad5ac793..ad5ac793 100644
--- a/linkerscript.link
+++ b/pokered.link