summaryrefslogtreecommitdiff
path: root/sound/songs/se_m_yawn.s
blob: c6af1f3610ca7df6363b3b174335f6dd35a8e1d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
	.include "MPlayDef.s"

	.equ	se_m_yawn_grp, voicegroup128
	.equ	se_m_yawn_pri, 4
	.equ	se_m_yawn_rev, reverb_set+50
	.equ	se_m_yawn_mvl, 127
	.equ	se_m_yawn_key, 0
	.equ	se_m_yawn_tbs, 1
	.equ	se_m_yawn_exg, 0
	.equ	se_m_yawn_cmp, 1

	.section .rodata
	.global	se_m_yawn
	.align	2

@********************** Track  1 **********************@

se_m_yawn_1:
	.byte		VOL   , 110*se_m_yawn_mvl/mxv
	.byte	KEYSH , se_m_yawn_key+0
	.byte	TEMPO , 150*se_m_yawn_tbs/2
	.byte		VOICE , 61
	.byte		BENDR , 44
	.byte		PAN   , c_v+0
	.byte		BEND  , c_v+0
	.byte		N48   , Cn4 , v108
	.byte	W02
	.byte		BEND  , c_v-1
	.byte	W01
	.byte		        c_v+0
	.byte	W03
	.byte		        c_v+0
	.byte	W01
	.byte		        c_v+0
	.byte	W02
	.byte		        c_v+0
	.byte	W01
	.byte		        c_v+0
	.byte	W02
	.byte		PAN   , c_v-4
	.byte	W01
	.byte		BEND  , c_v+0
	.byte	W01
	.byte		        c_v+1
	.byte	W02
	.byte		        c_v+1
	.byte	W02
	.byte		        c_v+1
	.byte	W02
	.byte		        c_v+1
	.byte	W01
	.byte		        c_v+1
	.byte	W03
	.byte		PAN   , c_v-10
	.byte		BEND  , c_v+1
	.byte	W01
	.byte		        c_v+2
	.byte	W02
	.byte		        c_v+2
	.byte	W03
	.byte		        c_v+1
	.byte	W02
	.byte		        c_v+2
	.byte	W01
	.byte		        c_v+1
	.byte	W03
	.byte		PAN   , c_v-4
	.byte		BEND  , c_v+1
	.byte	W01
	.byte		        c_v+1
	.byte	W02
	.byte		        c_v+1
	.byte	W01
	.byte		        c_v+0
	.byte	W02
	.byte		        c_v+0
	.byte	W01
	.byte		        c_v-1
	.byte	W01
	.byte		        c_v-1
	.byte	W01
	.byte		        c_v-3
	.byte	W01
	.byte		        c_v-3
	.byte	W02
	.byte	FINE

@********************** Track  2 **********************@

se_m_yawn_2:
	.byte	KEYSH , se_m_yawn_key+0
	.byte		VOICE , 66
	.byte		BENDR , 44
	.byte		PAN   , c_v+1
	.byte		VOL   , 110*se_m_yawn_mvl/mxv
	.byte		N48   , Dn3 , v020
	.byte	W24
	.byte	W03
	.byte		VOL   , 103*se_m_yawn_mvl/mxv
	.byte	W04
	.byte		        96*se_m_yawn_mvl/mxv
	.byte	W03
	.byte		        83*se_m_yawn_mvl/mxv
	.byte	W04
	.byte		        67*se_m_yawn_mvl/mxv
	.byte	W04
	.byte		        49*se_m_yawn_mvl/mxv
	.byte	W03
	.byte		        23*se_m_yawn_mvl/mxv
	.byte	W03
	.byte	FINE

@******************************************************@
	.align	2

se_m_yawn:
	.byte	2	@ NumTrks
	.byte	0	@ NumBlks
	.byte	se_m_yawn_pri	@ Priority
	.byte	se_m_yawn_rev	@ Reverb.

	.word	se_m_yawn_grp

	.word	se_m_yawn_1
	.word	se_m_yawn_2

	.end