mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-25 11:57:10 +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()
|
private void ReadMain()
|
||||||
{
|
{
|
||||||
NUD_Coin.Value = SAV.Coin;
|
NUD_Coin.Value = SAV.Coin;
|
||||||
|
NUD_Coin.Maximum = SAV.HGSS ? 9_999 : 50_000;
|
||||||
int[] FlyDestD;
|
int[] FlyDestD;
|
||||||
List<ComboItem> metLocationList;
|
List<ComboItem> metLocationList;
|
||||||
switch (SAV.Version)
|
switch (SAV.Version)
|
||||||
|
|
Loading…
Add table
Reference in a new issue