mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-14 16:27:21 +00:00
Add lure ball to ball color table
This commit is contained in:
parent
7104f42f56
commit
59ddd4b3dd
1 changed files with 2 additions and 2 deletions
|
@ -128,8 +128,8 @@ namespace PKHeX.Core
|
|||
/// </summary>
|
||||
private static readonly Dictionary<PersonalColor, Ball[]> BallColors = new Dictionary<PersonalColor, Ball[]>
|
||||
{
|
||||
[PersonalColor.Red] = new[] { Cherish, Repeat, Fast, Heal, Great, Dream },
|
||||
[PersonalColor.Blue] = new[] { Dive, Net, Great, Beast },
|
||||
[PersonalColor.Red] = new[] { Cherish, Repeat, Fast, Heal, Great, Dream, Lure },
|
||||
[PersonalColor.Blue] = new[] { Dive, Net, Great, Beast, Lure },
|
||||
[PersonalColor.Yellow] = new[] { Level, Ultra, Repeat, Quick, Moon },
|
||||
[PersonalColor.Green] = new[] { Safari, Friend, Nest, Dusk },
|
||||
[PersonalColor.Black] = new[] { Luxury, Heavy, Ultra, Moon, Net, Beast },
|
||||
|
|
Loading…
Reference in a new issue