Files
spice2x.github.io/docs/patches/M32-634910da_15daec.json
T
2024-04-29 21:36:44 -07:00

70 lines
1.5 KiB
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 2022102400",
"description": "Score may not save",
"type": "memory",
"preset": true,
"patches": [
{
"dllName": "game.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9",
"dataOffset": 1143921
}
]
},
{
"name": "Change PLEASE WAIT A MOMENT message",
"description": "Just a dumb example",
"gameCode": "M32",
"type": "union",
"patches": [
{
"name": "MOMENT (Default)",
"type": "union",
"patch": {
"dllName": "game.dll",
"data": "4D4F4D454E54",
"offset": 1609086
}
},
{
"name": "MOMENTO",
"type": "union",
"patch": {
"dllName": "game.dll",
"data": "4D4F4D454E4F",
"offset": 1609086
}
},
{
"name": "SECOND",
"type": "union",
"patch": {
"dllName": "game.dll",
"data": "5345434F4E44",
"offset": 1609086
}
}
]
}
]