diff --git a/src/phases.ts b/src/phases.ts index 0bbef602d17..56481502712 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -2942,6 +2942,7 @@ export class MoveEffectPhase extends PokemonPhase { if (moveHistoryEntry.result === MoveResult.PENDING) { moveHistoryEntry.result = MoveResult.MISS; } + user.pushMoveHistory(moveHistoryEntry); applyMoveAttrs(MissEffectAttr, user, null, move); continue; }