From b2f0287af18594e81575cb7e7b99ead5cf2de6a4 Mon Sep 17 00:00:00 2001 From: Will Toohey Date: Sun, 24 Nov 2019 12:29:04 +1000 Subject: [PATCH] Add some chuni edits --- chuniamazon.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/chuniamazon.html b/chuniamazon.html index f044e17..478b027 100644 --- a/chuniamazon.html +++ b/chuniamazon.html @@ -22,11 +22,26 @@ { // mon name: "Disable shop close lockout", - tooltip: "Around midnight JST the game won't let you play any more.", + tooltip: "Disables ~12-8am lockout. Does not disable maint lockout from 6:30-7am JST", patches: [ {offset: 0x8E3DD3, off: [0x74], on: [0xEB]}, ], }, + { + // somewhatlurker + name: "Force shared audio mode, system audio samplerate must be 48000", + tooltip: "Improves compatibility but may increase latency", + patches: [ + {offset: 0xC77D1A, off: [0x01], on: [0x00]}, + ], + }, + { + // somewhatlurker + name: "Force 2 channel audio output", + patches: [ + {offset: 0xC77DF1, off: [0x75, 0x3F], on: [0x90, 0x90]}, + ], + }, ]); });