(semi-tested) ManMan JA translation, config inis replacing templates, downgrade DivaSound and upgrade DivaMovie, fixes
This commit is contained in:
@@ -238,6 +238,17 @@ void ApplyCustomPatches(std::wstring CPATCH_FILE_STRING)
|
||||
fileStream.close();
|
||||
}
|
||||
|
||||
void ApplyVerText()
|
||||
{
|
||||
if (nFreeplay && !nHideFreeplay && nPDLoaderText)
|
||||
{
|
||||
InjectCode((void*)0x00000001409F61F0, { 0x50, 0x44, 0x20 });
|
||||
InjectCode((void*)0x00000001409F61F3, { 0x4C, 0x6F, 0x61 });
|
||||
InjectCode((void*)0x00000001409F61F6, { 0x64, 0x65, 0x72 });
|
||||
InjectCode((void*)0x00000001409F61F9, { 0x20, 0x00 });
|
||||
printf("[Patches] Show PD Loader text\n");
|
||||
}
|
||||
}
|
||||
|
||||
/*using namespace PluginConfig;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user