summaryrefslogtreecommitdiff
path: root/music/pokemonlullaby.asm
blob: 383651a42f39e8b927600e21833fcfd69a1ba611 (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
_Music_PokemonLullaby: ; 0xf6d79
	db $80
	dw _Music_PokemonLullaby_Ch1
	db $01
	dw _Music_PokemonLullaby_Ch2
	db $02
	dw _Music_PokemonLullaby_Ch3
; 0xf6d82

_Music_PokemonLullaby_Ch1: ; 0xf6d82
	tempo $e000
	volume $77
	dutycycle $03
	tone $0100
	notetype $0c, $a7
	octave3
	note $8f
	octave4
	note $1f
	stereopanning $f0
	octave3
	note $8f
	stereopanning $0f
	octave4
	note $17
	stereopanning $f0
	octave3
	note $c7
	stereopanning $0f
	note $8f
	stereopanning $f0
	octave4
	note $17
	stereopanning $0f
	octave3
	note $c7
	stereopanning $f0
	note $87
	stereopanning $ff
	note $01
	note $81
	note $81
	note $c1
	octave4
	note $13
	octave3
	note $c3
	octave4
	note $13
	octave3
	note $c3
	note $8f
	octave4
	note $17
	octave3
	note $c7
	loopchannel $00, $6d8c ; end
; 0xf6dc4

_Music_PokemonLullaby_Ch2: ; 0xf6dc4
	vibrato $10, $14
	dutycycle $00
	notetype $0c, $b4
	note $0f
	note $09
	octave4
	note $81
	note $71
	note $81
	intensity $b7
	note $5b
	note $31
	note $51
	note $63
	note $83
	note $61
	note $51
	note $31
	note $61
	note $59
	intensity $b5
	note $31
	note $31
	intensity $c7
	note $51
	note $63
	note $53
	note $63
	intensity $b5
	note $81
	note $81
	note $41
	intensity $b7
	note $5d
	intensity $87
	octave3
	note $67
	note $83
	intensity $b5
	octave4
	note $81
	note $81
	intensity $b7
	note $41
	note $5f
	note $0d
	loopchannel $00, $6dcc ; end
; 0xf6e03

_Music_PokemonLullaby_Ch3: ; 0xf6e03
	notetype $0c, $11
	stereopanning $f0
	octave4
	note $11
	note $51
	note $81
	note $c1
	octave5
	note $11
	octave4
	note $c1
	note $a1
	note $81
	stereopanning $0f
	note $31
	note $61
	note $a1
	octave5
	note $11
	note $31
	note $11
	octave4
	note $c1
	note $a1
	loopchannel $00, $6e06 ; end
; 0xf6e23