papermario/Readme.md

7 lines
332 B
Markdown
Raw Normal View History

2019-03-08 00:58:02 +01:00
# Generate the .bin files by splitting the rom
2020-04-30 02:24:23 +02:00
Place Paper Mario (U) (named baserom.z64) in the root directory, build `n64split`, and run:
2019-03-08 00:58:02 +01:00
```
./splitrom.sh
2019-03-11 00:07:49 +01:00
```
2020-05-12 06:46:11 +02:00
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.