Finish cleaning up audio macro arguments and descriptions

break up arguments for stereo_panning and duty_cycle_pattern
note_type fade is signed
properly document arguments for vibrato, tempo, pitch_slide etc
This commit is contained in:
dannye 2019-08-18 21:43:15 -05:00
parent 969b43d443
commit 8b0cd72a60
150 changed files with 362 additions and 331 deletions

View file

@ -114,7 +114,7 @@ Music_BikeRiding_branch_7dbc9::
note B_, 1
octave 4
note C_, 4
note_type 12, 3, 13
note_type 12, 3, -5
note C_, 4
note_type 12, 11, 4
note F_, 6

View file

@ -3,7 +3,7 @@ Music_Celadon_Ch1::
volume 7, 7
duty_cycle 3
toggle_perfect_pitch
note_type 12, 2, 15
note_type 12, 2, -7
rest 8
octave 3
note D_, 8

View file

@ -287,7 +287,7 @@ Music_DefeatedGymLeader_branch_23d84::
note G_, 6
note E_, 1
note G_, 1
note_type 12, 6, 15
note_type 12, 6, -7
octave 4
note C#, 8
note_type 12, 12, 7
@ -318,7 +318,7 @@ Music_DefeatedGymLeader_branch_23d84::
note B_, 6
note G#, 1
note B_, 1
note_type 12, 4, 15
note_type 12, 4, -7
octave 4
note E_, 8
note_type 12, 11, 0

View file

@ -4,12 +4,12 @@ Music_Dungeon1_Ch1::
duty_cycle 3
toggle_perfect_pitch
vibrato 10, 1, 4
note_type 12, 4, 13
note_type 12, 4, -5
rest 8
stereo_panning 237
stereo_panning %1110, %1101
octave 4
note F#, 8
stereo_panning 255
stereo_panning %1111, %1111
Music_Dungeon1_branch_7dee5::
note_type 12, 11, 2
@ -229,10 +229,10 @@ Music_Dungeon1_branch_7dfd5::
Music_Dungeon1_Ch2::
vibrato 11, 1, 5
duty_cycle 3
note_type 12, 0, 15
note_type 12, 0, -7
octave 4
note G#, 8
note_type 12, 4, 13
note_type 12, 4, -5
octave 5
note D_, 8

View file

@ -52,7 +52,7 @@ Music_Dungeon2_branch_7e892::
note A_, 4
note F#, 2
sound_loop 2, Music_Dungeon2_branch_7e892
note_type 12, 1, 15
note_type 12, 1, -7
octave 3
note E_, 16
note C_, 16

View file

@ -147,7 +147,7 @@ Music_FinalBattle_branch_23429::
note F_, 4
note F#, 12
note A#, 4
note_type 12, 5, 14
note_type 12, 5, -6
note B_, 12
note_type 12, 11, 2
note E_, 3
@ -475,7 +475,7 @@ Music_FinalBattle_Ch2::
octave 4
note E_, 1
note E_, 3
note_type 12, 4, 10
note_type 12, 4, -2
octave 3
note G#, 4
@ -634,7 +634,7 @@ Music_FinalBattle_branch_235e6::
note F#, 12
note_type 12, 12, 7
note F#, 4
note_type 12, 1, 15
note_type 12, 1, -7
octave 3
note F#, 8
note_type 12, 9, 0
@ -686,7 +686,7 @@ Music_FinalBattle_branch_235e6::
note_type 12, 12, 7
octave 4
note D_, 8
note_type 12, 4, 12
note_type 12, 4, -4
note C_, 8
note_type 12, 13, 7
note E_, 8
@ -696,7 +696,7 @@ Music_FinalBattle_branch_235e6::
note B_, 8
note A#, 4
note B_, 12
note_type 12, 5, 13
note_type 12, 5, -5
octave 4
note D_, 8
note_type 12, 12, 0

View file

@ -779,7 +779,7 @@ Music_GymLeaderBattle_branch_225e0::
note_type 12, 11, 0
octave 3
note B_, 16
note_type 12, 3, 15
note_type 12, 3, -7
octave 4
note F#, 16
note_type 12, 12, 3

View file

@ -68,7 +68,7 @@ Music_IndigoPlateau_branch_a605::
note_type 12, 11, 7
octave 3
note F_, 8
note_type 12, 4, 14
note_type 12, 4, -6
octave 2
note A#, 8
sound_loop 0, Music_IndigoPlateau_branch_a605
@ -95,7 +95,7 @@ Music_IndigoPlateau_Ch2::
note D_, 8
note D_, 8
note D_, 4
note_type 12, 5, 10
note_type 12, 5, -2
note D#, 4
Music_IndigoPlateau_branch_a673::
@ -129,7 +129,7 @@ Music_IndigoPlateau_branch_a673::
note D_, 8
octave 4
note C_, 8
note_type 12, 4, 13
note_type 12, 4, -5
octave 4
note D#, 8
sound_loop 0, Music_IndigoPlateau_branch_a673

View file

@ -42,7 +42,7 @@ Music_IntroBattle_Ch1::
octave 2
note A_, 2
note A_, 2
note_type 12, 2, 9
note_type 12, 2, -1
octave 3
note G_, 4
note_type 12, 11, 0
@ -52,7 +52,7 @@ Music_IntroBattle_Ch1::
note_type 12, 11, 7
octave 3
note F_, 8
note_type 12, 4, 15
note_type 12, 4, -7
octave 2
note F_, 8
note_type 12, 11, 1
@ -157,7 +157,7 @@ Music_IntroBattle_Ch2::
note_type 12, 12, 5
octave 4
note C#, 4
note_type 12, 2, 15
note_type 12, 2, -7
note D_, 16
note_type 12, 12, 1
octave 5

View file

@ -3,7 +3,7 @@ Music_JigglypuffSong_Ch1::
volume 7, 7
vibrato 8, 2, 4
duty_cycle 2
duty_cycle_pattern 165
duty_cycle_pattern 2, 2, 1, 1
toggle_perfect_pitch
note_type 13, 6, 7
octave 4
@ -24,7 +24,7 @@ Music_JigglypuffSong_Ch1::
Music_JigglypuffSong_Ch2::
vibrato 5, 1, 5
duty_cycle 2
duty_cycle_pattern 10
duty_cycle_pattern 0, 0, 2, 2
note_type 12, 10, 7
octave 4
note E_, 8

View file

@ -8,7 +8,7 @@ Music_MeetEvilTrainer_Ch1::
octave 3
note D_, 2
note C#, 2
note_type 12, 4, 15
note_type 12, 4, -7
note D_, 4
Music_MeetEvilTrainer_branch_7f6ae::
@ -42,7 +42,7 @@ Music_MeetEvilTrainer_branch_7f6c2::
note B_, 4
note B_, 4
note B_, 4
note_type 12, 4, 15
note_type 12, 4, -7
note A#, 4
note_type 12, 12, 2
note G_, 2
@ -54,7 +54,7 @@ Music_MeetEvilTrainer_branch_7f6c2::
note B_, 4
note B_, 4
note B_, 4
note_type 12, 3, 15
note_type 12, 3, -7
note A#, 4
note_type 12, 12, 2
sound_loop 0, Music_MeetEvilTrainer_branch_7f6c2

View file

@ -5,16 +5,16 @@ Music_PkmnHealed_Ch1::
toggle_perfect_pitch
note_type 12, 8, 1
rest 2
pitch_slide 0, 75
pitch_slide 1, 4, B_
note B_, 2
pitch_slide 0, 84
pitch_slide 1, 3, E_
note B_, 2
pitch_slide 0, 68
pitch_slide 1, 4, E_
note E_, 2
rest 4
pitch_slide 0, 59
pitch_slide 1, 5, B_
note E_, 4
pitch_slide 0, 75
pitch_slide 1, 4, B_
note B_, 4
sound_ret

View file

@ -236,7 +236,7 @@ Music_PokemonTower_branch_7f0ee::
note A_, 4
note G#, 4
note F#, 4
note_type 12, 2, 15
note_type 12, 2, -7
octave 5
note D_, 16
note_type 12, 12, 0

View file

@ -69,7 +69,7 @@ Music_Routes3_branch_9fc3::
note A_, 4
note F_, 4
note A_, 4
note_type 8, 4, 15
note_type 8, 4, -7
note A_, 12
note_type 8, 9, 0
note F_, 12

View file

@ -9,7 +9,7 @@ Music_Routes4_Ch1::
note G#, 4
note G#, 4
note G#, 4
note_type 12, 7, 15
note_type 12, 7, -7
note G#, 4
note_type 12, 10, 2
note G#, 4
@ -223,7 +223,7 @@ Music_Routes4_branch_a325::
note G#, 6
note_type 12, 7, 0
note G#, 6
note_type 12, 6, 15
note_type 12, 6, -7
note G#, 6
note_type 12, 12, 7
note G#, 4
@ -233,7 +233,7 @@ Music_Routes4_branch_a325::
note F#, 4
note_type 8, 9, 0
note F#, 6
note_type 8, 7, 15
note_type 8, 7, -7
note F#, 6
duty_cycle 0
note_type 8, 9, 0

View file

@ -6,13 +6,13 @@ Music_SafariZone_Ch1::
duty_cycle 2
note_type 12, 9, 2
octave 3
pitch_slide 0, 73
pitch_slide 1, 4, A_
note C_, 1
pitch_slide 0, 73
pitch_slide 1, 4, A_
note G_, 1
pitch_slide 0, 73
pitch_slide 1, 4, A_
note C_, 1
pitch_slide 0, 73
pitch_slide 1, 4, A_
note G_, 1
rest 4
duty_cycle 3

View file

@ -292,7 +292,7 @@ Music_SilphCo_branch_7f26d::
note A#, 1
octave 3
note C_, 1
note_type 6, 3, 15
note_type 6, 3, -7
note C_, 16
note_type 6, 10, 0
note C_, 11
@ -303,7 +303,7 @@ Music_SilphCo_branch_7f26d::
note G#, 1
note F#, 1
note E_, 1
note_type 6, 3, 15
note_type 6, 3, -7
note E_, 16
note_type 6, 9, 0
note E_, 11
@ -314,7 +314,7 @@ Music_SilphCo_branch_7f26d::
octave 3
note C_, 1
note D_, 1
note_type 6, 3, 15
note_type 6, 3, -7
note D_, 16
note_type 6, 10, 7
note D_, 11
@ -477,7 +477,7 @@ Music_SilphCo_branch_7f42e::
note D_, 8
note D#, 8
duty_cycle 3
note_type 6, 6, 15
note_type 6, 6, -7
note E_, 16
note_type 6, 12, 0
note B_, 16
@ -528,7 +528,7 @@ Music_SilphCo_branch_7f42e::
note F_, 8
note_type 6, 11, 7
note F_, 8
note_type 6, 8, 10
note_type 6, 8, -2
note F_, 4
note_type 6, 12, 4
duty_cycle 3
@ -539,7 +539,7 @@ Music_SilphCo_branch_7f42e::
note F#, 8
note_type 6, 11, 0
note F#, 8
note_type 6, 9, 9
note_type 6, 9, -1
note F#, 4
note_type 6, 12, 4
note F#, 4
@ -547,7 +547,7 @@ Music_SilphCo_branch_7f42e::
note F#, 4
note_type 6, 9, 0
note G_, 12
note_type 6, 5, 9
note_type 6, 5, -1
note G_, 8
note_type 6, 12, 4
note G_, 4
@ -766,7 +766,7 @@ Music_SilphCo_branch_7f42e::
note_type 6, 8, 3
note G_, 2
rest 6
note_type 6, 4, 15
note_type 6, 4, -7
note G#, 8
note_type 6, 11, 4
note G_, 2

View file

@ -237,7 +237,7 @@ Music_TitleScreen_branch_7e594::
note G_, 8
vibrato 16, 2, 6
duty_cycle 3
note_type 12, 0, 11
note_type 12, 0, -3
note G_, 8
note_type 12, 14, 7
note A_, 8
@ -383,14 +383,14 @@ Music_TitleScreen_branch_7e664::
note A_, 3
sound_call Music_TitleScreen_branch_7e6e5
octave 5
pitch_slide 0, 66
pitch_slide 1, 4, D_
note D_, 4
rest 4
octave 6
pitch_slide 0, 50
pitch_slide 1, 5, D_
note D_, 4
octave 5
pitch_slide 0, 66
pitch_slide 1, 4, D_
note D_, 4
rest 2
note_type 8, 1, 0
@ -400,11 +400,11 @@ Music_TitleScreen_branch_7e664::
note C#, 4
sound_call Music_TitleScreen_branch_7e6e5
octave 6
pitch_slide 0, 50
pitch_slide 1, 5, D_
note D_, 4
rest 4
octave 5
pitch_slide 0, 66
pitch_slide 1, 4, D_
note D_, 4
rest 6
note_type 8, 1, 0

View file

@ -735,7 +735,7 @@ Music_TrainerBattle_branch_22bfc::
note C_, 8
note_type 12, 3, 0
note C_, 8
note_type 12, 4, 14
note_type 12, 4, -6
note C_, 8
note_type 12, 12, 7
note C_, 8
@ -827,7 +827,7 @@ Music_TrainerBattle_branch_22bfc::
note B_, 8
note_type 12, 6, 0
note B_, 8
note_type 12, 6, 9
note_type 12, 6, -1
note B_, 6
note_type 12, 9, 6
note B_, 6

View file

@ -50,7 +50,7 @@ Music_WildBattle_Ch1::
note C#, 14
note E_, 6
note D#, 10
note_type 12, 4, 15
note_type 12, 4, -7
note C#, 10
note_type 12, 11, 1
note G_, 6
@ -279,7 +279,7 @@ Music_WildBattle_branch_230e0::
note_type 12, 11, 7
octave 4
note C_, 16
note_type 12, 3, 15
note_type 12, 3, -7
note G_, 16
note_type 12, 11, 5
octave 3
@ -416,7 +416,7 @@ Music_WildBattle_branch_23225::
note G#, 16
note_type 12, 11, 0
note G#, 16
note_type 12, 4, 14
note_type 12, 4, -6
note G_, 16
note_type 12, 12, 7
note G_, 16
@ -438,7 +438,7 @@ Music_WildBattle_branch_23225::
note F_, 8
note_type 12, 12, 0
note G_, 16
note_type 12, 3, 15
note_type 12, 3, -7
octave 5
note C_, 16
note_type 12, 12, 5

View file

@ -10,7 +10,7 @@ SFX_Battle_27_branch_2062a:
SFX_Battle_27_Ch6:
duty_cycle_pattern 179
duty_cycle_pattern 2, 3, 0, 3
square_note 15, 2, -7, 1992
SFX_Battle_27_branch_2063d:

