diff options
author | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-11-20 17:30:56 -0500 |
---|---|---|
committer | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-11-20 17:30:56 -0500 |
commit | 1f8954115f5f0c52ee0c42fef3485289c196fd00 (patch) | |
tree | 9e719c2b66b21be774156611cc0e900ffb53e5af /sound | |
parent | 76cb44666164d9b5159d7f700502e09415f0dff1 (diff) |
Match se_rg_help_op.mid
Diffstat (limited to 'sound')
-rw-r--r-- | sound/songs/midi/se_rg_help_op.mid | bin | 0 -> 233 bytes | |||
-rw-r--r-- | sound/songs/se_rg_help_op.s | 82 |
2 files changed, 0 insertions, 82 deletions
diff --git a/sound/songs/midi/se_rg_help_op.mid b/sound/songs/midi/se_rg_help_op.mid Binary files differnew file mode 100644 index 000000000..79b6c53a8 --- /dev/null +++ b/sound/songs/midi/se_rg_help_op.mid diff --git a/sound/songs/se_rg_help_op.s b/sound/songs/se_rg_help_op.s deleted file mode 100644 index 8bffb7938..000000000 --- a/sound/songs/se_rg_help_op.s +++ /dev/null @@ -1,82 +0,0 @@ - .include "MPlayDef.s" - - .equ se_rg_help_op_grp, voicegroup129 - .equ se_rg_help_op_pri, 5 - .equ se_rg_help_op_rev, reverb_set+50 - .equ se_rg_help_op_mvl, 127 - .equ se_rg_help_op_key, 0 - .equ se_rg_help_op_tbs, 1 - .equ se_rg_help_op_exg, 0 - .equ se_rg_help_op_cmp, 1 - - .section .rodata - .global se_rg_help_op - .align 2 - -@********************** Track 1 **********************@ - -se_rg_help_op_1: - .byte KEYSH , se_rg_help_op_key+0 - .byte TEMPO , 420*se_rg_help_op_tbs/2 - .byte VOICE , 24 - .byte LFOS , 44 - .byte BENDR , 12 - .byte VOL , 96*se_rg_help_op_mvl/mxv - .byte PAN , c_v-48 - .byte N04 , Dn4 , v096 - .byte W06 - .byte PAN , c_v-64 - .byte N04 , Dn4 , v032 - .byte W06 - .byte PAN , c_v-32 - .byte N04 , Fs4 , v096 - .byte W06 - .byte PAN , c_v+63 - .byte N04 , Fs4 , v032 - .byte W06 - .byte PAN , c_v-32 - .byte N04 , An4 , v096 - .byte W06 - .byte PAN , c_v-64 - .byte N04 , An4 , v032 - .byte W06 - .byte PAN , c_v-16 - .byte N04 , Cs5 , v096 - .byte W06 - .byte PAN , c_v+63 - .byte N04 , Cs5 , v032 - .byte W06 - .byte PAN , c_v+32 - .byte N04 , Dn5 , v076 - .byte W06 - .byte PAN , c_v-64 - .byte N04 , Dn5 , v032 - .byte W06 - .byte PAN , c_v+63 - .byte N04 , Dn5 , v024 - .byte W06 - .byte PAN , c_v-64 - .byte N04 , Dn5 , v016 - .byte W06 - .byte PAN , c_v+63 - .byte N04 , Dn5 , v008 - .byte W06 - .byte PAN , c_v-64 - .byte N04 , Dn5 , v004 - .byte W18 - .byte FINE - -@******************************************************@ - .align 2 - -se_rg_help_op: - .byte 1 @ NumTrks - .byte 0 @ NumBlks - .byte se_rg_help_op_pri @ Priority - .byte se_rg_help_op_rev @ Reverb. - - .word se_rg_help_op_grp - - .word se_rg_help_op_1 - - .end |