mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 20:43:07 +00:00
parent
90f1d0cb09
commit
7b993d731a
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ namespace PKHeX.WinForms
|
|||
CB_TextSpeed.SelectedIndex = sav1.TextSpeed;
|
||||
|
||||
MT_PikaFriend.Text = sav1.PikaFriendship.ToString();
|
||||
if (SAV.Version == GameVersion.RB)
|
||||
MT_PikaFriend.Visible = false;
|
||||
}
|
||||
|
||||
if (SAV is SAV2 sav2)
|
||||
|
|
Loading…
Reference in a new issue