mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Remove some extraneous form names that broke lookup
This commit is contained in:
parent
74e22520db
commit
a6b7b426c2
2 changed files with 6 additions and 6 deletions
|
@ -983,7 +983,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
|
||||||
735,6,,
|
735,6,,
|
||||||
735,7,,
|
735,7,,
|
||||||
735,8,,
|
735,8,,
|
||||||
735,9,,Gumshoos
|
735,9,,
|
||||||
735,11,,
|
735,11,,
|
||||||
735,12,,
|
735,12,,
|
||||||
738,1,,
|
738,1,,
|
||||||
|
@ -993,7 +993,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
|
||||||
738,6,,
|
738,6,,
|
||||||
738,7,,
|
738,7,,
|
||||||
738,8,,
|
738,8,,
|
||||||
738,9,,Vikavolt
|
738,9,,
|
||||||
738,11,,
|
738,11,,
|
||||||
738,12,,
|
738,12,,
|
||||||
741,1,めらめらスタイル,
|
741,1,めらめらスタイル,
|
||||||
|
@ -1063,7 +1063,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
|
||||||
754,6,,
|
754,6,,
|
||||||
754,7,,
|
754,7,,
|
||||||
754,8,,
|
754,8,,
|
||||||
754,9,,Lurantis
|
754,9,,
|
||||||
754,11,,
|
754,11,,
|
||||||
754,12,,
|
754,12,,
|
||||||
758,1,,
|
758,1,,
|
||||||
|
@ -1113,7 +1113,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
|
||||||
784,6,,
|
784,6,,
|
||||||
784,7,,
|
784,7,,
|
||||||
784,8,,
|
784,8,,
|
||||||
784,9,,Kommo’o
|
784,9,,
|
||||||
784,11,,
|
784,11,,
|
||||||
784,12,,
|
784,12,,
|
||||||
800,1,,
|
800,1,,
|
||||||
|
@ -1133,7 +1133,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
|
||||||
801,6,,
|
801,6,,
|
||||||
801,7,,
|
801,7,,
|
||||||
801,8,,
|
801,8,,
|
||||||
801,9,,Magearna
|
801,9,,
|
||||||
801,11,,
|
801,11,,
|
||||||
801,12,,
|
801,12,,
|
||||||
10001,1,B,
|
10001,1,B,
|
||||||
|
|
|
|
@ -718,7 +718,7 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
|
||||||
717,yveltal,,717,15,1,0,0,1,969
|
717,yveltal,,717,15,1,0,0,1,969
|
||||||
718,zygarde,,718,15,1,0,0,1,970
|
718,zygarde,,718,15,1,0,0,1,970
|
||||||
719,diancie,,719,15,1,0,0,1,974
|
719,diancie,,719,15,1,0,0,1,974
|
||||||
720,hoopa,,720,15,1,0,0,1,976
|
720,hoopa,confined,720,15,1,0,0,1,976
|
||||||
721,volcanion,,721,15,1,0,0,1,978
|
721,volcanion,,721,15,1,0,0,1,978
|
||||||
722,rowlet,,722,17,1,0,0,1,979
|
722,rowlet,,722,17,1,0,0,1,979
|
||||||
723,dartrix,,723,17,1,0,0,1,980
|
723,dartrix,,723,17,1,0,0,1,980
|
||||||
|
|
|
Loading…
Reference in a new issue