Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/audio/sfx/battle_2a.asm
1271 views
1
SFX_Battle_2A_Ch5:
2
duty_cycle_pattern 0, 3, 2, 1
3
square_note 4, 15, 4, 1536
4
square_note 3, 12, 4, 1280
5
square_note 5, 11, 5, 1536
6
square_note 13, 14, 2, 1728
7
sound_loop 3, SFX_Battle_2A_Ch5
8
square_note 8, 13, 1, 1536
9
sound_ret
10
11
SFX_Battle_2A_Ch6:
12
duty_cycle_pattern 2, 0, 3, 1
13
square_note 5, 14, 4, 1504
14
square_note 4, 11, 4, 1248
15
square_note 6, 10, 5, 1512
16
square_note 14, 13, 1, 1696
17
sound_loop 3, SFX_Battle_2A_Ch6
18
sound_ret
19
20
SFX_Battle_2A_Ch8:
21
noise_note 5, 12, 3, 51
22
noise_note 3, 9, 2, 67
23
noise_note 10, 11, 5, 51
24
noise_note 15, 12, 3, 50
25
sound_loop 2, SFX_Battle_2A_Ch8
26
sound_ret
27
28