diff --git a/SUPPORTED.md b/SUPPORTED.md index 622bf7e..9da6239 100644 --- a/SUPPORTED.md +++ b/SUPPORTED.md @@ -263,6 +263,13 @@ 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 Nex+Age + +| Codename | Filename | Version | Identifier | +|----------|----------|---------|------------| +| M32 | game.dll | 2021-02-15 | [M32-6020734a_174fac](patches/M32-6020734a_174fac.json) | +
+
Gitadora High-Voltage | Codename | Filename | Version | Identifier | diff --git a/patches/M32-6020734a_174fac.json b/patches/M32-6020734a_174fac.json new file mode 100644 index 0000000..ea1dcf9 --- /dev/null +++ b/patches/M32-6020734a_174fac.json @@ -0,0 +1,113 @@ +[ + { + "name": "Timer Freeze", + "description": "", + "gameCode": "M32", + "type": "memory", + "patches": [ + { + "offset": 1062335, + "dllName": "game.dll", + "dataDisabled": "0F85", + "dataEnabled": "90E9" + } + ] + }, + { + "name": "Cursor Hold", + "description": "", + "gameCode": "M32", + "type": "memory", + "patches": [ + { + "offset": 811690, + "dllName": "game.dll", + "dataDisabled": "0F85", + "dataEnabled": "90E9" + } + ] + }, + { + "name": "Stage Freeze", + "description": "", + "caution": "Breaks score submission to server", + "gameCode": "M32", + "type": "memory", + "patches": [ + { + "offset": 1215777, + "dllName": "game.dll", + "dataDisabled": "0F85", + "dataEnabled": "90E9" + } + ] + }, + { + "name": "Skip Tutorial", + "description": "", + "gameCode": "M32", + "type": "memory", + "patches": [ + { + "offset": 1003770, + "dllName": "game.dll", + "dataDisabled": "0F87", + "dataEnabled": "90E9" + } + ] + }, + { + "name": "Unlock all songs", + "description": "", + "gameCode": "M32", + "type": "memory", + "patches": [ + { + "offset": 2003970, + "dllName": "game.dll", + "dataDisabled": "6100", + "dataEnabled": "4D01" + }, + { + "offset": 2003994, + "dllName": "game.dll", + "dataDisabled": "6300", + "dataEnabled": "4D01" + }, + { + "offset": 1282574, + "dllName": "game.dll", + "dataDisabled": "7508", + "dataEnabled": "EB11" + } + ] + }, + { + "name": "Enable Long Music", + "description": "", + "gameCode": "M32", + "type": "memory", + "patches": [ + { + "offset": 1282852, + "dllName": "game.dll", + "dataDisabled": "74", + "dataEnabled": "EB" + } + ] + }, + { + "name": "Skip \"NOW DATA INITIALIZING\" (useful for testing only)", + "description": "", + "gameCode": "M32", + "type": "memory", + "patches": [ + { + "offset": 224861, + "dllName": "game.dll", + "dataDisabled": "0F8474010000", + "dataEnabled": "909090909090" + } + ] + } +] \ No newline at end of file