Add BeatStream

This commit is contained in:
Akitake 2024-07-01 08:26:07 +02:00
parent eccdd17895
commit a05d007d37
No known key found for this signature in database
GPG Key ID: BBB11D6E26F3162D
2 changed files with 39 additions and 0 deletions

View File

@ -145,6 +145,15 @@ Patches for which we don't know the corresponding game version.
| LDJ-012 | bm2dx.dll | 2024-06-05 | [LDJ-665e9f8f_9a384c](patches/LDJ-665e9f8f_9a384c.json) |
</details>
## BeatStream
<details><summary>BeatStream</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| NBT | beatstream.dll | 2015-12-01 | [NBT-564da07a_43514](patches/NBT-564da07a_43514.json) |
</details>
## Dance Dance Revolution (DDR)
<details><summary>Dance Dance Revolution A3</summary>

View File

@ -0,0 +1,30 @@
[
{
"name": "E: drive fix",
"description": "Fix crash caused by no E: drive",
"gameCode": "NBT",
"type": "memory",
"patches": [
{
"offset": 11970964,
"dllName": "beatstream.dll",
"dataDisabled": "653A2F",
"dataEnabled": "646576"
}
]
},
{
"name": "Unlock all songs",
"description": "",
"gameCode": "NBT",
"type": "memory",
"patches": [
{
"offset": 1523894,
"dllName": "beatstream.dll",
"dataDisabled": "4883FD107209488D7908",
"dataEnabled": "BB00000000E9AE010000"
}
]
}
]