summaryrefslogtreecommitdiff
path: root/Replace-stat-experience-with-EVs.md
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-10-21 14:34:19 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-10-21 14:34:19 -0400
commit9853be14491b8e4dddf54ba03069fa34cd47630e (patch)
treed9b015195c0142ba4961aa906d304604e827dd8c /Replace-stat-experience-with-EVs.md
parentc9fd2acebf263754ec73937ff5f0943d7375e8c2 (diff)
EvoStoneEffect
Diffstat (limited to 'Replace-stat-experience-with-EVs.md')
-rw-r--r--Replace-stat-experience-with-EVs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Replace-stat-experience-with-EVs.md b/Replace-stat-experience-with-EVs.md
index fd0043f..ef24100 100644
--- a/Replace-stat-experience-with-EVs.md
+++ b/Replace-stat-experience-with-EVs.md
@@ -664,7 +664,7 @@ Then edit [main.asm](../blob/master/main.asm):
## 10. Add Zinc to boost Special Defense EVs
-Now that Calcium only boosts Special Attack EVs, we need Zinc for Special Defense. Follow [this tutorial](Add-different-kinds-of-new-items) to add a new item.
+Now that Calcium only boosts Special Attack EVs, we need Zinc for Special Defense. Follow [this tutorial](Add-a-new-item) to add a new item.
First, add the essential data. Replace `ITEM_89` with `ZINC`; give it a name, description, and attributes (`9800, HELD_NONE, 0, CANT_SELECT, ITEM, ITEMMENU_PARTY, ITEMMENU_NOUSE`); and give it the `VitaminEffect`. (`ITEM_89` is not in `TimeCapsule_CatchRateItems`.)