diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-05-12 12:45:44 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-05-12 12:45:44 -0400 |
commit | f2819d9cf6f87498f9a1f0ed7ca45600d22cbd54 (patch) | |
tree | 1118da8dca9639743260686f7e9039e6338f9e9d /Tutorials.md | |
parent | 871db5b33b0bf8ccbd3595eb1a62744c3a209cb6 (diff) |
Add a new trainer class
Diffstat (limited to 'Tutorials.md')
-rw-r--r-- | Tutorials.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tutorials.md b/Tutorials.md index 8e64d6d..84da5fd 100644 --- a/Tutorials.md +++ b/Tutorials.md @@ -10,6 +10,7 @@ Tutorials may use diff syntax to show edits: **How to add a new…** - [Pokémon species](Add-a-new-Pokémon) +- [Trainer class](Add-a-new-trainer-class) - [Type (Fairy)](Add-a-new-Fairy-type) - [Item (including a healing item, held item, Poké Ball, evolution stone, Town Map, etc)](Add-different-kinds-of-new-items) - [TM (up to 120 TMs)](Add-a-new-TM) |