Add Gitadora Exchain

This commit is contained in:
Akitake 2024-07-05 00:13:57 +02:00
parent c59297796c
commit 66b219ce3c
No known key found for this signature in database
GPG Key ID: BBB11D6E26F3162D
3 changed files with 42 additions and 0 deletions

View File

@ -245,6 +245,16 @@ Patches for which we don't know the corresponding game version.
| REC | superstep.dll | 2023-07-26 | [REC-64b9c7bd_53d248](patches/REC-64b9c7bd_53d248.json) |
</details>
## Gitadora
<details><summary>Gitadora Exchain</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| M32 | game.dll | 2019-09-24 | [M32-5d6db41e_178960](patches/M32-5d6db41e_178960.json) |
| M32 | libshare-pj.dll | 2019-09-24 | [M32-5d6db3bb_838f0](patches/M32-5d6db3bb_838f0.json) |
</details>
## Jubeat
<details><summary>Jubeat Knit</summary>

View File

@ -0,0 +1,16 @@
[
{
"name": "Fix \"IP CHANGE ERROR\"",
"description": "",
"gameCode": "M32",
"type": "memory",
"patches": [
{
"offset": 144133,
"dllName": "libshare-pj.dll",
"dataDisabled": "74",
"dataEnabled": "EB"
}
]
}
]

View File

@ -0,0 +1,16 @@
[
{
"name": "Timer Freeze",
"description": "",
"gameCode": "M32",
"type": "memory",
"patches": [
{
"offset": 48167,
"dllName": "game.dll",
"dataDisabled": "0F85AA010000",
"dataEnabled": "E9AB01000090"
}
]
}
]