diff options
Diffstat (limited to 'sound/songs/se_w013b.s')
-rw-r--r-- | sound/songs/se_w013b.s | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/sound/songs/se_w013b.s b/sound/songs/se_w013b.s new file mode 100644 index 000000000..bbbea1704 --- /dev/null +++ b/sound/songs/se_w013b.s @@ -0,0 +1,62 @@ + .include "MPlayDef.s" + + .equ se_w013b_grp, voicegroup_869D6F4 + .equ se_w013b_pri, 4 + .equ se_w013b_rev, reverb_set+50 + .equ se_w013b_mvl, 127 + .equ se_w013b_key, 0 + .equ se_w013b_tbs, 1 + .equ se_w013b_exg, 0 + .equ se_w013b_cmp, 1 + + .section .rodata + .global se_w013b + .align 2 + +@********************** Track 1 **********************@ + +se_w013b_1: + .byte KEYSH , se_w013b_key+0 + .byte TEMPO , 250*se_w013b_tbs/2 + .byte VOICE , 22 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 90*se_w013b_mvl/mxv + .byte BEND , c_v+0 + .byte N14 , An4 , v108 + .byte W03 + .byte PAN , c_v+5 + .byte BEND , c_v+6 + .byte W01 + .byte VOL , 80*se_w013b_mvl/mxv + .byte W02 + .byte PAN , c_v+15 + .byte BEND , c_v+1 + .byte W01 + .byte VOL , 64*se_w013b_mvl/mxv + .byte W02 + .byte PAN , c_v+6 + .byte VOL , 38*se_w013b_mvl/mxv + .byte BEND , c_v-9 + .byte W02 + .byte c_v-34 + .byte W01 + .byte PAN , c_v-1 + .byte VOL , 11*se_w013b_mvl/mxv + .byte W12 + .byte FINE + +@******************************************************@ + .align 2 + +se_w013b: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w013b_pri @ Priority + .byte se_w013b_rev @ Reverb. + + .word se_w013b_grp + + .word se_w013b_1 + + .end |