mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Set forms_switchable for new Pokémon.
This commit is contained in:
parent
a4fa214abe
commit
bfab0b6a10
1 changed files with 3 additions and 3 deletions
|
@ -674,12 +674,12 @@ id,identifier,generation_id,evolves_from_species_id,evolution_chain_id,color_id,
|
||||||
673,gogoat,6,672,345,1,1,,4,0,0,0,0,0,1,0,674,
|
673,gogoat,6,672,345,1,1,,4,0,0,0,0,0,1,0,674,
|
||||||
674,pancham,6,,346,1,1,,4,0,0,0,0,0,1,0,675,
|
674,pancham,6,,346,1,1,,4,0,0,0,0,0,1,0,675,
|
||||||
675,pangoro,6,674,346,1,1,,4,0,0,0,0,0,1,0,676,
|
675,pangoro,6,674,346,1,1,,4,0,0,0,0,0,1,0,676,
|
||||||
676,furfrou,6,,347,1,1,,4,0,0,0,0,0,1,0,677,
|
676,furfrou,6,,347,1,1,,4,0,0,0,0,0,1,1,677,
|
||||||
677,espurr,6,,348,1,1,,4,0,0,0,0,0,1,0,678,
|
677,espurr,6,,348,1,1,,4,0,0,0,0,0,1,0,678,
|
||||||
678,meowstic,6,677,348,1,1,,4,0,0,0,0,1,1,0,679,
|
678,meowstic,6,677,348,1,1,,4,0,0,0,0,1,1,0,679,
|
||||||
679,honedge,6,,349,1,1,,4,0,0,0,0,0,1,0,680,
|
679,honedge,6,,349,1,1,,4,0,0,0,0,0,1,0,680,
|
||||||
680,doublade,6,679,349,1,1,,4,0,0,0,0,0,1,0,681,
|
680,doublade,6,679,349,1,1,,4,0,0,0,0,0,1,0,681,
|
||||||
681,aegislash,6,680,349,1,1,,4,0,0,0,0,0,1,0,682,
|
681,aegislash,6,680,349,1,1,,4,0,0,0,0,0,1,1,682,
|
||||||
682,spritzee,6,,350,1,1,,4,0,0,0,0,0,1,0,683,
|
682,spritzee,6,,350,1,1,,4,0,0,0,0,0,1,0,683,
|
||||||
683,aromatisse,6,682,350,1,1,,4,0,0,0,0,0,1,0,684,
|
683,aromatisse,6,682,350,1,1,,4,0,0,0,0,0,1,0,684,
|
||||||
684,swirlix,6,,351,1,1,,4,0,0,0,0,0,1,0,685,
|
684,swirlix,6,,351,1,1,,4,0,0,0,0,0,1,0,685,
|
||||||
|
@ -714,6 +714,6 @@ id,identifier,generation_id,evolves_from_species_id,evolution_chain_id,color_id,
|
||||||
713,avalugg,6,712,366,1,1,,4,0,0,0,0,0,1,0,713,
|
713,avalugg,6,712,366,1,1,,4,0,0,0,0,0,1,0,713,
|
||||||
714,noibat,6,,367,1,1,,4,0,0,0,0,0,1,0,714,
|
714,noibat,6,,367,1,1,,4,0,0,0,0,0,1,0,714,
|
||||||
715,noivern,6,714,367,1,1,,4,0,0,0,0,0,1,0,715,
|
715,noivern,6,714,367,1,1,,4,0,0,0,0,0,1,0,715,
|
||||||
716,xerneas,6,,368,1,1,,-1,0,0,0,0,0,1,0,716,
|
716,xerneas,6,,368,1,1,,-1,0,0,0,0,0,1,1,716,
|
||||||
717,yveltal,6,,369,1,1,,-1,0,0,0,0,0,1,0,717,
|
717,yveltal,6,,369,1,1,,-1,0,0,0,0,0,1,0,717,
|
||||||
718,zygarde,6,,370,1,1,,-1,0,0,0,0,0,1,0,718,
|
718,zygarde,6,,370,1,1,,-1,0,0,0,0,0,1,0,718,
|
||||||
|
|
|
Loading…
Reference in a new issue