Skip to content

Commit

Permalink
Add "Hide bottom text"
Browse files Browse the repository at this point in the history
  • Loading branch information
GHYAKIMA authored and mon committed Apr 9, 2022
1 parent 8ab82e9 commit 2c6d18e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sdvx6.html
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2c6d18e

Please sign in to comment.