From 0f928e96d9087032af4efa8cf2581997c3906d4a Mon Sep 17 00:00:00 2001 From: ledoge Date: Wed, 20 Dec 2017 06:00:18 +0000 Subject: [PATCH] Add two Sinobuz hex edits (#5) Dark Mode and Volume Bug Fix --- sinobuz.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sinobuz.html b/sinobuz.html index 4e3b1e6..901bfb1 100644 --- a/sinobuz.html +++ b/sinobuz.html @@ -49,6 +49,17 @@ tooltip : "Holding Start will pause the song at the beginning until you release it", patches : [{offset : 0x78D52, off: [0x7C], on : [0xEB]}] }, + { + name : "Dark Mode", + shortname : "dark", + patches : [{offset : 0x71cb7, off: [0x74, 0x3b], on : [0x90, 0x90]}] + }, + { + name : "Volume Bug Fix", + shortname : "vol", + tooltip : "If your volume gets forced to max, turn this on", + patches : [{offset : 0xda249, off: [0x00], on : [0x01]}] + }, { name : "Free play text to LED ticker", shortname : "fp",