View file

@ -7,7 +7,7 @@ SFX_Battle_28_Ch5:
SFX_Battle_28_Ch6:
duty_cycle_pattern 179
duty_cycle_pattern 2, 3, 0, 3
square_note 0, 14, 1, 1985
square_note 0, 14, 1, 1793
sound_loop 12, SFX_Battle_28_Ch6

View file

@ -1,5 +1,5 @@
SFX_Battle_29_Ch5:
duty_cycle_pattern 201
duty_cycle_pattern 3, 0, 2, 1
square_note 11, 15, 3, 288
square_note 9, 13, 3, 336
sound_loop 5, SFX_Battle_29_Ch5

View file

@ -1,5 +1,5 @@
SFX_Battle_2A_Ch5:
duty_cycle_pattern 57
duty_cycle_pattern 0, 3, 2, 1
square_note 4, 15, 4, 1536
square_note 3, 12, 4, 1280
square_note 5, 11, 5, 1536
@ -10,7 +10,7 @@ SFX_Battle_2A_Ch5:
SFX_Battle_2A_Ch6:
duty_cycle_pattern 141
duty_cycle_pattern 2, 0, 3, 1
square_note 5, 14, 4, 1504
square_note 4, 11, 4, 1248
square_note 6, 10, 5, 1512

View file

@ -1,5 +1,5 @@
SFX_Battle_2B_Ch5:
duty_cycle_pattern 210
duty_cycle_pattern 3, 1, 0, 2
square_note 3, 8, 1, 768
square_note 3, 12, 1, 1024
square_note 3, 15, 1, 1280

View file

@ -1,5 +1,5 @@
SFX_Battle_2C_Ch5:
duty_cycle_pattern 57
duty_cycle_pattern 0, 3, 2, 1
square_note 15, 15, 4, 1280
square_note 15, 12, 4, 1024
square_note 15, 14, 2, 1472
@ -8,7 +8,7 @@ SFX_Battle_2C_Ch5:
SFX_Battle_2C_Ch6:
duty_cycle_pattern 141
duty_cycle_pattern 2, 0, 3, 1
square_note 7, 14, 4, 1072
square_note 15, 11, 4, 816
square_note 15, 10, 2, 1080

View file

@ -9,7 +9,7 @@ SFX_Battle_2E_Ch5:
SFX_Battle_2E_Ch6:
duty_cycle_pattern 179
duty_cycle_pattern 2, 3, 0, 3
square_note 2, 14, 1, 770
square_note 3, 14, 1, 2034
square_note 4, 14, 1, 1538

View file

@ -1,5 +1,5 @@
SFX_Battle_2F_Ch5:
duty_cycle_pattern 43
duty_cycle_pattern 0, 2, 2, 3
square_note 3, 15, 1, 2032
square_note 4, 15, 2, 512
sound_loop 8, SFX_Battle_2F_Ch5
@ -7,7 +7,7 @@ SFX_Battle_2F_Ch5:
SFX_Battle_2F_Ch6:
duty_cycle_pattern 179
duty_cycle_pattern 2, 3, 0, 3
square_note 4, 14, 2, 514
square_note 4, 14, 1, 2018
sound_loop 9, SFX_Battle_2F_Ch6

View file

@ -1,5 +1,5 @@
SFX_Battle_34_Ch5:
duty_cycle_pattern 237
duty_cycle_pattern 3, 2, 3, 1
square_note 8, 15, -7, 1016
square_note 15, 15, -7, 1024
square_note 15, 15, 3, 1024
@ -7,7 +7,7 @@ SFX_Battle_34_Ch5:
SFX_Battle_34_Ch6:
duty_cycle_pattern 180
duty_cycle_pattern 2, 3, 1, 0
square_note 8, 14, -7, 960
square_note 15, 14, -7, 960
square_note 15, 14, 3, 960

View file

@ -21,7 +21,7 @@ SFX_Battle_36_branch_20930:
SFX_Battle_36_Ch6:
duty_cycle_pattern 179
duty_cycle_pattern 2, 3, 0, 3
square_note 2, 15, 1, 1921
square_note 2, 15, 1, 1793
square_note 2, 15, 1, 1937

View file

@ -1,5 +1,5 @@
SFX_Cry00_1_Ch5:
duty_cycle_pattern 245
duty_cycle_pattern 3, 3, 1, 1
square_note 4, 15, 3, 1816
square_note 15, 14, 5, 1944
square_note 8, 9, 1, 1880
@ -7,7 +7,7 @@ SFX_Cry00_1_Ch5:
SFX_Cry00_1_Ch6:
duty_cycle_pattern 160
duty_cycle_pattern 2, 2, 0, 0
square_note 5, 11, 3, 1800
square_note 15, 12, 5, 1928
square_note 8, 7, 1, 1864

View file

@ -1,5 +1,5 @@
SFX_Cry00_2_Ch5:
duty_cycle_pattern 245
duty_cycle_pattern 3, 3, 1, 1
square_note 4, 15, 3, 1816
square_note 15, 14, 5, 1944
square_note 8, 9, 1, 1880
@ -7,7 +7,7 @@ SFX_Cry00_2_Ch5:
SFX_Cry00_2_Ch6:
duty_cycle_pattern 160
duty_cycle_pattern 2, 2, 0, 0
square_note 5, 11, 3, 1800
square_note 15, 12, 5, 1928
square_note 8, 7, 1, 1864

View file

@ -1,5 +1,5 @@
SFX_Cry00_3_Ch5:
duty_cycle_pattern 245
duty_cycle_pattern 3, 3, 1, 1
square_note 4, 15, 3, 1816
square_note 15, 14, 5, 1944
square_note 8, 9, 1, 1880
@ -7,7 +7,7 @@ SFX_Cry00_3_Ch5:
SFX_Cry00_3_Ch6:
duty_cycle_pattern 160
duty_cycle_pattern 2, 2, 0, 0
square_note 5, 11, 3, 1800
square_note 15, 12, 5, 1928
square_note 8, 7, 1, 1864

View file

@ -1,5 +1,5 @@
SFX_Cry01_1_Ch5:
duty_cycle_pattern 160
duty_cycle_pattern 2, 2, 0, 0
square_note 4, 15, 3, 1536
square_note 8, 13, 5, 1888
square_note 3, 14, 2, 1824
@ -8,7 +8,7 @@ SFX_Cry01_1_Ch5:
SFX_Cry01_1_Ch6:
duty_cycle_pattern 90
duty_cycle_pattern 1, 1, 2, 2
square_note 5, 11, 3, 1777
square_note 7, 12, 5, 1874
square_note 3, 10, 2, 1809

View file

@ -1,5 +1,5 @@
SFX_Cry01_2_Ch5:
duty_cycle_pattern 160
duty_cycle_pattern 2, 2, 0, 0
square_note 4, 15, 3, 1536
square_note 8, 13, 5, 1888
square_note 3, 14, 2, 1824
@ -8,7 +8,7 @@ SFX_Cry01_2_Ch5:
SFX_Cry01_2_Ch6:
duty_cycle_pattern 90
duty_cycle_pattern 1, 1, 2, 2
square_note 5, 11, 3, 1777
square_note 7, 12, 5, 1874
square_note 3, 10, 2, 1809

View file

@ -1,5 +1,5 @@
SFX_Cry01_3_Ch5:
duty_cycle_pattern 160
duty_cycle_pattern 2, 2, 0, 0
square_note 4, 15, 3, 1536
square_note 8, 13, 5, 1888
square_note 3, 14, 2, 1824
@ -8,7 +8,7 @@ SFX_Cry01_3_Ch5:
SFX_Cry01_3_Ch6:
duty_cycle_pattern 90
duty_cycle_pattern 1, 1, 2, 2
square_note 5, 11, 3, 1777
square_note 7, 12, 5, 1874
square_note 3, 10, 2, 1809

View file

@ -7,7 +7,7 @@ SFX_Cry02_1_Ch5:
SFX_Cry02_1_Ch6:
duty_cycle_pattern 165
duty_cycle_pattern 2, 2, 1, 1
square_note 7, 9, 5, 1089
square_note 2, 8, 1, 1313
square_note 8, 6, 1, 1306

View file

@ -7,7 +7,7 @@ SFX_Cry02_2_Ch5:
SFX_Cry02_2_Ch6:
duty_cycle_pattern 165
duty_cycle_pattern 2, 2, 1, 1
square_note 7, 9, 5, 1089
square_note 2, 8, 1, 1313
square_note 8, 6, 1, 1306

View file

@ -7,7 +7,7 @@ SFX_Cry02_3_Ch5:
SFX_Cry02_3_Ch6:
duty_cycle_pattern 165
duty_cycle_pattern 2, 2, 1, 1
square_note 7, 9, 5, 1089
square_note 2, 8, 1, 1313
square_note 8, 6, 1, 1306

View file

@ -1,5 +1,5 @@
SFX_Cry03_1_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 4, 15, 7, 1544
square_note 6, 14, 6, 1536
square_note 6, 13, 7, 1520
@ -11,7 +11,7 @@ SFX_Cry03_1_Ch5:
SFX_Cry03_1_Ch6:
duty_cycle_pattern 10
duty_cycle_pattern 0, 0, 2, 2
square_note 4, 12, 7, 1284
square_note 6, 10, 6, 1282
square_note 6, 9, 7, 1265

View file

@ -1,5 +1,5 @@
SFX_Cry03_2_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 4, 15, 7, 1544
square_note 6, 14, 6, 1536
square_note 6, 13, 7, 1520
@ -11,7 +11,7 @@ SFX_Cry03_2_Ch5:
SFX_Cry03_2_Ch6:
duty_cycle_pattern 10
duty_cycle_pattern 0, 0, 2, 2
square_note 4, 12, 7, 1284
square_note 6, 10, 6, 1282
square_note 6, 9, 7, 1265

View file

@ -1,5 +1,5 @@
SFX_Cry03_3_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 4, 15, 7, 1544
square_note 6, 14, 6, 1536
square_note 6, 13, 7, 1520
@ -11,7 +11,7 @@ SFX_Cry03_3_Ch5:
SFX_Cry03_3_Ch6:
duty_cycle_pattern 10
duty_cycle_pattern 0, 0, 2, 2
square_note 4, 12, 7, 1284
square_note 6, 10, 6, 1282
square_note 6, 9, 7, 1265

View file

@ -1,5 +1,5 @@
SFX_Cry04_1_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 4, 15, 7, 1696
square_note 8, 14, 6, 1700
square_note 4, 13, 6, 1696
@ -11,7 +11,7 @@ SFX_Cry04_1_Ch5:
SFX_Cry04_1_Ch6:
duty_cycle_pattern 90
duty_cycle_pattern 1, 1, 2, 2
square_note 4, 14, 7, 1537
square_note 8, 13, 6, 1539
square_note 4, 12, 6, 1537

View file

@ -1,5 +1,5 @@
SFX_Cry04_2_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 4, 15, 7, 1696
square_note 8, 14, 6, 1700
square_note 4, 13, 6, 1696
@ -11,7 +11,7 @@ SFX_Cry04_2_Ch5:
SFX_Cry04_2_Ch6:
duty_cycle_pattern 90
duty_cycle_pattern 1, 1, 2, 2
square_note 4, 14, 7, 1537
square_note 8, 13, 6, 1539
square_note 4, 12, 6, 1537

View file

@ -1,5 +1,5 @@
SFX_Cry04_3_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 4, 15, 7, 1696
square_note 8, 14, 6, 1700
square_note 4, 13, 6, 1696
@ -11,7 +11,7 @@ SFX_Cry04_3_Ch5:
SFX_Cry04_3_Ch6:
duty_cycle_pattern 90
duty_cycle_pattern 1, 1, 2, 2
square_note 4, 14, 7, 1537
square_note 8, 13, 6, 1539
square_note 4, 12, 6, 1537

View file

@ -1,5 +1,5 @@
SFX_Cry05_1_Ch5:
duty_cycle_pattern 10
duty_cycle_pattern 0, 0, 2, 2
square_note 6, 14, 2, 1280
square_note 6, 14, 3, 1408
square_note 6, 13, 3, 1392
@ -8,7 +8,7 @@ SFX_Cry05_1_Ch5:
SFX_Cry05_1_Ch6:
duty_cycle_pattern 245
duty_cycle_pattern 3, 3, 1, 1
square_note 6, 14, 2, 1154
square_note 6, 13, 3, 1281
square_note 6, 11, 2, 1250

View file

@ -1,5 +1,5 @@
SFX_Cry05_2_Ch5:
duty_cycle_pattern 10
duty_cycle_pattern 0, 0, 2, 2
square_note 6, 14, 2, 1280
square_note 6, 14, 3, 1408
square_note 6, 13, 3, 1392
@ -8,7 +8,7 @@ SFX_Cry05_2_Ch5:
SFX_Cry05_2_Ch6:
duty_cycle_pattern 245
duty_cycle_pattern 3, 3, 1, 1
square_note 6, 14, 2, 1154
square_note 6, 13, 3, 1281
square_note 6, 11, 2, 1250

View file

@ -1,5 +1,5 @@
SFX_Cry05_3_Ch5:
duty_cycle_pattern 10
duty_cycle_pattern 0, 0, 2, 2
square_note 6, 14, 2, 1280
square_note 6, 14, 3, 1408
square_note 6, 13, 3, 1392
@ -8,7 +8,7 @@ SFX_Cry05_3_Ch5:
SFX_Cry05_3_Ch6:
duty_cycle_pattern 245
duty_cycle_pattern 3, 3, 1, 1
square_note 6, 14, 2, 1154
square_note 6, 13, 3, 1281
square_note 6, 11, 2, 1250

View file

@ -1,5 +1,5 @@
SFX_Cry06_1_Ch5:
duty_cycle_pattern 250
duty_cycle_pattern 3, 3, 2, 2
square_note 6, 8, 3, 583
square_note 15, 6, 2, 550
square_note 4, 5, 2, 581

View file

@ -1,5 +1,5 @@
SFX_Cry06_2_Ch5:
duty_cycle_pattern 250
duty_cycle_pattern 3, 3, 2, 2
square_note 6, 8, 3, 583
square_note 15, 6, 2, 550
square_note 4, 5, 2, 581

View file

@ -1,5 +1,5 @@
SFX_Cry06_3_Ch5:
duty_cycle_pattern 250
duty_cycle_pattern 3, 3, 2, 2
square_note 6, 8, 3, 583
square_note 15, 6, 2, 550
square_note 4, 5, 2, 581

View file

@ -1,5 +1,5 @@
SFX_Cry07_1_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 4, 15, 3, 1760
square_note 15, 14, 4, 1600
square_note 8, 12, 1, 1568
@ -7,7 +7,7 @@ SFX_Cry07_1_Ch5:
SFX_Cry07_1_Ch6:
duty_cycle_pattern 10
duty_cycle_pattern 0, 0, 2, 2
square_note 3, 12, 3, 1667
square_note 14, 11, 4, 1538
square_note 8, 10, 1, 1537

View file

@ -1,5 +1,5 @@
SFX_Cry07_2_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 4, 15, 3, 1760
square_note 15, 14, 4, 1600
square_note 8, 12, 1, 1568
@ -7,7 +7,7 @@ SFX_Cry07_2_Ch5:
SFX_Cry07_2_Ch6:
duty_cycle_pattern 10
duty_cycle_pattern 0, 0, 2, 2
square_note 3, 12, 3, 1667
square_note 14, 11, 4, 1538
square_note 8, 10, 1, 1537

View file

@ -1,5 +1,5 @@
SFX_Cry07_3_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 4, 15, 3, 1760
square_note 15, 14, 4, 1600
square_note 8, 12, 1, 1568
@ -7,7 +7,7 @@ SFX_Cry07_3_Ch5:
SFX_Cry07_3_Ch6:
duty_cycle_pattern 10
duty_cycle_pattern 0, 0, 2, 2
square_note 3, 12, 3, 1667
square_note 14, 11, 4, 1538
square_note 8, 10, 1, 1537

View file

@ -1,5 +1,5 @@
SFX_Cry08_1_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 15, 15, 6, 1381
square_note 10, 14, 4, 1404
square_note 3, 12, 2, 1372
@ -8,7 +8,7 @@ SFX_Cry08_1_Ch5:
SFX_Cry08_1_Ch6:
duty_cycle_pattern 90
duty_cycle_pattern 1, 1, 2, 2
square_note 14, 13, 6, 1283
square_note 9, 11, 4, 1307
square_note 4, 9, 2, 1274

View file

@ -1,5 +1,5 @@
SFX_Cry08_2_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 15, 15, 6, 1381
square_note 10, 14, 4, 1404
square_note 3, 12, 2, 1372
@ -8,7 +8,7 @@ SFX_Cry08_2_Ch5:
SFX_Cry08_2_Ch6:
duty_cycle_pattern 90
duty_cycle_pattern 1, 1, 2, 2
square_note 14, 13, 6, 1283
square_note 9, 11, 4, 1307
square_note 4, 9, 2, 1274

View file

@ -1,5 +1,5 @@
SFX_Cry08_3_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 15, 15, 6, 1381
square_note 10, 14, 4, 1404
square_note 3, 12, 2, 1372
@ -8,7 +8,7 @@ SFX_Cry08_3_Ch5:
SFX_Cry08_3_Ch6:
duty_cycle_pattern 90
duty_cycle_pattern 1, 1, 2, 2
square_note 14, 13, 6, 1283
square_note 9, 11, 4, 1307
square_note 4, 9, 2, 1274

View file

@ -1,9 +1,9 @@
SFX_Cry09_1_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 15, 15, 7, 1952
square_note 6, 14, 6, 1955
square_note 10, 15, 4, 1952
duty_cycle_pattern 165
duty_cycle_pattern 2, 2, 1, 1
square_note 10, 15, 6, 2008
square_note 4, 14, 3, 2007
square_note 15, 15, 2, 2008
@ -11,12 +11,12 @@ SFX_Cry09_1_Ch5:
SFX_Cry09_1_Ch6:
duty_cycle_pattern 5
duty_cycle_pattern 0, 0, 1, 1
square_note 2, 0, 8, 0
square_note 15, 10, 7, 1697
square_note 6, 8, 6, 1698
square_note 10, 7, 4, 1697
duty_cycle_pattern 95
duty_cycle_pattern 1, 1, 3, 3
square_note 10, 7, 6, 1750
square_note 4, 8, 3, 1753
square_note 15, 10, 2, 1751

View file

@ -1,9 +1,9 @@
SFX_Cry09_2_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 15, 15, 7, 1952
square_note 6, 14, 6, 1955
square_note 10, 15, 4, 1952
duty_cycle_pattern 165
duty_cycle_pattern 2, 2, 1, 1
square_note 10, 15, 6, 2008
square_note 4, 14, 3, 2007
square_note 15, 15, 2, 2008
@ -11,12 +11,12 @@ SFX_Cry09_2_Ch5:
SFX_Cry09_2_Ch6:
duty_cycle_pattern 5
duty_cycle_pattern 0, 0, 1, 1
square_note 2, 0, 8, 0
square_note 15, 10, 7, 1697
square_note 6, 8, 6, 1698
square_note 10, 7, 4, 1697
duty_cycle_pattern 95
duty_cycle_pattern 1, 1, 3, 3
square_note 10, 7, 6, 1750
square_note 4, 8, 3, 1753
square_note 15, 10, 2, 1751

View file

@ -1,9 +1,9 @@
SFX_Cry09_3_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 15, 15, 7, 1952
square_note 6, 14, 6, 1955
square_note 10, 15, 4, 1952
duty_cycle_pattern 165
duty_cycle_pattern 2, 2, 1, 1
square_note 10, 15, 6, 2008
square_note 4, 14, 3, 2007
square_note 15, 15, 2, 2008
@ -11,12 +11,12 @@ SFX_Cry09_3_Ch5:
SFX_Cry09_3_Ch6:
duty_cycle_pattern 5
duty_cycle_pattern 0, 0, 1, 1
square_note 2, 0, 8, 0
square_note 15, 10, 7, 1697
square_note 6, 8, 6, 1698
square_note 10, 7, 4, 1697
duty_cycle_pattern 95
duty_cycle_pattern 1, 1, 3, 3
square_note 10, 7, 6, 1750
square_note 4, 8, 3, 1753
square_note 15, 10, 2, 1751

View file

@ -1,5 +1,5 @@
SFX_Cry0A_1_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 8, 15, 7, 1760
square_note 6, 14, 6, 1765
square_note 3, 15, 4, 1760
@ -11,7 +11,7 @@ SFX_Cry0A_1_Ch5:
SFX_Cry0A_1_Ch6:
duty_cycle_pattern 5
duty_cycle_pattern 0, 0, 1, 1
square_note 3, 0, 8, 0
square_note 8, 10, 7, 1697
square_note 6, 8, 6, 1699

View file

@ -1,5 +1,5 @@
SFX_Cry0A_2_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 8, 15, 7, 1760
square_note 6, 14, 6, 1765
square_note 3, 15, 4, 1760
@ -11,7 +11,7 @@ SFX_Cry0A_2_Ch5:
SFX_Cry0A_2_Ch6:
duty_cycle_pattern 5
duty_cycle_pattern 0, 0, 1, 1
square_note 3, 0, 8, 0
square_note 8, 10, 7, 1697
square_note 6, 8, 6, 1699

View file

@ -1,5 +1,5 @@
SFX_Cry0A_3_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 8, 15, 7, 1760
square_note 6, 14, 6, 1765
square_note 3, 15, 4, 1760
@ -11,7 +11,7 @@ SFX_Cry0A_3_Ch5:
SFX_Cry0A_3_Ch6:
duty_cycle_pattern 5
duty_cycle_pattern 0, 0, 1, 1
square_note 3, 0, 8, 0
square_note 8, 10, 7, 1697
square_note 6, 8, 6, 1699

