From e7c2a4823ca406170e9585cb805db2fbd4d79ac4 Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 12 Nov 2016 12:08:50 -0800 Subject: [PATCH] improve event flag/const multigen handling no longer assumes 4 chars for const/flag ID makes translation possible for multiple languages to be translated (labels) --- PKHeX/PKHeX.csproj | 6 ++++ PKHeX/Properties/Resources.Designer.cs | 18 ++++++++++ PKHeX/Properties/Resources.resx | 6 ++++ PKHeX/Resources/text/other/const_sm.txt | 1 + PKHeX/Resources/text/other/flags_sm.txt | 1 + PKHeX/Subforms/Save Editors/SAV_EventFlags.cs | 35 +++++++++++++------ 6 files changed, 56 insertions(+), 11 deletions(-) create mode 100644 PKHeX/Resources/text/other/const_sm.txt create mode 100644 PKHeX/Resources/text/other/flags_sm.txt diff --git a/PKHeX/PKHeX.csproj b/PKHeX/PKHeX.csproj index df9c210f4..aa750f839 100644 --- a/PKHeX/PKHeX.csproj +++ b/PKHeX/PKHeX.csproj @@ -3654,6 +3654,12 @@ + + + + + +