mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 22:54:14 +00:00
parent
29f73993b1
commit
19f9765752
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@ namespace PKHeX.Core
|
|||
if (SpeciesID1 == updated)
|
||||
return;
|
||||
|
||||
SpeciesID1 = updated;
|
||||
|
||||
Type_A = PersonalInfo.Type1;
|
||||
Type_B = PersonalInfo.Type2;
|
||||
|
||||
|
|
Loading…
Reference in a new issue