summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md29
1 files changed, 16 insertions, 13 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 11450d93..12776d8c 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -8,18 +8,12 @@
sudo make install
cd ..
- git clone --recursive git://github.com/iimarckus/pokered.git
- cd pokered
-
-To build **pokered.gbc** and **pokeblue.gbc**:
+ git clone --recursive git://github.com/dannye/pokeyellow.git
+ cd pokeyellow
+To build **pokeyellow.gbc**:
make
-To build them individually:
-
- make red
- make blue
-
# Mac
@@ -33,8 +27,12 @@ In the shell, run:
sudo make install
cd ..
- git clone --recursive git://github.com/iimarckus/pokered.git
- cd pokered
+ git clone --recursive git://github.com/dannye/pokeyellow.git
+ cd pokeyellow
+
+Copy the ROM "Pokemon Yellow (U) [C][!].gbc" to the same directory as the disassembly under the name "baserom.gbc".
+
+Then run (in the shell):
make
@@ -48,10 +46,15 @@ In the installer, select the following packages: `make` `git` `gettext` `python`
Then get the most recent version of [**rgbds**](https://github.com/bentley/rgbds/releases/).
Put `rgbasm.exe`, `rgblink.exe` and `rgbfix.exe` in `C:\cygwin\usr\local\bin`.
+
In the **Cygwin terminal**:
easy_install pypng
- git clone --recursive git://github.com/iimarckus/pokered.git
- cd pokered
+ git clone --recursive git://github.com/dannye/pokeyellow.git
+ cd pokeyellow
+
+Copy the ROM "Pokemon Yellow (U) [C][!].gbc" to the same directory as the disassembly under the name "baserom.gbc".
+
+Then run (in the Cygwin terminal):
make