summaryrefslogtreecommitdiff
path: root/battle/ai/items.asm
diff options
context:
space:
mode:
Diffstat (limited to 'battle/ai/items.asm')
-rw-r--r--battle/ai/items.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/battle/ai/items.asm b/battle/ai/items.asm
index 37c8ea4b7..285f92c73 100644
--- a/battle/ai/items.asm
+++ b/battle/ai/items.asm
@@ -44,7 +44,7 @@ DontSwitch: ; 38041
; 38045
SwitchOften: ; 38045
- callab Function34941
+ callab CheckAbleToSwitch
ld a, [wc717]
and $f0
jp z, DontSwitch
@@ -80,7 +80,7 @@ SwitchOften: ; 38045
; 38083
SwitchRarely: ; 38083
- callab Function34941
+ callab CheckAbleToSwitch
ld a, [wc717]
and $f0
jp z, DontSwitch
@@ -115,7 +115,7 @@ SwitchRarely: ; 38083
; 380c1
SwitchSometimes: ; 380c1
- callab Function34941
+ callab CheckAbleToSwitch
ld a, [wc717]
and $f0
jp z, DontSwitch
@@ -665,7 +665,7 @@ EnemyPotionFinish: ; 38436
xor a
ld [wd10a], a
call AIUsedItemSound
- predef Functionc6e0
+ predef AnimateHPBar
jp AIUpdateHUD