mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 08:52:40 +01:00
Merge branch 'master' of https://github.com/ethteck/PaperMarioDecompilation
This commit is contained in:
commit
e5d870235c
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "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
|
@ -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
|
||||
./n64splitter/bin/n64split -v -o papermario -c PAPER_MARIO.u.yaml baserom.z64
|
||||
|
Loading…
Reference in New Issue
Block a user