View file

@ -1,5 +1,5 @@
SFX_Cry0B_1_Ch5:
duty_cycle_pattern 204
duty_cycle_pattern 3, 0, 3, 0
square_note 4, 15, 1, 1792
square_note 4, 14, 1, 1920
square_note 4, 13, 1, 1856
@ -14,7 +14,7 @@ SFX_Cry0B_1_Ch5:
SFX_Cry0B_1_Ch6:
duty_cycle_pattern 68
duty_cycle_pattern 1, 0, 1, 0
square_note 12, 0, 8, 0
square_note 4, 15, 1, 1793
square_note 4, 14, 1, 1922

View file

@ -1,5 +1,5 @@
SFX_Cry0B_2_Ch5:
duty_cycle_pattern 204
duty_cycle_pattern 3, 0, 3, 0
square_note 4, 15, 1, 1792
square_note 4, 14, 1, 1920
square_note 4, 13, 1, 1856
@ -14,7 +14,7 @@ SFX_Cry0B_2_Ch5:
SFX_Cry0B_2_Ch6:
duty_cycle_pattern 68
duty_cycle_pattern 1, 0, 1, 0
square_note 12, 0, 8, 0
square_note 4, 15, 1, 1793
square_note 4, 14, 1, 1922

View file

@ -1,5 +1,5 @@
SFX_Cry0B_3_Ch5:
duty_cycle_pattern 204
duty_cycle_pattern 3, 0, 3, 0
square_note 4, 15, 1, 1792
square_note 4, 14, 1, 1920
square_note 4, 13, 1, 1856
@ -14,7 +14,7 @@ SFX_Cry0B_3_Ch5:
SFX_Cry0B_3_Ch6:
duty_cycle_pattern 68
duty_cycle_pattern 1, 0, 1, 0
square_note 12, 0, 8, 0
square_note 4, 15, 1, 1793
square_note 4, 14, 1, 1922

View file

@ -1,5 +1,5 @@
SFX_Cry0C_1_Ch5:
duty_cycle_pattern 204
duty_cycle_pattern 3, 0, 3, 0
square_note 8, 15, 5, 1536
square_note 2, 13, 2, 1592
square_note 2, 12, 2, 1584
@ -13,7 +13,7 @@ SFX_Cry0C_1_Ch5:
SFX_Cry0C_1_Ch6:
duty_cycle_pattern 68
duty_cycle_pattern 1, 0, 1, 0
square_note 12, 12, 3, 1472
square_note 3, 11, 1, 1529
square_note 2, 10, 1, 1521

View file

@ -1,5 +1,5 @@
SFX_Cry0C_2_Ch5:
duty_cycle_pattern 204
duty_cycle_pattern 3, 0, 3, 0
square_note 8, 15, 5, 1536
square_note 2, 13, 2, 1592
square_note 2, 12, 2, 1584
@ -13,7 +13,7 @@ SFX_Cry0C_2_Ch5:
SFX_Cry0C_2_Ch6:
duty_cycle_pattern 68
duty_cycle_pattern 1, 0, 1, 0
square_note 12, 12, 3, 1472
square_note 3, 11, 1, 1529
square_note 2, 10, 1, 1521

View file

@ -1,5 +1,5 @@
SFX_Cry0C_3_Ch5:
duty_cycle_pattern 204
duty_cycle_pattern 3, 0, 3, 0
square_note 8, 15, 5, 1536
square_note 2, 13, 2, 1592
square_note 2, 12, 2, 1584
@ -13,7 +13,7 @@ SFX_Cry0C_3_Ch5:
SFX_Cry0C_3_Ch6:
duty_cycle_pattern 68
duty_cycle_pattern 1, 0, 1, 0
square_note 12, 12, 3, 1472
square_note 3, 11, 1, 1529
square_note 2, 10, 1, 1521

View file

@ -1,5 +1,5 @@
SFX_Cry0D_1_Ch5:
duty_cycle_pattern 136
duty_cycle_pattern 2, 0, 2, 0
square_note 5, 15, 2, 1616
square_note 9, 13, 1, 1632
square_note 5, 14, 2, 1554
@ -11,7 +11,7 @@ SFX_Cry0D_1_Ch5:
SFX_Cry0D_1_Ch6:
duty_cycle_pattern 64
duty_cycle_pattern 1, 0, 0, 0
square_note 4, 0, 8, 0
square_note 5, 15, 2, 1617
square_note 9, 13, 1, 1633

View file

@ -1,5 +1,5 @@
SFX_Cry0D_2_Ch5:
duty_cycle_pattern 136
duty_cycle_pattern 2, 0, 2, 0
square_note 5, 15, 2, 1616
square_note 9, 13, 1, 1632
square_note 5, 14, 2, 1554
@ -11,7 +11,7 @@ SFX_Cry0D_2_Ch5:
SFX_Cry0D_2_Ch6:
duty_cycle_pattern 64
duty_cycle_pattern 1, 0, 0, 0
square_note 4, 0, 8, 0
square_note 5, 15, 2, 1617
square_note 9, 13, 1, 1633

View file

@ -1,5 +1,5 @@
SFX_Cry0D_3_Ch5:
duty_cycle_pattern 136
duty_cycle_pattern 2, 0, 2, 0
square_note 5, 15, 2, 1616
square_note 9, 13, 1, 1632
square_note 5, 14, 2, 1554
@ -11,7 +11,7 @@ SFX_Cry0D_3_Ch5:
SFX_Cry0D_3_Ch6:
duty_cycle_pattern 64
duty_cycle_pattern 1, 0, 0, 0
square_note 4, 0, 8, 0
square_note 5, 15, 2, 1617
square_note 9, 13, 1, 1633

View file

@ -1,5 +1,5 @@
SFX_Cry0E_1_Ch5:
duty_cycle_pattern 165
duty_cycle_pattern 2, 2, 1, 1
square_note 4, 14, 1, 1792
square_note 4, 15, 2, 1920
square_note 2, 9, 2, 1856
@ -8,7 +8,7 @@ SFX_Cry0E_1_Ch5:
SFX_Cry0E_1_Ch6:
duty_cycle_pattern 10
duty_cycle_pattern 0, 0, 2, 2
square_note 4, 11, 1, 1761
square_note 3, 12, 2, 1761
square_note 3, 6, 2, 1665

View file

@ -1,5 +1,5 @@
SFX_Cry0E_2_Ch5:
duty_cycle_pattern 165
duty_cycle_pattern 2, 2, 1, 1
square_note 4, 14, 1, 1792
square_note 4, 15, 2, 1920
square_note 2, 9, 2, 1856
@ -8,7 +8,7 @@ SFX_Cry0E_2_Ch5:
SFX_Cry0E_2_Ch6:
duty_cycle_pattern 10
duty_cycle_pattern 0, 0, 2, 2
square_note 4, 11, 1, 1761
square_note 3, 12, 2, 1761
square_note 3, 6, 2, 1665

View file

