summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2018-05-06 18:31:07 -0400
committerRemy Oukaour <remy.oukaour@gmail.com>2018-05-06 18:31:07 -0400
commite6cb00ff3e1604c59fb2d5be85d52c17122fcc61 (patch)
tree79bee7d03fef6989f801c4ddd27288bf8d7a7430
parent74a6335b44504c69b99bd4ff72c13f9fd9f604b5 (diff)
Link item tutorial
-rw-r--r--Add-a-new-TM.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Add-a-new-TM.md b/Add-a-new-TM.md
index 7bd4eba..dfc7a62 100644
--- a/Add-a-new-TM.md
+++ b/Add-a-new-TM.md
@@ -38,7 +38,7 @@ The `add_tm` macro will simultaneously define the next item constant `TM_AEROBLA
## 2. Define standard item data
-First of all, unlike standard items, 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-different-kinds-of-new-items), 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).
Edit [data/items/names.asm](../blob/master/data/items/names.asm):