[Misc] Blacklist more dynamic phases (#6585)

This commit is contained in:
Dean 2025-09-21 12:05:13 -07:00 committed by GitHub
parent d3edfb25a1
commit 1c9843618c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,11 @@ const nonDynamicPokemonPhases: readonly PhaseString[] = [
"VictoryPhase",
"PokemonHealPhase",
"WeatherEffectPhase",
"ShowAbilityPhase",
"HideAbilityPhase",
"ExpPhase",
"ShowPartyExpBarPhase",
"HidePartyExpBarPhase",
] as const;
/**