diff options
Diffstat (limited to 'sound/songs/se_w197.s')
-rw-r--r-- | sound/songs/se_w197.s | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/sound/songs/se_w197.s b/sound/songs/se_w197.s new file mode 100644 index 000000000..150d847c9 --- /dev/null +++ b/sound/songs/se_w197.s @@ -0,0 +1,95 @@ + .include "MPlayDef.s" + + .equ se_w197_grp, voicegroup_869D6F4 + .equ se_w197_pri, 4 + .equ se_w197_rev, reverb_set+50 + .equ se_w197_mvl, 127 + .equ se_w197_key, 0 + .equ se_w197_tbs, 1 + .equ se_w197_exg, 0 + .equ se_w197_cmp, 1 + + .section .rodata + .global se_w197 + .align 2 + +@********************** Track 1 **********************@ + +se_w197_1: + .byte KEYSH , se_w197_key+0 + .byte TEMPO , 220*se_w197_tbs/2 + .byte VOICE , 54 + .byte VOL , 100*se_w197_mvl/mxv + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte BEND , c_v+1 + .byte N03 , As5 , v127 + .byte W01 + .byte PAN , c_v+2 + .byte BEND , c_v+2 + .byte W01 + .byte c_v+4 + .byte W01 + .byte c_v+1 + .byte N06 , Bn5 + .byte W01 + .byte PAN , c_v+0 + .byte W02 + .byte W03 + .byte BEND , c_v+1 + .byte N03 , As5 , v104 + .byte W01 + .byte PAN , c_v-2 + .byte BEND , c_v+2 + .byte W02 + .byte c_v+4 + .byte W01 + .byte c_v+1 + .byte N06 , Bn5 + .byte W01 + .byte PAN , c_v+0 + .byte W04 + .byte W01 + .byte BEND , c_v+1 + .byte N03 , As5 , v080 + .byte W01 + .byte PAN , c_v+4 + .byte BEND , c_v+2 + .byte W01 + .byte c_v+4 + .byte W01 + .byte c_v+1 + .byte N06 , Bn5 + .byte W02 + .byte PAN , c_v+0 + .byte W04 + .byte BEND , c_v+1 + .byte N03 , As5 , v048 + .byte W02 + .byte PAN , c_v-5 + .byte BEND , c_v+2 + .byte W01 + .byte c_v+4 + .byte W01 + .byte c_v+1 + .byte N06 , Bn5 + .byte W01 + .byte PAN , c_v+0 + .byte W03 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_w197: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w197_pri @ Priority + .byte se_w197_rev @ Reverb. + + .word se_w197_grp + + .word se_w197_1 + + .end |