PokéRogue
    Preparing search index...
    • Filter a move pool, removing moves that are not allowed based on specific 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

      • pokemon: Pokemon

        The Pokémon having its moveset generated

      Returns void