mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-14 19:07:37 +01:00
add 'jubeat ripples' (#273)
* add 'Skip Online Matching' for saucer~qubell * add jubeat ripples
This commit is contained in:
parent
f6f854f096
commit
ce9677fd06
BIN
img/ripples.png
Normal file
BIN
img/ripples.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
@ -261,6 +261,12 @@
|
||||
<div>Hello! Pop'n Music</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="jubeatripples.html" class="gameicon">
|
||||
<div>
|
||||
<img src="img/ripples.png">
|
||||
<div>jubeat ripples</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="jubeatknit.html" class="gameicon">
|
||||
<div>
|
||||
<img src="img/knit.png">
|
||||
|
31
jubeatripples.html
Normal file
31
jubeatripples.html
Normal file
@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>jubeat ripples Modder</title>
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<!-- don't hate -->
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
|
||||
<script type="text/javascript" src="js/FileSaver.min.js"></script>
|
||||
<script type="text/javascript" src="js/dllpatcher.js"></script>
|
||||
<script type="text/javascript">
|
||||
window.addEventListener("load", function() {
|
||||
new PatchContainer([
|
||||
new Patcher("jubeat.exe", "2009-12-24 (China ver.)", [
|
||||
{
|
||||
name : "SELECT MUSIC Timer Lock",
|
||||
patches : [{offset : 0x6C2A1, off : [0x75], on : [0xEB]}]
|
||||
},
|
||||
{
|
||||
name : "Unlock All Songs",
|
||||
patches : [{offset : 0xA2BDD, off : [0x0F, 0x9D, 0xC0], on : [0x90, 0x90, 0x90]}]
|
||||
},
|
||||
]),
|
||||
])
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>jubeat ripples Modder</h1>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user