From 946a213f09db39243c883ad677a22de738977836 Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 11 Oct 2013 02:49:08 -0400 Subject: fix labels for SoundRestart and UpdateSound --- home/init.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/init.asm') diff --git a/home/init.asm b/home/init.asm index ead75975c..46ff1de4b 100644 --- a/home/init.asm +++ b/home/init.asm @@ -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 -- cgit v1.2.3