Update sdvx6.html (#196)

Add Timer Freeze
This commit is contained in:
ikaros14 2021-05-24 13:28:30 +09:00 committed by GitHub
parent 42241b8247
commit 95d48a707a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,13 @@
off: [0x04], on: [0x00]}, off: [0x04], on: [0x00]},
], ],
}, },
{
name: "Timer freeze", // ikaros14
patches: [
{ offset: 0x71166,
off: [0x84], on: [0x85]},
],
},
]), ]),
]); ]);
}); });