diff --git a/PKHeX.Core/Resources/legality/wild/Gen9/encounter_gem_blueberry.pkl b/PKHeX.Core/Resources/legality/wild/Gen9/encounter_gem_blueberry.pkl index 7b41465c0..fdf47f662 100644 Binary files a/PKHeX.Core/Resources/legality/wild/Gen9/encounter_gem_blueberry.pkl and b/PKHeX.Core/Resources/legality/wild/Gen9/encounter_gem_blueberry.pkl differ diff --git a/PKHeX.WinForms/Subforms/Save Editors/SAV_Chatter.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/SAV_Chatter.Designer.cs index 0153100c2..6b8be5c0c 100644 --- a/PKHeX.WinForms/Subforms/Save Editors/SAV_Chatter.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/SAV_Chatter.Designer.cs @@ -158,9 +158,11 @@ private void InitializeComponent() Controls.Add(B_ImportPCM); Controls.Add(B_Cancel); Controls.Add(B_Save); + FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; Icon = Properties.Resources.Icon; Margin = new System.Windows.Forms.Padding(2); MaximizeBox = false; + MinimizeBox = false; MinimumSize = new System.Drawing.Size(306, 212); Name = "SAV_Chatter"; StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;