From a7657fd77c1277e26900d84e75f899b1531498d1 Mon Sep 17 00:00:00 2001 From: sp2xdev <127630192+sp2xdev@users.noreply.github.com> Date: Mon, 29 Apr 2024 21:36:44 -0700 Subject: [PATCH] Add a union example --- docs/patches/M32-634910da_15daec.json | 35 +++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/docs/patches/M32-634910da_15daec.json b/docs/patches/M32-634910da_15daec.json index 24732e7..859c280 100644 --- a/docs/patches/M32-634910da_15daec.json +++ b/docs/patches/M32-634910da_15daec.json @@ -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 + } + } + ] } ]