summaryrefslogtreecommitdiff
path: root/audio/music/jigglypuffsong.asm
blob: 9a01246b2d0b3279e09de1d819a1891250d8911e (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
Music_JigglypuffSong_Ch1::
	tempo 144
	volume 7, 7
	vibrato 8, 2, 4
	duty 2
	dutycycle 165
	toggleperfectpitch
	notetype 13, 6, 7
	octave 4
	E_ 8
	notetype 12, 6, 7
	B_ 2
	G# 6
	F# 8
	G# 2
	A_ 6
	G# 8
	F# 4
	G# 4
	E_ 10
	endchannel


Music_JigglypuffSong_Ch2::
	vibrato 5, 1, 5
	duty 2
	dutycycle 10
	notetype 12, 10, 7
	octave 4
	E_ 8
	B_ 2
	G# 6
	F# 8
	G# 2
	A_ 6
	G# 8
	F# 4
	G# 4
	E_ 10
	endchannel