Comment music functions in home.asm.

This commit is contained in:
yenatch
2014-05-21 16:21:46 -04:00
parent 93f406e8b4
commit 2cb3f8e1b9
8 changed files with 407 additions and 386 deletions

View File

@@ -172,7 +172,7 @@ Init:: ; 17d
call SoundRestart
xor a
ld [CurMusic], a
ld [wMapMusic], a
jp GameInit
; 245