summaryrefslogtreecommitdiff
path: root/audio/music/pokemonlullaby.asm
blob: 7abf53f915a0f150b11256f71deed4e64879d836 (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
134
135
136
137
138
Music_PokemonLullaby: ; f6d79
	dbw $80, Music_PokemonLullaby_Ch1
	dbw $01, Music_PokemonLullaby_Ch2
	dbw $02, Music_PokemonLullaby_Ch3
; f6d82

Music_PokemonLullaby_Ch1: ; f6d82
	tempo 224
	volume $77
	dutycycle $3
	tone $0001
Music_PokemonLullaby_branch_f6d8c: ; f6d8c
	notetype $c, $a7
	octave 3
	note G_, 16
	octave 4
	note C_, 16
	stereopanning $f0
	octave 3
	note G_, 16
	stereopanning $f
	octave 4
	note C_, 8
	stereopanning $f0
	octave 3
	note B_, 8
	stereopanning $f
	note G_, 16
	stereopanning $f0
	octave 4
	note C_, 8
	stereopanning $f
	octave 3
	note B_, 8
	stereopanning $f0
	note G_, 8
	stereopanning $ff
	note __, 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
	loopchannel 0, Music_PokemonLullaby_branch_f6d8c
; f6dc4

Music_PokemonLullaby_Ch2: ; f6dc4
	vibrato $10, $14
	dutycycle $0
	notetype $c, $b4
Music_PokemonLullaby_branch_f6dcc: ; f6dcc
	note __, 16
	note __, 10
	octave 4
	note G_, 2
	note F#, 2
	note G_, 2
	intensity $b7
	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
	intensity $b5
	note D_, 2
	note D_, 2
	intensity $c7
	note E_, 2
	note F_, 4
	note E_, 4
	note F_, 4
	intensity $b5
	note G_, 2
	note G_, 2
	note D#, 2
	intensity $b7
	note E_, 14
	intensity $87
	octave 3
	note F_, 8
	note G_, 4
	intensity $b5
	octave 4
	note G_, 2
	note G_, 2
	intensity $b7
	note D#, 2
	note E_, 16
	note __, 14
	loopchannel 0, Music_PokemonLullaby_branch_f6dcc
; f6e03

Music_PokemonLullaby_Ch3: ; f6e03
	notetype $c, $11
Music_PokemonLullaby_branch_f6e06: ; f6e06
	stereopanning $f0
	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
	stereopanning $f
	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
	loopchannel 0, Music_PokemonLullaby_branch_f6e06
; f6e23