mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-15 03:17:36 +01:00
Add "Hide bottom text"
This commit is contained in:
parent
8ab82e9b19
commit
2c6d18e9c4
@ -124,6 +124,15 @@
|
||||
tooltip: "blpass_ef (rainbow outline on health gauge) is shown instead of pt_sousa_usr",
|
||||
patches: [{ offset: 0x217999, off: [0x63, 0x4F, 0x49], on: [0x1B, 0xF0, 0x44] }],
|
||||
},
|
||||
{
|
||||
name: "Hide bottom text",
|
||||
patches: [
|
||||
{ offset: 0x9BE0F, off: [0xE8, 0x2C, 0x04, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90] }, // CREDIT: %s
|
||||
{ offset: 0x9C1C9, off: [0xFF, 0x15, 0x99, 0x3E, 0x57, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90] }, // PASELI: %s
|
||||
{ offset: 0x9C155, off: [0xFF, 0x15, 0x0D, 0x3F, 0x57, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90] }, // EXTRA PASELI: %s
|
||||
{ offset: 0x9C1EF, off: [0xFF, 0x15, 0x73, 0x3E, 0x57, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90] }, // PASELI: NO ACCOUNT, PASELI: NOT AVAILABLE
|
||||
],
|
||||
},
|
||||
{
|
||||
type : "union",
|
||||
name : "Premium Time Length",
|
||||
|
Loading…
Reference in New Issue
Block a user