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