From 38c699fe0441509ae50a0e186df4fee83a784cdb Mon Sep 17 00:00:00 2001 From: sp2xdev <127630192+sp2xdev@users.noreply.github.com> Date: Mon, 29 Apr 2024 21:20:50 -0700 Subject: [PATCH] Add an example patch --- docs/patches/M32-634910da_15daec.json | 34 +++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 docs/patches/M32-634910da_15daec.json diff --git a/docs/patches/M32-634910da_15daec.json b/docs/patches/M32-634910da_15daec.json new file mode 100644 index 0000000..24732e7 --- /dev/null +++ b/docs/patches/M32-634910da_15daec.json @@ -0,0 +1,34 @@ +[ + { + "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 + } + ] + } +]