Update src/field/pokemon.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Lylian BALL 2025-03-31 18:02:09 +02:00 committed by GitHub
parent b7cc9a631c
commit 569dbfa236
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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<void> {
return new Promise(resolve => {