fix labels for SoundRestart and UpdateSound

This commit is contained in:
yenatch
2013-10-11 02:49:08 -04:00
parent 66ef183847
commit 946a213f09
4 changed files with 28 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
Reset: ; 150
di
call CleanSoundRestart
call SoundRestart
xor a
ld [$ffde], a
call ClearPalettes
@@ -170,7 +170,7 @@ Init: ; 17d
ld a, $30
call Predef
call CleanSoundRestart
call SoundRestart
xor a
ld [CurMusic], a
jp GameInit