Switch crystal detect to gender

This commit is contained in:
Kurt
2017-11-24 16:21:52 -08:00
parent bb5456bf9d
commit 1aea5ac7de

View File

@@ -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,