diff options
| author | SatoMew <SatoMew@users.noreply.github.com> | 2021-05-01 20:42:12 +0100 |
|---|---|---|
| committer | SatoMew <SatoMew@users.noreply.github.com> | 2021-05-01 20:42:12 +0100 |
| commit | e2a70c9c43e1f219d57efdfacbfd8237cd10ca74 (patch) | |
| tree | 89ae5f4cce31359d3e1ea5f70e9b1395c6f92adf /audio.asm | |
| parent | Identify the unused cry that was carried over to GSC (diff) | |
| download | pokeyellow-e2a70c9c43e1f219d57efdfacbfd8237cd10ca74.tar.gz pokeyellow-e2a70c9c43e1f219d57efdfacbfd8237cd10ca74.tar.xz pokeyellow-e2a70c9c43e1f219d57efdfacbfd8237cd10ca74.zip | |
Incorporate the suggested fixes
Diffstat (limited to 'audio.asm')
| -rw-r--r-- | audio.asm | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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" @@ -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" @@ -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" @@ -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" |
