diff options
author | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-11-20 16:57:37 -0500 |
---|---|---|
committer | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-11-20 16:57:37 -0500 |
commit | a3208dfdc6329d7d0e08f96ab28152f0b6326698 (patch) | |
tree | 20a74826349718a1d35a26f3727b880770253642 /sound | |
parent | d9820be5b96082d1ef02abc5d50a7441ee1792a3 (diff) |
Match se_reapoke.mid
Diffstat (limited to 'sound')
-rw-r--r-- | sound/songs/midi/se_reapoke.mid | bin | 0 -> 257 bytes | |||
-rw-r--r-- | sound/songs/se_reapoke.s | 106 |
2 files changed, 0 insertions, 106 deletions
diff --git a/sound/songs/midi/se_reapoke.mid b/sound/songs/midi/se_reapoke.mid Binary files differnew file mode 100644 index 000000000..b9a4fe810 --- /dev/null +++ b/sound/songs/midi/se_reapoke.mid diff --git a/sound/songs/se_reapoke.s b/sound/songs/se_reapoke.s deleted file mode 100644 index 11415920b..000000000 --- a/sound/songs/se_reapoke.s +++ /dev/null @@ -1,106 +0,0 @@ - .include "MPlayDef.s" - - .equ se_reapoke_grp, voicegroup128 - .equ se_reapoke_pri, 5 - .equ se_reapoke_rev, reverb_set+50 - .equ se_reapoke_mvl, 127 - .equ se_reapoke_key, 0 - .equ se_reapoke_tbs, 1 - .equ se_reapoke_exg, 0 - .equ se_reapoke_cmp, 1 - - .section .rodata - .global se_reapoke - .align 2 - -@********************** Track 1 **********************@ - -se_reapoke_1: - .byte KEYSH , se_reapoke_key+0 - .byte TEMPO , 220*se_reapoke_tbs/2 - .byte VOICE , 46 - .byte VOL , 95*se_reapoke_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_reapoke: - .byte 1 @ NumTrks - .byte 0 @ NumBlks - .byte se_reapoke_pri @ Priority - .byte se_reapoke_rev @ Reverb. - - .word se_reapoke_grp - - .word se_reapoke_1 - - .end |