add cs-style song start delay

This commit is contained in:
Silverdesu 2021-05-12 17:53:44 -05:00 committed by Will
parent d3ba383382
commit ea95066fb3

View File

@ -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] }],