Fix silent Oricorio Pom-Pom cry (#4551)

* Fix Oricorio Pom-Pom silent cry

* Silly mistake, thanks for pointing it out
This commit is contained in:
Cafei 2024-05-12 23:45:34 +04:00 committed by GitHub
parent b66738ff8d
commit 571d7bc436
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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