aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/animations.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/animations.asm')
-rw-r--r--engine/battle/animations.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/animations.asm b/engine/battle/animations.asm
index 83f30ee2..a6d12012 100644
--- a/engine/battle/animations.asm
+++ b/engine/battle/animations.asm
@@ -2187,8 +2187,8 @@ AnimCopyRowRight:
jr nz, AnimCopyRowRight
ret
-; get the sound of the move id in b
-GetMoveSoundB:
+; only used by the unreferenced PlayIntroMoveSound
+GetIntroMoveSound:
ld a, b
call GetMoveSound
ld b, a