mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-06-02 23:34:13 -05:00
commit
a2c5870deb
|
|
@ -994,8 +994,8 @@ private void openSAV(SaveFile sav, string path)
|
|||
|
||||
PB_MarkPentagon.Visible = SAV.Generation >= 6;
|
||||
PB_MarkAlola.Visible = SAV.Generation >= 7;
|
||||
TB_Secure1.Visible = TB_Secure2.Visible = L_GameSync.Visible = L_Secure1.Visible = L_Secure2.Visible = SAV.Exportable && SAV.Generation >= 6;
|
||||
TB_GameSync.Visible = SAV.Exportable && SAV.Generation == 6;
|
||||
TB_Secure1.Visible = TB_Secure2.Visible = L_Secure1.Visible = L_Secure2.Visible = SAV.Exportable && SAV.Generation >= 6;
|
||||
TB_GameSync.Visible = L_GameSync.Visible = SAV.Exportable && SAV.Generation >= 6;
|
||||
|
||||
FLP_NSparkle.Visible = L_NSparkle.Visible = CHK_NSparkle.Visible = SAV.Generation == 5;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user