mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 20:43:07 +00:00
parent
218c20d804
commit
26015b44bc
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ namespace PKHeX.WinForms
|
|||
private void ReadMain()
|
||||
{
|
||||
NUD_Coin.Value = SAV.Coin;
|
||||
NUD_Coin.Maximum = SAV.HGSS ? 9_999 : 50_000;
|
||||
int[] FlyDestD;
|
||||
List<ComboItem> metLocationList;
|
||||
switch (SAV.Version)
|
||||
|
|
Loading…
Reference in a new issue