[chunithm] allow timer patches to go negative

This commit is contained in:
beer-psi 2024-12-17 20:14:50 +07:00
parent 80d0d40643
commit c51f0c084d
6 changed files with 42 additions and 21 deletions

View File

@ -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,
},
{

View File

@ -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,
},
{

View File

@ -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,
},
{

View File

@ -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,
},
{

View File

@ -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,
},
{

View File

@ -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,
},
{