diff options
Diffstat (limited to 'sound/songs/se_w071.s')
-rw-r--r-- | sound/songs/se_w071.s | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/sound/songs/se_w071.s b/sound/songs/se_w071.s new file mode 100644 index 000000000..a00177607 --- /dev/null +++ b/sound/songs/se_w071.s @@ -0,0 +1,73 @@ + .include "MPlayDef.s" + + .equ se_w071_grp, voicegroup_869D6F4 + .equ se_w071_pri, 4 + .equ se_w071_rev, reverb_set+50 + .equ se_w071_mvl, 127 + .equ se_w071_key, 0 + .equ se_w071_tbs, 1 + .equ se_w071_exg, 0 + .equ se_w071_cmp, 1 + + .section .rodata + .global se_w071 + .align 2 + +@********************** Track 1 **********************@ + +se_w071_1: + .byte KEYSH , se_w071_key+0 + .byte TEMPO , 150*se_w071_tbs/2 + .byte VOICE , 24 + .byte VOL , 110*se_w071_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N01 , Cn6 , v127 + .byte W01 + .byte Gn6 , v112 + .byte W01 + .byte VOICE , 38 + .byte VOL , 58*se_w071_mvl/mxv + .byte N08 , Gn4 + .byte W01 + .byte VOL , 68*se_w071_mvl/mxv + .byte PAN , c_v+8 + .byte BEND , c_v-20 + .byte W01 + .byte VOL , 75*se_w071_mvl/mxv + .byte PAN , c_v-8 + .byte BEND , c_v-48 + .byte W02 + .byte VOL , 83*se_w071_mvl/mxv + .byte PAN , c_v+8 + .byte BEND , c_v-18 + .byte W01 + .byte VOL , 90*se_w071_mvl/mxv + .byte PAN , c_v-8 + .byte BEND , c_v+10 + .byte W01 + .byte VOL , 101*se_w071_mvl/mxv + .byte PAN , c_v+9 + .byte BEND , c_v+39 + .byte W01 + .byte VOL , 110*se_w071_mvl/mxv + .byte PAN , c_v-8 + .byte BEND , c_v+63 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_w071: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w071_pri @ Priority + .byte se_w071_rev @ Reverb. + + .word se_w071_grp + + .word se_w071_1 + + .end |