mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-06-03 00:24:14 -05:00
parent
e18a2cd774
commit
fdca3cb333
|
|
@ -528,6 +528,17 @@ public void FixMemories()
|
||||||
HT_Friendship = HT_Affection = HT_TextVar = HT_Memory = HT_Intensity = HT_Feeling = 0;
|
HT_Friendship = HT_Affection = HT_TextVar = HT_Memory = HT_Intensity = HT_Feeling = 0;
|
||||||
if (GenNumber < 6)
|
if (GenNumber < 6)
|
||||||
OT_Affection = OT_TextVar = OT_Memory = OT_Intensity = OT_Feeling = 0;
|
OT_Affection = OT_TextVar = OT_Memory = OT_Intensity = OT_Feeling = 0;
|
||||||
|
if (GenNumber >= 7)
|
||||||
|
{
|
||||||
|
HT_TextVar = HT_Memory = HT_Intensity = HT_Feeling =
|
||||||
|
OT_TextVar = OT_Memory = OT_Intensity = OT_Feeling = 0;
|
||||||
|
Geo1_Region = Geo1_Country =
|
||||||
|
Geo2_Region = Geo2_Country =
|
||||||
|
Geo3_Region = Geo3_Country =
|
||||||
|
Geo4_Region = Geo4_Country =
|
||||||
|
Geo5_Region = Geo5_Country = 0;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
Geo1_Region = Geo1_Country > 0 ? Geo1_Region : 0;
|
Geo1_Region = Geo1_Country > 0 ? Geo1_Region : 0;
|
||||||
Geo2_Region = Geo2_Country > 0 ? Geo2_Region : 0;
|
Geo2_Region = Geo2_Country > 0 ? Geo2_Region : 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user