mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-24 07:30:10 +01:00
parent
df215e7a4b
commit
5a76fb8781
20
museca2.html
20
museca2.html
@ -94,6 +94,26 @@
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Increase default coloris from 30k to 100k", // Created by dogelition_man
|
||||
patches: [
|
||||
{
|
||||
offset: 0x27459E,
|
||||
off: [0x30, 0x75, 0x00],
|
||||
on: [0xA0, 0x86, 0x01]
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Remove 20191231 date limit for charts", // Created by dogelition_man
|
||||
patches: [
|
||||
{
|
||||
offset: 0xA4F30,
|
||||
off: [0x8D, 0x81, 0xFB],
|
||||
on: [0xB0, 0x01, 0xC3]
|
||||
},
|
||||
]
|
||||
},
|
||||
]),
|
||||
]);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user