mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
tricoro & SPADA hex edits (#36)
* SPADA page go! * (boring) tricoro page GO! * Add tricoro & SPADA to index * Make the clan icon not suck * Add tricoro & SPADA icons * Add icons to index.html
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>IIDX tricoro 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("bm2dx", [
|
||||
{
|
||||
name: "Premium Free",
|
||||
patches: [{offset: 0x49CAC, off: [0x75], on: [0xEB]}]
|
||||
},
|
||||
], "2012-10-09"),
|
||||
new DllPatcher("bm2dx", [
|
||||
{
|
||||
name: "Premium Free",
|
||||
patches: [{offset: 0x4C47C, off: [0x75], on: [0xEB]}]
|
||||
},
|
||||
], "2012-12-07"),
|
||||
new DllPatcher("bm2dx", [
|
||||
{
|
||||
name: "Premium Free",
|
||||
patches: [{offset: 0x4E6CC, off: [0x75], on: [0xEB]}]
|
||||
},
|
||||
], "2013-03-05"),
|
||||
new DllPatcher("bm2dx", [
|
||||
{
|
||||
name: "Premium Free",
|
||||
patches: [{offset: 0x4F2DC, off: [0x75], on: [0xEB]}]
|
||||
},
|
||||
{
|
||||
name: "Unlock All Songs",
|
||||
patches: [{offset: 0x4921D, off: [0x75, 0x09], on: [0x90, 0x90]}]
|
||||
},
|
||||
], "2013-09-09"),
|
||||
]);
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>IIDX tricoro DLL Modder</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user