diff options
author | SatoMew <SatoMew@users.noreply.github.com> | 2021-05-01 15:44:43 +0100 |
---|---|---|
committer | SatoMew <SatoMew@users.noreply.github.com> | 2021-05-01 15:44:43 +0100 |
commit | ed11bfeca134277d6202857ef583e56c481aed1c (patch) | |
tree | ecc6c2ad8c5e45024408c6312344f31c0feec9cf /audio/sfx/unused_3.asm | |
parent | 6a31663c960a5c1da9dbbf12d49e0252860b96d0 (diff) |
Identify the unused cry that was carried over to GSC
Diffstat (limited to 'audio/sfx/unused_3.asm')
-rw-r--r-- | audio/sfx/unused_3.asm | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/audio/sfx/unused_3.asm b/audio/sfx/unused_3.asm deleted file mode 100644 index a204fc10..00000000 --- a/audio/sfx/unused_3.asm +++ /dev/null @@ -1,31 +0,0 @@ -SFX_Unused_3_Ch5: - duty_cycle_pattern 3, 3, 0, 0 - square_note 15, 14, 0, 1920 - square_note 15, 15, 0, 1924 - square_note 15, 12, 3, 1504 - square_note 15, 12, 4, 1536 - square_note 10, 6, -4, 1920 - square_note 8, 7, 1, 1924 - sound_ret - - -SFX_Unused_3_Ch6: - duty_cycle_pattern 0, 0, 1, 1 - square_note 15, 10, 0, 1857 - square_note 15, 11, 0, 1859 - square_note 15, 9, 3, 1457 - square_note 15, 9, 4, 1473 - square_note 10, 4, -4, 1857 - square_note 8, 3, 1, 1862 - sound_ret - - -SFX_Unused_3_Ch8: - noise_note 2, 15, 2, 76 - noise_note 6, 14, 0, 58 - noise_note 15, 13, 0, 58 - noise_note 8, 13, 0, 44 - noise_note 6, 14, 6, 76 - noise_note 12, 7, -5, 76 - noise_note 15, 13, 3, 76 - sound_ret |