mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 17:15:28 -05:00
Apply trade memory when changing handlers for pk6
This commit is contained in:
@@ -47,6 +47,7 @@ public static void ApplyHandlingTrainerInfo(this ITrainerInfo SAV, PKM pk)
|
||||
{
|
||||
pk.Geo1_Country = SAV.Country;
|
||||
pk.Geo1_Region = SAV.SubRegion;
|
||||
((PK6)pk).TradeMemory(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user