mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-16 00:58:01 +00:00
Add dream ball incense breeds
Unbans dream ball species that acquired via breeding while holding incense. Closes #876.
This commit is contained in:
parent
08436babfa
commit
19bdcf518e
1 changed files with 3 additions and 0 deletions
|
@ -623,6 +623,9 @@ namespace PKHeX.Core
|
|||
577, // Solosis
|
||||
582, // Vanillite
|
||||
595, // Joltik
|
||||
|
||||
// Via Incense Breeding
|
||||
298, 360, 406, 433, 438, 439, 440, 446, 458,
|
||||
};
|
||||
internal static readonly int[] Ban_DreamHidden =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue