mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 10:23:34 +12:00
Update Makefile
This commit is contained in:
parent
baa94d76ae
commit
e932c39ed4
4
Makefile
4
Makefile
|
@ -120,8 +120,8 @@ endif
|
||||||
kep_pad = 0x00
|
kep_pad = 0x00
|
||||||
kep_debug_pad = 0xff
|
kep_debug_pad = 0xff
|
||||||
|
|
||||||
kep_opt = -jsv -n 0 -k 01 -l 0x33 -m 0x13 -r 03 -t "KEP HACK"
|
kep_opt = -jsv -n 0 -k 01 -l 0x33 -m 0x13 -r 03 -t "PKMN: EXPN. PAK"
|
||||||
kep_debug_opt = -jsv -n 0 -k 01 -l 0x33 -m 0x13 -r 03 -t "KEP HACK"
|
kep_debug_opt = -jsv -n 0 -k 01 -l 0x33 -m 0x13 -r 03 -t "PKMN: EXPN. PAK"
|
||||||
|
|
||||||
%.gbc: $$(%_obj) layout.link
|
%.gbc: $$(%_obj) layout.link
|
||||||
$(RGBLINK) -p $($*_pad) -d -m $*.map -n $*.sym -l layout.link -o $@ $(filter %.o,$^)
|
$(RGBLINK) -p $($*_pad) -d -m $*.map -n $*.sym -l layout.link -o $@ $(filter %.o,$^)
|
||||||
|
|
Loading…
Reference in a new issue