From f95d25c8329ef7b8d61ec2b053e774c9f91ef0b1 Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Fri, 29 Sep 2017 19:22:56 -0700 Subject: [PATCH] Rename linkerscript and sort sym file --- Makefile | 3 ++- linkerscript.link => pokered.link | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename linkerscript.link => pokered.link (100%) 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 similarity index 100% rename from linkerscript.link rename to pokered.link