diff options
author | YamaArashi <shadow962@live.com> | 2017-05-03 21:21:37 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-05-03 21:21:37 -0700 |
commit | 64ad31bd4a966cca34fe679c2ed775187d3d2978 (patch) | |
tree | ceab767a8ebb1bba0deca1485398f05fa9ae4b86 | |
parent | 3fdf3fdadf5ccf66fb64ca847581d7b675dede8b (diff) |
update INSTALL.md (baserom no longer required)
-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. |