summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-05-11 21:57:48 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-05-11 21:57:48 -0400
commit871db5b33b0bf8ccbd3595eb1a62744c3a209cb6 (patch)
tree00f6358a216fd1765ced04c5fa2febb800614ef1
parent07a94b7855a8d7c3db6ea7895439551481f89cf0 (diff)
fix
-rw-r--r--Add-a-new-Pokémon.md2
-rw-r--r--Tutorials.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/Add-a-new-Pokémon.md b/Add-a-new-Pokémon.md
index df43af1..bbf1b7f 100644
--- a/Add-a-new-Pokémon.md
+++ b/Add-a-new-Pokémon.md
@@ -14,7 +14,7 @@ This tutorial is for how to add a new species of Pokémon, allowing up to 253 sp
9. [Define its footprint](#9-define-its-footprint)
10. [Define its sprites and animation](#10-define-its-sprites-and-animation)
11. [Include and point to the sprite and animation data](#11-include-and-point-to-the-sprite-and-animation-data)
-12. [Adding up to 253 Pokémon](#11-adding-up-to-253-pokémon)
+12. [Adding up to 253 Pokémon](#12-adding-up-to-253-pokémon)
## 1. Define a species constant
diff --git a/Tutorials.md b/Tutorials.md
index 03fbdbc..8e64d6d 100644
--- a/Tutorials.md
+++ b/Tutorials.md
@@ -9,7 +9,7 @@ Tutorials may use diff syntax to show edits:
**How to add a new…**
-- [Pokémon species (Munchlax)](Add-a-new-Pokémon)
+- [Pokémon species](Add-a-new-Pokémon)
- [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)