mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-14 07:45:14 -05:00
Misc tweaks
repoint to contains
This commit is contained in:
@@ -22,7 +22,7 @@ public void SetScreenedValue(string[] arr)
|
||||
private const char Require = '=';
|
||||
private const char Apply = '.';
|
||||
private const char SplitRange = ',';
|
||||
private const char SplitInstruction = '=';
|
||||
public const char SplitInstruction = '=';
|
||||
|
||||
// Extra Functionality
|
||||
private int Min, Max;
|
||||
|
||||
@@ -63,7 +63,7 @@ public SAV_SimpleTrainer(SaveFile sav)
|
||||
CB_TextSpeed.SelectedIndex = sav1.TextSpeed;
|
||||
|
||||
MT_PikaFriend.Text = sav1.PikaFriendship.ToString();
|
||||
if (SAV.Version == GameVersion.RB)
|
||||
if (!SAV.Version.Contains(GameVersion.YW))
|
||||
MT_PikaFriend.Visible = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user