Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/audio/music/safarizone.asm
1271 views
1
Music_SafariZone_Ch1::
2
tempo 132
3
volume 7, 7
4
vibrato 6, 3, 4
5
toggle_perfect_pitch
6
duty_cycle 2
7
note_type 12, 9, 2
8
octave 3
9
pitch_slide 1, 4, A_
10
note C_, 1
11
pitch_slide 1, 4, A_
12
note G_, 1
13
pitch_slide 1, 4, A_
14
note C_, 1
15
pitch_slide 1, 4, A_
16
note G_, 1
17
rest 4
18
duty_cycle 3
19
.mainloop:
20
sound_call .sub1
21
note_type 12, 10, 4
22
note F#, 4
23
sound_call .sub1
24
note_type 12, 10, 4
25
note F#, 4
26
sound_loop 0, .mainloop
27
28
.sub1:
29
note_type 12, 10, 2
30
octave 3
31
note C_, 4
32
note G_, 4
33
note C_, 4
34
note G_, 4
35
note C_, 4
36
note G_, 4
37
note C_, 4
38
sound_ret
39
40
Music_SafariZone_Ch2::
41
duty_cycle 2
42
vibrato 8, 2, 5
43
note_type 12, 10, 2
44
octave 4
45
note G_, 1
46
note D_, 1
47
note G_, 1
48
note D_, 1
49
rest 4
50
duty_cycle 3
51
.mainloop:
52
sound_call .sub1
53
note_type 12, 11, 5
54
note A_, 4
55
sound_call .sub1
56
note_type 12, 11, 5
57
note B_, 4
58
sound_loop 0, .mainloop
59
60
.sub1:
61
note_type 12, 11, 2
62
octave 3
63
note G_, 4
64
note D_, 4
65
note G_, 4
66
note D_, 4
67
note G_, 4
68
note D_, 4
69
note G_, 4
70
sound_ret
71
72
Music_SafariZone_Ch3::
73
note_type 12, 1, 0
74
rest 8
75
.mainloop:
76
sound_call .sub1
77
octave 4
78
note A_, 4
79
sound_call .sub1
80
octave 4
81
note B_, 4
82
sound_loop 0, .mainloop
83
84
.sub1:
85
octave 3
86
note A_, 2
87
rest 2
88
octave 4
89
note D_, 2
90
rest 2
91
octave 3
92
note A_, 2
93
rest 2
94
octave 4
95
note D_, 2
96
rest 2
97
octave 3
98
note A_, 2
99
rest 2
100
octave 4
101
note D_, 2
102
rest 2
103
octave 3
104
note A_, 2
105
rest 2
106
sound_ret
107
108