summaryrefslogtreecommitdiff
path: root/battle/ai/items.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-07 08:05:57 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-07 08:05:57 -0500
commite0445806694a80a98e4d803478a2675ec8803ba6 (patch)
tree7d8bab4b17173f56b62ebe2823afb572ce59052b /battle/ai/items.asm
parent929d0aa0817d76bddc764adcd37a78034c29170d (diff)
battle/ai/switch.asm and more battle/effect_commands.asm
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