mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-03-21 17:54:44 -05:00
29 lines
910 B
HTML
29 lines
910 B
HTML
<!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>
|