mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-24 09:16:14 -05:00
parent
da8a538c73
commit
cd0f04eadd
|
|
@ -898,13 +898,13 @@ private void loadSAV(SaveFile sav, string path)
|
|||
BTN_Ribbons.Visible = SAV.Generation >= 3;
|
||||
CB_HPType.Enabled = CB_Form.Enabled = SAV.Generation >= 3;
|
||||
BTN_RerollPID.Visible = Label_PID.Visible = TB_PID.Visible = Label_SID.Visible = TB_SID.Visible = SAV.Generation >= 3;
|
||||
Label_IVs.Visible = SAV.Generation >= 3; // DVs appears instead
|
||||
|
||||
FLP_FriendshipForm.Visible = SAV.Generation >= 2;
|
||||
FLP_HeldItem.Visible = SAV.Generation >= 2;
|
||||
CHK_IsEgg.Visible = Label_Gender.Visible = SAV.Generation >= 2;
|
||||
FLP_PKRS.Visible = FLP_EggPKRSRight.Visible = SAV.Generation >= 2;
|
||||
Label_OTGender.Visible = SAV.Generation >= 2;
|
||||
Label_IVs.Visible = SAV.Generation >= 2; // DVs appears instead
|
||||
|
||||
if (SAV.Generation == 1)
|
||||
Label_IsShiny.Visible = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user