Skip to content

Commit

Permalink
Update volume level tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
kinetic-flow authored and mon committed Sep 4, 2021
1 parent c0d9c90 commit ac7a32c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions heroicverse.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@
]
},
{
name: 'Louder audio on TDJ',
tooltip : "Significantly increase the volume for TDJ.",
name: 'Increase game volume',
tooltip : "Ignore the in-game volume settings and use the maximum possible volume level. Especially helpful for TDJ which tends to be very quiet.",
patches: [
{offset: 0x63F2E5, off: [0xFF, 0x90, 0x98, 0x00, 0x00, 0x00], on:[0x90, 0x90, 0x90, 0x90, 0x90, 0x90]},
]
Expand Down

0 comments on commit ac7a32c

Please sign in to comment.