From 5afa5bcd4b7c80a45d78c7d1e32bfdce252c026a Mon Sep 17 00:00:00 2001 From: Akitake Date: Fri, 5 Jul 2024 00:14:37 +0200 Subject: [PATCH] Add Gitadora High-Voltage --- SUPPORTED.md | 8 +++ patches/M32-6073d298_15bd6c.json | 98 ++++++++++++++++++++++++++++++++ patches/M32-634910da_15daec.json | 98 ++++++++++++++++++++++++++++++++ 3 files changed, 204 insertions(+) create mode 100644 patches/M32-6073d298_15bd6c.json create mode 100644 patches/M32-634910da_15daec.json diff --git a/SUPPORTED.md b/SUPPORTED.md index ef8e7d1..ecc272f 100644 --- a/SUPPORTED.md +++ b/SUPPORTED.md @@ -255,6 +255,14 @@ Patches for which we don't know the corresponding game version. | M32 | libshare-pj.dll | 2019-09-24 | [M32-5d6db3bb_838f0](patches/M32-5d6db3bb_838f0.json) | +
Gitadora High-Voltage + +| Codename | Filename | Version | Identifier | +|----------|----------|---------|------------| +| M32 | game.dll | 2021-04-21 | [M32-6073d298_15bd6c](patches/M32-6073d298_15bd6c.json) | +| M32 | game.dll | 2022-10-24 | [M32-634910da_15daec](patches/M32-634910da_15daec.json) | +
+ ## Jubeat
Jubeat Knit diff --git a/patches/M32-6073d298_15bd6c.json b/patches/M32-6073d298_15bd6c.json new file mode 100644 index 0000000..3b2ae0b --- /dev/null +++ b/patches/M32-6073d298_15bd6c.json @@ -0,0 +1,98 @@ +[ + { + "name": "Timer Freeze", + "description": "", + "gameCode": "M32", + "type": "memory", + "patches": [ + { + "offset": 1000991, + "dllName": "game.dll", + "dataDisabled": "0F85", + "dataEnabled": "90E9" + } + ] + }, + { + "name": "Cursor Hold", + "description": "", + "gameCode": "M32", + "type": "memory", + "patches": [ + { + "offset": 757318, + "dllName": "game.dll", + "dataDisabled": "0F85", + "dataEnabled": "90E9" + } + ] + }, + { + "name": "Stage Freeze", + "description": "Breaks score submission to server", + "gameCode": "M32", + "type": "memory", + "patches": [ + { + "offset": 1137617, + "dllName": "game.dll", + "dataDisabled": "0F85", + "dataEnabled": "90E9" + } + ] + }, + { + "name": "Skip Tutorial", + "description": "", + "gameCode": "M32", + "type": "memory", + "patches": [ + { + "offset": 942426, + "dllName": "game.dll", + "dataDisabled": "0F87", + "dataEnabled": "90E9" + } + ] + }, + { + "name": "Unlock all songs", + "description": "", + "gameCode": "M32", + "type": "memory", + "patches": [ + { + "offset": 1893602, + "dllName": "game.dll", + "dataDisabled": "6100", + "dataEnabled": "4D01" + }, + { + "offset": 1893626, + "dllName": "game.dll", + "dataDisabled": "6300", + "dataEnabled": "4D01" + }, + { + "offset": 1179614, + "dllName": "game.dll", + "dataDisabled": "7508", + "dataEnabled": "EB11" + } + ] + }, + { + "name": "Enable Long Music", + "description": "", + "gameCode": "M32", + "type": "memory", + "patches": [ + { + "offset": 1179892, + "dllName": "game.dll", + "dataDisabled": "74", + "dataEnabled": "EB" + } + ] + } +] \ No newline at end of file diff --git a/patches/M32-634910da_15daec.json b/patches/M32-634910da_15daec.json new file mode 100644 index 0000000..1e53f06 --- /dev/null +++ b/patches/M32-634910da_15daec.json @@ -0,0 +1,98 @@ +[ + { + "name": "Timer Freeze", + "description": "", + "gameCode": "M32", + "type": "memory", + "patches": [ + { + "offset": 1004607, + "dllName": "game.dll", + "dataDisabled": "0F85", + "dataEnabled": "90E9" + } + ] + }, + { + "name": "Cursor Hold", + "description": "", + "gameCode": "M32", + "type": "memory", + "patches": [ + { + "offset": 761062, + "dllName": "game.dll", + "dataDisabled": "0F85", + "dataEnabled": "90E9" + } + ] + }, + { + "name": "Stage Freeze", + "description": "Breaks score submission to server", + "gameCode": "M32", + "type": "memory", + "patches": [ + { + "offset": 1143921, + "dllName": "game.dll", + "dataDisabled": "0F85", + "dataEnabled": "90E9" + } + ] + }, + { + "name": "Skip Tutorial", + "description": "", + "gameCode": "M32", + "type": "memory", + "patches": [ + { + "offset": 946042, + "dllName": "game.dll", + "dataDisabled": "0F87", + "dataEnabled": "90E9" + } + ] + }, + { + "name": "Unlock all songs", + "description": "", + "gameCode": "M32", + "type": "memory", + "patches": [ + { + "offset": 1901842, + "dllName": "game.dll", + "dataDisabled": "6100", + "dataEnabled": "4D01" + }, + { + "offset": 1901866, + "dllName": "game.dll", + "dataDisabled": "6300", + "dataEnabled": "4D01" + }, + { + "offset": 1185758, + "dllName": "game.dll", + "dataDisabled": "7508", + "dataEnabled": "EB11" + } + ] + }, + { + "name": "Enable Long Music", + "description": "", + "gameCode": "M32", + "type": "memory", + "patches": [ + { + "offset": 1186036, + "dllName": "game.dll", + "dataDisabled": "74", + "dataEnabled": "EB" + } + ] + } +] \ No newline at end of file