rename 'StartMusic' to 'PlayMusic'

This commit is contained in:
yenatch
2013-10-08 13:21:15 -04:00
parent 963fe4808b
commit 789469c465
4 changed files with 48 additions and 48 deletions

View File

@ -917,7 +917,7 @@ Script_playmusic: ; 0x97189
; music_pointer (MultiByteParam)
ld de, $0000
call StartMusic
call PlayMusic
xor a
ld [$c2a7], a
call MaxVolume
@ -925,7 +925,7 @@ Script_playmusic: ; 0x97189
ld e, a
call GetScriptByte
ld d, a
call StartMusic
call PlayMusic
ret
; 0x971a2