From 703e2ed5adf19d5ff9c2a0419d2f408e82ab336c Mon Sep 17 00:00:00 2001 From: Leidenfrosty <42622027+Leidenfrosty@users.noreply.github.com> Date: Fri, 22 Sep 2023 04:47:20 +0200 Subject: [PATCH] Other Additional G9 DLC Save Sizes (#4008) --- PKHeX.Core/Saves/Util/SaveUtil.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/PKHeX.Core/Saves/Util/SaveUtil.cs b/PKHeX.Core/Saves/Util/SaveUtil.cs index 2547d697f..30a3b7a27 100644 --- a/PKHeX.Core/Saves/Util/SaveUtil.cs +++ b/PKHeX.Core/Saves/Util/SaveUtil.cs @@ -38,6 +38,7 @@ public static class SaveUtil // 2.0.1 (2.0.0 skipped): Teal Mask public const int SIZE_G9_DLC1_B = 0x4329A0; // +9 + public const int SIZE_G9_DLC1_T = 0x4329A5; // +5 public const int SIZE_G9_DLC1_0 = 0x4329A9; // +4 public const int SIZE_G9_DLC1_E = 0x4329AD; // +1 public const int SIZE_G9_DLC1_1 = 0x4329AE; // +1 @@ -52,8 +53,12 @@ public static class SaveUtil public const int SIZE_G9_DLC1_4 = 0x432EB6; public const int SIZE_G9_DLC1_C = 0x432EBB; // +5 public const int SIZE_G9_DLC1_5 = 0x432EBF; // +4 + public const int SIZE_G9_DLC1_H = 0x432EC0; // +1 public const int SIZE_G9_DLC1_6 = 0x432EC3; // +4 + public const int SIZE_G9_DLC1_G = 0x432EC4; // +1 public const int SIZE_G9_DLC1_7 = 0x432EC8; // +5 + public const int SIZE_G9_DLC1_I = 0x432EC9; // +1 + public const int SIZE_G9_DLC1_R = 0x432ECC; // +1 public const int SIZE_G9_DLC1_8 = 0x432ECD; // +5 public const int SIZE_G8LA = 0x136DDE; @@ -164,8 +169,13 @@ public static class SaveUtil SIZE_G9_DLC1_D, SIZE_G9_DLC1_E, SIZE_G9_DLC1_F, + SIZE_G9_DLC1_G, + SIZE_G9_DLC1_H, + SIZE_G9_DLC1_I, SIZE_G9_DLC1_Q, SIZE_G9_DLC1_W, + SIZE_G9_DLC1_R, + SIZE_G9_DLC1_T, }; private static readonly HashSet SizesSWSH = new()