summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--pokeyellow.link (renamed from linkerscript.link)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ff54c247..56344cfe 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ $(objs): %.o: %.asm $$(%_dep)
opts = -cjsv -k 01 -l 0x33 -m 0x1b -p 0 -r 03 -t "POKEMON YELLOW"
$(rom): $(objs)
- rgblink -n $*.sym -l linkerscript.link -o $@ $^
+ rgblink -n $*.sym -l pokeyellow.link -o $@ $^
rgbfix $(opts) $@
sort $(rom:.gbc=.sym) -o $(rom:.gbc=.sym)
diff --git a/linkerscript.link b/pokeyellow.link
index 05c9b9bd..05c9b9bd 100644
--- a/linkerscript.link
+++ b/pokeyellow.link