Add two Sinobuz hex edits (#5)

Dark Mode and Volume Bug Fix
This commit is contained in:
ledoge 2017-12-20 06:00:18 +00:00 committed by Will
parent a3679def7d
commit 0f928e96d9

View File

@ -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",