shithub: pokecrystal

Download patch

ref: 853abd3aa35233e344134486a46ff9585cac3386
parent: 74005945b70705c624c57b3dced870370bce7739
author: yenatch <[email protected]>
date: Sun May 28 11:57:57 EDT 2017

Fix rgbds link and version

--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,4 +1,4 @@
-The source files are assembled into a rom using [**rgbds**](https://github.com/bentley/rgbds).
+The source files are assembled into a rom using [**rgbds**](https://github.com/rednex/rgbds).
 These instructions explain how to set up the tools required to build.
 
 If you run into trouble, ask on irc ([**freenode#pret**](https://kiwiirc.com/client/irc.freenode.net/?#pret)).
@@ -9,8 +9,9 @@
 ```bash
 sudo apt-get install make gcc bison git
 
-git clone https://github.com/bentley/rgbds
+git clone https://github.com/rednex/rgbds
 cd rgbds
+git checkout v0.2.5
 sudo make install
 cd ..
 
@@ -33,8 +34,9 @@
 ```bash
 xcode-select --install
 
-git clone https://github.com/bentley/rgbds
+git clone https://github.com/rednex/rgbds
 cd rgbds
+git checkout v0.2.5
 sudo make install
 cd ..
 
@@ -56,7 +58,7 @@
 
 In the installer, select the following packages: `make` `git` `gettext`
 
-Then get the most recent version of [**rgbds**](https://github.com/bentley/rgbds/releases/).
+Then get [**rgbds 0.2.5**](https://github.com/rednex/rgbds/releases/). Versions 0.3.0 and later are not compatible.
 Extract the archive and put `rgbasm.exe`, `rgblink.exe`, `rgbfix.exe` and `rgbgfx.exe` in `C:\cygwin64\usr\local\bin`.
 
 In the **Cygwin terminal**: