Default LGPE backgrounds to clean

Could iterate up and use the xy special backgrounds; just keep em simple
ty @sora10pls for pointing out this unintended behavior
This commit is contained in:
Kurt 2019-10-02 20:11:17 -07:00
parent 72a751b9ce
commit c0cdf81ca5

View file

@ -20,7 +20,7 @@ namespace PKHeX.Core
{
case 8:
return "swsh";
case 7:
case 7 when !GG.Contains(version):
return "xy";
case 6:
return ORAS.Contains(version) && index > 16 ? "ao" : "xy";