diff options
Diffstat (limited to 'Add-a-new-TM.md')
-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 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): |