mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Use rgblink dmg mode
This commit is contained in:
parent
91e55dbe0b
commit
98f09b6d26
5 changed files with 10 additions and 42 deletions
2
Makefile
2
Makefile
|
|
@ -49,7 +49,7 @@ 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 pokered.link -o $@ $^
|
||||
rgblink -d -n $*.sym -l pokered.link -o $@ $^
|
||||
rgbfix $($*_opt) $@
|
||||
sort $*.sym -o $*.sym
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue