From 77a384e597acfa847a03e588b237cb31163441d7 Mon Sep 17 00:00:00 2001 From: Akitake Date: Fri, 5 Jul 2024 00:23:32 +0200 Subject: [PATCH] Add Gitadora Tri-Boost --- SUPPORTED.md | 7 ++++ patches/M32-5833ff6c_15c290.json | 71 ++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 patches/M32-5833ff6c_15c290.json diff --git a/SUPPORTED.md b/SUPPORTED.md index baee10a..9c3293c 100644 --- a/SUPPORTED.md +++ b/SUPPORTED.md @@ -254,6 +254,13 @@ Patches for which we don't know the corresponding game version. | M32 | game.dll | 2015-03-27 | [M32-55164e67_157b40](patches/M32-55164e67_157b40.json) | +
Gitadora Tri-Boost + +| Codename | Filename | Version | Identifier | +|----------|----------|---------|------------| +| M32 | game.dll | 2016-11-23 | [M32-5833ff6c_15c290](patches/M32-5833ff6c_15c290.json) | +
+
Gitadora Matixx | Codename | Filename | Version | Identifier | diff --git a/patches/M32-5833ff6c_15c290.json b/patches/M32-5833ff6c_15c290.json new file mode 100644 index 0000000..f08983b --- /dev/null +++ b/patches/M32-5833ff6c_15c290.json @@ -0,0 +1,71 @@ +[ + { + "name": "Timer Freeze", + "description": "", + "gameCode": "M32", + "type": "memory", + "patches": [ + { + "offset": 48151, + "dllName": "game.dll", + "dataDisabled": "0F85AA010000", + "dataEnabled": "E9AB01000090" + } + ] + }, + { + "name": "Stage Freeze", + "description": "", + "caution": "Breaks score submission to server", + "gameCode": "M32", + "type": "memory", + "patches": [ + { + "offset": 1357137, + "dllName": "game.dll", + "dataDisabled": "0F85FB010000", + "dataEnabled": "E9FC01000090" + } + ] + }, + { + "name": "Unlock all songs", + "description": "", + "gameCode": "M32", + "type": "memory", + "patches": [ + { + "offset": 1928266, + "dllName": "game.dll", + "dataDisabled": "5B00", + "dataEnabled": "4D01" + }, + { + "offset": 1928290, + "dllName": "game.dll", + "dataDisabled": "5D00", + "dataEnabled": "4D01" + }, + { + "offset": 1390852, + "dllName": "game.dll", + "dataDisabled": "7516", + "dataEnabled": "EB23" + } + ] + }, + { + "name": "Enable Long Music", + "description": "", + "gameCode": "M32", + "type": "memory", + "patches": [ + { + "offset": 1391172, + "dllName": "game.dll", + "dataDisabled": "7503", + "dataEnabled": "9090" + } + ] + } +] \ No newline at end of file