mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
add cs-style song start delay
This commit is contained in:
@@ -108,6 +108,16 @@
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "CS-style song start delay",
|
||||||
|
patches: [
|
||||||
|
{
|
||||||
|
offset: 0x68D453,
|
||||||
|
off: [0x7d, 0x4d],
|
||||||
|
on: [0x90, 0x90],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Skip Camera Error",
|
name: "Skip Camera Error",
|
||||||
patches: [{ offset: 0x6B2318, off: [0x84], on: [0x81] }],
|
patches: [{ offset: 0x6B2318, off: [0x84], on: [0x81] }],
|
||||||
|
|||||||
Reference in New Issue
Block a user