diff --git a/Codes.xml b/Codes.xml
index 705b19c..994cffc 100644
--- a/Codes.xml
+++ b/Codes.xml
@@ -4270,6 +4270,19 @@
4E800020 2C000002
60000000 00000000
+
misc
diff --git a/changelog.md b/changelog.md
index 45654c5..4c42522 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,4 +1,7 @@
# Changelog
+## Nov 02, 2022
+Add NTSC-U version of Instant Restart
+
## Oct 30, 2022
- Make PatternSelector shorter and make its appearance customizable (v0.3)
- Render CustomizedDisplay later than water/juice (v0.3)
diff --git a/site/.vuepress/components/codes/InstantRestart/codegen.js b/site/.vuepress/components/codes/InstantRestart/codegen.js
index b069717..9f6dfc2 100644
--- a/site/.vuepress/components/codes/InstantRestart/codegen.js
+++ b/site/.vuepress/components/codes/InstantRestart/codegen.js
@@ -41,11 +41,25 @@ C227768C 0000000A
60637AE4 7C6803A6
4E800020 2C000002
60000000 00000000
+`,
+ GMSE01: (b) => `
+C22979E4 0000000A
+3C608040 A0A34454
+2805${b} 40A20038
+3C60817F 38A00001
+98A300B3 98A30100
+3C60803F 84A3970E
+90A30004 38A00040
+90A30000 3C608029
+60637E3C 7C6803A6
+4E800020 2C000002
+60000000 00000000
`,
};
const zCodes = {
GMSJ01: '040eb024 60000000',
GMSJ0A: '04277710 60000000',
+ GMSE01: '04297A68 60000000',
};
export const defaultConfig = {