mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 08:52:40 +01:00
Decompilation of Paper Mario - Mirror of https://github.com/pmret/papermario
asm | ||
include | ||
src | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gitmodules | ||
checksum.sha1 | ||
diff_settings.py | ||
diff.py | ||
docker-compose.yml | ||
docker-sync.yml | ||
Dockerfile | ||
format.sh | ||
Makefile | ||
papermario.ld | ||
Readme.md | ||
undefined_syms.txt |
Generate the .bin files by splitting the rom
Place Paper Mario (U) (named baserom.z64) in the root directory, build n64split
, and run:
./splitrom.sh
You'll need to build binutils manually with two targets: mips-sgi-irix5 and mips-linux-gnu - we don't have proper instructions yet, but see the Dockerfile for an example.