diff options
Diffstat (limited to 'audio/sfx/cry0e_4.asm')
-rw-r--r-- | audio/sfx/cry0e_4.asm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/audio/sfx/cry0e_4.asm b/audio/sfx/cry0e_4.asm new file mode 100644 index 00000000..0c18e996 --- /dev/null +++ b/audio/sfx/cry0e_4.asm @@ -0,0 +1,23 @@ +SFX_Cry0E_4_Ch5: + 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 + square_note 8, 14, 1, 1536 + sound_ret + + +SFX_Cry0E_4_Ch6: + 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 + square_note 8, 11, 1, 1505 + sound_ret + + +SFX_Cry0E_4_Ch8: + noise_note 2, 6, 1, 50 + noise_note 2, 6, 1, 33 + noise_note 8, 6, 1, 17 + sound_ret |