From bf35bf265bba4f650a9fcebdcb1a7ccb64fde4f7 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Fri, 4 Sep 2015 13:46:35 -0400 Subject: engine/mon_party_sprites.asm and INSTALL.md --- INSTALL.md | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) (limited to 'INSTALL.md') 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 -- cgit v1.3.1-sl0p