mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-15 03:17:36 +01:00
add cs-style song start delay
This commit is contained in:
parent
d3ba383382
commit
ea95066fb3
@ -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] }],
|
||||
|
Loading…
Reference in New Issue
Block a user