Merge pull request #3 from aixxe/main

More IIDX 31 Cursor Lock fixes & 2024-07-02 (012) patches
This commit is contained in:
Akitake 2024-07-03 16:09:16 +02:00 committed by GitHub
commit af94ca76b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 1063 additions and 6 deletions

View File

@ -146,6 +146,7 @@ Patches for which we don't know the corresponding game version.
| LDJ-012 | bm2dx.dll | 2024-05-07 | [LDJ-662a0a1f_98f11c](patches/LDJ-662a0a1f_98f11c.json) | | LDJ-012 | bm2dx.dll | 2024-05-07 | [LDJ-662a0a1f_98f11c](patches/LDJ-662a0a1f_98f11c.json) |
| LDJ-010 | bm2dx.dll | 2024-06-04 | [LDJ-6657c7bb_a706cc](patches/LDJ-6657c7bb_a706cc.json) | | LDJ-010 | bm2dx.dll | 2024-06-04 | [LDJ-6657c7bb_a706cc](patches/LDJ-6657c7bb_a706cc.json) |
| LDJ-012 | bm2dx.dll | 2024-06-05 | [LDJ-665e9f8f_9a384c](patches/LDJ-665e9f8f_9a384c.json) | | LDJ-012 | bm2dx.dll | 2024-06-05 | [LDJ-665e9f8f_9a384c](patches/LDJ-665e9f8f_9a384c.json) |
| LDJ-012 | bm2dx.dll | 2024-07-02 | [LDJ-667bbdca_9a798c](patches/LDJ-667bbdca_9a798c.json) |
</details> </details>
## BeatStream ## BeatStream

View File

@ -2,7 +2,7 @@
{ {
"gameCode": "LDJ", "gameCode": "LDJ",
"version": "2024-05-07 (012)", "version": "2024-05-07 (012)",
"lastUpdated": "2024-07-02 23:19:38", "lastUpdated": "2024-07-03 13:46:58",
"source": "https://sp2x.two-torial.xyz/" "source": "https://sp2x.two-torial.xyz/"
}, },
{ {
@ -86,9 +86,9 @@
"gameCode": "LDJ", "gameCode": "LDJ",
"patches": [ "patches": [
{ {
"offset": 7792374, "offset": 7966333,
"dllName": "bm2dx.dll", "dllName": "bm2dx.dll",
"dataDisabled": "741D", "dataDisabled": "7422",
"dataEnabled": "9090" "dataEnabled": "9090"
} }
] ]

View File

@ -2,7 +2,7 @@
{ {
"gameCode": "LDJ", "gameCode": "LDJ",
"version": "2024-06-05 (012)", "version": "2024-06-05 (012)",
"lastUpdated": "2024-07-02 23:19:38", "lastUpdated": "2024-07-03 13:46:58",
"source": "https://sp2x.two-torial.xyz/" "source": "https://sp2x.two-torial.xyz/"
}, },
{ {
@ -86,9 +86,9 @@
"gameCode": "LDJ", "gameCode": "LDJ",
"patches": [ "patches": [
{ {
"offset": 7852294, "offset": 8047341,
"dllName": "bm2dx.dll", "dllName": "bm2dx.dll",
"dataDisabled": "741D", "dataDisabled": "7422",
"dataEnabled": "9090" "dataEnabled": "9090"
} }
] ]

File diff suppressed because it is too large Load Diff