mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-06-02 23:34:13 -05:00
parent
74ca7591ce
commit
b6d52f06ad
|
|
@ -520,7 +520,7 @@ public static Image getSprite(int species, int form, int gender, int item, bool
|
|||
{
|
||||
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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user