diff --git a/TaikoLocalServer/Common/Constants.cs b/TaikoLocalServer/Common/Constants.cs index 71c96c3..ae4ab64 100644 --- a/TaikoLocalServer/Common/Constants.cs +++ b/TaikoLocalServer/Common/Constants.cs @@ -29,13 +29,13 @@ public static class Constants public const int TONE_UID_MAX = 19; - public const int TITLE_UID_MAX = 814; + public const int TITLE_UID_MAX = 941; - private const int COSTUME_FLAG_1_ARRAY_SIZE = 154; + private const int COSTUME_FLAG_1_ARRAY_SIZE = 156; private const int COSTUME_FLAG_2_ARRAY_SIZE = 140; private const int COSTUME_FLAG_3_ARRAY_SIZE = 156; private const int COSTUME_FLAG_4_ARRAY_SIZE = 58; - private const int COSTUME_FLAG_5_ARRAY_SIZE = 129; + private const int COSTUME_FLAG_5_ARRAY_SIZE = 142; public static readonly int[] CostumeFlagArraySizes = { COSTUME_FLAG_1_ARRAY_SIZE, diff --git a/TaikoLocalServer/Controllers/Game/InitialDataCheckController.cs b/TaikoLocalServer/Controllers/Game/InitialDataCheckController.cs index fc6db04..e7fc337 100644 --- a/TaikoLocalServer/Controllers/Game/InitialDataCheckController.cs +++ b/TaikoLocalServer/Controllers/Game/InitialDataCheckController.cs @@ -24,12 +24,17 @@ public class InitialDataCheckController : BaseController