diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index 720f72eb007..1daad801118 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -1302,7 +1302,7 @@ export class EncoreTag extends MoveRestrictionBattlerTag { } // Use the prior move in the moveset. - // Bang is justified as `canAdd` returns false if not possible + // Bang is justified as `canAdd` returns false if not found const movesetMove = pokemon.getMoveset().find(m => m.moveId === this.moveId)!; const moveTargets = getMoveTargets(pokemon, this.moveId);