mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 16:48:01 +00:00
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:
parent
72a751b9ce
commit
c0cdf81ca5
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue