summaryrefslogtreecommitdiff
path: root/sound/songs/se_faint.s
blob: ab19a3dd224bdca798163632430d67931a211736 (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
	.include "MPlayDef.s"

	.equ	se_faint_grp, voicegroup110
	.equ	se_faint_pri, 5
	.equ	se_faint_rev, reverb_set+50
	.equ	se_faint_mvl, 127
	.equ	se_faint_key, 0
	.equ	se_faint_tbs, 1
	.equ	se_faint_exg, 0
	.equ	se_faint_cmp, 1

	.section .rodata
	.global	se_faint
	.align	2

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

se_faint_1:
	.byte	KEYSH , se_faint_key+0
	.byte	TEMPO , 90*se_faint_tbs/2
	.byte		VOICE , 90
	.byte		VOL   , 110*se_faint_mvl/mxv
	.byte		BEND  , c_v+0
	.byte		N09   , Cn4 , v100
	.byte	W06
	.byte	W06
	.byte	W06
	.byte	W06
	.byte	W06
	.byte	FINE

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

se_faint_2:
	.byte	KEYSH , se_faint_key+0
	.byte		VOICE , 124
	.byte		BENDR , 12
	.byte		VOL   , 82*se_faint_mvl/mxv
	.byte		BEND  , c_v+0
	.byte		N05   , Gs4 , v060
	.byte	W03
	.byte		VOL   , 94*se_faint_mvl/mxv
	.byte	W03
	.byte		        103*se_faint_mvl/mxv
	.byte		N22   
	.byte	W03
	.byte		VOL   , 110*se_faint_mvl/mxv
	.byte	W03
	.byte	W06
	.byte	W06
	.byte	W06
	.byte	FINE

@********************** Track  3 **********************@

se_faint_3:
	.byte	KEYSH , se_faint_key+0
	.byte		VOICE , 0
	.byte		VOL   , 110*se_faint_mvl/mxv
	.byte		N06   , Cn3 , v080
	.byte	W06
	.byte		N18   , Cn3 , v092
	.byte	W06
	.byte	W06
	.byte	W06
	.byte	W06
	.byte	FINE

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

se_faint:
	.byte	3	@ NumTrks
	.byte	0	@ NumBlks
	.byte	se_faint_pri	@ Priority
	.byte	se_faint_rev	@ Reverb.

	.word	se_faint_grp

	.word	se_faint_1
	.word	se_faint_2
	.word	se_faint_3

	.end