summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 887cabe..fd0043f 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 Attack. 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-different-kinds-of-new-items) 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`.)