summaryrefslogtreecommitdiff
path: root/music/mom.asm
blob: ad34ca9d3396e7bbba83d9e09c125f2c4d12237f (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
_Music_Mom: ; 0xf6bf2
	db $81
	dw _Music_Mom_Ch2
	db $02
	dw _Music_Mom_Ch3
	db $03
	dw _Music_Mom_Ch4
; 0xf6bfb

_Music_Mom_Ch2: ; 0xf6bfb
	tempo $9000
	volume $77
	stereopanning $0f
	dutycycle $02
	notetype $06, $b3
	octave3
	note $c0
	octave4
	note $50
	note $90
	note $a0
	note $c7
	notetype $0c, $b1
	note $03
	octave3
	note $25
	note $33
	note $11
	note $01
	note $25
	octave2
	note $53
	note $b1
	note $c1
	loopchannel $00, $6c0e ; end
; 0xf6c20

_Music_Mom_Ch3: ; 0xf6c20
	stereopanning $f0
	notetype $06, $25
	octave3
	note $50
	note $30
	octave2
	note $c0
	note $90
	note $57
	intensity $23
	octave2
	note $a1
	note $05
	octave4
	note $51
	note $01
	octave2
	note $a1
	note $01
	octave3
	note $31
	note $01
	octave4
	note $77
	note $41
	note $01
	octave2
	note $a1
	note $01
	octave4
	note $51
	note $05
	octave2
	note $a1
	note $01
	octave4
	note $31
	note $05
	note $23
	note $31
	note $01
	loopchannel $00, $6c2e ; end
; 0xf6c51

_Music_Mom_Ch4: ; 0xf6c51
	togglenoise $03
	notetype $0c, $05
	note $40
	note $00
	note $71
	note $30
	note $00
	note $80
	note $00
	note $80
	note $00
	note $73
	note $30
	note $00
	note $40
	note $00
	note $73
	note $30
	note $00
	note $80
	note $00
	note $80
	note $00
	note $31
	note $40
	note $00
	loopchannel $00, $6c56 ; end
; 0xf6c72