diff --git a/chusanxversex.html b/chusanxversex.html index 05df920..9bdcf72 100644 --- a/chusanxversex.html +++ b/chusanxversex.html @@ -298,6 +298,22 @@ }, ]), ]); + new PatchContainer([ + new Patcher("chu.acf", "chu.acf", [ + { + name: "Force audio output as headphone", + danger: "You need to use the in-game volume controls on the song screen to adjust the volume; otherwise, it will be very low.", + tooltip: "If you can’t hear audio on title screen, it is normal", + patches: [ + { + offset: 0xCE8, + off: [0x01], + on: [0x00], + }, + ], + }, + ]) + ]); });