diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index ae547a12319..7a3b7eec317 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -693,9 +693,6 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { /** * Generate an illusion of the last pokemon in the party, as other wild pokemon in the area. - * - * @param {Pokemon} pokemon - The Pokemon that will create an illusion. - * @param {Pokemon[]} party - The party of the trainer's pokemon. */ generateIllusion(): boolean { if (this.hasTrainer()) {