summaryrefslogtreecommitdiff
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/core.asm')
-rwxr-xr-xengine/battle/core.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index c061b291..fbbe144b 100755
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -4834,7 +4834,6 @@ UnusedHighCriticalMoves:
db CRABHAMMER
db SLASH
db $FF
-; 3e023
; determines if attack is a critical hit
; azure heights claims "the fastest pokémon (who are, not coincidentally,
@@ -7362,7 +7361,7 @@ FreezeBurnParalyzeEffect:
call PlayBattleAnimation
ld hl, FrozenText
jp PrintText
-.opponentAttacker ; 3f382 (f:7382)
+.opponentAttacker
ld a, [wBattleMonStatus] ; mostly same as above with addresses swapped for opponent
and a
jp nz, CheckDefrost