diff options
author | yenatch <yenatch@gmail.com> | 2013-10-08 13:34:32 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-10-08 13:34:32 -0400 |
commit | aae33da95b5ef1b329764065caf828717c00cf72 (patch) | |
tree | 6437f7f3dc616891551fdb75b11bdbbf4eaa955f /main.asm | |
parent | 91b822ceb81f08944d6289f726b8ef2086722982 (diff) |
fix LoadMusicByte naming scheme
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3039,7 +3039,7 @@ CleanUpdateSound: ; 3b6a ; 3b86 -LoadMusicByte: ; 3b86 +_LoadMusicByte: ; 3b86 ; CurMusicByte = [a:de] ld [hROMBank], a |