summaryrefslogtreecommitdiff
path: root/home/init.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/init.asm')
-rw-r--r--home/init.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/init.asm b/home/init.asm
index b879b9802..3d83a03cf 100644
--- a/home/init.asm
+++ b/home/init.asm
@@ -172,7 +172,7 @@ Init:: ; 17d
call SoundRestart
xor a
- ld [CurMusic], a
+ ld [wMapMusic], a
jp GameInit
; 245