Add Silvally to constant sprite list

Closes #556
This commit is contained in:
Kaphotics 2016-12-02 10:10:27 -08:00 committed by GitHub
parent 74ca7591ce
commit b6d52f06ad

View file

@ -520,7 +520,7 @@ namespace PKHeX
{
if (species == 0)
return (Image)Resources.ResourceManager.GetObject("_0");
if (new[] { 778, 664, 665, 414, 493 }.Contains(species)) // Species who show their default sprite regardless of Form
if (new[] { 778, 664, 665, 414, 493, 773 }.Contains(species)) // Species who show their default sprite regardless of Form
form = 0;
string file = "_" + species;