Build script update
This commit is contained in:
9
build.sh
9
build.sh
@@ -1,5 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
rm ../working.sfc
|
rm ../alttp.sfc
|
||||||
cp ../alttp.sfc ../working.sfc
|
cp ~/dev/kwyn/orig/z3.sfc ../alttp.sfc
|
||||||
./bin/macos/asar LTTP_RND_GeneralBugfixes.asm ../working.sfc
|
asar --symbols=wla LTTP_RND_GeneralBugfixes.asm ../alttp.sfc
|
||||||
|
flips ~/dev/kwyn/orig/z3.sfc ../alttp.sfc ../base2current.bps
|
||||||
|
md5sum ../alttp.sfc | tee /dev/tty | cut -d ' ' -f 1 | xargs -I '{}' sed -i "s/RANDOMIZERBASEHASH = '.\+'/RANDOMIZERBASEHASH = '{}'/g" ~/dev/kwyn/doors/Rom.py
|
||||||
|
cp ../base2current.bps ~/dev/kwyn/doors/data
|
||||||
|
|||||||
Reference in New Issue
Block a user