diff --git a/src/data/ability.ts b/src/data/ability.ts index 2f6e57a57b0..42f1b8beed6 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -5798,12 +5798,12 @@ export function applyPostSummonAbAttrs( export function applyPreSummonAbAttrs( attrType: Constructor, - pokemon: Pokemon, + pokemon: Pokemon, ...args: any[] ): void { applyAbAttrsInternal( - attrType, - pokemon, + attrType, + pokemon, (attr, passive) => attr.applyPreSummon(pokemon, passive, args), args ); }