reword tooltip

This commit is contained in:
beer-psi
2024-12-18 02:09:06 +07:00
parent c51f0c084d
commit 0e82e577f4
6 changed files with 21 additions and 21 deletions
+3 -3
View File
@@ -38,7 +38,7 @@
},
{
name: "Map selection timer",
tooltip: "If the timer is negative, then the in-game timer is 968 - timer",
tooltip: "If set to negative, the timer becomes 968 + value (e.g. 968 + -1 = 967)",
type: "number",
offset: 0x928000,
size: 1,
@@ -47,7 +47,7 @@
},
{
name: "Ticket selection timer",
tooltip: "If the timer is negative, then the in-game timer is 968 - timer",
tooltip: "If set to negative, the timer becomes 968 + value (e.g. 968 + -1 = 967)",
type: "number",
offset: 0x91BD12,
size: 1,
@@ -56,7 +56,7 @@
},
{
name: "Course selection timer",
tooltip: "If the timer is negative, then the in-game timer is 968 - timer",
tooltip: "If set to negative, the timer becomes 968 + value (e.g. 968 + -1 = 967)",
type: "number",
offset: 0x9C456B,
size: 1,