mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-24 13:03:06 +00:00
parent
74ca7591ce
commit
b6d52f06ad
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ namespace PKHeX
|
||||||
{
|
{
|
||||||
if (species == 0)
|
if (species == 0)
|
||||||
return (Image)Resources.ResourceManager.GetObject("_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;
|
form = 0;
|
||||||
|
|
||||||
string file = "_" + species;
|
string file = "_" + species;
|
||||||
|
|
Loading…
Reference in a new issue