You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why add a flag to the Pokemon struct though? Is there a reason not to add it to SpeciesInfo instead?
Space in the Pokemon struct is super valuable imo, and that doesn't really feel like the right place for this anyway because it's not really a flag that you'd apply to each individual Pokémon, but a flag that should encompass the entire species.
pkmnsnfrn
changed the title
Species that do not count towards the Pokédex should have a flag in the Pokémon struct instead of using a static array
Species that do not count towards the Pokédex should have a flag in SpeciesInfo instead of using a static array
Jan 5, 2024
Why add a flag to the Pokemon struct though? Is there a reason not to add it to SpeciesInfo instead?
Space in the Pokemon struct is super valuable imo, and that doesn't really feel like the right place for this anyway because it's not really a flag that you'd apply to each individual Pokémon, but a flag that should encompass the entire species.
I'll figure this out tomorrow. Not a bugfix, so I assume that means it'd target upcoming? Or should we just push it to master so it can be in 1.7.2 since it deprecates something not currently in 1.7.1?
I'll figure this out tomorrow. Not a bugfix, so I assume that means it'd target upcoming? Or should we just push it to master so it can be in 1.7.2 since it deprecates something not currently in 1.7.1?
Description
Context: #3900 (comment)
ideally this would deprecate sRegionalNotCountedList .
Discord contact info
pkmnsnfrn
The text was updated successfully, but these errors were encountered: