diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index 3ef72331c..81ea80938 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -134,7 +134,7 @@ export class TrappedTag extends BattlerTag { export class FlinchedTag extends BattlerTag { constructor(sourceMove: Moves) { - super(BattlerTagType.FLINCHED, BattlerTagLapseType.MOVE, 0, sourceMove); + super(BattlerTagType.FLINCHED, BattlerTagLapseType.PRE_MOVE, 0, sourceMove); } onAdd(pokemon: Pokemon): void {