diff options
author | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-10-10 16:15:30 -0400 |
---|---|---|
committer | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-10-10 16:15:30 -0400 |
commit | 27f2b3b00ab6cda07d6a5033ae21e44fde15e78b (patch) | |
tree | 599d601cb235fe4a2ba2ec894f9eabb82e3372aa /sound | |
parent | ab5c24daa6a5190f9caf470ea6043c0a35c92ce6 (diff) |
Match se_i.mid
Diffstat (limited to 'sound')
-rw-r--r-- | sound/songs/midi/se_i.mid | bin | 0 -> 75 bytes | |||
-rw-r--r-- | sound/songs/se_i.s | 45 |
2 files changed, 0 insertions, 45 deletions
diff --git a/sound/songs/midi/se_i.mid b/sound/songs/midi/se_i.mid Binary files differnew file mode 100644 index 000000000..df7278dfd --- /dev/null +++ b/sound/songs/midi/se_i.mid diff --git a/sound/songs/se_i.s b/sound/songs/se_i.s deleted file mode 100644 index fdb4ff5c4..000000000 --- a/sound/songs/se_i.s +++ /dev/null @@ -1,45 +0,0 @@ - .include "MPlayDef.s" - - .equ se_i_grp, voicegroup128 - .equ se_i_pri, 4 - .equ se_i_rev, reverb_set+50 - .equ se_i_mvl, 127 - .equ se_i_key, 0 - .equ se_i_tbs, 1 - .equ se_i_exg, 0 - .equ se_i_cmp, 1 - - .section .rodata - .global se_i - .align 2 - -@********************** Track 1 **********************@ - -se_i_1: - .byte KEYSH , se_i_key+0 - .byte TEMPO , 240*se_i_tbs/2 - .byte VOICE , 123 - .byte BENDR , 12 - .byte VOL , 120*se_i_mvl/mxv - .byte BEND , c_v+0 - .byte N72 , Cn3 , v127 - .byte W24 - .byte W24 - .byte W24 - .byte W24 - .byte FINE - -@******************************************************@ - .align 2 - -se_i: - .byte 1 @ NumTrks - .byte 0 @ NumBlks - .byte se_i_pri @ Priority - .byte se_i_rev @ Reverb. - - .word se_i_grp - - .word se_i_1 - - .end |