diff options
Diffstat (limited to 'audio/sfx/cry21_4.asm')
-rw-r--r-- | audio/sfx/cry21_4.asm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/audio/sfx/cry21_4.asm b/audio/sfx/cry21_4.asm new file mode 100644 index 00000000..bc720c10 --- /dev/null +++ b/audio/sfx/cry21_4.asm @@ -0,0 +1,27 @@ +SFX_Cry21_4_Ch5: + duty_cycle_pattern 0, 1, 2, 3 + square_note 3, 15, 3, 1380 + square_note 2, 14, 2, 1348 + square_note 5, 13, 1, 1314 + square_note 2, 11, 2, 1156 + square_note 8, 13, 1, 1186 + square_note 3, 15, 3, 1316 + square_note 4, 14, 4, 1252 + square_note 8, 13, 1, 1282 + sound_ret + + +SFX_Cry21_4_Ch6: + duty_cycle_pattern 3, 0, 3, 0 + square_note 3, 13, 3, 1376 + square_note 2, 12, 2, 1344 + square_note 5, 12, 1, 1312 + square_note 2, 9, 2, 1152 + square_note 8, 12, 1, 1184 + square_note 3, 13, 3, 1312 + square_note 3, 12, 4, 1248 + square_note 8, 12, 1, 1280 + + +SFX_Cry21_4_Ch8: + sound_ret |