Decompilation of Paper Mario - Mirror of https://github.com/pmret/papermario
Go to file
2020-08-12 15:18:55 -07:00
n64splitter@678acb2ea0 More 2020-08-06 14:54:37 -04:00
papermario Added Star Rod enums to /tools/sr_eenums 2020-08-12 15:18:55 -07:00
.gitignore coin_counter_draw_content 2020-08-10 22:04:25 -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 More 2020-08-09 00:30:57 -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.