summaryrefslogtreecommitdiff
path: root/home/init.asm
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2019-08-16 01:03:03 -0600
committerIIMarckus <iimarckus@gmail.com>2019-08-16 01:03:03 -0600
commit2176239aa565126b528facc9041ed3b58eaade90 (patch)
tree4589377cff104542abb2ee309496b5e4786eb59f /home/init.asm
parent901e6f25deda73fa7053942d7d094108a73e2bea (diff)
Incorporate the rest of the audio engine.
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 b340be6b..cf5c18c9 100644
--- a/home/init.asm
+++ b/home/init.asm
@@ -1,5 +1,5 @@
Reset:: ; 5b0 (0:05b0)
- call DisableAudio
+ call MapSetup_Sound_Off
xor a
ld [hMapAnims], a
call ClearPalettes
@@ -136,7 +136,7 @@ Init:: ; 5d1 (0:05d1)
ld a, $30
call Predef
- call DisableAudio
+ call MapSetup_Sound_Off
xor a
ld [wMapMusic], a
jp GameInit