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>pop'n music Tune Street 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() {
|
||||
@@ -16,8 +13,8 @@
|
||||
name : "Partial Songs Unlock",
|
||||
tooltip: "Unlock a song dedicated to e-amusement that cannot be unlocked by phase MAX.",
|
||||
patches: [
|
||||
{ offset: 0x6E5E2,
|
||||
off: [0xA9, 0x00, 0x00, 0x00, 0x08, 0x74, 0x23, 0x8B, 0xC7, 0xE8, 0xC0, 0xF9, 0x03, 0x00, 0x84, 0xC0],
|
||||
{ offset: 0x6E5E2,
|
||||
off: [0xA9, 0x00, 0x00, 0x00, 0x08, 0x74, 0x23, 0x8B, 0xC7, 0xE8, 0xC0, 0xF9, 0x03, 0x00, 0x84, 0xC0],
|
||||
on: [0xB0, 0x01, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90] },
|
||||
]},
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user