mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 14:22:19 +02:00
Update src/field/pokemon.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
b7cc9a631c
commit
569dbfa236
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user