two-torial-sp2xpatcher/patches/LDJ-53ec605b_ccf53.json
2024-07-02 22:26:23 +02:00

32 lines
938 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",
"dateCode": "2014-09-17",
"type": "memory",
"patches": [
{
"offset": 447978,
"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",
"dateCode": "2014-09-17",
"type": "memory",
"patches": [
{
"offset": 1368749,
"dllName": "bm2dx.dll",
"dataDisabled": "34",
"dataEnabled": "36"
}
]
}
]