MÚSECA 1+1/2 hex edit (#55)

This commit is contained in:
Michael 2019-01-28 17:28:20 -05:00 committed by Will
parent 5fa592ce5a
commit 919aea7409
3 changed files with 37 additions and 0 deletions

BIN
img/museca2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -64,6 +64,10 @@
<img src="img/clan.png">
<div>Jubeat Clan</div>
</div></a>
<a href="museca2.html" class="gameicon"><div>
<img src="img/museca2.png">
<div>MÚSECA 1+1/2</div>
</div></a>
<a href="popn22lapistoria.html" class="gameicon"><div>
<img src="img/lapis.png">
<div>Pop'n Music 22 Lapistoria</div>

33
museca2.html Normal file
View File

@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MÚSECA 1+1/2 DLL 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 DllPatcherContainer([
new DllPatcher("museca", [
{
name: "Infinite 1st layer",
patches: [{offset: 0x17E947, off: [0xFF, 0x83, 0x48, 0x14, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
},
], "2017-12-25"),
new DllPatcher("museca", [
{
name: "Infinite 1st layer",
patches: [{offset: 0x17E587, off: [0xFF, 0x83, 0x48, 0x14, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
},
], "2018-07-30"),
]);
});
</script>
</head>
<body>
<h1>MÚSECA 1+1/2 DLL Modder</h1>
</body>
</html>