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

Make Hisuian forms (incl. Basculin-White) illegal in SwSh and USUM #17

Open
penelopeysm opened this issue Nov 13, 2023 · 0 comments
Open
Labels
data Errors in the data itself.

Comments

@penelopeysm
Copy link
Owner

penelopeysm commented Nov 13, 2023

Temporarily patched:

DELETE FROM learnsets WHERE pokemon_id IN (SELECT id FROM pokemon WHERE unique_name LIKE '%_hisui') AND game_id IN (SELECT id FROM games WHERE name = 'SwSh');
DELETE FROM learnsets WHERE pokemon_id IN (SELECT id FROM pokemon WHERE unique_name = 'basculin-white-striped') AND game_id IN (SELECT id FROM games WHERE name = 'SwSh');
DELETE FROM learnsets WHERE pokemon_id IN (SELECT id FROM pokemon WHERE unique_name = 'basculin-white-striped') AND game_id IN (SELECT id FROM games WHERE name = 'USUM');

But we want to fix this at the csv level

Also Tauros forms ((Combat|Blaze|Aqua) Breed).

@penelopeysm penelopeysm added the data Errors in the data itself. label Nov 13, 2023
@penelopeysm penelopeysm changed the title Make Hisuian forms illegal in SwSh Make Hisuian forms (incl. Basculin-White) illegal in SwSh Nov 13, 2023
@penelopeysm penelopeysm changed the title Make Hisuian forms (incl. Basculin-White) illegal in SwSh Make Hisuian forms (incl. Basculin-White) illegal in SwSh and USUM Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data Errors in the data itself.
Projects
None yet
Development

No branches or pull requests

1 participant