Other Additional G9 DLC Save Sizes (#4008)

This commit is contained in:
Leidenfrosty 2023-09-22 04:47:20 +02:00 committed by GitHub
parent 26894eb6fa
commit 703e2ed5ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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<long> SizesSWSH = new()