summaryrefslogtreecommitdiff
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/core.asm')
-rw-r--r--engine/battle/core.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index c94b2b8dd..de4830766 100644
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -289,7 +289,7 @@ HandleBetweenTurnEffects: ; 3c1d6
.NoMoreFaintingConditions:
call HandleLeftovers
call HandleMysteryberry
- call HanleDefrost
+ call HandleDefrost
call HandleSafeguard
call HandleScreens
call HandleStatBoostingHeldItems
@@ -1549,7 +1549,7 @@ HandleFutureSight: ; 3ca26
jp UpdateEnemyMonInParty
; 3ca8f
-HanleDefrost: ; 3ca8f
+HandleDefrost: ; 3ca8f
ld a, [hSerialConnectionStatus]
cp USING_EXTERNAL_CLOCK
jr z, .enemy_first