Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/audio/sfx/battle_2e.asm
1271 views
1
SFX_Battle_2E_Ch5:
2
duty_cycle 0
3
square_note 2, 15, 1, 512
4
square_note 3, 15, 1, 1792
5
square_note 4, 15, 1, 1280
6
square_note 5, 15, 1, 2032
7
sound_loop 8, SFX_Battle_2E_Ch5
8
sound_ret
9
10
SFX_Battle_2E_Ch6:
11
duty_cycle_pattern 2, 3, 0, 3
12
square_note 2, 14, 1, 770
13
square_note 3, 14, 1, 2034
14
square_note 4, 14, 1, 1538
15
square_note 5, 14, 1, 1794
16
sound_loop 8, SFX_Battle_2E_Ch6
17
sound_ret
18
19
SFX_Battle_2E_Ch8:
20
noise_note 2, 13, 3, 16
21
noise_note 3, 13, 3, 17
22
noise_note 2, 13, 2, 16
23
noise_note 5, 13, 2, 18
24
sound_loop 9, SFX_Battle_2E_Ch8
25
sound_ret
26
27