[+] Extend notes pool to support some odd charts

This commit is contained in:
Clansty
2024-09-12 21:54:37 +08:00
parent 5341326811
commit b7004b3866
6 changed files with 133 additions and 0 deletions

View File

@@ -95,6 +95,7 @@ namespace AquaMai
Patch(typeof(FixCharaCrash));
Patch(typeof(BasicFix));
Patch(typeof(DisableReboot));
Patch(typeof(ExtendNotesPool));
// UX
Patch(typeof(CustomVersionString));
Patch(typeof(CustomPlaceName));