mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-13 19:26:31 -05:00
Update PKMEditor.cs
This commit is contained in:
@@ -495,10 +495,10 @@ private static Image GetOriginSprite(PKM pkm)
|
||||
// Specific Markings
|
||||
if (pkm.VC)
|
||||
return Properties.Resources.gen_vc;
|
||||
if (pkm.GG)
|
||||
return Properties.Resources.gen_gg;
|
||||
if (pkm.GO)
|
||||
return Properties.Resources.gen_go;
|
||||
if (pkm.GG) // LGP/E -- GO already returned above.
|
||||
return Properties.Resources.gen_gg;
|
||||
|
||||
// Lumped Generations
|
||||
if (pkm.Gen6)
|
||||
|
||||
Reference in New Issue
Block a user