mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-02-21 20:40:29 +01:00
More pendual, tooltip for cursor lock
This commit is contained in:
parent
5e515a514a
commit
618236cbd0
@ -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]}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
17
pendual.html
17
pendual.html
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user