PokéRogue
    Preparing search index...
    • Matcher that checks if a Pokemon has a specific amount of HP.

      Parameters

      • this: MatcherState
      • received: unknown

        The object to check. Should be a Pokemon.

      • expectedHp: number

        The expected amount of HP the Pokemon has

      Returns SyncExpectationResult

      Whether the matcher passed