PokéRogue
    Preparing search index...
    • Filter a move pool, removing moves that are not allowed based on conditions

      Parameters

      • pool: Map<MoveId, number>

        The move pool to filter

      • isBoss: boolean

        Whether the Pokémon is a boss

      • hasTrainer: boolean

        Whether the Pokémon has a trainer

      Returns void