diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-08-23 12:06:27 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-08-23 12:06:27 -0400 |
commit | 61744cc8b96ed2de72cc072e6fae281d34a63ef4 (patch) | |
tree | 983cf7c3c673090b9ff7b5adfb815372ffa43ddd | |
parent | 582845e9a23c6ea534521d8f7be3679a96ed1ed1 (diff) |
Fix link
-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 301b38a..f9cc4fd 100644 --- a/Add-different-kinds-of-new-items.md +++ b/Add-different-kinds-of-new-items.md @@ -372,7 +372,7 @@ Edit [data/pokemon/evos_attacks.asm](../blob/master/data/pokemon/evos_attacks.as ... ``` -(Note that if a Pokémon has too many evolution methods, they'll say "NOT ABLE" to evolve with an item even if they are. This is a known bug with `PlacePartyMonEvoStoneCompatibility` and has [a simple solution](../blob/master/docs/bugs_and_glitches.md#only-the-first-three-evosattacks-evolution-entries-can-have-stone-compatibility-reported-correctly).) +(Note that if a Pokémon has too many evolution methods, they'll say "NOT ABLE" to evolve with an item even if they are. This is a known bug with `PlacePartyMonEvoStoneCompatibility` and has [a simple solution](../blob/master/docs/bugs_and_glitches.md#only-the-first-three-evolution-entries-can-have-stone-compatibility-reported-correctly).)  |