Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/audio/sfx/battle_2b.asm
1271 views
1
SFX_Battle_2B_Ch5:
2
duty_cycle_pattern 3, 1, 0, 2
3
square_note 3, 8, 1, 768
4
square_note 3, 12, 1, 1024
5
square_note 3, 15, 1, 1280
6
square_note 3, 11, 1, 1024
7
square_note 3, 7, 1, 768
8
sound_loop 5, SFX_Battle_2B_Ch5
9
square_note 8, 8, 1, 1024
10
sound_ret
11
12
SFX_Battle_2B_Ch8:
13
noise_note 3, 6, 2, 34
14
noise_note 3, 10, 2, 50
15
noise_note 3, 13, 2, 51
16
noise_note 3, 9, 2, 35
17
noise_note 3, 5, 2, 18
18
sound_loop 5, SFX_Battle_2B_Ch8
19
noise_note 8, 8, 1, 18
20
sound_ret
21
22