diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-09-06 22:12:06 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-09-06 22:12:06 -0400 |
commit | 0968c22b2f3fd6b528b4c72eaa17607c49cd5909 (patch) | |
tree | 3fd4fa4e86f087950c62ae97a20c55e9eabf4470 | |
parent | d271cc7b08567ef2270def3ee4c3d814321668e3 (diff) |
Update INSTALL.md
-rw-r--r-- | INSTALL.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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". |