Add LPAC timer freeze patch

This commit is contained in:
Cetaceaqua
2026-08-30 00:47:43 +10:00
committed by Will
parent d2057068ea
commit 5c99462217
2 changed files with 11 additions and 5 deletions
+2 -2
View File
@@ -382,9 +382,9 @@
<div>Kancolle Arcade</div>
</a>
<a href="lovepluscolorfulclip.html" class="gameicon">
<a href="lpac.html" class="gameicon">
<img src="img/lpac.png">
<div>Love Plus Colorful Clip</div>
<div>Love Plus Arcade Colorful Clip</div>
</a>
<label for="check_museca" class="gameicon">
+9 -3
View File
@@ -2,7 +2,7 @@
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>Love Plus Colorful Clip</title>
<title>Love Plus Arcade Colorful Clip</title>
<link rel='stylesheet' href='css/style.css'>
<script type='text/javascript' src='js/dllpatcher.js'></script>
<script type='text/javascript'>
@@ -10,19 +10,25 @@
new PatchContainer([
new Patcher('lpac.dll', "2012-10-01", [
{
name: 'Higher res eagate photo uploads',
name: 'Higher Resolution EAGate Photo Uploads',
tooltip: 'Increases the resolution from 270x480 to 720x1280',
patches: [
{offset : 0x108597, off: [0x68, 0xE0, 0x01, 0x00, 0x00, 0x68, 0x0E, 0x01], on : [0x68, 0x00, 0x05, 0x00, 0x00, 0x68, 0xD0, 0x02]},
{offset : 0x1085DE, off: [0x74], on : [0xEB]},
]
},
{
name: 'Timer Freeze',
patches: [
{offset: 0xCDC66, off: [0x8D, 0x41, 0xFF], on: [0x8B, 0xC1, 0x90]}
]
},
])
]);
});
</script>
</head>
<body>
<h1>Love Plus Colorful Clip</h1>
<h1>Love Plus Arcade Colorful Clip</h1>
</body>
</html>