mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 04:24:36 -05:00
parent
218c20d804
commit
26015b44bc
|
|
@ -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<ComboItem> metLocationList;
|
||||
switch (SAV.Version)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user