diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/music/unusedsong.asm (renamed from audio/music/unused_song.asm) | 0 | ||||
-rw-r--r-- | audio/sfx/unused_cry_1.asm (renamed from audio/sfx/unused_cry.asm) | 10 | ||||
-rw-r--r-- | audio/sfx/unused_cry_2.asm (renamed from audio/sfx/unused_cry_copy.asm) | 10 | ||||
-rw-r--r-- | audio/sfx/unused_cry_3.asm (renamed from audio/sfx/unused_cry_copy2.asm) | 10 |
4 files changed, 12 insertions, 18 deletions
diff --git a/audio/music/unused_song.asm b/audio/music/unusedsong.asm index a2291a2a..a2291a2a 100644 --- a/audio/music/unused_song.asm +++ b/audio/music/unusedsong.asm diff --git a/audio/sfx/unused_cry.asm b/audio/sfx/unused_cry_1.asm index e2046976..0ff7c79a 100644 --- a/audio/sfx/unused_cry.asm +++ b/audio/sfx/unused_cry_1.asm @@ -1,5 +1,5 @@ -; This corresponds to Cry_Unused_Ch5 in pokegold and pokecrystal. -SFX_UnusedCry_Ch5: ; unreferenced +; This corresponds to Cry_Unused_Ch5, Cry_Unused_Ch6, and Cry_Unused_Ch8 in pokegold and pokecrystal. +SFX_UnusedCry_1_Ch5: ; unreferenced duty_cycle_pattern 3, 3, 0, 0 square_note 15, 14, 0, 1920 square_note 15, 15, 0, 1924 @@ -9,8 +9,7 @@ SFX_UnusedCry_Ch5: ; unreferenced square_note 8, 7, 1, 1924 sound_ret -; This corresponds to Cry_Unused_Ch6 in pokegold and pokecrystal. -SFX_UnusedCry_Ch6: ; unreferenced +SFX_UnusedCry_1_Ch6: ; unreferenced duty_cycle_pattern 0, 0, 1, 1 square_note 15, 10, 0, 1857 square_note 15, 11, 0, 1859 @@ -20,8 +19,7 @@ SFX_UnusedCry_Ch6: ; unreferenced square_note 8, 3, 1, 1862 sound_ret -; This corresponds to Cry_Unused_Ch8 in pokegold and pokecrystal. -SFX_UnusedCry_Ch8: ; unreferenced +SFX_UnusedCry_1_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_cry_copy.asm b/audio/sfx/unused_cry_2.asm index 01efa326..4924e560 100644 --- a/audio/sfx/unused_cry_copy.asm +++ b/audio/sfx/unused_cry_2.asm @@ -1,5 +1,5 @@ -; This corresponds to Cry_Unused_Ch5 in pokegold and pokecrystal. -SFX_UnusedCryCopy_Ch5: ; unreferenced +; 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 @@ -9,8 +9,7 @@ SFX_UnusedCryCopy_Ch5: ; unreferenced square_note 8, 7, 1, 1924 sound_ret -; This corresponds to Cry_Unused_Ch6 in pokegold and pokecrystal. -SFX_UnusedCryCopy_Ch6: ; unreferenced +SFX_UnusedCry_2_Ch6: ; unreferenced duty_cycle_pattern 0, 0, 1, 1 square_note 15, 10, 0, 1857 square_note 15, 11, 0, 1859 @@ -20,8 +19,7 @@ SFX_UnusedCryCopy_Ch6: ; unreferenced square_note 8, 3, 1, 1862 sound_ret -; This corresponds to Cry_Unused_Ch8 in pokegold and pokecrystal. -SFX_UnusedCryCopy_Ch8: ; unreferenced +SFX_UnusedCry_2_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_cry_copy2.asm b/audio/sfx/unused_cry_3.asm index 955740de..6f3e2737 100644 --- a/audio/sfx/unused_cry_copy2.asm +++ b/audio/sfx/unused_cry_3.asm @@ -1,5 +1,5 @@ -; This corresponds to Cry_Unused_Ch5 in pokegold and pokecrystal. -SFX_UnusedCryCopy2_Ch5: ; unreferenced +; This corresponds to Cry_Unused_Ch5, Cry_Unused_Ch6, and Cry_Unused_Ch8 in pokegold and pokecrystal. +SFX_UnusedCry_3_Ch5: ; unreferenced duty_cycle_pattern 3, 3, 0, 0 square_note 15, 14, 0, 1920 square_note 15, 15, 0, 1924 @@ -9,8 +9,7 @@ SFX_UnusedCryCopy2_Ch5: ; unreferenced square_note 8, 7, 1, 1924 sound_ret -; This corresponds to Cry_Unused_Ch6 in pokegold and pokecrystal. -SFX_UnusedCryCopy2_Ch6: ; unreferenced +SFX_UnusedCry_3_Ch6: ; unreferenced duty_cycle_pattern 0, 0, 1, 1 square_note 15, 10, 0, 1857 square_note 15, 11, 0, 1859 @@ -20,8 +19,7 @@ SFX_UnusedCryCopy2_Ch6: ; unreferenced square_note 8, 3, 1, 1862 sound_ret -; This corresponds to Cry_Unused_Ch8 in pokegold and pokecrystal. -SFX_UnusedCryCopy2_Ch8: ; unreferenced +SFX_UnusedCry_3_Ch8: ; unreferenced noise_note 2, 15, 2, 76 noise_note 6, 14, 0, 58 noise_note 15, 13, 0, 58 |