diff options
-rw-r--r-- | INSTALL.md | 5 | ||||
-rw-r--r-- | maps/PokeCenter2F.asm | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md index 82158e80c..26e18ffe8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -10,6 +10,7 @@ Note that this requires python2.7 for the moment. cd .. git clone --recursive git://github.com/kanzure/pokecrystal.git + easy_install pypng cd pokecrystal To build **pokecrystal.gbc**: @@ -33,6 +34,7 @@ In the shell, run: cd .. git clone --recursive git://github.com/kanzure/pokecrystal.git + easy_install pypng cd pokecrystal To build **pokecrystal.gbc**: @@ -44,7 +46,7 @@ To build **pokecrystal.gbc**: To build on Windows, use [**Cygwin**](http://cygwin.com/install.html) (32-bit). -In the installer, select the following packages: `make` `git` `python` `python-setuptools` `gcc` `libsasl2` `ca-certificates` +In the installer, select the following packages: `make` `git` `python` `python-setuptools` `gcc-core` `libsasl2-3` `ca-certificates` 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`. @@ -52,6 +54,7 @@ Put `rgbasm.exe`, `rgblink.exe` and `rgbfix.exe` in `C:\cygwin\usr\local\bin`. In the **Cygwin terminal**: git clone --recursive git://github.com/kanzure/pokecrystal.git + easy_install pypng cd pokecrystal To build: diff --git a/maps/PokeCenter2F.asm b/maps/PokeCenter2F.asm index 640a21e46..0c2eb454f 100644 --- a/maps/PokeCenter2F.asm +++ b/maps/PokeCenter2F.asm @@ -302,7 +302,7 @@ LinkReceptionistScript_TimeCapsule: special Special_SetBitsForTimeCapsuleRequest faceplayer loadfont - writetext Text_TimeCapsuleRecptionistIntro + writetext Text_TimeCapsuleReceptionistIntro yesorno iffalse .Cancel special Special_CheckTimeCapsuleCompatibility @@ -839,7 +839,7 @@ Text_TradeReceptionistIntro: line "trade?" done -Text_TimeCapsuleRecptionistIntro: +Text_TimeCapsuleReceptionistIntro: text "Welcome to CABLE" line "CLUB TIME CAPSULE." |