-
Notifications
You must be signed in to change notification settings - Fork 826
Dive
Rangi edited this page Aug 1, 2018
·
11 revisions
Gen 3 introduced Dive, a field move that can reach the seafloor, as HM08. Fully implementing Dive is fairly complicated: its in-battle effect is similar to Dig and Fly but not exactly the same, and its field effect requires a lot of changes.
(The code for this feature was adapted from Pokémon Orange.)
Here are all the changes needed to implement Dive, applied to a copy of pokecrystal. You can clone
Rangi42/pokecrystal and checkout
the dive
branch to test it for yourself.
TODO