mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-25 04:27:26 -05:00
Fix friendship reverting
changing how the code worked ;)
This commit is contained in:
@@ -3233,7 +3233,7 @@ private void updateIsEgg(object sender, EventArgs e)
|
||||
if (!CHK_Nicknamed.Checked)
|
||||
updateNickname(null, null);
|
||||
|
||||
TB_Friendship.Text = ((int)PKX.Friendship().Rows[Util.getIndex(CB_Species)][1]).ToString();
|
||||
TB_Friendship.Text = PKX.getBaseFriendship(Util.getIndex(CB_Species)).ToString();
|
||||
|
||||
if (CB_EggLocation.SelectedIndex == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user