diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm index e1c3ac364..e300ac855 100644 --- a/engine/battle/effect_commands.asm +++ b/engine/battle/effect_commands.asm @@ -2359,7 +2359,7 @@ BattleCommand_SuperEffectiveText: ld a, [wTypeModifier] and $7f - cp 10 ; 1.0 + cp EFFECTIVE ret z ld hl, SuperEffectiveText jr nc, .print