You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Generate the Stadium 2 checksum data with pfero's tool instead of raw INCBINs
This commit is contained in:
7
Makefile
7
Makefile
@@ -116,9 +116,16 @@ pokecrystal_au_opt = -Cjv -t PM_CRYSTAL -i BYTU -n 0 -k 01 -l 0x33 -m 0x10
|
||||
pokecrystal_debug_opt = -Cjv -t PM_CRYSTAL -i BYTE -n 0 -k 01 -l 0x33 -m 0x10 -r 3 -p 0
|
||||
pokecrystal11_debug_opt = -Cjv -t PM_CRYSTAL -i BYTE -n 1 -k 01 -l 0x33 -m 0x10 -r 3 -p 0
|
||||
|
||||
pokecrystal_base = us
|
||||
pokecrystal11_base = us
|
||||
pokecrystal_au_base = us
|
||||
pokecrystal_debug_base = dbg
|
||||
pokecrystal11_debug_base = dbg
|
||||
|
||||
%.gbc: $$(%_obj) layout.link
|
||||
$(RGBLINK) -n $*.sym -m $*.map -l layout.link -o $@ $(filter %.o,$^)
|
||||
$(RGBFIX) $($*_opt) $@
|
||||
tools/stadium --base $($*_base) $@
|
||||
|
||||
|
||||
### LZ compression rules
|
||||
|
Reference in New Issue
Block a user