Files
spice2x.github.io/docs/patches.json
T
2024-05-21 16:53:01 -07:00

36 lines
688 B
JSON

[
{
"gameCode": "M32",
"dateCode": 2022102400,
"name": "Skip Tutorial",
"description": "",
"type": "memory",
"preset": true,
"patches": [
{
"dllName": "game.dll",
"dataDisabled": "0F87",
"dataEnabled": "90E9",
"dataOffset": 946042
}
]
},
{
"gameCode": "M32",
"dateCode": 2022102400,
"name": "Infinite Stage",
"description": "Play forever",
"caution": "Scores will not save",
"type": "memory",
"preset": true,
"patches": [
{
"dllName": "game.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9",
"dataOffset": 1143921
}
]
}
]