summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2018-05-06 15:41:18 -0400
committerRemy Oukaour <remy.oukaour@gmail.com>2018-05-06 15:41:18 -0400
commit163cfbb2e4b91a57a51f502433e8575d2f8005ec (patch)
treed926a98dfd6462959dd620a82c4e66ce0dd953b4
parentd00bc9a42899c509ec432571c11ed5c1c0412fc6 (diff)
Grammar
-rw-r--r--Add-different-kinds-of-new-items.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Add-different-kinds-of-new-items.md b/Add-different-kinds-of-new-items.md
index db7f5c9..50b5425 100644
--- a/Add-different-kinds-of-new-items.md
+++ b/Add-different-kinds-of-new-items.md
@@ -413,9 +413,9 @@ This code is based on how items with `ITEMMENU_PARTY` work, as written in `UseIt
Eviolite, from Gen 5, boosts Defense and Special Defense by 50% if held by a Pokémon that is not fully evolved.
-First, add the essential data. Replace `ITEM_78` with `EVIOLITE`; give it a name, description, and attributes (`200, HELD_EVIOLITE, 0, CANT_SELECT, ITEM, ITEMMENU_NOUSE, ITEMMENU_NOUSE`); give it the `NoEffect` (it has a *held* effect, but no *used* effect); and remove `ITEM_78` from `TimeCapsule_CatchRateItems`.
+First, add the essential data. Replace `ITEM_78` with `EVIOLITE`; give it a name, description, and attributes (`200, HELD_EVIOLITE, 0, CANT_SELECT, ITEM, ITEMMENU_NOUSE, ITEMMENU_NOUSE`); give it `NoEffect` (it has a *held* effect, but no *used* effect); and remove `ITEM_78` from `TimeCapsule_CatchRateItems`.
-Note that `HELD_EVIOLITE` has not been defined yet, so we'll do that next. Edit [constants/item_data_constants.asm](../blob/master/constants/item_data_constants.asm):
+`HELD_EVIOLITE` has not been defined yet, so we'll do that next. Edit [constants/item_data_constants.asm](../blob/master/constants/item_data_constants.asm):
```diff
const_def 40