diff options
Diffstat (limited to 'engine/battle/effect_commands.asm')
-rw-r--r-- | engine/battle/effect_commands.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |