diff options
Diffstat (limited to 'sound/songs/se_w255.s')
-rw-r--r-- | sound/songs/se_w255.s | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/sound/songs/se_w255.s b/sound/songs/se_w255.s new file mode 100644 index 000000000..0384eef6e --- /dev/null +++ b/sound/songs/se_w255.s @@ -0,0 +1,88 @@ + .include "MPlayDef.s" + + .equ se_w255_grp, voicegroup_869D6F4 + .equ se_w255_pri, 4 + .equ se_w255_rev, reverb_set+50 + .equ se_w255_mvl, 127 + .equ se_w255_key, 0 + .equ se_w255_tbs, 1 + .equ se_w255_exg, 0 + .equ se_w255_cmp, 1 + + .section .rodata + .global se_w255 + .align 2 + +@********************** Track 1 **********************@ + +se_w255_1: + .byte KEYSH , se_w255_key+0 + .byte TEMPO , 150*se_w255_tbs/2 + .byte VOICE , 65 + .byte BENDR , 12 + .byte VOL , 110*se_w255_mvl/mxv + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N03 , Gn3 , v112 + .byte W01 + .byte PAN , c_v-7 + .byte BEND , c_v-17 + .byte W01 + .byte PAN , c_v+8 + .byte BEND , c_v-36 + .byte W01 + .byte W01 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N03 , Gn4 + .byte W02 + .byte PAN , c_v-7 + .byte BEND , c_v+15 + .byte W01 + .byte PAN , c_v+8 + .byte BEND , c_v+28 + .byte W02 + .byte PAN , c_v+0 + .byte BEND , c_v+0 + .byte N03 , Gn4 , v064 + .byte W01 + .byte PAN , c_v-7 + .byte BEND , c_v+15 + .byte W02 + .byte PAN , c_v+8 + .byte BEND , c_v+28 + .byte W03 + .byte FINE + +@********************** Track 2 **********************@ + +se_w255_2: + .byte KEYSH , se_w255_key+0 + .byte VOICE , 57 + .byte VOL , 110*se_w255_mvl/mxv + .byte N03 , En3 , v052 + .byte W03 + .byte W01 + .byte N03 + .byte W02 + .byte W03 + .byte En3 , v032 + .byte W03 + .byte W03 + .byte FINE + +@******************************************************@ + .align 2 + +se_w255: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_w255_pri @ Priority + .byte se_w255_rev @ Reverb. + + .word se_w255_grp + + .word se_w255_1 + .word se_w255_2 + + .end |