mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
WACCA Reverse automatic reboot disable patch
This commit is contained in:
@@ -23,6 +23,13 @@
|
|||||||
{offset: 0x4EF9F2, off: [0x48, 0x8D, 0x55, 0x20, 0x48], on: [0xE9, 0x79, 0xFF, 0xFF, 0xFF]},
|
{offset: 0x4EF9F2, 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: 0x336ecf, off: [0x48, 0xc1, 0xe8, 0x3f], on: [0x30, 0xc0, 0x90, 0x90]}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Force Engine locale (ignore router country language)',
|
name: 'Force Engine locale (ignore router country language)',
|
||||||
patches: [
|
patches: [
|
||||||
|
|||||||
Reference in New Issue
Block a user