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

	.equ	ph_kit_held_grp, voicegroup_86A0754
	.equ	ph_kit_held_pri, 4
	.equ	ph_kit_held_rev, 0
	.equ	ph_kit_held_mvl, 127
	.equ	ph_kit_held_key, 0
	.equ	ph_kit_held_tbs, 1
	.equ	ph_kit_held_exg, 0
	.equ	ph_kit_held_cmp, 1

	.section .rodata
	.global	ph_kit_held
	.align	2

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

ph_kit_held_1:
	.byte	KEYSH , ph_kit_held_key+0
	.byte	TEMPO , 120*ph_kit_held_tbs/2
	.byte		VOICE , 16
	.byte		VOL   , 127*ph_kit_held_mvl/mxv
	.byte		TIE   , Cn3 , v127
	.byte	W96
ph_kit_held_1_B1:
	.byte	W96
	.byte	GOTO
	 .word	ph_kit_held_1_B1
	.byte	W48
	.byte		EOT   , Cn3 
	.byte	FINE

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

ph_kit_held:
	.byte	1	@ NumTrks
	.byte	0	@ NumBlks
	.byte	ph_kit_held_pri	@ Priority
	.byte	ph_kit_held_rev	@ Reverb.

	.word	ph_kit_held_grp

	.word	ph_kit_held_1

	.end