diff options
author | yenatch <yenatch@gmail.com> | 2018-01-23 00:27:45 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2018-01-23 00:27:45 -0500 |
commit | 8b362e5a8beff7b8f90973f6453a7d0ac8ebcc63 (patch) | |
tree | 87c4d3e13a1af1fbfc13fab979801afd9d3390b5 | |
parent | 897f952b1737c152d877f525ee88a7641076b0b5 (diff) |
clearer wording about baseroms (you need both)
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,9 +6,9 @@ If you run into trouble, ask on irc ([**freenode#pret**](https://kiwiirc.com/cli # NOTICE -Currently building requires that you provide a base ROM for each version. You can find the md5 for each version in [README.md](README.md) to confirm you have the right one. +Currently building requires that you provide a base ROM for both versions. You can find the md5 for each version in [README.md](README.md) to confirm you have the right one. -You will need to rename the Gold ROM to **baserom-gold.gbc** and the Silver ROM to **baserom-silver.gbc** in order to build the respective version. +You will need to rename the Gold ROM to **baserom-gold.gbc** and the Silver ROM to **baserom-silver.gbc** in order to build either version. # Linux |