diff options
author | yenatch <yenatch@gmail.com> | 2013-10-08 13:10:36 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-10-08 13:10:36 -0400 |
commit | 546c17ad37b1e0cfd91ea630e0bbc044c28b3e6a (patch) | |
tree | bf0d8bdf9e0f1b29e4693068922bcda5d98d0b18 /home/text.asm | |
parent | 4ac678313f9c7b9d28774a1a936b8de64350b478 (diff) |
rename 'StartSFX' to 'PlaySFX'
Diffstat (limited to 'home/text.asm')
-rw-r--r-- | home/text.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/text.asm b/home/text.asm index e010de6d4..d5123b849 100644 --- a/home/text.asm +++ b/home/text.asm @@ -1091,7 +1091,7 @@ Text_PlaySound:: ; 1500 ld e, [hl] inc hl ld d, [hl] - call StartSFX + call PlaySFX call WaitSFX pop de |