From 569dbfa236876375b89cd1f6ff5479aa8eeddb30 Mon Sep 17 00:00:00 2001 From: Lylian BALL <131535108+PyGaVS@users.noreply.github.com> Date: Mon, 31 Mar 2025 18:02:09 +0200 Subject: [PATCH] Update src/field/pokemon.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/field/pokemon.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index 7a3b7eec317..d0247ee788c 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -786,7 +786,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { abstract getBattlerIndex(): BattlerIndex; /** - * @param {boolean} useIllusion - Whether we want the illusion or not. + * @param useIllusion - Whether we want the illusion or not. */ loadAssets(ignoreOverride: boolean = true, useIllusion: boolean = false): Promise { return new Promise(resolve => {