From 69ab4e339198e5a73033ab38e5ccbc73fc08d614 Mon Sep 17 00:00:00 2001 From: Kurt Date: Thu, 25 Jun 2026 23:47:51 -0500 Subject: [PATCH] Entree Forest: allow GUI entry of animations 6 & 7 ha ha ha ha ha ha (ha) Closes #4827 --- PKHeX.WinForms/Subforms/Save Editors/Gen5/SAV_Misc5.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX.WinForms/Subforms/Save Editors/Gen5/SAV_Misc5.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen5/SAV_Misc5.Designer.cs index c872a174a..f091cffe2 100644 --- a/PKHeX.WinForms/Subforms/Save Editors/Gen5/SAV_Misc5.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen5/SAV_Misc5.Designer.cs @@ -1045,7 +1045,7 @@ private void InitializeComponent() NUD_Animation.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; NUD_Animation.Location = new System.Drawing.Point(240, 309); NUD_Animation.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); - NUD_Animation.Maximum = new decimal(new int[] { 5, 0, 0, 0 }); + NUD_Animation.Maximum = new decimal(new int[] { 7, 0, 0, 0 }); NUD_Animation.Name = "NUD_Animation"; NUD_Animation.Size = new System.Drawing.Size(43, 25); NUD_Animation.TabIndex = 15;