mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +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,
|
||||
HyperTrainFlags = HyperTrainFlags,
|
||||
|
||||
// todo: locale?
|
||||
Country = Country,
|
||||
Region = Region,
|
||||
ConsoleRegion = ConsoleRegion,
|
||||
// Locale does not transfer. All Zero
|
||||
// Country = Country,
|
||||
// Region = Region,
|
||||
// ConsoleRegion = ConsoleRegion,
|
||||
|
||||
// todo: memories
|
||||
OT_Memory = OT_Memory,
|
||||
|
|
Loading…
Reference in a new issue