Skip to content

Commit

Permalink
Incorporate the suggested fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SatoMew committed May 1, 2021
1 parent ed11bfe commit e2a70c9
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 22 deletions.
8 changes: 4 additions & 4 deletions audio.asm
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ INCLUDE "audio/sfx/push_boulder_1.asm"
INCLUDE "audio/sfx/ss_anne_horn_1.asm"
INCLUDE "audio/sfx/withdraw_deposit_1.asm"
INCLUDE "audio/sfx/safari_zone_pa.asm"
INCLUDE "audio/sfx/unused_cry.asm"
INCLUDE "audio/sfx/unused_cry_1.asm"
INCLUDE "audio/sfx/cry09_1.asm"
INCLUDE "audio/sfx/cry23_1.asm"
INCLUDE "audio/sfx/cry24_1.asm"
Expand Down Expand Up @@ -206,7 +206,7 @@ INCLUDE "audio/sfx/battle_33.asm"
INCLUDE "audio/sfx/battle_34.asm"
INCLUDE "audio/sfx/battle_35.asm"
INCLUDE "audio/sfx/battle_36.asm"
INCLUDE "audio/sfx/unused_cry_copy.asm"
INCLUDE "audio/sfx/unused_cry_2.asm"
INCLUDE "audio/sfx/cry09_2.asm"
INCLUDE "audio/sfx/cry23_2.asm"
INCLUDE "audio/sfx/cry24_2.asm"
Expand Down Expand Up @@ -314,7 +314,7 @@ INCLUDE "audio/sfx/slots_stop_wheel.asm"
INCLUDE "audio/sfx/slots_reward.asm"
INCLUDE "audio/sfx/slots_new_spin.asm"
INCLUDE "audio/sfx/shooting_star.asm"
INCLUDE "audio/sfx/unused_cry_copy2.asm"
INCLUDE "audio/sfx/unused_cry_3.asm"
INCLUDE "audio/sfx/cry09_3.asm"
INCLUDE "audio/sfx/cry23_3.asm"
INCLUDE "audio/sfx/cry24_3.asm"
Expand Down Expand Up @@ -388,7 +388,7 @@ INCLUDE "audio/music/routes3.asm"
INCLUDE "audio/music/routes4.asm"
INCLUDE "audio/music/indigoplateau.asm"
INCLUDE "audio/music/pallettown.asm"
INCLUDE "audio/music/unused_song.asm"
INCLUDE "audio/music/unusedsong.asm"
INCLUDE "audio/music/cities1.asm"
INCLUDE "audio/sfx/get_item1_1.asm"
INCLUDE "audio/music/museumguy.asm"
Expand Down
File renamed without changes.
10 changes: 4 additions & 6 deletions audio/sfx/unused_cry.asm → audio/sfx/unused_cry_1.asm
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
10 changes: 4 additions & 6 deletions audio/sfx/unused_cry_copy.asm → audio/sfx/unused_cry_2.asm
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
10 changes: 4 additions & 6 deletions audio/sfx/unused_cry_copy2.asm → audio/sfx/unused_cry_3.asm
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e2a70c9

Please sign in to comment.