summaryrefslogtreecommitdiff
path: root/sound/songs/se_m_grasswhistle.s
blob: 8f79ecc0d9312224c7b57914ed4bbfe9586d1281 (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
128
129
130
	.include "MPlayDef.s"

	.equ	se_m_grasswhistle_grp, voicegroup111
	.equ	se_m_grasswhistle_pri, 4
	.equ	se_m_grasswhistle_rev, reverb_set+50
	.equ	se_m_grasswhistle_mvl, 127
	.equ	se_m_grasswhistle_key, 0
	.equ	se_m_grasswhistle_tbs, 1
	.equ	se_m_grasswhistle_exg, 0
	.equ	se_m_grasswhistle_cmp, 1

	.section .rodata
	.global	se_m_grasswhistle
	.align	2

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

se_m_grasswhistle_1:
	.byte	KEYSH , se_m_grasswhistle_key+0
	.byte	TEMPO , 100*se_m_grasswhistle_tbs/2
	.byte		VOICE , 64
	.byte		BENDR , 2
	.byte		LFOS  , 40
	.byte		PAN   , c_v+0
	.byte		VOL   , 70*se_m_grasswhistle_mvl/mxv
	.byte		BEND  , c_v-16
	.byte		N21   , Gn5 , v112
	.byte	W03
	.byte		BEND  , c_v-8
	.byte	W03
	.byte		        c_v+0
	.byte	W03
	.byte		MOD   , 10
	.byte	W03
	.byte	W09
	.byte		        0
	.byte	W03
	.byte		N09   , An5 
	.byte	W12
	.byte		        En5 
	.byte	W12
	.byte		BEND  , c_v-14
	.byte		N66   , Gn5 
	.byte	W06
	.byte		BEND  , c_v-8
	.byte	W06
	.byte		        c_v-4
	.byte	W06
	.byte		        c_v+0
	.byte	W06
	.byte		MOD   , 10
	.byte	W12
	.byte	W12
	.byte	W06
	.byte		VOL   , 61*se_m_grasswhistle_mvl/mxv
	.byte	W06
	.byte		        51*se_m_grasswhistle_mvl/mxv
	.byte	W06
	.byte		        36*se_m_grasswhistle_mvl/mxv
	.byte	W06
	.byte		        18*se_m_grasswhistle_mvl/mxv
	.byte	W12
	.byte	FINE

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

se_m_grasswhistle_2:
	.byte	KEYSH , se_m_grasswhistle_key+0
	.byte		VOICE , 64
	.byte		BENDR , 2
	.byte		LFOS  , 40
	.byte		VOL   , 70*se_m_grasswhistle_mvl/mxv
	.byte	W12
	.byte		PAN   , c_v+12
	.byte		BEND  , c_v-16
	.byte		N21   , Gn5 , v072
	.byte	W03
	.byte		BEND  , c_v-8
	.byte	W03
	.byte		        c_v+0
	.byte	W03
	.byte		MOD   , 10
	.byte	W03
	.byte	W09
	.byte		        0
	.byte	W03
	.byte		PAN   , c_v-12
	.byte		N09   , An5 
	.byte	W12
	.byte		PAN   , c_v+14
	.byte		N09   , En5 
	.byte	W12
	.byte		PAN   , c_v-15
	.byte		BEND  , c_v-14
	.byte		N66   , Gn5 
	.byte	W06
	.byte		BEND  , c_v-8
	.byte	W06
	.byte		        c_v-4
	.byte	W06
	.byte		        c_v+0
	.byte	W06
	.byte		MOD   , 10
	.byte	W12
	.byte	W06
	.byte		VOL   , 61*se_m_grasswhistle_mvl/mxv
	.byte	W06
	.byte		        51*se_m_grasswhistle_mvl/mxv
	.byte	W06
	.byte		        36*se_m_grasswhistle_mvl/mxv
	.byte	W06
	.byte		        18*se_m_grasswhistle_mvl/mxv
	.byte	W12
	.byte	FINE

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

se_m_grasswhistle:
	.byte	2	@ NumTrks
	.byte	0	@ NumBlks
	.byte	se_m_grasswhistle_pri	@ Priority
	.byte	se_m_grasswhistle_rev	@ Reverb.

	.word	se_m_grasswhistle_grp

	.word	se_m_grasswhistle_1
	.word	se_m_grasswhistle_2

	.end