mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
Remove shortname entirely, fix omnimix
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
new DllPatcher("popn23", [
|
||||
{
|
||||
name : "Song/EX unlock",
|
||||
shortname : "unlock",
|
||||
patches : [{offset : 0x59508, off: [0xF6, 0xD8, 0x1A, 0xC0, 0x24, 0x02], on : [0xB0, 0x02, 0x90, 0x90, 0x90, 0x90]},
|
||||
{offset : 0x595BC, off: [0x75], on : [0xEB]},
|
||||
{offset : 0x1C765C,
|
||||
@@ -97,24 +96,20 @@
|
||||
},
|
||||
{
|
||||
name : "Unlock Classic 8 EX as a 49",
|
||||
shortname : "c8ex",
|
||||
patches : [{offset : 0x2EFE87, off: [0x05], on : [0x07]},
|
||||
{offset : 0x2EFE95, off: [0x01], on : [0x31]}]
|
||||
},
|
||||
{
|
||||
name : "E: drive fix",
|
||||
shortname : "efix",
|
||||
tooltip: "Fix crash caused by no E: drive",
|
||||
patches : [{offset : 0x2A22D4, off: [0x65, 0x3A, 0x2F], on : [0x64, 0x65, 0x76]}]
|
||||
},
|
||||
{
|
||||
name : "HDMI audio fix",
|
||||
shortname : "audiofix",
|
||||
patches : [{offset : 0x11812C, off: [0x85, 0xC0, 0x75, 0x96], on : [0x90, 0x90, 0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name : "Boot to event mode",
|
||||
shortname : "event",
|
||||
patches : [{offset : 0xF0D30, off: [0x8B, 0x00, 0xC3, 0xCC], on : [0x31, 0xC0, 0x40, 0xC3]}]
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user