Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,9 @@ <h1>Pick a game!</h1>
<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">
Expand Down
12 changes: 9 additions & 3 deletions lovepluscolorfulclip.html → lpac.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,33 @@
<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'>
window.addEventListener('load', function () {
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>