PokemonTCG / pokemon-tcg-data

The data found within the Pokémon TCG API
449 stars 210 forks source link

Fixed Set legality and missing Pokedex Numbers #556

Closed ajakkes closed 1 day ago

ajakkes commented 5 days ago

Also fixes issue #550

fut20 is not standard legal anymore

SVP and SV7 where missing some Pokedex numbers These where missing: svp-144 svp-145 svp-146 svp-147 svp-149 svp-151 sv7-13 sv7-14 sv7-71 sv7-107 sv7-111 sv7-128 sv7-155 sv7-156 sv7-167 sv7-170 sv7-173

Cealgair commented 4 days ago

I don't know whether including commits from #291 and #509 is a good idea, given that they are two PRs that have been ignored for a long time

ajakkes commented 1 day ago

Thanks, @Cealgair

I did something wrong I understand now. I should have made this commit: c271849 part of a separate branch and then pull it to my main branch. And give a pull request for that branch to the main branch here.

Now i have to figure out how to move the commit to a separate branch.