diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-02-10 13:46:52 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-02-10 13:46:52 -0500 |
| commit | 55147b4f9b95da615efe67b94016618bed315a58 (patch) | |
| tree | 4090aa3a8a2099dc31ed6f5c23177aded857fbf9 | |
| parent | 728e9a6fd9e6fef5aded42ead1dc377577e59efe (diff) | |
8095894b01b1b95d1cb6ab325ac84a825f5f9a90
| -rw-r--r-- | Sideways-stairs-with-diagonal-movement.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sideways-stairs-with-diagonal-movement.md b/Sideways-stairs-with-diagonal-movement.md index aefe672..b809f45 100644 --- a/Sideways-stairs-with-diagonal-movement.md +++ b/Sideways-stairs-with-diagonal-movement.md @@ -2,7 +2,7 @@ All the stairs in Gen 1 and 2 only go upwards. Gen 3 had a few that go downwards (The code for this feature was adapted from [Pokémon Brass](https://github.com/WasabiRaptor/Pokemon-Brass/).) -[Here](https://github.com/Rangi42/pokecrystal/commit/756a1a712daf5dfd018313cb2f851e8d5e4e8f47) are all the changes needed to implement diagonal stairs, applied to a copy of pokecrystal. You can `clone` [Rangi42/pokecrystal](https://github.com/Rangi42/pokecrystal/tree/diagonal-stairs) and `checkout` the `diagonal-stairs` branch to test it for yourself. +[Here](https://github.com/Rangi42/pokecrystal/commit/8095894b01b1b95d1cb6ab325ac84a825f5f9a90) are all the changes needed to implement diagonal stairs, applied to a copy of pokecrystal. You can `clone` [Rangi42/pokecrystal](https://github.com/Rangi42/pokecrystal/tree/diagonal-stairs) and `checkout` the `diagonal-stairs` branch to test it for yourself.  |
