mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-24 04:53:08 +00:00
Fix OT Gender not being set on 5->6
This commit is contained in:
parent
e8c1fb662d
commit
52b0b107f9
1 changed files with 1 additions and 0 deletions
|
@ -577,6 +577,7 @@ namespace PKHeX
|
|||
// Write the Memories, Friendship, and Origin!
|
||||
pk6.CurrentHandler = 1;
|
||||
pk6.HT_Name = Converter.OT_Name;
|
||||
pk6.HT_Gender = Converter.OT_Gender;
|
||||
pk6.Geo1_Region = Converter.Region;
|
||||
pk6.Geo1_Country = Converter.Country;
|
||||
pk6.HT_Intensity = 1;
|
||||
|
|
Loading…
Reference in a new issue