diff options
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md index 27185fba6..72b3da12a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,5 +1,3 @@ -First, you must put a Pokémon Ruby 1.0 (US) ROM in the root directory of the repository and name it `baserom.gba`. It should have a SHA1 checksum of `f28b6ffc97847e94a6c21a63cacf633ee5c8df1e`. Then, follow the OS-specific instructions below. - # Linux Install [**devkitARM**](http://devkitpro.org/wiki/Getting_Started/devkitARM). @@ -54,5 +52,3 @@ Pokémon Sapphire 1.1 Pokémon Sapphire 1.2 make sapphire_rev2 - -Note that if you have already built a ROM, you must run `make tidy` before building a different one. This command will delete the ROM you built as well as intermediate files, so you should copy the ROM to another directory before running `make tidy` if you would like to keep the ROM. |