pokemon-rogue-battle
    Preparing search index...

    Function getDailyEventSeedStarters

    • Expects the seed to contain /starters\d{18}/ where the digits alternate between 4 digits for the species ID and 2 digits for the form index (left padded with 0s as necessary).

      Parameters

      • seed: string

      Returns null | Starter[]

      An array of Starters, or null if no valid match.