diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index d7216fd3835..02527abc0de 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -533,7 +533,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { } /** - * @param {boolean} useIllusion - Whether we want the fake name or the real name of the Pokemon (for Illusion ability). + * @param useIllusion - Whether we want the fake name or the real name of the Pokemon (for Illusion ability). */ getNameToRender(useIllusion = true) { const name: string =