From 220477f77193d3486966e807e34d667ed96091ca Mon Sep 17 00:00:00 2001 From: robinsch Date: Mon, 12 Feb 2024 19:51:41 +0100 Subject: Fixed broken mail timeout --- Patcher/Patcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Patcher/Patcher.cpp b/Patcher/Patcher.cpp index 02385ae..23675ac 100644 --- a/Patcher/Patcher.cpp +++ b/Patcher/Patcher.cpp @@ -92,7 +92,7 @@ int main(int argc, char** argv) // patch mail request timeout // you no longer need to wait 60 seconds or relog to receive new mail - write_pos(0x6D899, { 0x05, 0x01, 0x00, 0x00, 0x00 }); + write_pos(0x16D899, { 0x05, 0x01, 0x00, 0x00, 0x00 }); // patch area trigger timer to be more precise (250ms -> 50ms) write_pos(0x2DB241, 50); -- cgit v1.2.3