From e52fcc9e59df6a09128c4e0a71aafdbee3f9fae8 Mon Sep 17 00:00:00 2001 From: Wyatt Calandro Date: Tue, 17 Nov 2020 11:54:49 -0700 Subject: [PATCH] feat(op.2): Add support for 2019-10-02 --- nostalgiaop2.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/nostalgiaop2.html b/nostalgiaop2.html index a847150..f78c29e 100644 --- a/nostalgiaop2.html +++ b/nostalgiaop2.html @@ -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]}] + }, + ]) ]); });