diff options
author | Bryan Bishop <kanzure@gmail.com> | 2014-05-28 19:51:41 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2014-05-28 19:51:41 -0500 |
commit | 1f3091903752841a00f86141543ec5f42c992ec7 (patch) | |
tree | a9cfc4ac0bbfbdbe63ac441d8ef4092290e8aac1 /wram.asm | |
parent | baf50317d355b1dcc65eef10cbf750f8567be340 (diff) | |
parent | 9755ff375a7e80b978d9cd32052a6cf2cc7c45cf (diff) |
Merge pull request #253 from yenatch/master
Clean up music and battle interfaces in home.asm.
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -365,8 +365,7 @@ CryTracks:: ; c2bd CurSFX:: ; c2bf ; id of sfx currently playing ds 1 -CurMusic:: ; c2c0 -; id of music currently playing +wMapMusic:: ; c2c0 ds 1 SECTION "auto",WRAM0[$c2c7] |