From ac7a32cab3a8d98e3f0719d58bb1e637e50dd118 Mon Sep 17 00:00:00 2001 From: Minsang <54884351+minsang-github@users.noreply.github.com> Date: Fri, 3 Sep 2021 03:05:50 -0700 Subject: [PATCH] Update volume level tooltip --- heroicverse.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/heroicverse.html b/heroicverse.html index 8e1ce1b..7438101 100644 --- a/heroicverse.html +++ b/heroicverse.html @@ -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]}, ]