diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index 646ec44b2d2..ab24d5bd867 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -909,6 +909,10 @@ export class FrenzyTag extends BattlerTag { } } +/** + * Applies the effects of the move Encore onto the target Pokemon + * Encore forces the target Pokemon to use its most-recent move for 3 turns + */ export class EncoreTag extends MoveRestrictionBattlerTag { public moveId: Moves;