Chunithm: shop close lockout disable

This commit is contained in:
Will Toohey
2019-11-17 22:03:33 +10:00
parent 00358457dd
commit 55c1a3ae4c
+8
View File
@@ -19,6 +19,14 @@
{offset: 0x164D0E0, off: [0x31, 0x32, 0x37, 0x2F], on: [0x30, 0x2F, 0x38, 0x00]} {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]},
],
},
]); ]);
}); });
</script> </script>