Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/audio/music/jigglypuffsong.asm
1271 views
1
Music_JigglypuffSong_Ch1::
2
tempo 144
3
volume 7, 7
4
vibrato 8, 2, 4
5
duty_cycle 2
6
duty_cycle_pattern 2, 2, 1, 1
7
toggle_perfect_pitch
8
note_type 13, 6, 7
9
octave 4
10
note E_, 8
11
note_type 12, 6, 7
12
note B_, 2
13
note G#, 6
14
note F#, 8
15
note G#, 2
16
note A_, 6
17
note G#, 8
18
note F#, 4
19
note G#, 4
20
note E_, 10
21
sound_ret
22
23
Music_JigglypuffSong_Ch2::
24
vibrato 5, 1, 5
25
duty_cycle 2
26
duty_cycle_pattern 0, 0, 2, 2
27
note_type 12, 10, 7
28
octave 4
29
note E_, 8
30
note B_, 2
31
note G#, 6
32
note F#, 8
33
note G#, 2
34
note A_, 6
35
note G#, 8
36
note F#, 4
37
note G#, 4
38
note E_, 10
39
sound_ret
40
41