aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sfx/unused_cry_2.asm
diff options
context:
space:
mode:
authorSatoMew <SatoMew@users.noreply.github.com>2021-05-01 20:42:12 +0100
committerSatoMew <SatoMew@users.noreply.github.com>2021-05-01 20:42:12 +0100
commite2a70c9c43e1f219d57efdfacbfd8237cd10ca74 (patch)
tree89ae5f4cce31359d3e1ea5f70e9b1395c6f92adf /audio/sfx/unused_cry_2.asm
parentIdentify the unused cry that was carried over to GSC (diff)
downloadpokeyellow-e2a70c9c43e1f219d57efdfacbfd8237cd10ca74.tar.gz
pokeyellow-e2a70c9c43e1f219d57efdfacbfd8237cd10ca74.tar.xz
pokeyellow-e2a70c9c43e1f219d57efdfacbfd8237cd10ca74.zip
Incorporate the suggested fixes
Diffstat (limited to 'audio/sfx/unused_cry_2.asm')
-rw-r--r--audio/sfx/unused_cry_2.asm30
1 files changed, 30 insertions, 0 deletions
diff --git a/audio/sfx/unused_cry_2.asm b/audio/sfx/unused_cry_2.asm
new file mode 100644
index 00000000..4924e560
--- /dev/null
+++ b/audio/sfx/unused_cry_2.asm
@@ -0,0 +1,30 @@
+; This corresponds to Cry_Unused_Ch5, Cry_Unused_Ch6, and Cry_Unused_Ch8 in pokegold and pokecrystal.
+SFX_UnusedCry_2_Ch5: ; unreferenced
+ 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_UnusedCry_2_Ch6: ; unreferenced
+ 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_UnusedCry_2_Ch8: ; unreferenced
+ 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