From 55c1a3ae4c4433551df5089a2476276d8ae35ea2 Mon Sep 17 00:00:00 2001 From: Will Toohey Date: Sun, 17 Nov 2019 22:03:33 +1000 Subject: [PATCH] Chunithm: shop close lockout disable --- chuniamazon.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/chuniamazon.html b/chuniamazon.html index 067b71a..f044e17 100644 --- a/chuniamazon.html +++ b/chuniamazon.html @@ -15,10 +15,18 @@ // mon name: "Allow 127.0.0.1/localhost as the network server", patches: [ - {offset: 0x8BC180, off: [0x55, 0x8B, 0xEC], on: [0x31, 0xC0, 0xC3]}, - {offset: 0x164D0E0, off: [0x31, 0x32, 0x37, 0x2F], on: [0x30, 0x2F, 0x38, 0x00]} + {offset: 0x8BC180, off: [0x55, 0x8B, 0xEC], on: [0x31, 0xC0, 0xC3]}, + {offset: 0x164D0E0, off: [0x31, 0x32, 0x37, 0x2F], on: [0x30, 0x2F, 0x38, 0x00]} ] }, + { + // mon + name: "Disable shop close lockout", + tooltip: "Around midnight JST the game won't let you play any more.", + patches: [ + {offset: 0x8E3DD3, off: [0x74], on: [0xEB]}, + ], + }, ]); });