Allow Power Construct Animation (#9298)

This commit is contained in:
KnightGallade 2026-02-22 15:14:03 +01:00 committed by GitHub
parent 433c4aff68
commit 484eef4143
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5538,6 +5538,7 @@ static void PlayAnimation(u32 battler, u8 animId, const u16 *argPtr, const u8 *n
|| animId == B_ANIM_FORM_CHANGE
|| animId == B_ANIM_SUBSTITUTE_FADE
|| animId == B_ANIM_PRIMAL_REVERSION
|| animId == B_ANIM_POWER_CONSTRUCT
|| animId == B_ANIM_ULTRA_BURST
|| animId == B_ANIM_TERA_CHARGE
|| animId == B_ANIM_TERA_ACTIVATE)