diff options
author | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-10-03 17:22:56 -0400 |
---|---|---|
committer | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-10-03 17:22:56 -0400 |
commit | 6fd2d4ad3b5e7ee1ccb8b6d1f9a15d84a89524e0 (patch) | |
tree | 87e9e26d2485abaebb391cec0aade8a54da07b14 /sound | |
parent | 86f80debe2e1fe41810b02d106e25eac1a1386b5 (diff) |
Match ph_choice_solo.mid
Diffstat (limited to 'sound')
-rw-r--r-- | sound/songs/midi/ph_choice_solo.mid | bin | 0 -> 68 bytes | |||
-rw-r--r-- | sound/songs/ph_choice_solo.s | 40 |
2 files changed, 0 insertions, 40 deletions
diff --git a/sound/songs/midi/ph_choice_solo.mid b/sound/songs/midi/ph_choice_solo.mid Binary files differnew file mode 100644 index 000000000..e72f7d22e --- /dev/null +++ b/sound/songs/midi/ph_choice_solo.mid diff --git a/sound/songs/ph_choice_solo.s b/sound/songs/ph_choice_solo.s deleted file mode 100644 index 0f2b997a1..000000000 --- a/sound/songs/ph_choice_solo.s +++ /dev/null @@ -1,40 +0,0 @@ - .include "MPlayDef.s" - - .equ ph_choice_solo_grp, voicegroup130 - .equ ph_choice_solo_pri, 4 - .equ ph_choice_solo_rev, 0 - .equ ph_choice_solo_mvl, 127 - .equ ph_choice_solo_key, 0 - .equ ph_choice_solo_tbs, 1 - .equ ph_choice_solo_exg, 0 - .equ ph_choice_solo_cmp, 1 - - .section .rodata - .global ph_choice_solo - .align 2 - -@********************** Track 1 **********************@ - -ph_choice_solo_1: - .byte KEYSH , ph_choice_solo_key+0 - .byte TEMPO , 120*ph_choice_solo_tbs/2 - .byte VOICE , 32 - .byte VOL , 127*ph_choice_solo_mvl/mxv - .byte N54 , Cn3 , v127 - .byte W54 - .byte FINE - -@******************************************************@ - .align 2 - -ph_choice_solo: - .byte 1 @ NumTrks - .byte 0 @ NumBlks - .byte ph_choice_solo_pri @ Priority - .byte ph_choice_solo_rev @ Reverb. - - .word ph_choice_solo_grp - - .word ph_choice_solo_1 - - .end |