mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-14 00:07:15 +00:00
parent
3e1bc1f59d
commit
7e8a1a58d1
1 changed files with 1 additions and 0 deletions
|
@ -490,6 +490,7 @@ namespace PKHeX.Core
|
|||
SetAltFormDisplayed(species, (byte)form);
|
||||
if (shiny)
|
||||
SetDisplayShiny(species);
|
||||
SetGenderDisplayed(species, (uint)g);
|
||||
}
|
||||
|
||||
var count = GetBattledCount(species);
|
||||
|
|
Loading…
Reference in a new issue