diff --git a/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_BoxLayout.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_BoxLayout.cs index a3da619fd..05a702360 100644 --- a/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_BoxLayout.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_BoxLayout.cs @@ -146,7 +146,7 @@ private void ChangeBoxBackground(object sender, EventArgs e) if (!editing) SAV.SetBoxWallpaper(LB_BoxSelect.SelectedIndex, CB_BG.SelectedIndex); - PAN_BG.BackgroundImage = SAV.WallpaperImage(CB_BG.SelectedIndex); + PAN_BG.BackgroundImage = SAV.WallpaperImage(LB_BoxSelect.SelectedIndex); } private bool MoveItem(int direction)