mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 05:48:44 +00:00
parent
574a7f43a0
commit
cedf13c343
1 changed files with 4 additions and 4 deletions
|
@ -205,8 +205,8 @@ namespace PKHeX.Core
|
|||
else
|
||||
{
|
||||
int pthgss = PtHGSS ? value : 0; // only set to PtHGSS loc if encountered in game
|
||||
Egg_LocationDP = (ushort)pthgss;
|
||||
Egg_LocationExtended = (ushort)value;
|
||||
Egg_LocationDP = (ushort)value;
|
||||
Egg_LocationExtended = (ushort)pthgss;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -235,8 +235,8 @@ namespace PKHeX.Core
|
|||
else
|
||||
{
|
||||
int pthgss = PtHGSS ? value : 0; // only set to PtHGSS loc if encountered in game
|
||||
Met_LocationDP = (ushort)pthgss;
|
||||
Met_LocationExtended = (ushort)value;
|
||||
Met_LocationDP = (ushort)value;
|
||||
Met_LocationExtended = (ushort)pthgss;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue