From ea95066fb3075aa722c81c151bf24449d6be9b1f Mon Sep 17 00:00:00 2001 From: Silverdesu Date: Wed, 12 May 2021 17:53:44 -0500 Subject: [PATCH] add cs-style song start delay --- bistrover.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bistrover.html b/bistrover.html index 5cd5cf3..d2ec00e 100644 --- a/bistrover.html +++ b/bistrover.html @@ -108,6 +108,16 @@ }, ], }, + { + name: "CS-style song start delay", + patches: [ + { + offset: 0x68D453, + off: [0x7d, 0x4d], + on: [0x90, 0x90], + }, + ], + }, { name: "Skip Camera Error", patches: [{ offset: 0x6B2318, off: [0x84], on: [0x81] }],