mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-06-03 05:59:40 -05:00
Hide giveall new count tweaks on gen3
Added in a recent commit, needs to be hidden with the button
This commit is contained in:
parent
7404a65c15
commit
e183db7fdd
|
|
@ -12,7 +12,7 @@ public SAV_Inventory()
|
|||
InitializeComponent();
|
||||
Util.TranslateInterface(this, Main.curlanguage);
|
||||
if (SAV.Generation <= 3)
|
||||
B_GiveAll.Visible = false;
|
||||
NUD_Count.Visible = L_Count.Visible = B_GiveAll.Visible = false;
|
||||
itemlist = Main.GameStrings.getItemStrings(SAV.Generation, SAV.Version);
|
||||
|
||||
for (int i = 0; i < itemlist.Length; i++)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user