don't link to ROM dump site

This commit is contained in:
Alex Bates 2021-01-15 21:27:47 +00:00
parent 6cf218fdc1
commit df14cabcc5
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ Install build dependencies:
./install.sh
```
Copy a [Paper Mario (USA)](https://datomatic.no-intro.org/index.php?page=show_record&s=24&n=0537) ROM into the root directory of the repository with the name `baserom.z64`. If you're using WSL, you can enter the Linux filesystem by opening `\\wsl$` in File Explorer; e.g. `\\wsl$\Ubuntu\home\<your username>\papermario`.
Copy an unmodified Paper Mario (USA) ROM (sha1: `3837f44cda784b466c9a2d99df70d77c322b97a0`) into the root directory of the repository with the name `baserom.z64`. If you're using WSL, you can enter the Linux filesystem by opening `\\wsl$` in File Explorer; e.g. `\\wsl$\Ubuntu\home\<your username>\papermario`.
Configure the build and extract assets from the base ROM:
```sh

View File

@ -15,7 +15,7 @@ This is a work-in-progress decompilation of Paper Mario (USA).
It builds the following ROM:
* [**papermario.z64**](https://datomatic.no-intro.org/index.php?page=show_record&s=24&n=0537) `sha1: 3837f44cda784b466c9a2d99df70d77c322b97a0`
* papermario.z64 `sha1: 3837f44cda784b466c9a2d99df70d77c322b97a0`
To set up the repository, see [INSTALL.md](INSTALL.md).