summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2018-05-05 21:56:38 -0400
committerRangi <35663410+Rangi42@users.noreply.github.com>2018-05-05 21:56:38 -0400
commit53f8b18df2b8653b02da46912ca4cf0001cdd9cc (patch)
tree3dbad813323481af30b85e269cda4339f6307245
parentfb03acf4dfee3a77b99f00a562b6027945a519cd (diff)
Updated Add different kinds of new items (markdown)
-rw-r--r--Add-different-kinds-of-new-items.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Add-different-kinds-of-new-items.md b/Add-different-kinds-of-new-items.md
index ca71888..6d52229 100644
--- a/Add-different-kinds-of-new-items.md
+++ b/Add-different-kinds-of-new-items.md
@@ -279,7 +279,7 @@ Now if a trainer has a Lava Cookie (as defined in [data/trainers/attributes.asm]
### `PokeBallEffect`: Dusk Ball
-A Dusk Ball, from Gen 4, has a 3× catch rate if used in caves or at night.
+A Dusk Ball, from Gen 4, has a 3.5× catch rate if used in caves or at night.
First, add the essential data. Replace `ITEM_5A` with `DUSK_BALL`; give it a name, description, and attributes (`1000, HELD_NONE, 0, CANT_SELECT, BALL, ITEMMENU_NOUSE, ITEMMENU_CLOSE`); give it the `PokeBallEffect`; and remove `ITEM_5A` from `TimeCapsule_CatchRateItems`.