Add Jubeat Prop

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

View File

@ -262,6 +262,14 @@ Patches for which we don't know the corresponding game version.
| K44 | music_db.dll | 2012-07-23 | [K44-500d29bf_3ff8](patches/K44-500d29bf_3ff8.json) |
</details>
<details><summary>Jubeat Prop</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| L44 | jubeat.dll | 2016-03-27 | [L44-56a59099_217e92](patches/L44-56a59099_217e92.json) |
| L44 | music_db.dll | 2016-03-27 | [L44-56a5907c_4c5d](patches/L44-56a5907c_4c5d.json) |
</details>
<details><summary>Jubeat Clan</summary>
| Codename | Filename | Version | Identifier |

View File

@ -0,0 +1,16 @@
[
{
"name": "Unlock All Songs",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 9837,
"dllName": "music_db.dll",
"dataDisabled": "02",
"dataEnabled": "1F"
}
]
}
]

View File

@ -0,0 +1,44 @@
[
{
"name": "Disable Tutorial",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 532345,
"dllName": "jubeat.dll",
"dataDisabled": "0F85C7",
"dataEnabled": "E9C601"
}
]
},
{
"name": "SELECT MUSIC Timer Lock",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1500749,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Skip Online Matching",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 1410608,
"dllName": "jubeat.dll",
"dataDisabled": "7D",
"dataEnabled": "EB"
}
]
}
]