diff options
Diffstat (limited to 'sound/songs/se_w063b.s')
-rw-r--r-- | sound/songs/se_w063b.s | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/sound/songs/se_w063b.s b/sound/songs/se_w063b.s new file mode 100644 index 000000000..e7502afa6 --- /dev/null +++ b/sound/songs/se_w063b.s @@ -0,0 +1,115 @@ + .include "MPlayDef.s" + + .equ se_w063b_grp, voicegroup_869D6F4 + .equ se_w063b_pri, 4 + .equ se_w063b_rev, reverb_set+50 + .equ se_w063b_mvl, 127 + .equ se_w063b_key, 0 + .equ se_w063b_tbs, 1 + .equ se_w063b_exg, 0 + .equ se_w063b_cmp, 1 + + .section .rodata + .global se_w063b + .align 2 + +@********************** Track 1 **********************@ + +se_w063b_1: + .byte KEYSH , se_w063b_key+0 + .byte TEMPO , 150*se_w063b_tbs/2 + .byte VOICE , 45 + .byte VOL , 110*se_w063b_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N03 , Gn3 , v092 + .byte W01 + .byte BEND , c_v+11 + .byte W01 + .byte c_v+28 + .byte W01 + .byte c_v+0 + .byte N02 , Cs4 + .byte W01 + .byte BEND , c_v+30 + .byte W02 + .byte c_v+0 + .byte N03 , As3 + .byte W01 + .byte BEND , c_v+11 + .byte W01 + .byte c_v+28 + .byte W01 + .byte c_v+0 + .byte N02 , En4 + .byte W01 + .byte BEND , c_v+30 + .byte W02 + .byte PAN , c_v+7 + .byte BEND , c_v+0 + .byte N03 , Gn3 , v040 + .byte W01 + .byte BEND , c_v+11 + .byte W01 + .byte c_v+28 + .byte W01 + .byte c_v+0 + .byte N02 , Cs4 + .byte W01 + .byte BEND , c_v+30 + .byte W02 + .byte PAN , c_v-7 + .byte BEND , c_v+0 + .byte N03 , As3 , v016 + .byte W01 + .byte BEND , c_v+11 + .byte W01 + .byte c_v+28 + .byte W01 + .byte c_v+0 + .byte N02 , En4 + .byte W01 + .byte BEND , c_v+30 + .byte W02 + .byte FINE + +@********************** Track 2 **********************@ + +se_w063b_2: + .byte KEYSH , se_w063b_key+0 + .byte VOICE , 5 + .byte VOL , 110*se_w063b_mvl/mxv + .byte N01 , Cn3 , v032 + .byte W02 + .byte N01 + .byte W04 + .byte N01 + .byte W02 + .byte N01 + .byte W04 +se_w063b_2_000: + .byte N01 , Cn3 , v020 + .byte W02 + .byte N01 + .byte W04 + .byte PEND + .byte PATT + .word se_w063b_2_000 + .byte FINE + +@******************************************************@ + .align 2 + +se_w063b: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w063b_pri @ Priority + .byte se_w063b_rev @ Reverb. + + .word se_w063b_grp + + .word se_w063b_1 + .word se_w063b_2 + + .end |