diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-05-06 18:31:50 -0400 |
---|---|---|
committer | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-05-06 18:31:50 -0400 |
commit | e4ed97006d98af2ee242c60bc604065debfca911 (patch) | |
tree | eeb28d1b601d271d06f4c21ab1dd72d1d521fc65 | |
parent | e6cb00ff3e1604c59fb2d5be85d52c17122fcc61 (diff) |
Updated Add a new TM (markdown)
-rw-r--r-- | Add-a-new-TM.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Add-a-new-TM.md b/Add-a-new-TM.md index dfc7a62..e74ba06 100644 --- a/Add-a-new-TM.md +++ b/Add-a-new-TM.md @@ -5,7 +5,7 @@ This tutorial is for how to add a new TM. As an example, we'll add TM51 Aeroblas 1. [Define constants with `add_tm`](#1-define-constants-with-add_tm) 2. [Define standard item data](#2-define-standard-item-data) -3. [Update the TM/HM move table](#3-update-the-tm-hm-move-table) +3. [Update the TM/HM move table](#3-update-the-tmhm-move-table) 4. [Add the TM to base learnsets](#4-add-the-tm-to-base-learnsets) 5. [Adding many new TMs](#5-adding-many-new-tms) |