diff options
Diffstat (limited to 'sound/songs/se_w120.s')
-rw-r--r-- | sound/songs/se_w120.s | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/sound/songs/se_w120.s b/sound/songs/se_w120.s new file mode 100644 index 000000000..9d5f2278e --- /dev/null +++ b/sound/songs/se_w120.s @@ -0,0 +1,74 @@ + .include "MPlayDef.s" + + .equ se_w120_grp, voicegroup_869D6F4 + .equ se_w120_pri, 4 + .equ se_w120_rev, reverb_set+50 + .equ se_w120_mvl, 127 + .equ se_w120_key, 0 + .equ se_w120_tbs, 1 + .equ se_w120_exg, 0 + .equ se_w120_cmp, 1 + + .section .rodata + .global se_w120 + .align 2 + +@********************** Track 1 **********************@ + +se_w120_1: + .byte KEYSH , se_w120_key+0 + .byte TEMPO , 150*se_w120_tbs/2 + .byte VOICE , 41 + .byte VOL , 115*se_w120_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N01 , Gn3 , v127 + .byte W01 + .byte Cn3 + .byte W01 + .byte N24 , An3 + .byte W06 + .byte PAN , c_v+6 + .byte W04 + .byte c_v+0 + .byte W01 + .byte VOL , 102*se_w120_mvl/mxv + .byte W02 + .byte PAN , c_v-8 + .byte VOL , 88*se_w120_mvl/mxv + .byte W03 + .byte 78*se_w120_mvl/mxv + .byte W01 + .byte PAN , c_v+0 + .byte W01 + .byte VOL , 67*se_w120_mvl/mxv + .byte W01 + .byte BEND , c_v-2 + .byte W01 + .byte PAN , c_v+7 + .byte VOL , 45*se_w120_mvl/mxv + .byte W02 + .byte BEND , c_v-8 + .byte W01 + .byte VOL , 13*se_w120_mvl/mxv + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v-15 + .byte W22 + .byte FINE + +@******************************************************@ + .align 2 + +se_w120: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w120_pri @ Priority + .byte se_w120_rev @ Reverb. + + .word se_w120_grp + + .word se_w120_1 + + .end |