More pendual, tooltip for cursor lock

This commit is contained in:
Will Toohey 2017-12-05 17:54:49 +10:00
parent 5e515a514a
commit 618236cbd0
2 changed files with 19 additions and 1 deletions

View File

@ -46,8 +46,9 @@
on : [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}] on : [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
}, },
{ {
name : "Mouse Cursor Lock", name : "Cursor lock",
shortname : "cursor", shortname : "cursor",
tooltip : "After song finishes, song select remains on previous song",
patches : [{offset : 0x63722, off: [0x74, 0x23], on : [0x90, 0x90]}] patches : [{offset : 0x63722, off: [0x74, 0x23], on : [0x90, 0x90]}]
}, },
{ {

View File

@ -45,6 +45,23 @@ ga('send', 'pageview');
tooltip : "Holding Start will pause the song at the beginning until you release it", tooltip : "Holding Start will pause the song at the beginning until you release it",
patches : [{offset : 0x77cf6, off: [0x7C], on : [0xEB]}] patches : [{offset : 0x77cf6, off: [0x7C], on : [0xEB]}]
}, },
{
name : "Cursor lock",
shortname : "cursor",
tooltip : "After song finishes, song select remains on previous song",
patches : [{offset : 0x6BF3A, off: [0x74, 0x23], on : [0x90, 0x90]}]
},
{
name : "Volume Bug Fix",
shortname : "vol",
tooltip : "If your volume gets forced to max, turn this on",
patches : [{offset : 0xD5D09, off: [0x00], on : [0x01]}]
},
{
name : "Replace FREE PLAY text with song name",
shortname : "fp",
patches : [{offset : 0x14C3A, off: [0x90, 0x3F, 0x12, 0x10], on : [0x24, 0xAA, 0x43, 0x11]}]
},
]); ]);
}); });
</script> </script>