summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-07-21 22:58:39 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-07-21 22:58:39 -0400
commit6c9d23c13a5c6c07b6d9414867d15ab54af57093 (patch)
treee5f621e7bfc5e63c7947936db8dd8112247f7c0e
parent2514551f5900aea3f523c31941dcd08d8160d7c0 (diff)
TOC
-rw-r--r--Evolution-moves.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/Evolution-moves.md b/Evolution-moves.md
index c827756..580c96c 100644
--- a/Evolution-moves.md
+++ b/Evolution-moves.md
@@ -1,7 +1,11 @@
Gen 7 introduced *evolution moves*: moves that a Pokémon learns when it evolves, regardless of its level. This is fairly simple to implement in pokecrystal.
-## TOC
+## Contents
+
+1. [Define a table of evolution moves](#1-define-a-table-of-evolution-moves)
+2. [Revise level-up movesets to match evolution moves](#2-revise-level-up-movesets-to-match-evolution-moves)
+3. [Actually learn evolution moves](#3-actually-learn-evolution-moves)
## 1. Define a table of evolution moves