feat(op.2): Add support for 2019-10-02

This commit is contained in:
Wyatt Calandro 2020-11-17 11:54:49 -07:00 committed by Will
parent 2239052fce
commit e52fcc9e59

View File

@ -23,6 +23,17 @@
patches: [{offset: 0x21A6FA, off: [0x1E], on: [0x00]}]
},
]),
new Patcher('nostalgia.dll', "2019-10-02", [
{
name: 'Menu Timer Freeze',
patches: [{offset: 0x303D33, off: [0x41, 0xFF, 0xC8], on: [0x90, 0x90, 0x90]}]
},
{
name: 'Shorter Monitor Check',
tooltip : "Similar to Rootage, recommended only if you have a stable framerate",
patches: [{offset: 0x21A6FA, off: [0x1E], on: [0x00]}]
},
])
]);
});
</script>