Match ph_cloth_solo.mid

This commit is contained in:
Kermalis 2018-10-03 17:26:34 -04:00
parent dbe15410de
commit a94c66139e
4 changed files with 4 additions and 41 deletions

View File

@ -1049,8 +1049,8 @@ SECTIONS {
sound/songs/ph_face_held.o(.rodata); sound/songs/ph_face_held.o(.rodata);
sound/songs/ph_face_solo.o(.rodata); sound/songs/ph_face_solo.o(.rodata);
sound/songs/midi/ph_cloth_blend.o(.rodata); sound/songs/midi/ph_cloth_blend.o(.rodata);
sound/songs/ph_cloth_solo.o(.rodata);
sound/songs/midi/ph_cloth_held.o(.rodata); sound/songs/midi/ph_cloth_held.o(.rodata);
sound/songs/midi/ph_cloth_solo.o(.rodata);
sound/songs/ph_dress_blend.o(.rodata); sound/songs/ph_dress_blend.o(.rodata);
sound/songs/ph_dress_held.o(.rodata); sound/songs/ph_dress_held.o(.rodata);
sound/songs/ph_dress_solo.o(.rodata); sound/songs/ph_dress_solo.o(.rodata);

View File

@ -648,5 +648,8 @@ $(MID_SUBDIR)/ph_cloth_blend.s: %.s: %.mid
$(MID_SUBDIR)/ph_cloth_held.s: %.s: %.mid $(MID_SUBDIR)/ph_cloth_held.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4 $(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/ph_cloth_solo.s: %.s: %.mid
$(MID) $< $@ -E -G130 -P4
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid $(MID_SUBDIR)/se_z_search.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5 $(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5

Binary file not shown.

View File

@ -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