mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
Nuke jquery and FileSaver.min.js
This commit is contained in:
@@ -4,9 +4,6 @@
|
||||
<meta charset="utf-8">
|
||||
<title>Taiko no Tatsujin (March 2020 Ver.) 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 () {
|
||||
@@ -17,7 +14,7 @@
|
||||
patches: [
|
||||
{offset: 0x1E4A0, off: [0x48], on: [0xC3]}
|
||||
]
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "Unlock Songs",
|
||||
patches: [
|
||||
@@ -94,7 +91,7 @@
|
||||
{
|
||||
name: "Disable V-Sync",
|
||||
patches: [
|
||||
{offset: 0x516739, off: [0x8B, 0x96, 0x80, 0x00, 0x00, 0x00], on: [0xBA, 0x00, 0x00, 0x00, 0x00, 0x90]},
|
||||
{offset: 0x516739, off: [0x8B, 0x96, 0x80, 0x00, 0x00, 0x00], on: [0xBA, 0x00, 0x00, 0x00, 0x00, 0x90]},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user