diff options
-rw-r--r-- | Replace-stat-experience-with-EVs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Replace-stat-experience-with-EVs.md b/Replace-stat-experience-with-EVs.md index 74fe987..ad65f5e 100644 --- a/Replace-stat-experience-with-EVs.md +++ b/Replace-stat-experience-with-EVs.md @@ -666,7 +666,7 @@ Then edit [main.asm](../blob/master/main.asm): 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. -First, add the essential data. Replace `ITEM_19` with `ZINC`; give it a name, description, and attributes (`9800, HELD_NONE, 0, CANT_SELECT, ITEM, ITEMMENU_PARTY, ITEMMENU_NOUSE`); give it `VitaminEffect`; and remove `ITEM_19` from `TimeCapsule_CatchRateItems`. +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`.) Then edit [engine/items/item_effects.asm](../blob/master/engine/items/item_effects.asm) again: |