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:
parent
b66738ff8d
commit
571d7bc436
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue