From faa440a200886723a57c6fc53a96fc401cc4acbd Mon Sep 17 00:00:00 2001 From: Zsolt Zitting Date: Wed, 25 Mar 2026 15:02:56 -0700 Subject: [PATCH] Backport WACCA Reverse automatic game reboot patch for older versions --- waccalily.html | 7 +++++++ waccalilyr.html | 7 +++++++ waccas.html | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/waccalily.html b/waccalily.html index 280dac6..f084dfd 100644 --- a/waccalily.html +++ b/waccalily.html @@ -23,6 +23,13 @@ {offset : 0x4AAF60, off: [0x48, 0x8D, 0x55, 0x20, 0x48], on : [0xE9, 0x79, 0xFF, 0xFF, 0xFF]}, ] }, + { + // Always return 0 from the func checking the daily reboot hour (defaults to rebooting at 5 AM JST) + name: 'Disable automatic game reboot', + patches: [ + {offset: 0x31597F, off: [0x48, 0xc1, 0xe8, 0x3f], on: [0x30, 0xc0, 0x90, 0x90]} + ] + }, { name: 'Force Engine locale (ignore router country language)', patches: [ diff --git a/waccalilyr.html b/waccalilyr.html index 97ac027..1986c55 100644 --- a/waccalilyr.html +++ b/waccalilyr.html @@ -23,6 +23,13 @@ {offset : 0x4C8C20, off: [0x48, 0x8D, 0x55, 0x20, 0x48], on : [0xE9, 0x79, 0xFF, 0xFF, 0xFF]}, ] }, + { + // Always return 0 from the func checking the daily reboot hour (defaults to rebooting at 5 AM JST) + name: 'Disable automatic game reboot', + patches: [ + {offset: 0x31D62F, off: [0x48, 0xc1, 0xe8, 0x3f], on: [0x30, 0xc0, 0x90, 0x90]} + ] + }, { name: 'Force Engine locale (ignore router country language)', patches: [ diff --git a/waccas.html b/waccas.html index 18e796a..ac5cb23 100644 --- a/waccas.html +++ b/waccas.html @@ -16,6 +16,13 @@ {offset : 0x5537D7, off: [0x74, 0x07], on : [0x90, 0x90]}, ] }, + { + // Always return 0 from the func checking the daily reboot hour (defaults to rebooting at 5 AM JST) + name: 'Disable automatic game reboot', + patches: [ + {offset: 0x367D7F, off: [0x48, 0xc1, 0xe8, 0x3f], on: [0x30, 0xc0, 0x90, 0x90]} + ] + }, { name: 'Allow using CHN region (don\'t change to HKG)', patches: [