diff --git a/sound/cry_tables.inc b/sound/cry_tables.inc index de81150f0..d1b33a637 100644 --- a/sound/cry_tables.inc +++ b/sound/cry_tables.inc @@ -706,7 +706,7 @@ gCryTable:: cry Cry_Goomy cry Cry_Sliggoo cry Cry_Goodra - cry Cry_Klefki + cry_uncomp Cry_Klefki cry Cry_Phantump cry Cry_Trevenant cry Cry_Pumpkaboo @@ -1980,7 +1980,7 @@ gCryTable_Reverse:: cry_reverse Cry_Goomy cry_reverse Cry_Sliggoo cry_reverse Cry_Goodra - cry_reverse Cry_Klefki + cry_reverse_uncomp Cry_Klefki cry_reverse Cry_Phantump cry_reverse Cry_Trevenant cry_reverse Cry_Pumpkaboo diff --git a/sound/direct_sound_data.inc b/sound/direct_sound_data.inc index 472c6d37b..bddd27423 100644 --- a/sound/direct_sound_data.inc +++ b/sound/direct_sound_data.inc @@ -3212,7 +3212,7 @@ Cry_Goodra:: .align 2 Cry_Klefki:: - .incbin "sound/direct_sound_samples/cries/klefki.bin" + .incbin "sound/direct_sound_samples/cries/uncomp_klefki.bin" .align 2 Cry_Phantump:: diff --git a/sound/direct_sound_samples/cries/klefki.aif b/sound/direct_sound_samples/cries/klefki.aif deleted file mode 100644 index f07f78dd9..000000000 Binary files a/sound/direct_sound_samples/cries/klefki.aif and /dev/null differ diff --git a/sound/direct_sound_samples/cries/noibat.aif b/sound/direct_sound_samples/cries/noibat.aif index 38c008fd7..c77342cc1 100644 Binary files a/sound/direct_sound_samples/cries/noibat.aif and b/sound/direct_sound_samples/cries/noibat.aif differ diff --git a/sound/direct_sound_samples/cries/oricorio_pom_pom.aif b/sound/direct_sound_samples/cries/oricorio_pom_pom.aif index e4685dc53..bb4c1f27a 100644 Binary files a/sound/direct_sound_samples/cries/oricorio_pom_pom.aif and b/sound/direct_sound_samples/cries/oricorio_pom_pom.aif differ diff --git a/sound/direct_sound_samples/cries/uncomp_klefki.aif b/sound/direct_sound_samples/cries/uncomp_klefki.aif new file mode 100644 index 000000000..4ffa19b57 Binary files /dev/null and b/sound/direct_sound_samples/cries/uncomp_klefki.aif differ