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 <will@mon.im>
This commit is contained in:
Toto Lin 2020-04-11 22:44:17 +09:00 committed by GitHub
parent 9523c9558d
commit 2633481c28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]},
]
}
]);