two-torial-sp2xpatcher/patches/LDJ-525394a7_d19f3.json
2024-06-30 22:44:29 +02:00

30 lines
870 B
JSON

[
{
"name": "Shorter monitor check",
"description": "Runs for 300 frames (5 seconds) instead of 1200 (20 seconds), recommended only if you have a very stable framerate",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 439466,
"dllName": "bm2dx.dll",
"dataDisabled": "B004",
"dataEnabled": "2C01"
}
]
},
{
"name": "6 digits in monitor check",
"description": "Purely visual, does not affect anything besides the FPS display",
"gameCode": "LDJ",
"type": "memory",
"patches": [
{
"offset": 1444613,
"dllName": "bm2dx.dll",
"dataDisabled": "34",
"dataEnabled": "36"
}
]
}
]