Include Memento effect in IsStatLoweringEffect (#4386)

This commit is contained in:
PCG 2024-04-14 02:24:59 +05:30 committed by GitHub
parent 65bee290ea
commit a8a8344ba2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2049,6 +2049,7 @@ bool32 IsStatLoweringEffect(u32 effect)
case EFFECT_TICKLE:
case EFFECT_CAPTIVATE:
case EFFECT_NOBLE_ROAR:
case EFFECT_MEMENTO:
return TRUE;
default:
return FALSE;