diff options
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 ee3e8e4c1..753138748 100644 --- a/home/init.asm +++ b/home/init.asm @@ -1,6 +1,6 @@ Reset:: ; 150 di - call SoundRestart + call MapSetup_Sound_Off xor a ld [hMapAnims], a call ClearPalettes @@ -168,7 +168,7 @@ Init:: ; 17d predef Function9853 - call SoundRestart + call MapSetup_Sound_Off xor a ld [wMapMusic], a jp GameInit |