mirror of
https://github.com/two-torial/sp2xpatcher.git
synced 2024-12-02 15:27:15 +01:00
Add BeatStream
This commit is contained in:
parent
eccdd17895
commit
a05d007d37
@ -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) |
|
| LDJ-012 | bm2dx.dll | 2024-06-05 | [LDJ-665e9f8f_9a384c](patches/LDJ-665e9f8f_9a384c.json) |
|
||||||
</details>
|
</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)
|
## Dance Dance Revolution (DDR)
|
||||||
|
|
||||||
<details><summary>Dance Dance Revolution A3</summary>
|
<details><summary>Dance Dance Revolution A3</summary>
|
||||||
|
30
patches/NBT-564da07a_43514.json
Normal file
30
patches/NBT-564da07a_43514.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user