summaryrefslogtreecommitdiff
path: root/home/init.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-10-25 17:54:04 -0400
committeryenatch <yenatch@gmail.com>2013-10-25 17:54:04 -0400
commit52a6b7da8ebebe2adefc03b43bcc5800ddec2835 (patch)
tree74d3cf86f04e9c48dc27d2755be7279852d44bbf /home/init.asm
parent9e81c46cbfa09805eb5503ee6e32b3d4a9eeb6a0 (diff)
parent946a213f09db39243c883ad677a22de738977836 (diff)
Merge commit '946a213f' into merge-mrwint
Diffstat (limited to 'home/init.asm')
-rw-r--r--home/init.asm4
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