diff options
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 29 |
1 files changed, 16 insertions, 13 deletions
@@ -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 |