From 1aea5ac7deae4e5fe28176a0dd8cf2c7c61dc1d9 Mon Sep 17 00:00:00 2001 From: Kurt Date: Fri, 24 Nov 2017 16:21:52 -0800 Subject: [PATCH] Switch crystal detect to gender --- PKHeX.Core/PKM/PK2.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX.Core/PKM/PK2.cs b/PKHeX.Core/PKM/PK2.cs index 740a9b21b..53883fb4e 100644 --- a/PKHeX.Core/PKM/PK2.cs +++ b/PKHeX.Core/PKM/PK2.cs @@ -411,7 +411,7 @@ public PK7 ConvertToPK7() PID = Util.Rand32(), Ball = 4, MetDate = DateTime.Now, - Version = Met_Location != 0 ? (int)GameVersion.C : (int)GameVersion.SV, + Version = OT_Gender != 0 ? (int)GameVersion.C : (int)GameVersion.SV, Move1 = Move1, Move2 = Move2, Move3 = Move3,