diff --git a/src/data/move.ts b/src/data/move.ts index 5e2fbb5e207..2efedd2bedf 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -6311,6 +6311,7 @@ export function initMoves() { .attr(ResistLastMoveTypeAttr) .partial(), // Checks the move's original typing and not if its type is changed through some other means new AttackMove(Moves.AEROBLAST, Type.FLYING, MoveCategory.SPECIAL, 100, 95, 5, -1, 0, 2) + .windMove() .attr(HighCritAttr), new StatusMove(Moves.COTTON_SPORE, Type.GRASS, 100, 40, -1, 0, 2) .attr(StatChangeAttr, BattleStat.SPD, -2)