diff options
author | yenatch <yenatch@gmail.com> | 2014-05-21 16:21:46 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-05-21 16:21:46 -0400 |
commit | 2cb3f8e1b9e494f01ef2bcb65a0baf463d0efff8 (patch) | |
tree | 9200c976a8ce6e4c5b2a44d4759d6d97ee4036cf /home/init.asm | |
parent | 93f406e8b4b16529a73ed42196b70ca9a7eeef7d (diff) |
Comment music functions in home.asm.
Diffstat (limited to 'home/init.asm')
-rw-r--r-- | home/init.asm | 2 |
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 |