mirror of
https://github.com/pret/pokered.git
synced 2026-09-14 04:35:15 -05:00
Rename linkerscript and sort sym file
This commit is contained in:
3
Makefile
3
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) $<
|
||||
|
||||
Reference in New Issue
Block a user