diff options
Diffstat (limited to 'audio/sfx/cry0c_4.asm')
-rw-r--r-- | audio/sfx/cry0c_4.asm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/audio/sfx/cry0c_4.asm b/audio/sfx/cry0c_4.asm new file mode 100644 index 00000000..cc8766a1 --- /dev/null +++ b/audio/sfx/cry0c_4.asm @@ -0,0 +1,29 @@ +SFX_Cry0C_4_Ch5: + 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 + square_note 2, 12, 2, 1576 + square_note 2, 11, 2, 1568 + square_note 2, 11, 2, 1552 + square_note 2, 10, 2, 1560 + square_note 2, 11, 2, 1552 + square_note 8, 12, 1, 1568 + sound_ret + + +SFX_Cry0C_4_Ch6: + 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 + square_note 2, 10, 1, 1513 + square_note 2, 9, 1, 1505 + square_note 2, 9, 1, 1497 + square_note 2, 8, 1, 1489 + square_note 2, 9, 1, 1497 + square_note 8, 9, 1, 1505 + + +SFX_Cry0C_4_Ch8: + sound_ret |