mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 08:05:32 -05:00
Switch crystal detect to gender
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user