From 2633481c288da965222b0ce420d03a27c22c93fb Mon Sep 17 00:00:00 2001 From: Toto Lin Date: Sat, 11 Apr 2020 22:44:17 +0900 Subject: [PATCH] Chuni: Better patch for head-to-head play (#129) * Chuni: Hack for head-to-head play in high latency * Better patch for head to head play * Remove the old head-to-head play patch Co-authored-by: Will --- chuniamazon.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/chuniamazon.html b/chuniamazon.html index bb7d202..4d067b9 100644 --- a/chuniamazon.html +++ b/chuniamazon.html @@ -74,15 +74,11 @@ ], }, { - // lin714093880 - name: "Hack for head-to-head play in high latency environments", + // lin714093880 & esterTion + name: "Better patch for head-to-head play", + tooltip: "Fix infinite sync while trying to connect to head to head play.", patches: [ - {offset: 0x440D04, off: [0x74, 0x74, 0x83, 0xE9, 0x02, 0x74, 0x6F], on: [0x0F, 0x84, 0xF6, 0x40, 0xAA, 0x00, 0x90]}, - { - offset: 0xEE4E00, - off: [0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC], - on: [0x60, 0xB9, 0x00, 0x00, 0x00, 0x00, 0x41, 0x90, 0x81, 0xF9, 0x33, 0x33, 0x33, 0x23, 0x75, 0xF6, 0x90, 0x90, 0x90, 0x90, 0x61, 0xE9, 0x4C, 0xBF, 0x55, 0xFF] - } + {offset: 0x440CD3, off: [0x01], on: [0x00]}, ] } ]);