diff --git a/PKHeX.WinForms/Subforms/Save Editors/Gen4/SAV_Misc4.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen4/SAV_Misc4.cs index 5f9de108a..9f271417f 100644 --- a/PKHeX.WinForms/Subforms/Save Editors/Gen4/SAV_Misc4.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen4/SAV_Misc4.cs @@ -100,6 +100,7 @@ private void B_Cancel_Click(object sender, EventArgs e) private void ReadMain() { NUD_Coin.Value = SAV.Coin; + NUD_Coin.Maximum = SAV.HGSS ? 9_999 : 50_000; int[] FlyDestD; List metLocationList; switch (SAV.Version)