From 571d7bc43654d30b2de766115341be7e9d7b336f Mon Sep 17 00:00:00 2001 From: Cafei <46283144+cafei-uh@users.noreply.github.com> Date: Sun, 12 May 2024 23:45:34 +0400 Subject: [PATCH] Fix silent Oricorio Pom-Pom cry (#4551) * Fix Oricorio Pom-Pom silent cry * Silly mistake, thanks for pointing it out --- sound/cry_tables.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/cry_tables.inc b/sound/cry_tables.inc index c98e0ec746..13cb51f53c 100644 --- a/sound/cry_tables.inc +++ b/sound/cry_tables.inc @@ -1786,7 +1786,7 @@ gCryTable:: .endif @ P_FAMILY_CRABRAWLER .if P_FAMILY_ORICORIO == TRUE cry Cry_OricorioBaile - cry Cry_OricorioPomPom + cry_uncomp Cry_OricorioPomPom @ Cannot be heard unless we use cry_uncomp here. cry Cry_OricorioPau cry Cry_OricorioSensu .endif @ P_FAMILY_ORICORIO @@ -4212,7 +4212,7 @@ gCryTable_Reverse:: .endif @ P_FAMILY_CRABRAWLER .if P_FAMILY_ORICORIO == TRUE cry_reverse Cry_OricorioBaile - cry_reverse Cry_OricorioPomPom + cry_reverse_uncomp Cry_OricorioPomPom @ Cannot be heard unless we use cry_reverse_uncomp here. cry_reverse Cry_OricorioPau cry_reverse Cry_OricorioSensu .endif @ P_FAMILY_ORICORIO