diff --git a/SUPPORTED.md b/SUPPORTED.md
index 4c2d413..ef8e7d1 100644
--- a/SUPPORTED.md
+++ b/SUPPORTED.md
@@ -245,6 +245,16 @@ Patches for which we don't know the corresponding game version.
| REC | superstep.dll | 2023-07-26 | [REC-64b9c7bd_53d248](patches/REC-64b9c7bd_53d248.json) |
+## Gitadora
+
+Gitadora Exchain
+
+| Codename | Filename | Version | Identifier |
+|----------|----------|---------|------------|
+| M32 | game.dll | 2019-09-24 | [M32-5d6db41e_178960](patches/M32-5d6db41e_178960.json) |
+| M32 | libshare-pj.dll | 2019-09-24 | [M32-5d6db3bb_838f0](patches/M32-5d6db3bb_838f0.json) |
+
+
## Jubeat
Jubeat Knit
diff --git a/patches/M32-5d6db3bb_838f0.json b/patches/M32-5d6db3bb_838f0.json
new file mode 100644
index 0000000..7fbbd73
--- /dev/null
+++ b/patches/M32-5d6db3bb_838f0.json
@@ -0,0 +1,16 @@
+[
+ {
+ "name": "Fix \"IP CHANGE ERROR\"",
+ "description": "",
+ "gameCode": "M32",
+ "type": "memory",
+ "patches": [
+ {
+ "offset": 144133,
+ "dllName": "libshare-pj.dll",
+ "dataDisabled": "74",
+ "dataEnabled": "EB"
+ }
+ ]
+ }
+]
\ No newline at end of file
diff --git a/patches/M32-5d6db41e_178960.json b/patches/M32-5d6db41e_178960.json
new file mode 100644
index 0000000..0e2b085
--- /dev/null
+++ b/patches/M32-5d6db41e_178960.json
@@ -0,0 +1,16 @@
+[
+ {
+ "name": "Timer Freeze",
+ "description": "",
+ "gameCode": "M32",
+ "type": "memory",
+ "patches": [
+ {
+ "offset": 48167,
+ "dllName": "game.dll",
+ "dataDisabled": "0F85AA010000",
+ "dataEnabled": "E9AB01000090"
+ }
+ ]
+ }
+]
\ No newline at end of file