diff options
author | WasabiRaptor <ketchupraptor@gmail.com> | 2019-06-26 15:51:08 -0400 |
---|---|---|
committer | WasabiRaptor <ketchupraptor@gmail.com> | 2019-06-26 15:51:08 -0400 |
commit | 2c196a7af9a61b57a6726f09b4e18db4f3a864d7 (patch) | |
tree | 0d866da521202098d409c6a33cce8253bf2fca7e | |
parent | 17fdf94dc640be6a1928a050e27ded6db2f5273d (diff) |
update link for brass to the new repo
-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 bb0c93d..9e2502c 100644 --- a/Sideways-stairs-with-diagonal-movement.md +++ b/Sideways-stairs-with-diagonal-movement.md @@ -1,6 +1,6 @@ All the stairs in Gen 1 and 2 only go upwards. Gen 3 had a few that go downwards, like the ones descending towards Trainer Tower in FRLG, but it took until Gen 4 with its true 3D maps for sideways stairs to be introduced. ROM hacks have already [implemented sideways stairs](https://www.pokecommunity.com/showthread.php?t=378934) in Gen 3; this tutorial shows how to implement them in pokecrystal. -(The code for this feature was adapted from [Pokémon Brass](https://github.com/WasabiRaptor/Pokemon-Brass/).) +(The code for this feature was adapted from [Pokémon Brass](https://github.com/WasabiRaptor/pokebrass).) ## Contents |