summaryrefslogtreecommitdiff
path: root/home/text.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/text.asm')
-rw-r--r--home/text.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/text.asm b/home/text.asm
index 6833f3ddc..c4ff6aa05 100644
--- a/home/text.asm
+++ b/home/text.asm
@@ -1087,7 +1087,7 @@ Text_PlaySound:: ; 1500
ld e, [hl]
inc hl
ld d, [hl]
- call StartSFX
+ call PlaySFX
call WaitSFX
pop de