Add a union example

This commit is contained in:
sp2xdev
2024-04-29 21:36:44 -07:00
parent 38c699fe04
commit a7657fd77c
+35
View File
@@ -30,5 +30,40 @@
"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
}
}
]
}
]