summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIdain <luiscarlosholguinperez@outlook.com>2021-06-21 13:43:19 -0400
committerIdain <luiscarlosholguinperez@outlook.com>2021-06-21 13:43:19 -0400
commitf3490d7ec36df07b656ef57f3e3359aded66a956 (patch)
tree781bfdf2de19a43cf0b20531d9136a8c40c19010
parent73f61aef99430abaee0156c3ddc37bf38b475c5b (diff)
Fixing broken link.
-rw-r--r--Add-a-new-TM-or-HM.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Add-a-new-TM-or-HM.md b/Add-a-new-TM-or-HM.md
index 339a1b5..44f25e7 100644
--- a/Add-a-new-TM-or-HM.md
+++ b/Add-a-new-TM-or-HM.md
@@ -43,7 +43,7 @@ The `add_tm` and `add_hm` macros simultaneously define the next item constant (`
## 2. Define standard item data
-First of all, unlike [regular items](Add-a-new-item), we don't need to edit [data/items/descriptions.asm](../blob/master/data/items/descriptions.asm) or [data/items/item_effects.asm](../blob/master/data/items/item_effects.asm). The `ItemDescriptions` table already has dummy "?" descriptions for all the items from TM01 and up; and the `ItemEffects` table ends right before TM01 (since TMs and HMs don't use those effects anyway).
+First of all, unlike [regular items](Add-a-new-item), we don't need to edit [data/items/descriptions.asm](../blob/master/data/items/descriptions.asm) or [engine/items/item_effects.asm](../blob/master/engine/items/item_effects.asm). The `ItemDescriptions` table already has dummy "?" descriptions for all the items from TM01 and up; and the `ItemEffects` table ends right before TM01 (since TMs and HMs don't use those effects anyway).
Edit [data/items/names.asm](../blob/master/data/items/names.asm):