mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
HanleDefrost -> HandleDefrost
This commit is contained in:
parent
2d8f3a0654
commit
1b12109cb0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user