This commit is contained in:
dark-samus 2020-04-27 01:55:12 -04:00
commit e5d870235c
3 changed files with 2 additions and 11 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "n64splitter"] [submodule "n64splitter"]
path = n64splitter path = n64splitter
url = https://github.com/RetroReversing/sm64tools.git url = https://github.com/ethteck/sm64tools.git

@ -1 +1 @@
Subproject commit cb76d9bb3c359c4b3b4e1cb313c721e2cc4c55aa Subproject commit 7d1f0f689223fe5e7249c38e95040b1d28747ab5

View File

@ -1,11 +1,2 @@
if [ ! -f ./n64splitter/bin/n64split ];
then
cd ./n64splitter
mkdir -p ./bin
export C_INCLUDE_PATH=../n64splitter:./ext:/usr/local/Cellar/capstone/4.0.1/include/:/usr/local/Cellar/libyaml/0.2.1/include
export LIBRARY_PATH=/usr/local/opt/capstone/lib/:/usr/local/Cellar/libyaml/0.2.1/lib:/usr/local/Cellar/libpng/1.6.36/lib
make
cd ..
fi
rm -rf papermario/asm rm -rf papermario/asm
./n64splitter/bin/n64split -v -o papermario -c PAPER_MARIO.u.yaml baserom.z64 ./n64splitter/bin/n64split -v -o papermario -c PAPER_MARIO.u.yaml baserom.z64