From 49d9467d3cb95c64e05b37b57059acd5878f8b41 Mon Sep 17 00:00:00 2001 From: Kurt Date: Thu, 5 Mar 2026 22:12:27 -0600 Subject: [PATCH] Update ParseSettings.cs --- PKHeX.Core/Legality/Settings/ParseSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX.Core/Legality/Settings/ParseSettings.cs b/PKHeX.Core/Legality/Settings/ParseSettings.cs index f829aa6f6..3804e95cd 100644 --- a/PKHeX.Core/Legality/Settings/ParseSettings.cs +++ b/PKHeX.Core/Legality/Settings/ParseSettings.cs @@ -36,7 +36,7 @@ public static class ParseSettings /// /// Setting to specify if an analysis should permit data sourced from the physical cartridge era of Game Boy Advance games. /// - public static bool AllowEraCartGBA { private get; set; } + public static bool AllowEraCartGBA { private get; set; } = true; /// /// Setting to specify if an analysis should permit data sourced from the Nintendo Switch Virtual Console era of Game Boy Advance games.