Update build scripts
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
del ..\working.sfc
|
del ..\working.sfc
|
||||||
copy ..\alttp.sfc ..\working.sfc
|
copy ..\alttp.sfc ..\working.sfc
|
||||||
xkas.exe LTTP_RND_GeneralBugfixes.asm ..\working.sfc
|
%~dp0bin\windows\asar.exe LTTP_RND_GeneralBugfixes.asm ..\working.sfc
|
||||||
cmd /k
|
cmd /k
|
||||||
|
|||||||
2
build.sh
2
build.sh
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
rm ../working.sfc
|
rm ../working.sfc
|
||||||
cp ../alttp.sfc ../working.sfc
|
cp ../alttp.sfc ../working.sfc
|
||||||
./asar -DFEATURE_NEW_TEXT=1 LTTP_RND_GeneralBugfixes.asm ../working.sfc
|
./bin/macos/asar -DFEATURE_NEW_TEXT=1 LTTP_RND_GeneralBugfixes.asm ../working.sfc
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
rm ../working.sfc
|
rm ../working.sfc
|
||||||
cp ../alttp.sfc ../working.sfc
|
cp ../alttp.sfc ../working.sfc
|
||||||
asar -DFEATURE_NEW_TEXT=1 LTTP_RND_GeneralBugfixes.asm ../working.sfc
|
./bin/linux/asar -DFEATURE_NEW_TEXT=1 LTTP_RND_GeneralBugfixes.asm ../working.sfc
|
||||||
|
|||||||
Reference in New Issue
Block a user