summaryrefslogtreecommitdiff
path: root/audio/music/healpokemon.asm
blob: 0a5130bdf2726f5941b3fad560a87b4b486e9eb4 (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
Music_HealPokemon:
	channel_count 3
	channel 1, Music_HealPokemon_Ch1
	channel 2, Music_HealPokemon_Ch2
	channel 3, Music_HealPokemon_Ch3

Music_HealPokemon_Ch1:
	tempo 144
	volume 7, 7
	duty_cycle 2
	pitch_offset 1
	note_type 12, 8, 1
	rest 2
	pitch_slide 1, 4, B_
	note B_, 2
	pitch_slide 1, 3, E_
	note B_, 2
	pitch_slide 1, 4, E_
	note E_, 2
	rest 4
	pitch_slide 1, 5, B_
	note E_, 4
	pitch_slide 1, 4, B_
	note B_, 4
	sound_ret

Music_HealPokemon_Ch2:
	duty_cycle 2
	note_type 12, 12, 3
	octave 4
	note B_, 4
	note B_, 4
	note B_, 2
	note G#, 2
	note_type 12, 12, 4
	octave 5
	note E_, 8
	sound_ret

Music_HealPokemon_Ch3:
	note_type 12, 1, 0
	octave 4
	note E_, 2
	rest 2
	note E_, 2
	rest 2
	note E_, 2
	note G#, 2
	note E_, 6
	rest 2
	sound_ret