diff options
-rw-r--r-- | Add-different-kinds-of-new-items.md | 2 |
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`. |