Merge pull request #332 from Parnassius/fix-zygarde

zygarde-10 was added to the database along with the Let's Go rip, but the form was actually introduced in sun/moon. We need to backdate it.
This commit is contained in:
Andrew Ekstedt 2021-03-24 20:22:57 -07:00 committed by GitHub
commit ba0409362a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -4921,6 +4921,7 @@ pokemon_form_id,generation_id,game_index
10337,8,0
10338,8,0
10339,8,0
10340,7,0
10340,8,0
10341,8,0
10342,8,0

1 pokemon_form_id generation_id game_index
4921 10337 8 0
4922 10338 8 0
4923 10339 8 0
4924 10340 7 0
4925 10340 8 0
4926 10341 8 0
4927 10342 8 0

View File

@ -1236,7 +1236,7 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
10337,darmanitan-galar-zen,galar-zen,10178,20,1,0,0,4,729
10338,yamask-galar,galar,10179,20,1,0,0,2,737
10339,stunfisk-galar,galar,10180,20,1,0,0,2,800
10340,zygarde-10,10,10181,20,1,0,0,2,1001
10340,zygarde-10,10,10181,17,1,0,0,2,1001
10341,cramorant-gulping,gulping,10182,20,1,0,0,2,1186
10342,cramorant-gorging,gorging,10183,20,1,0,0,3,1187
10343,toxtricity-low-key,low-key,10184,20,1,0,0,2,1192

1 id identifier form_identifier pokemon_id introduced_in_version_group_id is_default is_battle_only is_mega form_order order
1236 10337 darmanitan-galar-zen galar-zen 10178 20 1 0 0 4 729
1237 10338 yamask-galar galar 10179 20 1 0 0 2 737
1238 10339 stunfisk-galar galar 10180 20 1 0 0 2 800
1239 10340 zygarde-10 10 10181 20 17 1 0 0 2 1001
1240 10341 cramorant-gulping gulping 10182 20 1 0 0 2 1186
1241 10342 cramorant-gorging gorging 10183 20 1 0 0 3 1187
1242 10343 toxtricity-low-key low-key 10184 20 1 0 0 2 1192