diff options
author | yenatch <yenatch@gmail.com> | 2013-10-11 02:49:08 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-10-11 02:55:01 -0400 |
commit | 946a213f09db39243c883ad677a22de738977836 (patch) | |
tree | d91d86afc81cd9265e47df9929539c1c15274303 /home/init.asm | |
parent | 66ef18384779629d3653892c0cfa821ced6ad3c5 (diff) |
fix labels for SoundRestart and UpdateSound
Diffstat (limited to 'home/init.asm')
-rw-r--r-- | home/init.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |