Skip to content

Commit

Permalink
add sun plus version information
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonokid committed Feb 8, 2024
1 parent 4e180de commit 28d5458
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions chusansunplus.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<script type="text/javascript" src="js/dllpatcher.js"></script>
<script type="text/javascript">
window.addEventListener("load", function () {
new Patcher("chusanApp.exe", "", [
new PatchContainer([
new Patcher("chusanApp.exe", "2.16.00", [
{
name: "Disable shop close lockout",
tooltip: "Disables ~12-8am lockout. Does not disable maint lockout from 6:30-7am JST",
Expand Down Expand Up @@ -111,8 +112,10 @@
{offset: 0x1CCB1, off: [0x85, 0xC0], on: [0xEB, 0x30]},
],
},
])
]);
new Patcher("amdaemon.exe", "", [
new PatchContainer([
new Patcher("amdaemon.exe", "2.16.00", [
{
name: "Replace error 6401 with no error",
danger: "[DEPRECATED] Sets all instances of error 6401 to 0",
Expand All @@ -122,6 +125,7 @@
{offset: 0x222C87, off: [0x01, 0x19], on: [0x00, 0x00]},
],
},
])
]);
});
</script>
Expand Down

0 comments on commit 28d5458

Please sign in to comment.