Add museca timer freeze

This commit is contained in:
camprevail
2024-07-03 18:04:03 -05:00
committed by Will
parent f1cf3f387a
commit d4658c7968
+15
View File
@@ -121,6 +121,21 @@
}, },
] ]
}, },
{
name: "Timer freeze", // Created by Cammy
patches: [
{
offset: 0x28E610,
off: [0x0F, 0x85, 0x26, 0x01, 0x00],
on: [0xE9, 0x27, 0x01, 0x00, 0x00]
},
{
offset: 0x287C3E,
off: [0x75],
on: [0xEB]
}
]
},
]), ]),
]); ]);
}); });