mirror of
https://github.com/two-torial/sp2xpatcher.git
synced 2024-11-24 04:40:10 +01:00
Add Jubeat Prop
This commit is contained in:
parent
04a4182fd8
commit
d959038776
@ -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 |
|
||||
|
16
patches/L44-56a5907c_4c5d.json
Normal file
16
patches/L44-56a5907c_4c5d.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
44
patches/L44-56a59099_217e92.json
Normal file
44
patches/L44-56a59099_217e92.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user