Decompilation of Paper Mario - Mirror of https://github.com/pmret/papermario
Go to file
2020-07-17 20:47:33 -04:00
n64splitter@99e0932f89 Rename new flag, skip writing .ld by default too 2020-05-08 00:05:43 -04:00
papermario headers, some decomp 2020-07-17 20:47:33 -04:00
.gitignore headers, some decomp 2020-07-17 20:47:33 -04:00
.gitmodules Change submodule to my fork 2020-04-27 01:09:09 -04:00
docker-compose.yml gud changes 2020-04-24 00:26:17 -04:00
docker-sync.yml gud changes 2020-04-24 00:26:17 -04:00
Dockerfile Update Dockerfile 2020-05-12 00:45:15 -04:00
PAPER_MARIO.u.yaml Cleanup and one match 2020-06-25 12:03:00 -04:00
Readme.md Some instructions 2020-05-12 00:46:11 -04:00
splitrom.sh Rename new flag, skip writing .ld by default too 2020-05-08 00:05:43 -04:00

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.