diff options
Diffstat (limited to 'sound/songs/se_w088.s')
-rw-r--r-- | sound/songs/se_w088.s | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/sound/songs/se_w088.s b/sound/songs/se_w088.s new file mode 100644 index 000000000..fee82242a --- /dev/null +++ b/sound/songs/se_w088.s @@ -0,0 +1,65 @@ + .include "MPlayDef.s" + + .equ se_w088_grp, voicegroup_869D6F4 + .equ se_w088_pri, 4 + .equ se_w088_rev, reverb_set+50 + .equ se_w088_mvl, 127 + .equ se_w088_key, 0 + .equ se_w088_tbs, 1 + .equ se_w088_exg, 0 + .equ se_w088_cmp, 1 + + .section .rodata + .global se_w088 + .align 2 + +@********************** Track 1 **********************@ + +se_w088_1: + .byte KEYSH , se_w088_key+0 + .byte TEMPO , 150*se_w088_tbs/2 + .byte VOICE , 26 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 105*se_w088_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , En3 , v127 + .byte W03 + .byte PAN , c_v-8 + .byte BEND , c_v-34 + .byte W03 + .byte PAN , c_v+7 + .byte N03 , Gn3 , v100 + .byte W03 + .byte PAN , c_v-15 + .byte BEND , c_v+4 + .byte N06 , En3 , v127 + .byte W03 + .byte PAN , c_v+16 + .byte BEND , c_v-13 + .byte W03 + .byte PAN , c_v-1 + .byte BEND , c_v+0 + .byte N06 , Cn3 , v084 + .byte W06 + .byte BEND , c_v-20 + .byte N06 , En3 , v068 + .byte W03 + .byte BEND , c_v-41 + .byte W24 + .byte FINE + +@******************************************************@ + .align 2 + +se_w088: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w088_pri @ Priority + .byte se_w088_rev @ Reverb. + + .word se_w088_grp + + .word se_w088_1 + + .end |