diff options
Diffstat (limited to 'audio/sfx/cry20_4.asm')
-rw-r--r-- | audio/sfx/cry20_4.asm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/sfx/cry20_4.asm b/audio/sfx/cry20_4.asm new file mode 100644 index 00000000..858fe171 --- /dev/null +++ b/audio/sfx/cry20_4.asm @@ -0,0 +1,24 @@ +SFX_Cry20_4_Ch5: + duty_cycle_pattern 3, 3, 0, 0 + square_note 13, 15, 1, 1297 + square_note 13, 14, 1, 1301 + square_note 13, 14, 1, 1297 + square_note 8, 13, 1, 1297 + sound_ret + + +SFX_Cry20_4_Ch6: + duty_cycle_pattern 0, 1, 1, 1 + square_note 12, 14, 1, 1292 + square_note 12, 13, 1, 1296 + square_note 14, 12, 1, 1292 + square_note 8, 12, 1, 1290 + sound_ret + + +SFX_Cry20_4_Ch8: + noise_note 14, 15, 2, 101 + noise_note 13, 14, 2, 85 + noise_note 14, 13, 2, 86 + noise_note 8, 13, 1, 102 + sound_ret |