From eb16c4e0b679291fae0e6acfba24c0611df50437 Mon Sep 17 00:00:00 2001 From: xCrystal Date: Thu, 22 Sep 2016 20:40:07 +0200 Subject: replace argt with the already existing tx macro they're the same --- src/engine/effect_functions.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/engine/effect_functions.asm') 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 -- cgit v1.2.3