Add lure ball to ball color table

This commit is contained in:
Kurt 2019-06-22 20:00:17 -07:00
parent 7104f42f56
commit 59ddd4b3dd

View file

@ -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 },