diff options
Diffstat (limited to 'src/engine/effect_functions.asm')
-rw-r--r-- | src/engine/effect_functions.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/effect_functions.asm b/src/engine/effect_functions.asm index d37f5e6..9a4b63e 100644 --- a/src/engine/effect_functions.asm +++ b/src/engine/effect_functions.asm @@ -44,12 +44,12 @@ applyEffect jr z, .cantInduceStatus cp MYSTERIOUS_FOSSIL jr z, .cantInduceStatus - ; snorlax's thick skinned prevents it from being statused... + ; snorlax's thick skinned prevents it from being statused... cp SNORLAX jr nz, .canInduceStatus call SwapTurn xor a - ; ...unless already so, or if affected by muk's toxic gas + ; ...unless already so, or if affected by muk's toxic gas call CheckIfUnderAnyCannotUseStatus2 call SwapTurn jr c, .canInduceStatus |