diff options
Diffstat (limited to 'audio/sfx/cry06_4.asm')
-rw-r--r-- | audio/sfx/cry06_4.asm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/sfx/cry06_4.asm b/audio/sfx/cry06_4.asm new file mode 100644 index 00000000..2fbbb161 --- /dev/null +++ b/audio/sfx/cry06_4.asm @@ -0,0 +1,22 @@ +SFX_Cry06_4_Ch5: + 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 + square_note 9, 6, 3, 518 + square_note 15, 8, 2, 549 + square_note 15, 4, 2, 519 + + +SFX_Cry06_4_Ch6: + sound_ret + + +SFX_Cry06_4_Ch8: + noise_note 8, 13, 4, 140 + noise_note 4, 14, 2, 156 + noise_note 15, 12, 6, 140 + noise_note 8, 14, 4, 172 + noise_note 15, 13, 7, 156 + noise_note 15, 15, 2, 172 + sound_ret |