mirror of
https://github.com/pret/pokered.git
synced 2024-11-30 09:30:41 +00:00
Rename linkerscript and sort sym file
This commit is contained in:
parent
901844f536
commit
f95d25c832
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) $<
|
||||
|
Loading…
Reference in New Issue
Block a user