@ -1,5 +1,5 @@
SFX_Cry0E_3_Ch5:
duty_cycle_pattern 165
duty_cycle_pattern 2, 2, 1, 1
square_note 4, 14, 1, 1792
square_note 4, 15, 2, 1920
square_note 2, 9, 2, 1856
@ -8,7 +8,7 @@ SFX_Cry0E_3_Ch5:
SFX_Cry0E_3_Ch6:
duty_cycle_pattern 10
duty_cycle_pattern 0, 0, 2, 2
square_note 4, 11, 1, 1761
square_note 3, 12, 2, 1761
square_note 3, 6, 2, 1665

View file

@ -1,5 +1,5 @@
SFX_Cry0F_1_Ch5:
duty_cycle_pattern 241
duty_cycle_pattern 3, 3, 0, 1
square_note 4, 15, 7, 1984
square_note 12, 14, 6, 1986
square_note 6, 11, 5, 1664
@ -10,7 +10,7 @@ SFX_Cry0F_1_Ch5:
SFX_Cry0F_1_Ch6:
duty_cycle_pattern 204
duty_cycle_pattern 3, 0, 3, 0
square_note 3, 12, 7, 1921
square_note 12, 11, 6, 1920
square_note 6, 10, 5, 1601

View file

@ -1,5 +1,5 @@
SFX_Cry0F_2_Ch5:
duty_cycle_pattern 241
duty_cycle_pattern 3, 3, 0, 1
square_note 4, 15, 7, 1984
square_note 12, 14, 6, 1986
square_note 6, 11, 5, 1664
@ -10,7 +10,7 @@ SFX_Cry0F_2_Ch5:
SFX_Cry0F_2_Ch6:
duty_cycle_pattern 204
duty_cycle_pattern 3, 0, 3, 0
square_note 3, 12, 7, 1921
square_note 12, 11, 6, 1920
square_note 6, 10, 5, 1601

View file

@ -1,5 +1,5 @@
SFX_Cry0F_3_Ch5:
duty_cycle_pattern 241
duty_cycle_pattern 3, 3, 0, 1
square_note 4, 15, 7, 1984
square_note 12, 14, 6, 1986
square_note 6, 11, 5, 1664
@ -10,7 +10,7 @@ SFX_Cry0F_3_Ch5:
SFX_Cry0F_3_Ch6:
duty_cycle_pattern 204
duty_cycle_pattern 3, 0, 3, 0
square_note 3, 12, 7, 1921
square_note 12, 11, 6, 1920
square_note 6, 10, 5, 1601

View file

@ -1,5 +1,5 @@
SFX_Cry10_1_Ch5:
duty_cycle_pattern 201
duty_cycle_pattern 3, 0, 2, 1
square_note 8, 15, 7, 1664
square_note 2, 15, 7, 1632
square_note 1, 14, 7, 1600
@ -12,7 +12,7 @@ SFX_Cry10_1_Ch5:
SFX_Cry10_1_Ch6:
duty_cycle_pattern 121
duty_cycle_pattern 1, 3, 2, 1
square_note 10, 14, 7, 1666
square_note 2, 14, 7, 1634
square_note 1, 13, 7, 1602

View file

@ -1,5 +1,5 @@
SFX_Cry10_2_Ch5:
duty_cycle_pattern 201
duty_cycle_pattern 3, 0, 2, 1
square_note 8, 15, 7, 1664
square_note 2, 15, 7, 1632
square_note 1, 14, 7, 1600
@ -12,7 +12,7 @@ SFX_Cry10_2_Ch5:
SFX_Cry10_2_Ch6:
duty_cycle_pattern 121
duty_cycle_pattern 1, 3, 2, 1
square_note 10, 14, 7, 1666
square_note 2, 14, 7, 1634
square_note 1, 13, 7, 1602

View file

@ -1,5 +1,5 @@
SFX_Cry10_3_Ch5:
duty_cycle_pattern 201
duty_cycle_pattern 3, 0, 2, 1
square_note 8, 15, 7, 1664
square_note 2, 15, 7, 1632
square_note 1, 14, 7, 1600
@ -12,7 +12,7 @@ SFX_Cry10_3_Ch5:
SFX_Cry10_3_Ch6:
duty_cycle_pattern 121
duty_cycle_pattern 1, 3, 2, 1
square_note 10, 14, 7, 1666
square_note 2, 14, 7, 1634
square_note 1, 13, 7, 1602

View file

@ -1,5 +1,5 @@
SFX_Cry11_1_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 6, 15, 7, 1952
square_note 8, 14, 6, 1956
square_note 4, 13, 6, 1952
@ -11,7 +11,7 @@ SFX_Cry11_1_Ch5:
SFX_Cry11_1_Ch6:
duty_cycle_pattern 10
duty_cycle_pattern 0, 0, 2, 2
square_note 4, 0, 8, 0
square_note 6, 10, 7, 1857
square_note 8, 8, 6, 1859

View file

@ -1,5 +1,5 @@
SFX_Cry11_2_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 6, 15, 7, 1952
square_note 8, 14, 6, 1956
square_note 4, 13, 6, 1952
@ -11,7 +11,7 @@ SFX_Cry11_2_Ch5:
SFX_Cry11_2_Ch6:
duty_cycle_pattern 10
duty_cycle_pattern 0, 0, 2, 2
square_note 4, 0, 8, 0
square_note 6, 10, 7, 1857
square_note 8, 8, 6, 1859

View file

@ -1,5 +1,5 @@
SFX_Cry11_3_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 6, 15, 7, 1952
square_note 8, 14, 6, 1956
square_note 4, 13, 6, 1952
@ -11,7 +11,7 @@ SFX_Cry11_3_Ch5:
SFX_Cry11_3_Ch6:
duty_cycle_pattern 10
duty_cycle_pattern 0, 0, 2, 2
square_note 4, 0, 8, 0
square_note 6, 10, 7, 1857
square_note 8, 8, 6, 1859

View file

@ -1,5 +1,5 @@
SFX_Cry12_1_Ch5:
duty_cycle_pattern 165
duty_cycle_pattern 2, 2, 1, 1
square_note 12, 15, 2, 1088
square_note 15, 14, 3, 1184
square_note 4, 13, 2, 1168
@ -8,7 +8,7 @@ SFX_Cry12_1_Ch5:
SFX_Cry12_1_Ch6:
duty_cycle_pattern 238
duty_cycle_pattern 3, 2, 3, 2
square_note 11, 13, 2, 1080
square_note 14, 12, 6, 1176
square_note 3, 11, 2, 1160

View file

@ -1,5 +1,5 @@
SFX_Cry12_2_Ch5:
duty_cycle_pattern 165
duty_cycle_pattern 2, 2, 1, 1
square_note 12, 15, 2, 1088
square_note 15, 14, 3, 1184
square_note 4, 13, 2, 1168
@ -8,7 +8,7 @@ SFX_Cry12_2_Ch5:
SFX_Cry12_2_Ch6:
duty_cycle_pattern 238
duty_cycle_pattern 3, 2, 3, 2
square_note 11, 13, 2, 1080
square_note 14, 12, 6, 1176
square_note 3, 11, 2, 1160

View file

@ -1,5 +1,5 @@
SFX_Cry12_3_Ch5:
duty_cycle_pattern 165
duty_cycle_pattern 2, 2, 1, 1
square_note 12, 15, 2, 1088
square_note 15, 14, 3, 1184
square_note 4, 13, 2, 1168
@ -8,7 +8,7 @@ SFX_Cry12_3_Ch5:
SFX_Cry12_3_Ch6:
duty_cycle_pattern 238
duty_cycle_pattern 3, 2, 3, 2
square_note 11, 13, 2, 1080
square_note 14, 12, 6, 1176
square_note 3, 11, 2, 1160

