summaryrefslogtreecommitdiff
path: root/Dive.md
diff options
context:
space:
mode:
Diffstat (limited to 'Dive.md')
-rw-r--r--Dive.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/Dive.md b/Dive.md
new file mode 100644
index 0000000..8fc9b8c
--- /dev/null
+++ b/Dive.md
@@ -0,0 +1,12 @@
+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.
+
+
+## TOC
+
+
+[Here](https://github.com/Rangi42/pokecrystal/commit/c21561ea717feef9b2eb3785c2ea112cd0d19ba0) are all the changes needed to implement Dive, applied to a copy of pokecrystal.
+
+TODO
+
+
+![Screenshot](screenshots/dive.png)