Add NTSC-U version of Instant Restart

This commit is contained in:
sup39 2022-11-02 01:53:22 +09:00
parent 206f3b1d6c
commit e935092a97
3 changed files with 30 additions and 0 deletions

View file

@ -4270,6 +4270,19 @@
4E800020 2C000002
60000000 00000000
</source>
<source version="GMSE01">
C22979E4 0000000A
3C608040 A0A34454
28050808 40A20038
3C60817F 38A00001
98A300B3 98A30100
3C60803F 84A3970E
90A30004 38A00040
90A30000 3C608029
60637E3C 7C6803A6
4E800020 2C000002
60000000 00000000
</source>
</code>
<code>
<category>misc</category>

View file

@ -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)

View file

@ -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 = {