diff --git a/SUPPORTED.md b/SUPPORTED.md
index b7ef27b..633ecdf 100644
--- a/SUPPORTED.md
+++ b/SUPPORTED.md
@@ -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) |
+Jubeat Prop
+
+| 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) |
+
+
Jubeat Clan
| Codename | Filename | Version | Identifier |
diff --git a/patches/L44-56a5907c_4c5d.json b/patches/L44-56a5907c_4c5d.json
new file mode 100644
index 0000000..c894290
--- /dev/null
+++ b/patches/L44-56a5907c_4c5d.json
@@ -0,0 +1,16 @@
+[
+ {
+ "name": "Unlock All Songs",
+ "description": "",
+ "gameCode": "L44",
+ "type": "memory",
+ "patches": [
+ {
+ "offset": 9837,
+ "dllName": "music_db.dll",
+ "dataDisabled": "02",
+ "dataEnabled": "1F"
+ }
+ ]
+ }
+]
\ No newline at end of file
diff --git a/patches/L44-56a59099_217e92.json b/patches/L44-56a59099_217e92.json
new file mode 100644
index 0000000..675b844
--- /dev/null
+++ b/patches/L44-56a59099_217e92.json
@@ -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"
+ }
+ ]
+ }
+]
\ No newline at end of file