.include "MPlayDef.s" .equ se_shiny_grp, voicegroup111 .equ se_shiny_pri, 5 .equ se_shiny_rev, reverb_set+50 .equ se_shiny_mvl, 127 .equ se_shiny_key, 0 .equ se_shiny_tbs, 1 .equ se_shiny_exg, 0 .equ se_shiny_cmp, 1 .section .rodata .global se_shiny .align 2 @********************** Track 1 **********************@ se_shiny_1: .byte KEYSH , se_shiny_key+0 .byte TEMPO , 220*se_shiny_tbs/2 .byte VOICE , 46 .byte VOL , 95*se_shiny_mvl/mxv .byte BENDR , 12 .byte PAN , c_v+0 .byte BEND , c_v+1 .byte N03 , Cn6 , 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 , Gn6 .byte W01 .byte PAN , c_v+0 .byte W02 .byte W03 .byte BEND , c_v+1 .byte N03 , Cn6 , 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 , Gn6 .byte W01 .byte PAN , c_v+0 .byte W04 .byte W01 .byte BEND , c_v+1 .byte N03 , Cs6 , 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 , Gs6 .byte W02 .byte PAN , c_v+0 .byte W04 .byte BEND , c_v+1 .byte N03 , Cs6 , 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 , Gs6 .byte W01 .byte PAN , c_v+0 .byte W03 .byte W02 .byte c_v+4 .byte BEND , c_v+1 .byte N03 , Cs6 , v032 .byte W01 .byte BEND , c_v+2 .byte W01 .byte c_v+4 .byte W02 .byte c_v+0 .byte N06 , Gs6 .byte W06 .byte FINE @******************************************************@ .align 2 se_shiny: .byte 1 @ NumTrks .byte 0 @ NumBlks .byte se_shiny_pri @ Priority .byte se_shiny_rev @ Reverb. .word se_shiny_grp .word se_shiny_1 .end