summaryrefslogtreecommitdiff
path: root/src/engine/bank01.asm
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2021-02-02 23:31:36 +0000
committerElectroDeoxys <ElectroDeoxys@gmail.com>2021-02-02 23:31:36 +0000
commitab9b857e68af66e8bc37628bd76dbba337971a15 (patch)
tree95263557d2f75352fab1b45178e422e571478124 /src/engine/bank01.asm
parente8b079962bdee30fc5a36994ef928cdf47609898 (diff)
More animation-related functions
Diffstat (limited to 'src/engine/bank01.asm')
-rw-r--r--src/engine/bank01.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/bank01.asm b/src/engine/bank01.asm
index 46f5919..2d0ebf5 100644
--- a/src/engine/bank01.asm
+++ b/src/engine/bank01.asm
@@ -8196,7 +8196,7 @@ Func_741a: ; 741a (1:741a)
xor a
ld [wDuelAnimLocationParam], a
push hl
- farcall Func_18f9c
+ farcall PlayAttackAnimationCommands
pop hl
jr .loop
.done
@@ -8278,7 +8278,7 @@ PlayMoveAnimation: ; 7494 (1:7494)
ld [wLoadedMoveAnimation], a
.got_anim
- farcall Func_18f9c
+ farcall PlayAttackAnimationCommands
pop bc
pop de
pop hl