diff --git a/SUPPORTED.md b/SUPPORTED.md
index baee10a..9c3293c 100644
--- a/SUPPORTED.md
+++ b/SUPPORTED.md
@@ -254,6 +254,13 @@ Patches for which we don't know the corresponding game version.
| M32 | game.dll | 2015-03-27 | [M32-55164e67_157b40](patches/M32-55164e67_157b40.json) |
+Gitadora Tri-Boost
+
+| Codename | Filename | Version | Identifier |
+|----------|----------|---------|------------|
+| M32 | game.dll | 2016-11-23 | [M32-5833ff6c_15c290](patches/M32-5833ff6c_15c290.json) |
+
+
Gitadora Matixx
| Codename | Filename | Version | Identifier |
diff --git a/patches/M32-5833ff6c_15c290.json b/patches/M32-5833ff6c_15c290.json
new file mode 100644
index 0000000..f08983b
--- /dev/null
+++ b/patches/M32-5833ff6c_15c290.json
@@ -0,0 +1,71 @@
+[
+ {
+ "name": "Timer Freeze",
+ "description": "",
+ "gameCode": "M32",
+ "type": "memory",
+ "patches": [
+ {
+ "offset": 48151,
+ "dllName": "game.dll",
+ "dataDisabled": "0F85AA010000",
+ "dataEnabled": "E9AB01000090"
+ }
+ ]
+ },
+ {
+ "name": "Stage Freeze",
+ "description": "",
+ "caution": "Breaks score submission to server",
+ "gameCode": "M32",
+ "type": "memory",
+ "patches": [
+ {
+ "offset": 1357137,
+ "dllName": "game.dll",
+ "dataDisabled": "0F85FB010000",
+ "dataEnabled": "E9FC01000090"
+ }
+ ]
+ },
+ {
+ "name": "Unlock all songs",
+ "description": "",
+ "gameCode": "M32",
+ "type": "memory",
+ "patches": [
+ {
+ "offset": 1928266,
+ "dllName": "game.dll",
+ "dataDisabled": "5B00",
+ "dataEnabled": "4D01"
+ },
+ {
+ "offset": 1928290,
+ "dllName": "game.dll",
+ "dataDisabled": "5D00",
+ "dataEnabled": "4D01"
+ },
+ {
+ "offset": 1390852,
+ "dllName": "game.dll",
+ "dataDisabled": "7516",
+ "dataEnabled": "EB23"
+ }
+ ]
+ },
+ {
+ "name": "Enable Long Music",
+ "description": "",
+ "gameCode": "M32",
+ "type": "memory",
+ "patches": [
+ {
+ "offset": 1391172,
+ "dllName": "game.dll",
+ "dataDisabled": "7503",
+ "dataEnabled": "9090"
+ }
+ ]
+ }
+]
\ No newline at end of file