diff options
-rw-r--r-- | Make-Sandstorm-raise-the-Special-Defense-of-Rock-type-Pokémon-by-50%.md | 4 |
1 files changed, 2 insertions, 2 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 8af8d2d..07eb642 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 @@ -3,13 +3,13 @@ From generation 4 onwards, the Sandstorm weather raises the Special Defense of R ## Contents -1. [Create the function SandstormSpDefBoost](#1-stop-wPoisonStepCounter-from-counting-our-steps) +1. [Create the function SandstormSpDefBoost](#1-create-the-function-sandstormspdefboost) 2. [Call the function while getting the damage stats](#2-call-the-function-during-damage-stats) ## 1. Create the function "SandstormSpDefBoost" -In [engine/battle/effect_commands.asm](.../blob/master/engine/battle/effect_commands.asm), create the new function: +In [engine/battle/effect_commands.asm](../blob/master/engine/battle/effect_commands.asm), create the new function: ```diff +SandstormSpDefBoost: |