mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Fix B&W sprites for 585, 586, 649.
They were all missing a named image for the default form. 585 and 586 were inconsistent about fall/autumn. 649 had a couple sprites mislabled.
This commit is contained in:
parent
5dcb4eb720
commit
f6c1766a4f
1 changed files with 5 additions and 5 deletions
|
@ -83,16 +83,16 @@ id,pokemon_id,introduced_in_version_group_id,name,is_default
|
||||||
82,555,11,blue,0
|
82,555,11,blue,0
|
||||||
83,585,11,spring,1
|
83,585,11,spring,1
|
||||||
84,585,11,summer,0
|
84,585,11,summer,0
|
||||||
85,585,11,fall,0
|
85,585,11,autumn,0
|
||||||
86,585,11,winter,0
|
86,585,11,winter,0
|
||||||
87,586,11,spring,1
|
87,586,11,spring,1
|
||||||
88,586,11,summer,0
|
88,586,11,summer,0
|
||||||
89,586,11,fall,0
|
89,586,11,autumn,0
|
||||||
90,586,11,winter,0
|
90,586,11,winter,0
|
||||||
91,648,11,unred,1
|
91,648,11,unred,1
|
||||||
92,648,11,red,0
|
92,648,11,red,0
|
||||||
93,649,11,yellow,1
|
93,649,11,orange,1
|
||||||
94,649,11,blue,0
|
94,649,11,blue,0
|
||||||
95,649,11,green,0
|
95,649,11,red,0
|
||||||
96,649,11,red,0
|
96,649,11,yellow,0
|
||||||
97,649,11,white,0
|
97,649,11,white,0
|
||||||
|
|
|
Loading…
Reference in a new issue