2017-12-22 05:51:09 +01:00
|
|
|
.include "MPlayDef.s"
|
|
|
|
|
2018-09-22 22:42:34 +02:00
|
|
|
.equ ph_nurse_blend_grp, voicegroup130
|
2017-12-22 05:51:09 +01:00
|
|
|
.equ ph_nurse_blend_pri, 4
|
|
|
|
.equ ph_nurse_blend_rev, 0
|
|
|
|
.equ ph_nurse_blend_mvl, 127
|
|
|
|
.equ ph_nurse_blend_key, 0
|
|
|
|
.equ ph_nurse_blend_tbs, 1
|
|
|
|
.equ ph_nurse_blend_exg, 0
|
|
|
|
.equ ph_nurse_blend_cmp, 1
|
|
|
|
|
|
|
|
.section .rodata
|
|
|
|
.global ph_nurse_blend
|
|
|
|
.align 2
|
|
|
|
|
|
|
|
@********************** Track 1 **********************@
|
|
|
|
|
|
|
|
ph_nurse_blend_1:
|
|
|
|
.byte KEYSH , ph_nurse_blend_key+0
|
|
|
|
.byte TEMPO , 120*ph_nurse_blend_tbs/2
|
|
|
|
.byte VOICE , 48
|
|
|
|
.byte VOL , 127*ph_nurse_blend_mvl/mxv
|
|
|
|
.byte N54 , Cn3 , v127
|
|
|
|
.byte W54
|
|
|
|
.byte FINE
|
|
|
|
|
|
|
|
@******************************************************@
|
|
|
|
.align 2
|
|
|
|
|
|
|
|
ph_nurse_blend:
|
|
|
|
.byte 1 @ NumTrks
|
|
|
|
.byte 0 @ NumBlks
|
|
|
|
.byte ph_nurse_blend_pri @ Priority
|
|
|
|
.byte ph_nurse_blend_rev @ Reverb.
|
|
|
|
|
|
|
|
.word ph_nurse_blend_grp
|
|
|
|
|
|
|
|
.word ph_nurse_blend_1
|
|
|
|
|
|
|
|
.end
|