Add Jubeat Knit

This commit is contained in:
Akitake 2024-07-01 18:16:16 +02:00
parent bff4dc9532
commit 04a4182fd8
No known key found for this signature in database
GPG Key ID: BBB11D6E26F3162D
3 changed files with 40 additions and 0 deletions

View File

@ -246,6 +246,14 @@ Patches for which we don't know the corresponding game version.
## JuBeat
<details><summary>Jubeat Knit</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| J44 | jubeat.dll | 2011-01-14 | [J44-4d2feca4_e8f35](patches/J44-4d2feca4_e8f35.json) |
| J44 | music_db.dll | 2011-01-14 | [J44-4d2fea0e_43f4](patches/J44-4d2fea0e_43f4.json) |
</details>
<details><summary>Jubeat Copious</summary>
| Codename | Filename | Version | Identifier |

View File

@ -0,0 +1,16 @@
[
{
"name": "Unlock All Songs",
"description": "",
"gameCode": "J44",
"type": "memory",
"patches": [
{
"offset": 4096,
"dllName": "music_db.dll",
"dataDisabled": "8B4DAC8948340FBF559833C085D20F9DC0",
"dataEnabled": "B9000000008948340FB5559833C085D290"
}
]
}
]

View File

@ -0,0 +1,16 @@
[
{
"name": "SELECT MUSIC Timer Lock",
"description": "",
"gameCode": "J44",
"type": "memory",
"patches": [
{
"offset": 546772,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
}
]