diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-02-10 13:32:07 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-02-10 13:32:07 -0500 |
commit | 728e9a6fd9e6fef5aded42ead1dc377577e59efe (patch) | |
tree | 96c98028e01ea81a5cf9d1f079865f6129bb363f | |
parent | 569eaad601c5f2c80727611cb611ed290fa1764d (diff) |
Fix
-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 6b4dec3..aefe672 100644 --- a/Sideways-stairs-with-diagonal-movement.md +++ b/Sideways-stairs-with-diagonal-movement.md @@ -4,7 +4,7 @@ All the stairs in Gen 1 and 2 only go upwards. Gen 3 had a few that go downwards [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. - + ## TOC |