mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 20:42:41 +01:00
11 lines
245 B
Markdown
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
|
|
```
|