diff --git a/build.sh b/build.sh index 501d94f..309b257 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,8 @@ #!/bin/bash -rm ../working.sfc -cp ../alttp.sfc ../working.sfc -./bin/macos/asar LTTP_RND_GeneralBugfixes.asm ../working.sfc +rm ../alttp.sfc +cp ~/dev/kwyn/orig/z3.sfc ../alttp.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