diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-24 23:03:03 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-24 23:03:03 -0400 |
commit | 34a76489af4643bc352f05df922e55f8afdc9d61 (patch) | |
tree | 4e01b724824149904842fa0145687ffebc157611 | |
parent | df4f212c9d9a416626139fe812d05e49549d6055 (diff) |
ITEM_89
-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: |