mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Remove shortname entirely, fix omnimix
This commit is contained in:
-15
@@ -13,86 +13,71 @@
|
||||
new DllPatcher("bm2dx", [
|
||||
{
|
||||
name : "Timer Freeze",
|
||||
shortname : "freeze",
|
||||
patches : [{offset : 0x8F98E, off: [0x74], on : [0xEB]}]
|
||||
},
|
||||
{
|
||||
name : "Premium Free",
|
||||
shortname : "pfree",
|
||||
patches : [{offset : 0x562BA, off: [0x75], on : [0xEB]}]
|
||||
},
|
||||
// By mon - modifies a few more bytes than needed but whatever
|
||||
{
|
||||
name : "Premium Free (2 player mode)",
|
||||
shortname : "pfree2",
|
||||
patches : [{offset : 0x56424, off: [0x74, 0x2f], on : [0x90, 0x90]},
|
||||
{offset : 0x56435, off: [0x0f, 0x85, 0x3b], on : [0xe9, 0x3c, 0xff]},
|
||||
{offset : 0x5643a, off: [0xff], on : [0x90]}]
|
||||
},
|
||||
{
|
||||
name : "Premium Free Timer Freeze",
|
||||
shortname : "pfreeze",
|
||||
patches : [{offset : 0x4F8FD, off: [0x48], on : [0x90]}]
|
||||
},
|
||||
{
|
||||
name : "Unlock All Songs",
|
||||
shortname : "unlock",
|
||||
patches : [{offset : 0x4FD84, off: [0x74, 0x16], on : [0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name : "Level 12 Unlocked",
|
||||
shortname : "12",
|
||||
patches : [{offset : 0x4FE35, off: [0x83, 0xFF, 0x02, 0x74, 0x0B, 0x83, 0xFF, 0x05, 0x74, 0x06, 0xB0, 0x01],
|
||||
on : [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name : "Cursor lock",
|
||||
shortname : "cursor",
|
||||
tooltip : "After song finishes, song select remains on previous song",
|
||||
patches : [{offset : 0x63722, off: [0x74, 0x23], on : [0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name : "CS-Style Song Start Delay",
|
||||
shortname : "delay",
|
||||
tooltip : "Holding Start will pause the song at the beginning until you release it",
|
||||
patches : [{offset : 0x6F3FF, off: [0x7C], on : [0xEB]}]
|
||||
},
|
||||
{
|
||||
name : "Disable HCN Tutorial",
|
||||
shortname : "hcntut",
|
||||
tooltip : "Don't show tutorial for Hell Charge Notes",
|
||||
patches : [{offset : 0x6F3E6, off: [0x5E, 0xE9, 0x24, 0xFF, 0xFF, 0xFF], on : [0x00, 0x00, 0x00, 0x00, 0x00, 0x00]}]
|
||||
},
|
||||
{
|
||||
name : "Dark Mode",
|
||||
shortname : "dark",
|
||||
patches : [{offset : 0x68833, off: [0x74, 0x32], on : [0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name : "Volume Bug Fix",
|
||||
shortname : "vol",
|
||||
tooltip : "If your volume gets forced to max, turn this on",
|
||||
patches : [{offset : 0xCB2B9, off: [0x00], on : [0x01]}]
|
||||
},
|
||||
{
|
||||
type : "union",
|
||||
name : "FREE PLAY text",
|
||||
shortname : "freetext",
|
||||
offset : 0x1379A,
|
||||
patches : [
|
||||
{
|
||||
name : "On",
|
||||
shortname : "default",
|
||||
patch : [0x88, 0x3D, 0x11, 0x10],
|
||||
},
|
||||
{
|
||||
name : "Off",
|
||||
shortname : "off",
|
||||
patch : [0x87, 0x3D, 0x11, 0x10],
|
||||
},
|
||||
{
|
||||
name : "Replace with song name",
|
||||
shortname : "song",
|
||||
patch : [0x54, 0x1D, 0x42, 0x11],
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user