diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-08-01 19:25:05 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-08-01 19:25:05 -0400 |
commit | 2ab925fb1dea9af8d35760b1d42b39a7f125e1ee (patch) | |
tree | dbadaace1c54f7a17d6d4364ac5a8c39801630e2 | |
parent | 6abd4c1b2f6e27015c806f6e74e4333e0331ef8c (diff) |
pokecrystal/tree/dive
-rw-r--r-- | Dive.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ Gen 3 introduced Dive, a field move that can reach the seafloor, as HM08. Fully ## TOC -[Here](https://github.com/Rangi42/pokecrystal/commit/c21561ea717feef9b2eb3785c2ea112cd0d19ba0) are all the changes needed to implement Dive, applied to a copy of pokecrystal. You can `clone` [Rangi42/pokecrystal](https://github.com/Rangi42/pokecrystal) and `checkout` the `dive` branch to test it for yourself. +[Here](https://github.com/Rangi42/pokecrystal/commit/c21561ea717feef9b2eb3785c2ea112cd0d19ba0) are all the changes needed to implement Dive, applied to a copy of pokecrystal. You can `clone` [Rangi42/pokecrystal](https://github.com/Rangi42/pokecrystal/tree/dive) and `checkout` the `dive` branch to test it for yourself. TODO |