mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-22 20:13:06 +00:00
Update BoxWallpaper.cs
This commit is contained in:
parent
d6171669e4
commit
e9f0552152
1 changed files with 1 additions and 4 deletions
|
@ -95,10 +95,7 @@ namespace PKHeX.Drawing
|
|||
case 8:
|
||||
return wallpaperID switch
|
||||
{
|
||||
3 => true,
|
||||
11 => true,
|
||||
15 => true,
|
||||
_ => false,
|
||||
_ => true, // Bad contrast with lots of void space, better to just highlight the shiny red.
|
||||
};
|
||||
default:
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue