diff options
Diffstat (limited to 'sound/songs/song_599.s')
-rw-r--r-- | sound/songs/song_599.s | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/sound/songs/song_599.s b/sound/songs/song_599.s new file mode 100644 index 000000000..75ea783bf --- /dev/null +++ b/sound/songs/song_599.s @@ -0,0 +1,46 @@ + .include "MPlayDef.s" + + .equ song_599_grp, voicegroup_86A0754 + .equ song_599_pri, 4 + .equ song_599_rev, 0 + .equ song_599_mvl, 127 + .equ song_599_key, 0 + .equ song_599_tbs, 1 + .equ song_599_exg, 0 + .equ song_599_cmp, 1 + + .section .rodata + .global song_599 + .align 2 + +@********************** Track 1 **********************@ + +song_599_1: + .byte KEYSH , song_599_key+0 + .byte TEMPO , 120*song_599_tbs/2 + .byte VOICE , 40 + .byte VOL , 127*song_599_mvl/mxv + .byte TIE , Cn3 , v127 + .byte W96 +song_599_1_B1: + .byte W96 + .byte GOTO + .word song_599_1_B1 + .byte W48 + .byte EOT , Cn3 + .byte FINE + +@******************************************************@ + .align 2 + +song_599: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte song_599_pri @ Priority + .byte song_599_rev @ Reverb. + + .word song_599_grp + + .word song_599_1 + + .end |