mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
add limelight
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
+7
-1
@@ -399,6 +399,12 @@
|
|||||||
<div>pop'n music 25 peace</div>
|
<div>pop'n music 25 peace</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
<a href="reflecbeat-limelight.html" class="gameicon">
|
||||||
|
<div>
|
||||||
|
<img src="img/limelight.png">
|
||||||
|
<div>REFLEC BEAT limelight</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
<a href="reflecbeat-colette.html" class="gameicon">
|
<a href="reflecbeat-colette.html" class="gameicon">
|
||||||
<div>
|
<div>
|
||||||
<img src="img/colette.png">
|
<img src="img/colette.png">
|
||||||
@@ -414,7 +420,7 @@
|
|||||||
<a href="reflecbeat-volzza2.html" class="gameicon">
|
<a href="reflecbeat-volzza2.html" class="gameicon">
|
||||||
<div>
|
<div>
|
||||||
<img src="img/volzza2.png">
|
<img src="img/volzza2.png">
|
||||||
<div>REFLEC BEAT Volzza 2</div>
|
<div>REFLEC BEAT VOLZZA 2</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a href="reflecbeat-reflesia.html" class="gameicon">
|
<a href="reflecbeat-reflesia.html" class="gameicon">
|
||||||
|
|||||||
@@ -0,0 +1,32 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>REFLEC BEAT limelight DLL Modder</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("reflecbeat.dll", "2012-08-29", [
|
||||||
|
{
|
||||||
|
name : "Unlock all songs",
|
||||||
|
patches: [{offset: 0x7CA0E, off: [0x74], on: [0xEB]}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name : "Unlock all difficulties",
|
||||||
|
patches: [{offset: 0x7C8B0, off: [0x74], on: [0xEB]}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Timer freeze",
|
||||||
|
patches : [{offset : 0x10F02F, off: [0x95], on : [0x90]}]
|
||||||
|
}
|
||||||
|
])
|
||||||
|
])
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>REFLEC BEAT limelight DLL Modder</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user