From 1c911d8d9bd833f222d0dd3b49e180a86b405f6d Mon Sep 17 00:00:00 2001 From: EXTREME DRUM Date: Thu, 12 Nov 2020 08:58:29 +0000 Subject: [PATCH] SDVX5: Hide premium guide banner during song --- sdvx5.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sdvx5.html b/sdvx5.html index 0972da9..2d555e9 100644 --- a/sdvx5.html +++ b/sdvx5.html @@ -262,6 +262,11 @@ tooltip: 'Remove visual clutter', patches: [{offset: 0x4FFF2B, off: [0x07], on: [0x45]}] }, + { + name: 'Hide premium guide banner', + tooltip: 'Remove visual clutter during premium song', + patches: [{offset: 0x462A01, off: [0x75], on: [0xEB]}] + }, { name: 'Boot into Event Mode', tooltip: 'Not compatible with premium free mode',