From c51f0c084de88694c602e8d82e8557d12af46c76 Mon Sep 17 00:00:00 2001 From: beer-psi Date: Tue, 17 Dec 2024 20:14:50 +0700 Subject: [PATCH] [chunithm] allow timer patches to go negative --- chusanluminous.html | 18 ++++++++++++------ chusanluminousplus.html | 9 ++++++--- chusannew.html | 9 ++++++--- chusannewplus.html | 9 ++++++--- chusansun.html | 9 ++++++--- chusansunplus.html | 9 ++++++--- 6 files changed, 42 insertions(+), 21 deletions(-) diff --git a/chusanluminous.html b/chusanluminous.html index ff2fdbc..f2e80ca 100644 --- a/chusanluminous.html +++ b/chusanluminous.html @@ -32,26 +32,29 @@ }, { name: "Map selection timer", + tooltip: "If the timer is negative, then the in-game timer is 968 - timer", type: "number", offset: 0x955EB7, size: 1, - min: 1, + min: -128, max: 127, }, { name: "Ticket selection timer", + tooltip: "If the timer is negative, then the in-game timer is 968 - timer", type: "number", offset: 0x949652, size: 1, - min: 1, + min: -128, max: 127, }, { name: "Course selection timer", + tooltip: "If the timer is negative, then the in-game timer is 968 - timer", type: "number", offset: 0x9FA65B, size: 1, - min: 1, + min: -128, max: 127, }, { @@ -185,26 +188,29 @@ }, { name: "Map selection timer", + tooltip: "If the timer is negative, then the in-game timer is 968 - timer", type: "number", offset: 0x956167, size: 1, - min: 1, + min: -128, max: 127, }, { name: "Ticket selection timer", + tooltip: "If the timer is negative, then the in-game timer is 968 - timer", type: "number", offset: 0x9498F2, size: 1, - min: 1, + min: -128, max: 127, }, { name: "Course selection timer", + tooltip: "If the timer is negative, then the in-game timer is 968 - timer", type: "number", offset: 0x9FA9AB, size: 1, - min: 1, + min: -128, max: 127, }, { diff --git a/chusanluminousplus.html b/chusanluminousplus.html index 7204ad7..3b67b9f 100644 --- a/chusanluminousplus.html +++ b/chusanluminousplus.html @@ -32,26 +32,29 @@ }, { name: "Map selection timer", + tooltip: "If the timer is negative, then the in-game timer is 968 - timer", type: "number", offset: 0x965B37, size: 1, - min: 1, + min: -128, max: 127, }, { name: "Ticket selection timer", + tooltip: "If the timer is negative, then the in-game timer is 968 - timer", type: "number", offset: 0x9592C2, size: 1, - min: 1, + min: -128, max: 127, }, { name: "Course selection timer", + tooltip: "If the timer is negative, then the in-game timer is 968 - timer", type: "number", offset: 0xA0EADB, size: 1, - min: 1, + min: -128, max: 127, }, { diff --git a/chusannew.html b/chusannew.html index 63d5df5..f3730b0 100644 --- a/chusannew.html +++ b/chusannew.html @@ -32,26 +32,29 @@ }, { name: "Map selection timer", + tooltip: "If the timer is negative, then the in-game timer is 968 - timer", type: "number", offset: 0x8DF920, size: 1, - min: 1, + min: -128, max: 127, }, { name: "Ticket selection timer", + tooltip: "If the timer is negative, then the in-game timer is 968 - timer", type: "number", offset: 0x8D37B2, size: 1, - min: 1, + min: -128, max: 127, }, { name: "Course selection timer", + tooltip: "If the timer is negative, then the in-game timer is 968 - timer", type: "number", offset: 0x977D5B, size: 1, - min: 1, + min: -128, max: 127, }, { diff --git a/chusannewplus.html b/chusannewplus.html index 61b82ae..ddd24b8 100644 --- a/chusannewplus.html +++ b/chusannewplus.html @@ -31,26 +31,29 @@ }, { name: "Map selection timer", + tooltip: "If the timer is negative, then the in-game timer is 968 - timer", type: "number", offset: 0x8F52E0, size: 1, - min: 1, + min: -128, max: 127, }, { name: "Ticket selection timer", + tooltip: "If the timer is negative, then the in-game timer is 968 - timer", type: "number", offset: 0x8E9142, size: 1, - min: 1, + min: -128, max: 127, }, { name: "Course selection timer", + tooltip: "If the timer is negative, then the in-game timer is 968 - timer", type: "number", offset: 0x98EA0B, size: 1, - min: 1, + min: -128, max: 127, }, { diff --git a/chusansun.html b/chusansun.html index e449f0d..0b6e9ad 100644 --- a/chusansun.html +++ b/chusansun.html @@ -38,26 +38,29 @@ }, { name: "Map selection timer", + tooltip: "If the timer is negative, then the in-game timer is 968 - timer", type: "number", offset: 0x91C340, size: 1, - min: 1, + min: -128, max: 127, }, { name: "Ticket selection timer", + tooltip: "If the timer is negative, then the in-game timer is 968 - timer", type: "number", offset: 0x910062, size: 1, - min: 1, + min: -128, max: 127, }, { name: "Course selection timer", + tooltip: "If the timer is negative, then the in-game timer is 968 - timer", type: "number", offset: 0x9B896B, size: 1, - min: 1, + min: -128, max: 127, }, { diff --git a/chusansunplus.html b/chusansunplus.html index 8a754be..9c8c31e 100644 --- a/chusansunplus.html +++ b/chusansunplus.html @@ -38,26 +38,29 @@ }, { name: "Map selection timer", + tooltip: "If the timer is negative, then the in-game timer is 968 - timer", type: "number", offset: 0x928000, size: 1, - min: 1, + min: -128, max: 127, }, { name: "Ticket selection timer", + tooltip: "If the timer is negative, then the in-game timer is 968 - timer", type: "number", offset: 0x91BD12, size: 1, - min: 1, + min: -128, max: 127, }, { name: "Course selection timer", + tooltip: "If the timer is negative, then the in-game timer is 968 - timer", type: "number", offset: 0x9C456B, size: 1, - min: 1, + min: -128, max: 127, }, {