View file

@ -1,5 +1,5 @@
SFX_Cry13_1_Ch5:
duty_cycle_pattern 51
duty_cycle_pattern 0, 3, 0, 3
square_note 15, 15, 6, 1472
square_note 8, 14, 3, 1468
square_note 6, 13, 2, 1488
@ -10,7 +10,7 @@ SFX_Cry13_1_Ch5:
SFX_Cry13_1_Ch6:
duty_cycle_pattern 153
duty_cycle_pattern 2, 1, 2, 1
square_note 14, 12, 6, 1201
square_note 7, 12, 3, 1197
square_note 5, 11, 2, 1217

View file

@ -1,5 +1,5 @@
SFX_Cry13_2_Ch5:
duty_cycle_pattern 51
duty_cycle_pattern 0, 3, 0, 3
square_note 15, 15, 6, 1472
square_note 8, 14, 3, 1468
square_note 6, 13, 2, 1488
@ -10,7 +10,7 @@ SFX_Cry13_2_Ch5:
SFX_Cry13_2_Ch6:
duty_cycle_pattern 153
duty_cycle_pattern 2, 1, 2, 1
square_note 14, 12, 6, 1201
square_note 7, 12, 3, 1197
square_note 5, 11, 2, 1217

View file

@ -1,5 +1,5 @@
SFX_Cry13_3_Ch5:
duty_cycle_pattern 51
duty_cycle_pattern 0, 3, 0, 3
square_note 15, 15, 6, 1472
square_note 8, 14, 3, 1468
square_note 6, 13, 2, 1488
@ -10,7 +10,7 @@ SFX_Cry13_3_Ch5:
SFX_Cry13_3_Ch6:
duty_cycle_pattern 153
duty_cycle_pattern 2, 1, 2, 1
square_note 14, 12, 6, 1201
square_note 7, 12, 3, 1197
square_note 5, 11, 2, 1217

View file

@ -1,5 +1,5 @@
SFX_Cry14_1_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 8, 14, 4, 1936
square_note 15, 15, 5, 1984
square_note 8, 13, 1, 2008
@ -7,7 +7,7 @@ SFX_Cry14_1_Ch5:
SFX_Cry14_1_Ch6:
duty_cycle_pattern 165
duty_cycle_pattern 2, 2, 1, 1
square_note 10, 12, 4, 1905
square_note 15, 11, 6, 1954
square_note 8, 10, 1, 1975

View file

@ -1,5 +1,5 @@
SFX_Cry14_2_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 8, 14, 4, 1936
square_note 15, 15, 5, 1984
square_note 8, 13, 1, 2008
@ -7,7 +7,7 @@ SFX_Cry14_2_Ch5:
SFX_Cry14_2_Ch6:
duty_cycle_pattern 165
duty_cycle_pattern 2, 2, 1, 1
square_note 10, 12, 4, 1905
square_note 15, 11, 6, 1954
square_note 8, 10, 1, 1975

View file

@ -1,5 +1,5 @@
SFX_Cry14_3_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 8, 14, 4, 1936
square_note 15, 15, 5, 1984
square_note 8, 13, 1, 2008
@ -7,7 +7,7 @@ SFX_Cry14_3_Ch5:
SFX_Cry14_3_Ch6:
duty_cycle_pattern 165
duty_cycle_pattern 2, 2, 1, 1
square_note 10, 12, 4, 1905
square_note 15, 11, 6, 1954
square_note 8, 10, 1, 1975

View file

@ -1,5 +1,5 @@
SFX_Cry15_1_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 4, 15, 3, 1920
square_note 15, 14, 7, 1792
square_note 8, 13, 3, 1808
@ -10,7 +10,7 @@ SFX_Cry15_1_Ch5:
SFX_Cry15_1_Ch6:
duty_cycle_pattern 90
duty_cycle_pattern 1, 1, 2, 2
square_note 6, 12, 3, 1793
square_note 14, 11, 7, 1665
square_note 7, 11, 3, 1682

View file

@ -1,5 +1,5 @@
SFX_Cry15_2_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 4, 15, 3, 1920
square_note 15, 14, 7, 1792
square_note 8, 13, 3, 1808
@ -10,7 +10,7 @@ SFX_Cry15_2_Ch5:
SFX_Cry15_2_Ch6:
duty_cycle_pattern 90
duty_cycle_pattern 1, 1, 2, 2
square_note 6, 12, 3, 1793
square_note 14, 11, 7, 1665
square_note 7, 11, 3, 1682

View file

@ -1,5 +1,5 @@
SFX_Cry15_3_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 4, 15, 3, 1920
square_note 15, 14, 7, 1792
square_note 8, 13, 3, 1808
@ -10,7 +10,7 @@ SFX_Cry15_3_Ch5:
SFX_Cry15_3_Ch6:
duty_cycle_pattern 90
duty_cycle_pattern 1, 1, 2, 2
square_note 6, 12, 3, 1793
square_note 14, 11, 7, 1665
square_note 7, 11, 3, 1682

View file

@ -1,5 +1,5 @@
SFX_Cry16_1_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 15, 13, 7, 1920
square_note 4, 14, 6, 1952
square_note 15, 13, 2, 1856
@ -7,7 +7,7 @@ SFX_Cry16_1_Ch5:
SFX_Cry16_1_Ch6:
duty_cycle_pattern 90
duty_cycle_pattern 1, 1, 2, 2
square_note 15, 12, 7, 1875
square_note 5, 11, 6, 1906
square_note 15, 12, 2, 1809

View file

@ -1,5 +1,5 @@
SFX_Cry16_2_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 15, 13, 7, 1920
square_note 4, 14, 6, 1952
square_note 15, 13, 2, 1856
@ -7,7 +7,7 @@ SFX_Cry16_2_Ch5:
SFX_Cry16_2_Ch6:
duty_cycle_pattern 90
duty_cycle_pattern 1, 1, 2, 2
square_note 15, 12, 7, 1875
square_note 5, 11, 6, 1906
square_note 15, 12, 2, 1809

View file

@ -1,5 +1,5 @@
SFX_Cry16_3_Ch5:
duty_cycle_pattern 240
duty_cycle_pattern 3, 3, 0, 0
square_note 15, 13, 7, 1920
square_note 4, 14, 6, 1952
square_note 15, 13, 2, 1856
@ -7,7 +7,7 @@ SFX_Cry16_3_Ch5:
SFX_Cry16_3_Ch6:
duty_cycle_pattern 90
duty_cycle_pattern 1, 1, 2, 2
square_note 15, 12, 7, 1875
square_note 5, 11, 6, 1906
square_note 15, 12, 2, 1809

View file

@ -1,5 +1,5 @@
SFX_Cry17_1_Ch5:
duty_cycle_pattern 15
duty_cycle_pattern 0, 0, 3, 3
square_note 15, 15, 7, 1280
square_note 15, 14, 7, 1288
square_note 8, 11, 4, 1152
@ -8,7 +8,7 @@ SFX_Cry17_1_Ch5:
SFX_Cry17_1_Ch6:
duty_cycle_pattern 68
duty_cycle_pattern 1, 0, 1, 0
square_note 14, 13, 7, 1153
square_note 14, 12, 7, 1161
square_note 10, 11, 4, 1025

Some files were not shown because too many files have changed in this diff Show more