summaryrefslogtreecommitdiff
path: root/engine/battle/effect_commands.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/effect_commands.asm')
-rw-r--r--engine/battle/effect_commands.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm
index e300ac855..77623f07b 100644
--- a/engine/battle/effect_commands.asm
+++ b/engine/battle/effect_commands.asm
@@ -1424,7 +1424,7 @@ CheckTypeMatchup:
ld b, [hl]
inc hl
ld c, [hl]
- ld a, 10 ; 1.0
+ ld a, EFFECTIVE
ld [wTypeMatchup], a
ld hl, TypeMatchups
.TypesLoop:
@@ -1487,7 +1487,7 @@ BattleCommand_ResetTypeMatchup:
call BattleCheckTypeMatchup
ld a, [wTypeMatchup]
and a
- ld a, 10 ; 1.0
+ ld a, EFFECTIVE
jr nz, .reset
call ResetDamage
xor a