summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Winwood <twwinwood@gmail.com>2018-09-08 18:24:32 +0100
committerThomas Winwood <twwinwood@gmail.com>2018-09-08 18:24:32 +0100
commit5ea4a18490edf07d6724a9dd31d654b5bb02041d (patch)
treec7c48554dd6512269f03e325010b85f825fbe71d
parentc080dabd8d96d1e5a7c5b9b42b5aadce7fa0b523 (diff)
Updated Replace stat experience with EVs (markdown)
-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`.)