summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorKermalis <29823718+Kermalis@users.noreply.github.com>2018-10-03 17:26:34 -0400
committerKermalis <29823718+Kermalis@users.noreply.github.com>2018-10-03 17:26:34 -0400
commita94c66139e9dbd89718482ff946819c29f5ab937 (patch)
tree934702db3f0f7590da1358b084e45fe6248dc944 /sound
parentdbe15410ded137271c8fd5710cc4d9dce2d85b2d (diff)
Match ph_cloth_solo.mid
Diffstat (limited to 'sound')
-rw-r--r--sound/songs/midi/ph_cloth_solo.midbin0 -> 68 bytes
-rw-r--r--sound/songs/ph_cloth_solo.s40
2 files changed, 0 insertions, 40 deletions
diff --git a/sound/songs/midi/ph_cloth_solo.mid b/sound/songs/midi/ph_cloth_solo.mid
new file mode 100644
index 000000000..84755426a
--- /dev/null
+++ b/sound/songs/midi/ph_cloth_solo.mid
Binary files differ
diff --git a/sound/songs/ph_cloth_solo.s b/sound/songs/ph_cloth_solo.s
deleted file mode 100644
index 6dc5b50f9..000000000
--- a/sound/songs/ph_cloth_solo.s
+++ /dev/null
@@ -1,40 +0,0 @@
- .include "MPlayDef.s"
-
- .equ ph_cloth_solo_grp, voicegroup130
- .equ ph_cloth_solo_pri, 4
- .equ ph_cloth_solo_rev, 0
- .equ ph_cloth_solo_mvl, 127
- .equ ph_cloth_solo_key, 0
- .equ ph_cloth_solo_tbs, 1
- .equ ph_cloth_solo_exg, 0
- .equ ph_cloth_solo_cmp, 1
-
- .section .rodata
- .global ph_cloth_solo
- .align 2
-
-@********************** Track 1 **********************@
-
-ph_cloth_solo_1:
- .byte KEYSH , ph_cloth_solo_key+0
- .byte TEMPO , 120*ph_cloth_solo_tbs/2
- .byte VOICE , 8
- .byte VOL , 127*ph_cloth_solo_mvl/mxv
- .byte N54 , Cn3 , v127
- .byte W54
- .byte FINE
-
-@******************************************************@
- .align 2
-
-ph_cloth_solo:
- .byte 1 @ NumTrks
- .byte 0 @ NumBlks
- .byte ph_cloth_solo_pri @ Priority
- .byte ph_cloth_solo_rev @ Reverb.
-
- .word ph_cloth_solo_grp
-
- .word ph_cloth_solo_1
-
- .end