diff options
Diffstat (limited to 'audio/sfx/cry02_4.asm')
-rw-r--r-- | audio/sfx/cry02_4.asm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/sfx/cry02_4.asm b/audio/sfx/cry02_4.asm new file mode 100644 index 00000000..aed17087 --- /dev/null +++ b/audio/sfx/cry02_4.asm @@ -0,0 +1,17 @@ +SFX_Cry02_4_Ch5: + duty_cycle 0 + square_note 8, 15, 5, 1152 + square_note 2, 14, 1, 1504 + square_note 8, 13, 1, 1500 + sound_ret + + +SFX_Cry02_4_Ch6: + duty_cycle_pattern 2, 2, 1, 1 + square_note 7, 9, 5, 1089 + square_note 2, 8, 1, 1313 + square_note 8, 6, 1, 1306 + + +SFX_Cry02_4_Ch8: + sound_ret |