From 11230949ef27e12038472848ba508a5dbbac2517 Mon Sep 17 00:00:00 2001 From: Akitake Date: Mon, 1 Jul 2024 18:11:40 +0200 Subject: [PATCH] Add Jubeat copious --- SUPPORTED.md | 8 ++++++++ patches/K44-500d29bf_3ff8.json | 16 ++++++++++++++++ patches/K44-500d2d37_f57a6.json | 16 ++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 patches/K44-500d29bf_3ff8.json create mode 100644 patches/K44-500d2d37_f57a6.json diff --git a/SUPPORTED.md b/SUPPORTED.md index 668e129..a0a2aa4 100644 --- a/SUPPORTED.md +++ b/SUPPORTED.md @@ -246,6 +246,14 @@ Patches for which we don't know the corresponding game version. ## JuBeat +
Jubeat copious + +| Codename | Filename | Version | Identifier | +|----------|----------|---------|------------| +| K44 | jubeat.dll | 2012-07-23 | [K44-500d2d37_f57a6](patches/K44-500d2d37_f57a6.json) | +| K44 | music_db.dll | 2012-07-23 | [K44-500d29bf_3ff8](patches/K44-500d29bf_3ff8.json) | +
+
Jubeat clan | Codename | Filename | Version | Identifier | diff --git a/patches/K44-500d29bf_3ff8.json b/patches/K44-500d29bf_3ff8.json new file mode 100644 index 0000000..bb560ae --- /dev/null +++ b/patches/K44-500d29bf_3ff8.json @@ -0,0 +1,16 @@ +[ + { + "name": "Unlock All Songs", + "description": "", + "gameCode": "K44", + "type": "memory", + "patches": [ + { + "offset": 2935, + "dllName": "music_db.dll", + "dataDisabled": "8B55C489512833C083BD64FFFFFF000F95C08B8D4CFFFFFF88412C0FBF55B033C085D20F9DC0", + "dataEnabled": "BA0000000089512833C083BD64FFFFFF000F95C08B8D4CFFFFFF88412C0FBF55B033C085D290" + } + ] + } +] \ No newline at end of file diff --git a/patches/K44-500d2d37_f57a6.json b/patches/K44-500d2d37_f57a6.json new file mode 100644 index 0000000..4792e50 --- /dev/null +++ b/patches/K44-500d2d37_f57a6.json @@ -0,0 +1,16 @@ +[ + { + "name": "SELECT MUSIC Timer Lock", + "description": "", + "gameCode": "K44", + "type": "memory", + "patches": [ + { + "offset": 622117, + "dllName": "jubeat.dll", + "dataDisabled": "75", + "dataEnabled": "EB" + } + ] + } +] \ No newline at end of file