mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Whoops. Also rename these forms' sprites to match.
Also fix shikijika, mebukijika, and genosekuto's alt-form icons, even though they aren't used anywhere, and fix their cropped sprites. ... Also fix basurao's entries in the pokemon_form_sprites table. Apparently pokemon_form_sprites isn't for form sprites, but for what Eevee calls """sprite forms""". So the form names are form names, and not just for image filenames. So the space versus hyphen matters for flavour page links.
This commit is contained in:
parent
ddca78c34d
commit
7a708b90bf
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ id,pokemon_id,introduced_in_version_group_id,name,is_default
|
|||
76,493,8,water,0
|
||||
77,172,3,,1
|
||||
78,172,10,spiky-eared,0
|
||||
79,550,11,red-stripe,1
|
||||
80,550,11,blue-stripe,0
|
||||
79,550,11,red stripe,1
|
||||
80,550,11,blue stripe,0
|
||||
81,555,11,normal,1
|
||||
82,555,11,daruma,0
|
||||
83,585,11,spring,1
|
||||
|
|
|
Loading…
Reference in a new issue