Skip to content

Commit

Permalink
Add Love Plus Arcade
Browse files Browse the repository at this point in the history
  • Loading branch information
camprevail authored and mon committed Jan 12, 2025
1 parent 2cfb018 commit 4c0859b
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
Binary file added img/lpac.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,11 @@ <h1>Pick a game!</h1>
<div>Kancolle Arcade</div>
</a>

<a href="lovepluscolorfulclip.html" class="gameicon">
<img src="img/lpac.png">
<div>Love Plus Colorful Clip</div>
</a>

<label for="check_museca" class="gameicon">
<img src="img/aaa_museca.png">
<div>MÚSECA</div>
Expand Down
28 changes: 28 additions & 0 deletions lovepluscolorfulclip.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>Love Plus 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',
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]},
]
},
])
]);
});
</script>
</head>
<body>
<h1>Love Plus Colorful Clip</h1>
</body>
</html>

0 comments on commit 4c0859b

Please sign in to comment.