From 7773d6a26f8923cb620d306a627f538a4bb729ba Mon Sep 17 00:00:00 2001 From: Yonokid <37304577+Yonokid@users.noreply.github.com> Date: Tue, 6 Feb 2024 12:11:30 -0500 Subject: [PATCH 01/13] variuos patches --- chuni.html | 2 +- chuniamazon.html | 4 +- chunicrystal.html | 5 +- chuniparadise.html | 4 +- chusan.html | 13 +++- chusannewplus.html | 99 ++++++++++++++++++++++++++ chusansun.html | 145 ++++++++++++++++++++++++++++++++++++++ chusansunplus.html | 144 ++++++++++++++++++++++++++++++++++++++ jubeatave.html | 162 +++++++++++++++++++++++++++++++++++++++++++ taikonotatsujin.html | 2 +- waccareverse.html | 70 +++++++++++++++++++ 11 files changed, 641 insertions(+), 9 deletions(-) create mode 100644 chusannewplus.html create mode 100644 chusansun.html create mode 100644 chusansunplus.html create mode 100644 jubeatave.html create mode 100644 waccareverse.html diff --git a/chuni.html b/chuni.html index 805c9f5..0f95080 100644 --- a/chuni.html +++ b/chuni.html @@ -10,7 +10,7 @@ new PatchContainer([ // 1.00 - new Patcher("chuniApp.exe", "(1.00.00)", [ + new Patcher("chuniApp.exe", "(1.00.02)", [ { // mon name: "Allow 127.0.0.1 as the network server", diff --git a/chuniamazon.html b/chuniamazon.html index 199eec6..a59dbed 100644 --- a/chuniamazon.html +++ b/chuniamazon.html @@ -99,7 +99,7 @@ { // esterTion name: "Dummy LED", - tooltip: "Skip LED board check", + tooltip: "[DEPRECATED] Skip LED board check", patches: [ {offset: 0x2499C7, off: [0x00], on: [0x01]}, ], @@ -194,7 +194,7 @@ { // esterTion name: "Dummy LED", - tooltip: "Skip LED board check", + tooltip: "[DEPRECATED] Skip LED board check", patches: [ {offset: 0x244AE7, off: [0x00], on: [0x01]}, ], diff --git a/chunicrystal.html b/chunicrystal.html index 34320dc..986d52b 100644 --- a/chunicrystal.html +++ b/chunicrystal.html @@ -82,7 +82,7 @@ { // ikaros14 name: "Dummy LED", - tooltip: "Skip LED board check", + tooltip: "[DEPRECATED] Skip LED board check", patches: [ {offset: 0x2499D7, off: [0x00], on: [0x01]}, ], @@ -154,7 +154,7 @@ { // ikaros14 name: "Dummy LED", - tooltip: "Skip LED board check", + tooltip: "[DEPRECATED] Skip LED board check", patches: [ {offset: 0x2499D7, off: [0x00], on: [0x01]}, ], @@ -167,6 +167,7 @@ }, { name: "No Title Server TLS", + tooltip: "Title Server Workaround: Disables HTTPS", patches: [ {offset: 0xCE5479, off: [0x81, 0xE3, 0x00, 0x00, 0x80, 0x00], on: [0x31, 0xDB, 0x90, 0x90, 0x90, 0x90]}, ], diff --git a/chuniparadise.html b/chuniparadise.html index 7cdae9c..7ccba07 100644 --- a/chuniparadise.html +++ b/chuniparadise.html @@ -83,7 +83,7 @@ { // esterTion name: "Dummy LED", - tooltip: "Skip LED board check", + tooltip: "[DEPRECATED] Skip LED board check", patches: [ {offset: 0x24A5E7, off: [0x00], on: [0x01]}, ], @@ -97,7 +97,7 @@ }, { name: "No TLS", - tooltip: "Title server workaround", + tooltip: "Title server workaround: Disables HTTPS", patches: [ {offset: 0xD04D09, off: [0x81, 0xE3, 0x00, 0x00, 0x80, 0x00], on: [0x31, 0xDB, 0x90, 0x90, 0x90, 0x90]}, ] diff --git a/chusan.html b/chusan.html index 5c45ed1..c1e6555 100644 --- a/chusan.html +++ b/chusan.html @@ -57,7 +57,7 @@ }, { name: "CVT Mode", - tooltip: "Check to use 60Hz", + tooltip: "[DEPRECATED] Check to use 60Hz", patches: [ {offset: 0x1D864, off: [0x01], on: [0x00]}, {offset: 0x1D89B, off: [0x01], on: [0x00]}, @@ -66,6 +66,17 @@ {offset: 0xE5C217, off: [0x80], on: [0x00]}, ], }, + { + name: "Unlimit Max Tracks", + tooltip: "Play up to 7 tracks", + { + type: "number", + name: "Max Tracks", + offset: 0x3985B1, + size: 4, + min: 1, + max: 7, + }, ]); }); diff --git a/chusannewplus.html b/chusannewplus.html new file mode 100644 index 0000000..717aa26 --- /dev/null +++ b/chusannewplus.html @@ -0,0 +1,99 @@ + + +
+ +