Skip to content

Commit

Permalink
Add fix for 5-2002-0001 (200963000) (#293)
Browse files Browse the repository at this point in the history
* Add fix for 5-2002-0001 (200963000)

* Fix whitespace

* Fix missing comma

Co-authored-by: Will <[email protected]>
  • Loading branch information
komikazui and mon authored Jul 26, 2022
1 parent 0350d16 commit 098e323
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ddrx.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,11 @@
name: "Timer Freeze",
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",
tooltip: "Use with modified voice.xwb to also mute announcer",
Expand Down

0 comments on commit 098e323

Please sign in to comment.