diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-24 23:31:42 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-24 23:31:42 -0400 |
commit | c2ec6dd6752fce0831ecd2135439950f3e147ba3 (patch) | |
tree | 852f941a32ada24e3d20b4ddd0a6f0f0fa76a6ca | |
parent | f39bc88e2409ed66127e0cbe52eb6a90194d66df (diff) |
Polkadot Bow
-rw-r--r-- | Add-a-new-Fairy-type.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Add-a-new-Fairy-type.md b/Add-a-new-Fairy-type.md index 9ae2d25..1fa75cd 100644 --- a/Add-a-new-Fairy-type.md +++ b/Add-a-new-Fairy-type.md @@ -9,7 +9,7 @@ This tutorial is for how to add a new type for Pokémon or moves. As an example, 4. [Make it searchable in the Pokédex](#4-make-it-searchable-in-the-pokédex) 5. [Update Pokémon types](#5-update-pokémon-types) 6. [Update move types](#6-update-move-types) -7. [Change `POLKADOT_BOW` to boost Fairy moves](#7-change-polkadot_bow-to-boost-fairy-moves) +7. [Change Polkadot Bow to boost Fairy moves](#7-change-polkadot_bow-to-boost-fairy-moves) ## 1. Define a type constant @@ -154,7 +154,7 @@ Edit the type columns in [data/moves/moves.asm](../blob/master/data/moves/moves. - `MOONLIGHT`: `NORMAL` → `FAIRY` -## 7. Change `POLKADOT_BOW` to boost Fairy moves +## 7. Change Polkadot Bow to boost Fairy moves At this point we're technically done: all the canon aspects of the Fairy type are implemented. (If you want to add new Fairy-type Pokémon or moves, check out different tutorials.) But there's no held type-boosting item for it, and Gen 2 happens to have the unavailable `POLKADOT_BOW` item that boosts Normal moves like `PINK_BOW`, so let's change it to boost Fairy moves instead. |