Nuke jquery and FileSaver.min.js

This commit is contained in:
Will Toohey
2022-05-28 13:48:36 +10:00
parent 489b3b2e7e
commit 1aeae79374
72 changed files with 389 additions and 563 deletions
+2 -5
View File
@@ -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]},
],
},
{