mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Refactor: Support exe, sane arg order
This commit is contained in:
+2
-2
@@ -11,12 +11,12 @@
|
||||
<script type="text/javascript">
|
||||
window.addEventListener("load", function() {
|
||||
// all patches made by DJH unless specified otherwise
|
||||
new DllPatcher("soundvoltex", [
|
||||
new Patcher("soundvoltex.dll", "", [
|
||||
{
|
||||
name : "All songs unlocked",
|
||||
patches : [{offset : 0x13AF9B, off: [0xE8, 0xF0, 0xE2, 0x01], on : [0xB8, 0x0B, 0x00, 0x00]},
|
||||
// Augmented by mon to work offline too
|
||||
{offset: 0x187AEF,
|
||||
{offset: 0x187AEF,
|
||||
off: [0x8B, 0x44, 0x24, 0x1C, 0xE8, 0x28, 0xEE, 0xFF, 0xFF],
|
||||
on : [0xB8, 0x03, 0x00, 0x00, 0x00, 0x90, 0x90, 0x90, 0x90]}]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user