diff options
| author | dannye <33dannye@gmail.com> | 2022-09-11 23:34:59 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2022-09-12 00:53:37 -0500 |
| commit | ecab35295aefb44227ba38f257dc40c8c10474e3 (patch) | |
| tree | d04160bc19180ee50a941d121f90cc7071e7a672 /audio/sfx/cry10_4.asm | |
| parent | Replace Hard-Coded Number With Constant (diff) | |
| parent | Add `UNUSED_TYPE`/`UNUSED_TYPE_END` constants (diff) | |
| download | pokeyellow-ecab35295aefb44227ba38f257dc40c8c10474e3.tar.gz pokeyellow-ecab35295aefb44227ba38f257dc40c8c10474e3.tar.xz pokeyellow-ecab35295aefb44227ba38f257dc40c8c10474e3.zip | |
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'audio/sfx/cry10_4.asm')
| -rw-r--r-- | audio/sfx/cry10_4.asm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/sfx/cry10_4.asm b/audio/sfx/cry10_4.asm index 39c374bc..c8f2e1e0 100644 --- a/audio/sfx/cry10_4.asm +++ b/audio/sfx/cry10_4.asm @@ -10,7 +10,6 @@ SFX_Cry10_4_Ch5: square_note 15, 9, 1, 1824 sound_ret - SFX_Cry10_4_Ch6: duty_cycle_pattern 1, 3, 2, 1 square_note 10, 14, 7, 1666 @@ -23,7 +22,6 @@ SFX_Cry10_4_Ch6: square_note 15, 8, 1, 1826 sound_ret - SFX_Cry10_4_Ch8: noise_note 4, 7, 4, 33 noise_note 4, 7, 4, 16 |
