mirror of
https://github.com/two-torial/webpatcher.git
synced 2026-09-23 00:37:55 +03:00
[chunithm] allow timer patches to go negative
This commit is contained in:
+6
-3
@@ -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,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user