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 | |
parent | 6a31663c960a5c1da9dbbf12d49e0252860b96d0 (diff) |
Identify the unused cry that was carried over to GSC
Diffstat (limited to 'audio')
-rw-r--r-- | audio/music/unused_song.asm (renamed from audio/music/unusedsong.asm) | 0 | ||||
-rw-r--r-- | audio/sfx/unused_cry.asm (renamed from audio/sfx/unused_1.asm) | 11 | ||||
-rw-r--r-- | audio/sfx/unused_cry_copy.asm (renamed from audio/sfx/unused_2.asm) | 11 | ||||
-rw-r--r-- | audio/sfx/unused_cry_copy2.asm (renamed from audio/sfx/unused_3.asm) | 11 |
4 files changed, 18 insertions, 15 deletions
diff --git a/audio/music/unusedsong.asm b/audio/music/unused_song.asm index a2291a2a..a2291a2a 100644 --- a/audio/music/unusedsong.asm +++ b/audio/music/unused_song.asm diff --git a/audio/sfx/unused_1.asm b/audio/sfx/unused_cry.asm index b7a8b4a0..e2046976 100644 --- a/audio/sfx/unused_1.asm +++ b/audio/sfx/unused_cry.asm @@ -1,4 +1,5 @@ -SFX_Unused_1_Ch5: +; This corresponds to Cry_Unused_Ch5 in pokegold and pokecrystal. +SFX_UnusedCry_Ch5: ; unreferenced duty_cycle_pattern 3, 3, 0, 0 square_note 15, 14, 0, 1920 square_note 15, 15, 0, 1924 @@ -8,8 +9,8 @@ SFX_Unused_1_Ch5: square_note 8, 7, 1, 1924 sound_ret - -SFX_Unused_1_Ch6: +; This corresponds to Cry_Unused_Ch6 in pokegold and pokecrystal. +SFX_UnusedCry_Ch6: ; unreferenced duty_cycle_pattern 0, 0, 1, 1 square_note 15, 10, 0, 1857 square_note 15, 11, 0, 1859 @@ -19,8 +20,8 @@ SFX_Unused_1_Ch6: square_note 8, 3, 1, 1862 sound_ret - -SFX_Unused_1_Ch8: +; This corresponds to Cry_Unused_Ch8 in pokegold and pokecrystal. +SFX_UnusedCry_Ch8: ; unreferenced noise_note 2, 15, 2, 76 noise_note 6, 14, 0, 58 noise_note 15, 13, 0, 58 diff --git a/audio/sfx/unused_2.asm b/audio/sfx/unused_cry_copy.asm index 7a050ea4..01efa326 100644 --- a/audio/sfx/unused_2.asm +++ b/audio/sfx/unused_cry_copy.asm @@ -1,4 +1,5 @@ -SFX_Unused_2_Ch5: +; This corresponds to Cry_Unused_Ch5 in pokegold and pokecrystal. +SFX_UnusedCryCopy_Ch5: ; unreferenced duty_cycle_pattern 3, 3, 0, 0 square_note 15, 14, 0, 1920 square_note 15, 15, 0, 1924 @@ -8,8 +9,8 @@ SFX_Unused_2_Ch5: square_note 8, 7, 1, 1924 sound_ret - -SFX_Unused_2_Ch6: +; This corresponds to Cry_Unused_Ch6 in pokegold and pokecrystal. +SFX_UnusedCryCopy_Ch6: ; unreferenced duty_cycle_pattern 0, 0, 1, 1 square_note 15, 10, 0, 1857 square_note 15, 11, 0, 1859 @@ -19,8 +20,8 @@ SFX_Unused_2_Ch6: square_note 8, 3, 1, 1862 sound_ret - -SFX_Unused_2_Ch8: +; This corresponds to Cry_Unused_Ch8 in pokegold and pokecrystal. +SFX_UnusedCryCopy_Ch8: ; unreferenced noise_note 2, 15, 2, 76 noise_note 6, 14, 0, 58 noise_note 15, 13, 0, 58 diff --git a/audio/sfx/unused_3.asm b/audio/sfx/unused_cry_copy2.asm index a204fc10..955740de 100644 --- a/audio/sfx/unused_3.asm +++ b/audio/sfx/unused_cry_copy2.asm @@ -1,4 +1,5 @@ -SFX_Unused_3_Ch5: +; This corresponds to Cry_Unused_Ch5 in pokegold and pokecrystal. +SFX_UnusedCryCopy2_Ch5: ; unreferenced duty_cycle_pattern 3, 3, 0, 0 square_note 15, 14, 0, 1920 square_note 15, 15, 0, 1924 @@ -8,8 +9,8 @@ SFX_Unused_3_Ch5: square_note 8, 7, 1, 1924 sound_ret - -SFX_Unused_3_Ch6: +; This corresponds to Cry_Unused_Ch6 in pokegold and pokecrystal. +SFX_UnusedCryCopy2_Ch6: ; unreferenced duty_cycle_pattern 0, 0, 1, 1 square_note 15, 10, 0, 1857 square_note 15, 11, 0, 1859 @@ -19,8 +20,8 @@ SFX_Unused_3_Ch6: square_note 8, 3, 1, 1862 sound_ret - -SFX_Unused_3_Ch8: +; This corresponds to Cry_Unused_Ch8 in pokegold and pokecrystal. +SFX_UnusedCryCopy2_Ch8: ; unreferenced noise_note 2, 15, 2, 76 noise_note 6, 14, 0, 58 noise_note 15, 13, 0, 58 |