mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Add fix for 5-2002-0001 (200963000) (#293)
* Add fix for 5-2002-0001 (200963000) * Fix whitespace * Fix missing comma Co-authored-by: Will <will@mon.im>
This commit is contained in:
@@ -222,6 +222,11 @@
|
|||||||
name: "Timer Freeze",
|
name: "Timer Freeze",
|
||||||
patches: [{ offset: 0x22A78, off: [0x89, 0x4D, 0x34], on: [0x90, 0x90, 0x90] }],
|
patches: [{ offset: 0x22A78, off: [0x89, 0x4D, 0x34], on: [0x90, 0x90, 0x90] }],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Disable check for 192.168 ip range",
|
||||||
|
tooltip: "Fixes error 5-2002-0001",
|
||||||
|
patches: [{ offset: 0x104AE8, off: [0xC0], on: [0xBF] }],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Mute crowd cheering and booing during song",
|
name: "Mute crowd cheering and booing during song",
|
||||||
tooltip: "Use with modified voice.xwb to also mute announcer",
|
tooltip: "Use with modified voice.xwb to also mute announcer",
|
||||||
|
|||||||
Reference in New Issue
Block a user