Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/audio/sfx/cry01_1.asm
1271 views
1
SFX_Cry01_1_Ch5:
2
duty_cycle_pattern 2, 2, 0, 0
3
square_note 4, 15, 3, 1536
4
square_note 8, 13, 5, 1888
5
square_note 3, 14, 2, 1824
6
square_note 8, 13, 1, 1808
7
sound_ret
8
9
SFX_Cry01_1_Ch6:
10
duty_cycle_pattern 1, 1, 2, 2
11
square_note 5, 11, 3, 1777
12
square_note 7, 12, 5, 1874
13
square_note 3, 10, 2, 1809
14
square_note 8, 11, 1, 1537
15
sound_ret
16
17
SFX_Cry01_1_Ch8:
18
noise_note 3, 10, 2, 60
19
noise_note 12, 9, 4, 44
20
noise_note 3, 8, 2, 28
21
noise_note 8, 7, 1, 44
22
sound_ret
23
24