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]}, + ], + }, ]); });