summaryrefslogtreecommitdiff
path: root/home/init.asm
diff options
context:
space:
mode:
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