Restored encourageEncore flag to non-volatile status effects (#8387)

This commit is contained in:
Eduardo Quezada 2025-11-29 15:26:58 -03:00 committed by GitHub
parent 6ccce4342b
commit 0611cbe274
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,7 @@ const struct BattleMoveEffect gBattleMoveEffects[NUM_BATTLE_MOVE_EFFECTS] =
{
.battleScript = BattleScript_EffectNonVolatileStatus,
.battleTvScore = 0, // Handled within the battle TV functions
.encourageEncore = TRUE,
},
[EFFECT_ABSORB] =