summaryrefslogtreecommitdiff
path: root/audio/music/pokemonlullaby.asm
blob: 277a5d6f549ea32f5e1e998d9a29b23101c92df9 (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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
Music_PokemonLullaby:
	channel_count 3
	channel 1, Music_PokemonLullaby_Ch1
	channel 2, Music_PokemonLullaby_Ch2
	channel 3, Music_PokemonLullaby_Ch3

Music_PokemonLullaby_Ch1:
	tempo 224
	volume 7, 7
	duty_cycle 3
	pitch_offset 1
.mainloop:
	note_type 12, 10, 7
	octave 3
	note G_, 16
	octave 4
	note C_, 16
	stereo_panning TRUE, FALSE
	octave 3
	note G_, 16
	stereo_panning FALSE, TRUE
	octave 4
	note C_, 8
	stereo_panning TRUE, FALSE
	octave 3
	note B_, 8
	stereo_panning FALSE, TRUE
	note G_, 16
	stereo_panning TRUE, FALSE
	octave 4
	note C_, 8
	stereo_panning FALSE, TRUE
	octave 3
	note B_, 8
	stereo_panning TRUE, FALSE
	note G_, 8
	stereo_panning TRUE, TRUE
	rest 2
	note G_, 2
	note G_, 2
	note B_, 2
	octave 4
	note C_, 4
	octave 3
	note B_, 4
	octave 4
	note C_, 4
	octave 3
	note B_, 4
	note G_, 16
	octave 4
	note C_, 8
	octave 3
	note B_, 8
	sound_loop 0, .mainloop

Music_PokemonLullaby_Ch2:
	vibrato 16, 1, 4
	duty_cycle 0
	note_type 12, 11, 4
.mainloop:
	rest 16
	rest 10
	octave 4
	note G_, 2
	note F#, 2
	note G_, 2
	volume_envelope 11, 7
	note E_, 12
	note D_, 2
	note E_, 2
	note F_, 4
	note G_, 4
	note F_, 2
	note E_, 2
	note D_, 2
	note F_, 2
	note E_, 10
	volume_envelope 11, 5
	note D_, 2
	note D_, 2
	volume_envelope 12, 7
	note E_, 2
	note F_, 4
	note E_, 4
	note F_, 4
	volume_envelope 11, 5
	note G_, 2
	note G_, 2
	note D#, 2
	volume_envelope 11, 7
	note E_, 14
	volume_envelope 8, 7
	octave 3
	note F_, 8
	note G_, 4
	volume_envelope 11, 5
	octave 4
	note G_, 2
	note G_, 2
	volume_envelope 11, 7
	note D#, 2
	note E_, 16
	rest 14
	sound_loop 0, .mainloop

Music_PokemonLullaby_Ch3:
	note_type 12, 1, 1
.mainloop:
	stereo_panning TRUE, FALSE
	octave 4
	note C_, 2
	note E_, 2
	note G_, 2
	note B_, 2
	octave 5
	note C_, 2
	octave 4
	note B_, 2
	note A_, 2
	note G_, 2
	stereo_panning FALSE, TRUE
	note D_, 2
	note F_, 2
	note A_, 2
	octave 5
	note C_, 2
	note D_, 2
	note C_, 2
	octave 4
	note B_, 2
	note A_, 2
	sound_loop 0, .mainloop