PokéRogue
    Preparing search index...
    • Matcher to check the contents of a Pokemon's move history.

      Parameters

      • this: MatcherState
      • received: unknown

        The actual value received. Should be a Pokemon

      • expectedMove: MoveId | AtLeastOne<TurnMove>

        The MoveId the Pokemon is expected to have used, or a partially filled TurnMove containing the desired properties to check

      • index: number = 0

        The index of the move history entry to check, in order from most recent to least recent. Default 0 (last used move)

      Returns SyncExpectationResult

      Whether the matcher passed