summaryrefslogtreecommitdiff
path: root/audio/music/jigglypuffsong.asm
blob: d8995fbd9bc76263ed56204fab7d2aa5d0e0a412 (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_cycle 2
	duty_cycle_pattern 2, 2, 1, 1
	toggle_perfect_pitch
	note_type 13, 6, 7
	octave 4
	note E_, 8
	note_type 12, 6, 7
	note B_, 2
	note G#, 6
	note F#, 8
	note G#, 2
	note A_, 6
	note G#, 8
	note F#, 4
	note G#, 4
	note E_, 10
	sound_ret


Music_JigglypuffSong_Ch2::
	vibrato 5, 1, 5
	duty_cycle 2
	duty_cycle_pattern 0, 0, 2, 2
	note_type 12, 10, 7
	octave 4
	note E_, 8
	note B_, 2
	note G#, 6
	note F#, 8
	note G#, 2
	note A_, 6
	note G#, 8
	note F#, 4
	note G#, 4
	note E_, 10
	sound_ret