From 068becc05052f5981a32dcbb14c1141ccae092c8 Mon Sep 17 00:00:00 2001 From: Kurt Date: Sun, 16 Nov 2014 08:13:52 -0800 Subject: [PATCH] Fix friendship reverting changing how the code worked ;) --- PKX/f1-Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKX/f1-Main.cs b/PKX/f1-Main.cs index b33c1b89b..d0479f3d3 100644 --- a/PKX/f1-Main.cs +++ b/PKX/f1-Main.cs @@ -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) {