From e9f055215235397eb94594eef5a9dc9cd06805bb Mon Sep 17 00:00:00 2001 From: Kurt Date: Thu, 16 Apr 2020 15:07:04 -0700 Subject: [PATCH] Update BoxWallpaper.cs --- PKHeX.Drawing/Names/BoxWallpaper.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/PKHeX.Drawing/Names/BoxWallpaper.cs b/PKHeX.Drawing/Names/BoxWallpaper.cs index 84f39a30d..3aef89879 100644 --- a/PKHeX.Drawing/Names/BoxWallpaper.cs +++ b/PKHeX.Drawing/Names/BoxWallpaper.cs @@ -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;