From 52290d8e03eb60a1328baf5d5dc8bf3301a2da56 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Mon, 16 Aug 2021 14:42:45 -0600 Subject: [PATCH] =?UTF-8?q?Use=20EFFECTIVE=20constant=20for=201.0=C3=97=20?= =?UTF-8?q?battle=20damage.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- engine/battle/effect_commands.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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