Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Trainers with Set Teams that include Slot Sub-Groups Cannot Spawn Unchosen Pokemon #5164

Open
Snailman11 opened this issue Jan 22, 2025 · 0 comments
Labels
P2 Bug Minor. Non crashing Incorrect move/ability/interaction

Comments

@Snailman11
Copy link
Collaborator

Snailman11 commented Jan 22, 2025

Describe the bug

Static Trainers that spawn random Pokemon of a specific type or species cannot choose a Pokemon whose species matches an unchosen Pokemon in their Party's sub-group.
Ex.

  • Lacey would spawn with either Alcremie or Granbull, and never both.
  LACEY: [ Species.EXCADRILL, Species.PRIMARINA, [ **Species.ALCREMIE, Species.GRANBULL** ], Species.WHIMSICOTT ],

This is because the game currently prevents duplicates regardless if the Pokemon in the sub-group actually made it onto the team or not.

Link to Discord's Bug Report (Team Flare Admin has 2 Liepard (Static trainer Party))
https://discord.com/channels/1125469663833370665/1320427835805925447

Reproduction

Spawns Aaron, who has two sets of ineligible Pokemon; Scizor, Kleavor and Vespiquen, Yanmega.
-Yanmega is excluded despite not being chosen

AARON: [[ Species.SCIZOR, Species.KLEAVOR ], Species.HERACROSS, [ Species.VESPIQUEN, Species.YANMEGA ], Species.DRAPION ],

    STARTING_WAVE_OVERRIDE: 182,

    STARTING_LEVEL_OVERRIDE: 500,

    SEED_OVERRIDE: string = "2UUohYUFD9fR1v2vKYpCtYYX",

Expected behavior

Enemy Trainers should be able to spawn with the Pokemon that was not chosen from their fixed-pokemon pools,

Screenshots / Videos

Aaron cannot spawn with both Yanmega and Vespiquen

Image

Session export file

No response

User data export file

No response

Additional context

Separated from ([Bug] Set-Party Trainers can Spawn with Duplicates of their Signature Pokemon #4893)
#4893

@Snailman11 Snailman11 added Triage The issue needs triage P2 Bug Minor. Non crashing Incorrect move/ability/interaction and removed Triage The issue needs triage labels Jan 22, 2025
@Snailman11 Snailman11 moved this from To triage to Ready in PokéRogue Bug Management Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 Bug Minor. Non crashing Incorrect move/ability/interaction
Projects
Status: Ready
Development

No branches or pull requests

1 participant