summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Make-Sandstorm-raise-the-Special-Defense-of-Rock-type-Pokémon-by-50%.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Make-Sandstorm-raise-the-Special-Defense-of-Rock-type-Pokémon-by-50%.md b/Make-Sandstorm-raise-the-Special-Defense-of-Rock-type-Pokémon-by-50%.md
index e05c099..7e31d39 100644
--- a/Make-Sandstorm-raise-the-Special-Defense-of-Rock-type-Pokémon-by-50%.md
+++ b/Make-Sandstorm-raise-the-Special-Defense-of-Rock-type-Pokémon-by-50%.md
@@ -73,5 +73,6 @@ EnemyAttackDamage:
+ call SandstormSpDefBoost
...
```
+**NOTE:** It's highly recommended that you also apply **[this bugfix](../blob/master/docs/bugs_and_glitches.md#reflect-and-light-screen-can-make-special-defense-wrap-around-above-1024)** where the (Special) Defense could overflow if it was 1024 or higher.
And that's it! Now the game will try to apply the boost while getting the Special Defense of the opponent by first checking the weather and then its types. If the check is successful, the opponent will get the 50% boost from the Sandstorm. \ No newline at end of file