summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-09-04 13:46:35 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-09-04 13:46:35 -0400
commitbf35bf265bba4f650a9fcebdcb1a7ccb64fde4f7 (patch)
treedd1c92352b2ccd9ae491a35d9c64a9977a3d3352 /INSTALL.md
parentb7ed43bd568045f265fc96abee480ff8bb8e2177 (diff)
engine/mon_party_sprites.asm and INSTALL.md
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