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:
Zhorken 2010-09-27 03:29:48 -04:00
parent ddca78c34d
commit 7a708b90bf

View file

@ -77,8 +77,8 @@ id,pokemon_id,introduced_in_version_group_id,name,is_default
76,493,8,water,0 76,493,8,water,0
77,172,3,,1 77,172,3,,1
78,172,10,spiky-eared,0 78,172,10,spiky-eared,0
79,550,11,red-stripe,1 79,550,11,red stripe,1
80,550,11,blue-stripe,0 80,550,11,blue stripe,0
81,555,11,normal,1 81,555,11,normal,1
82,555,11,daruma,0 82,555,11,daruma,0
83,585,11,spring,1 83,585,11,spring,1

1 id pokemon_id introduced_in_version_group_id name is_default
77 76 493 8 water 0
78 77 172 3 1
79 78 172 10 spiky-eared 0
80 79 550 11 red-stripe red stripe 1
81 80 550 11 blue-stripe blue stripe 0
82 81 555 11 normal 1
83 82 555 11 daruma 0
84 83 585 11 spring 1