Refactor: Support exe, sane arg order

This commit is contained in:
Will Toohey
2019-11-17 20:58:28 +10:00
parent 01e1818047
commit b27039dbe6
33 changed files with 638 additions and 648 deletions
+2 -2
View File
@@ -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]}]
},