summaryrefslogtreecommitdiff
path: root/home/menu.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-10-08 13:10:36 -0400
committeryenatch <yenatch@gmail.com>2013-10-08 13:10:36 -0400
commit546c17ad37b1e0cfd91ea630e0bbc044c28b3e6a (patch)
treebf0d8bdf9e0f1b29e4693068922bcda5d98d0b18 /home/menu.asm
parent4ac678313f9c7b9d28774a1a936b8de64350b478 (diff)
rename 'StartSFX' to 'PlaySFX'
Diffstat (limited to 'home/menu.asm')
-rw-r--r--home/menu.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/menu.asm b/home/menu.asm
index c761a927c..b3a3de377 100644
--- a/home/menu.asm
+++ b/home/menu.asm
@@ -532,7 +532,7 @@ Function1ff8: ; 1ff8
PlayClickSFX: ; 2009
push de
ld de, SFX_READ_TEXT_2
- call StartSFX
+ call PlaySFX
pop de
ret
; 0x2012