From c0d9c90e66e794d3fabde3124b0bb156908cd94c Mon Sep 17 00:00:00 2001 From: Minsang <54884351+minsang-github@users.noreply.github.com> Date: Fri, 3 Sep 2021 02:21:52 -0700 Subject: [PATCH] Add IIDX HV volume fix --- heroicverse.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/heroicverse.html b/heroicverse.html index f0a90a8..8e1ce1b 100644 --- a/heroicverse.html +++ b/heroicverse.html @@ -239,6 +239,13 @@ patches: [ {offset: 0x88D1C0, off: [0x10], on:[0x00]}, ] + }, + { + name: 'Louder audio on TDJ', + tooltip : "Significantly increase the volume for TDJ.", + patches: [ + {offset: 0x63F2E5, off: [0xFF, 0x90, 0x98, 0x00, 0x00, 0x00], on:[0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}, + ] } ]), ]);