mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-10 18:46:59 -05:00
Fix inverted setShinyPID copying EC
Thanks JSS!
This commit is contained in:
@@ -2105,7 +2105,7 @@ private void updateShinyPID(object sender, EventArgs e)
|
||||
pkm.setShinyPID();
|
||||
TB_PID.Text = pkm.PID.ToString("X8");
|
||||
|
||||
if (pkm.Format >= 6)
|
||||
if (pkm.Format < 6)
|
||||
TB_EC.Text = TB_PID.Text;
|
||||
|
||||
getQuickFiller(dragout);
|
||||
|
||||
Reference in New Issue
Block a user