mirror of
https://github.com/two-torial/sp2xpatcher.git
synced 2024-11-23 20:30:56 +01:00
Add Gitadora Exchain
This commit is contained in:
parent
c59297796c
commit
66b219ce3c
10
SUPPORTED.md
10
SUPPORTED.md
@ -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>
|
||||
|
16
patches/M32-5d6db3bb_838f0.json
Normal file
16
patches/M32-5d6db3bb_838f0.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
16
patches/M32-5d6db41e_178960.json
Normal file
16
patches/M32-5d6db41e_178960.json
Normal file
@ -0,0 +1,16 @@
|
||||
[
|
||||
{
|
||||
"name": "Timer Freeze",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 48167,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85AA010000",
|
||||
"dataEnabled": "E9AB01000090"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user