diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-04-22 08:44:13 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-04-22 08:44:13 -0400 |
commit | af333e112a76c8ddf92e104f92e190c5d0f8e01c (patch) | |
tree | e5d92323540ee860d14a77ddb72e8a3cfe7707d1 /engine/music2.asm | |
parent | e116c0caf4a1eb86414bf342e741ba6354242ae8 (diff) |
Misc disassembling
Diffstat (limited to 'engine/music2.asm')
-rwxr-xr-x | engine/music2.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/music2.asm b/engine/music2.asm index 88a6943..065fb8d 100755 --- a/engine/music2.asm +++ b/engine/music2.asm @@ -610,9 +610,9 @@ Music2_CommandTable: ; f842c (3e:442c) dw Music2_end dw Music2_musicdc dw Music2_MainLoop - dw Music2_endMainLoop + dw Music2_EndMainLoop dw Music2_Loop - dw Music2_endLoop + dw Music2_EndLoop dw Music2_jp dw Music2_call dw Music2_ret @@ -919,7 +919,7 @@ Music2_MainLoop: ; f85ef (3e:45ef) ld [hl], d jp Music2_PlayNextNote_pop -Music2_endMainLoop: ; f85fd (3e:45fd) +Music2_EndMainLoop: ; f85fd (3e:45fd) pop hl ld hl, $dd9d add hl, bc @@ -946,7 +946,7 @@ Music2_Loop: ; f8609 (3e:4609) call Music2_SetReturnAddress jp Music2_PlayNextNote_pop -Music2_endLoop: ; f861e (3e:461e) +Music2_EndLoop: ; f861e (3e:461e) call Music2_GetReturnAddress dec hl ld a, [hl] |