From c4c6908334843adb73199d48961ba0518c1330b8 Mon Sep 17 00:00:00 2001 From: giz Date: Mon, 29 Mar 2021 19:02:36 +0100 Subject: [PATCH] Added Disable News Sound patch to IIDX27. --- heroicverse.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/heroicverse.html b/heroicverse.html index 6f638c4..a365cd9 100644 --- a/heroicverse.html +++ b/heroicverse.html @@ -228,6 +228,13 @@ patch : [0x47, 0x9E, 0xD5, 0xFF], }, ] + }, + { + name: 'Disable News Sound', + tooltip : "Disables the sound played when news banners appear.", + patches: [ + {offset: 0x88D1C0, off: [0x10], on:[0x00]}, + ] } ]), ]);