diff options
author | xCrystal <rgr.crystal@gmail.com> | 2016-09-22 20:40:07 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2016-09-22 20:40:07 +0200 |
commit | eb16c4e0b679291fae0e6acfba24c0611df50437 (patch) | |
tree | 95e0d15e443872d5d772f972180f23e9cc6e9705 /src/engine/effect_functions.asm | |
parent | 68b1685081a6a92e19dab91534d73b6de4319386 (diff) |
replace argt with the already existing tx macro
they're the same
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 |