summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-09-06 22:12:06 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-09-06 22:12:06 -0400
commit0968c22b2f3fd6b528b4c72eaa17607c49cd5909 (patch)
tree3fd4fa4e86f087950c62ae97a20c55e9eabf4470
parentd271cc7b08567ef2270def3ee4c3d814321668e3 (diff)
Update INSTALL.md
-rw-r--r--INSTALL.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 12776d8c..04069c01 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -8,7 +8,7 @@
sudo make install
cd ..
- git clone --recursive git://github.com/dannye/pokeyellow.git
+ git clone --recursive git://github.com/luckytyphlosion/pokeyellow.git
cd pokeyellow
To build **pokeyellow.gbc**:
@@ -27,7 +27,7 @@ In the shell, run:
sudo make install
cd ..
- git clone --recursive git://github.com/dannye/pokeyellow.git
+ git clone --recursive git://github.com/luckytyphlosion/pokeyellow.git
cd pokeyellow
Copy the ROM "Pokemon Yellow (U) [C][!].gbc" to the same directory as the disassembly under the name "baserom.gbc".
@@ -50,7 +50,7 @@ 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/dannye/pokeyellow.git
+ git clone --recursive git://github.com/luckytyphlosion/pokeyellow.git
cd pokeyellow
Copy the ROM "Pokemon Yellow (U) [C][!].gbc" to the same directory as the disassembly under the name "baserom.gbc".