mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 06:20:25 +00:00
Don't transfer locale
This commit is contained in:
parent
217156d2b9
commit
435953f4e1
1 changed files with 4 additions and 4 deletions
|
@ -561,10 +561,10 @@ namespace PKHeX.Core
|
||||||
OT_Gender = OT_Gender,
|
OT_Gender = OT_Gender,
|
||||||
HyperTrainFlags = HyperTrainFlags,
|
HyperTrainFlags = HyperTrainFlags,
|
||||||
|
|
||||||
// todo: locale?
|
// Locale does not transfer. All Zero
|
||||||
Country = Country,
|
// Country = Country,
|
||||||
Region = Region,
|
// Region = Region,
|
||||||
ConsoleRegion = ConsoleRegion,
|
// ConsoleRegion = ConsoleRegion,
|
||||||
|
|
||||||
// todo: memories
|
// todo: memories
|
||||||
OT_Memory = OT_Memory,
|
OT_Memory = OT_Memory,
|
||||||
|
|
Loading…
Reference in a new issue