From 098e323bae4c4a6e25d4d668cd42e850fe9d23ff Mon Sep 17 00:00:00 2001 From: Emilie P <69122752+komikazui@users.noreply.github.com> Date: Tue, 26 Jul 2022 08:40:17 -0400 Subject: [PATCH] Add fix for 5-2002-0001 (200963000) (#293) * Add fix for 5-2002-0001 (200963000) * Fix whitespace * Fix missing comma Co-authored-by: Will --- ddrx.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ddrx.html b/ddrx.html index e971208..3223f90 100644 --- a/ddrx.html +++ b/ddrx.html @@ -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",