summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-09-01 23:02:24 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-09-01 23:02:24 -0400
commitd67ef7efd5c702b339a486b44b874a29b4f8629a (patch)
treeaa6fa9a2d0d578df356d76688e121aac09cc26b1
parentcd169aec3cb61408365343f12d371dacb57736c1 (diff)
Clarify about rgbds 0.3.7 compatibility
-rw-r--r--FAQ.md6
-rw-r--r--INSTALL.md10
2 files changed, 8 insertions, 8 deletions
diff --git a/FAQ.md b/FAQ.md
index 015a517c4..948f373d6 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -32,7 +32,7 @@ You need to install `gcc`. If you're using Cygwin, re-run its setup, and at "Sel
### "ERROR: `UNION` already defined"
-Download [the latest **rgbds** release][rgbds]. Versions earlier than 0.3.3 will not work.
+Download [**rgbds 0.3.7**][rgbds]. Older versions will not work.
### "Segmentation fault" from `rgbgfx`
@@ -50,9 +50,9 @@ Run `make clean` to remove all the old `o` files, then re-run `make`.
### "Syntax error"
-You've made a mistake while writing some of the code. Re-read the modifications you've made to the file it complains about and try to compare them with other code.
+If you have not changed any of the asm, make sure you have the latest version of pokecrystal and the correct version of rgbds (see [INSTALL.md](INSTALL.md)).
-If you're not using the latest version of [**rgbds**][rgbds], update this as well. Don't forget to `make clean` afterwards.
+If you added or changed any code, you've made a mistake while writing some of it. Re-read the modifications you've made to the file it complains about and try to compare them with other code.
## How do I edit maps?
diff --git a/INSTALL.md b/INSTALL.md
index 9c29c8433..2f369df09 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -40,7 +40,7 @@ Click once on the text that says "**Skip**" next to each package to select the m
Then download [**rgbds**](https://github.com/rednex/rgbds/releases/): the latest **win64.zip** or **win32.zip** release. Extract it and put all the `exe` and `dll` files individually in **C:\cygwin64\usr\local\bin**.
-**Note: If you already have an older rgbds, you will need to update to 0.3.7 or newer.** Ignore this if you have never installed rgbds before.
+**Note: If you already have an older rgbds, you will need to update to 0.3.7.** Ignore this if you have never installed rgbds before. If a version newer than 0.3.7 does not work, try downloading 0.3.7.
### 2. Build pokecrystal
@@ -78,10 +78,10 @@ make crystal11
## Mac OS X
-Open **Terminal** and enter the following commands.
-
### 1. Install the required software
+Open **Terminal** and enter the following commands.
+
To install the **Xcode Command Line Tools**:
```bash
@@ -119,10 +119,10 @@ make crystal11
## Linux
-Open **Terminal** and enter the following commands.
-
### 1. Install the required software
+Open **Terminal** and enter the following commands.
+
The commands to do this depend on which distro you're using.
#### Debian or Ubuntu