From 69896f530184b7643cc491c993f266e7f6ad0d16 Mon Sep 17 00:00:00 2001 From: Kurt Date: Mon, 8 Dec 2014 19:12:21 -0800 Subject: [PATCH] Fix for not enabling form always Loop would re-enable after parent method disabled in most cases, this will prevent it. Loading no data will cause species=0 and will be disabled by the parent method as well. --- SAV/SAV_HallOfFame.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/SAV/SAV_HallOfFame.cs b/SAV/SAV_HallOfFame.cs index 433295947..341e769f6 100644 --- a/SAV/SAV_HallOfFame.cs +++ b/SAV/SAV_HallOfFame.cs @@ -25,7 +25,6 @@ namespace PKHeX editor_spec = new object[]{ GB_OT, GB_CurrentMoves, - CB_Form, CB_Species, CB_HeldItem, TB_EC,