Hide batrev trainer/inventory buttons

Closes #2010
This commit is contained in:
Kurt 2018-06-16 07:52:45 -07:00
parent f8a1d26694
commit be3eeb4036

View file

@ -1044,7 +1044,7 @@ namespace PKHeX.WinForms.Controls
B_OpenLinkInfo.Enabled = sav.HasLink;
B_CGearSkin.Enabled = sav.Generation == 5;
B_OpenTrainerInfo.Enabled = B_OpenItemPouch.Enabled = sav.HasParty; // Box RS
B_OpenTrainerInfo.Enabled = B_OpenItemPouch.Enabled = sav.HasParty && !(SAV is SAV4BR); // Box RS & Battle Revolution
B_OpenMiscEditor.Enabled = sav is SAV3 || sav is SAV4 || sav is SAV5;
B_Roamer.Enabled = sav is SAV3;