Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/audio/sfx/battle_2f.asm
1271 views
1
SFX_Battle_2F_Ch5:
2
duty_cycle_pattern 0, 2, 2, 3
3
square_note 3, 15, 1, 2032
4
square_note 4, 15, 2, 512
5
sound_loop 8, SFX_Battle_2F_Ch5
6
sound_ret
7
8
SFX_Battle_2F_Ch6:
9
duty_cycle_pattern 2, 3, 0, 3
10
square_note 4, 14, 2, 514
11
square_note 4, 14, 1, 2018
12
sound_loop 9, SFX_Battle_2F_Ch6
13
sound_ret
14
15
SFX_Battle_2F_Ch8:
16
noise_note 4, 15, -7, 67
17
noise_note 4, 15, 2, 68
18
sound_loop 9, SFX_Battle_2F_Ch8
19
sound_ret
20
21