papermario/Readme.md
2019-03-10 23:07:49 +00:00

11 lines
245 B
Markdown

# Generate the .bin files by splitting the rom
Place "Paper Mario (U) [!].z64" in the root directory with a build of `n64split` and run:
```
./splitrom.sh
```
## To rebuild n64split every time
```
rm -rf ./n64splitter/bin/ && ./splitrom.sh
```