Decompilation of Paper Mario - Mirror of https://github.com/pmret/papermario
Go to file
Ethan Roseman 9ffef56c43 3 more!
2020-08-08 22:17:37 -04:00
n64splitter@678acb2ea0 More 2020-08-06 14:54:37 -04:00
papermario 3 more! 2020-08-08 22:17:37 -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 finally 2020-08-01 14:03:34 -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.