added fade-in timer
This commit is contained in:
parent
dcc7c02696
commit
fd8ab57a46
5 changed files with 409 additions and 2 deletions
|
@ -1,5 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<updates>
|
||||
<update>
|
||||
<date>Nov 3, 2018</date>
|
||||
<change>
|
||||
<head>Added 'Fade-in Timer'</head>
|
||||
<paragraph>A new variant of the in-game timer, starting on the last black frame before taking control of Mario rather than before the demo.</paragraph>
|
||||
</change>
|
||||
</update>
|
||||
<update>
|
||||
<date>Nov 1, 2018</date>
|
||||
<change>
|
||||
|
|
100
codes/GMSE01.xml
100
codes/GMSE01.xml
|
@ -661,6 +661,106 @@
|
|||
041BC900 60000000
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
<title lang="en">Fade-in Timer</title>
|
||||
<author>Psychonauter, Noki Doki</author>
|
||||
<version>1.0</version>
|
||||
<description><![CDATA[Adds the ingame timer to every level, starting on the last black frame before taking control of Mario and ending as soon as the 'Shine Get' animation starts (Similiar to the x-cam timer of SM64). <br /><br /><b><font color ="#0046da">Requires the Level Select code, Fast Any% or Stage Loader to be active.</font></b>]]></description>
|
||||
<date>Nov 3, 2018</date>
|
||||
<source>
|
||||
C2298BA0 0000000F
|
||||
3CC0817F 60C60100
|
||||
88860000 2C040001
|
||||
4182002C 88860001
|
||||
2C040001 40A20050
|
||||
3CA0803E 60A59710
|
||||
88850002 2C040007
|
||||
4182003C 2C040009
|
||||
41810034 3C608034
|
||||
606394D8 7C6803A6
|
||||
4E800021 3CA08090
|
||||
60A52B28 90650028
|
||||
90660004 9085002C
|
||||
90860008 38600000
|
||||
98660000 800100B4
|
||||
60000000 00000000
|
||||
C21BD3D8 00000003
|
||||
3C60817F 60630100
|
||||
38800001 9083000C
|
||||
4E800020 00000000
|
||||
C22979D8 0000000C
|
||||
2C000003 40A20050
|
||||
3C60817F 60630100
|
||||
8083000C 2C040000
|
||||
41A2003C 38800000
|
||||
9083000C 7DE802A6
|
||||
3C608056 6063DD00
|
||||
7FB0EB78 3FA08028
|
||||
63BDE604 7FA803A6
|
||||
4E800021 7DE803A6
|
||||
7E1D8378 39E00000
|
||||
3A000000 3C60803A
|
||||
60000000 00000000
|
||||
C234802C 00000007
|
||||
3DE0817F 61EF0100
|
||||
8A0F0000 2C100001
|
||||
4182000C 806F0004
|
||||
808F0008 3A000000
|
||||
9A0F0000 906F0004
|
||||
908F0008 909F002C
|
||||
39E00000 00000000
|
||||
C2149148 00000012
|
||||
7C6F1B78 7FB0EB78
|
||||
3C60817F 60630100
|
||||
88830001 2C040001
|
||||
40A20060 38800000
|
||||
98830001 3C60803E
|
||||
60639710 A0630002
|
||||
2C030805 41820044
|
||||
2C030605 4182003C
|
||||
2C031E00 41820034
|
||||
3C608056 6063DD00
|
||||
3FA08028 63BDE998
|
||||
7FA803A6 4E800021
|
||||
3C608056 6063DD00
|
||||
3FA08028 63BDE82C
|
||||
7FA803A6 4E800021
|
||||
7DE37B78 7E1D8378
|
||||
39E00000 3A000000
|
||||
800100CC 00000000
|
||||
C228E90C 0000000A
|
||||
3CA0803E 60A59710
|
||||
A0A50002 2C051E00
|
||||
41820034 2C050404
|
||||
4182002C 2C050801
|
||||
41820024 2C050904
|
||||
4182001C 2C050605
|
||||
41820014 2C050805
|
||||
4182000C 38800000
|
||||
38600000 909E00CC
|
||||
60000000 00000000
|
||||
C2171B6C 00000003
|
||||
3C60817F 60630100
|
||||
38800101 B0830000
|
||||
807F025C 00000000
|
||||
04348048 4E800020
|
||||
0414A99C 60000000
|
||||
0414D2E8 60000000
|
||||
0428E9C8 60000000
|
||||
0428E854 60000000
|
||||
0428E624 60000000
|
||||
0456DD00 00000000
|
||||
0456DD04 00000000
|
||||
0456DD18 00000003
|
||||
0456DD1C 00000002
|
||||
0456DD20 8056DD24
|
||||
0456DD24 00000000
|
||||
0456DD28 00000001
|
||||
0456DD2C 00000000
|
||||
0456DD30 000000B4
|
||||
0414AC18 4800006C
|
||||
</source>
|
||||
</code>
|
||||
<!--
|
||||
<code>
|
||||
<title lang="en">Fast 79 Shines</title>
|
||||
|
|
100
codes/GMSJ01.xml
100
codes/GMSJ01.xml
|
@ -690,6 +690,106 @@
|
|||
041948E8 60000000
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
<title lang="en">Fade-in Timer</title>
|
||||
<author>Psychonauter, Noki Doki</author>
|
||||
<version>1.0</version>
|
||||
<description><![CDATA[Adds the ingame timer to every level, starting on the last black frame before taking control of Mario and ending as soon as the 'Shine Get' animation starts (Similiar to the x-cam timer of SM64).<br /><br /><b><font color ="#0046da">Requires the Level Select code, Fast Any% or Stage Loader to be active.</font></b>]]></description>
|
||||
<date>Nov 3, 2018</date>
|
||||
<source>
|
||||
C20EC10C 0000000F
|
||||
3CC0817F 60C60100
|
||||
88860000 2C040001
|
||||
4182002C 88860001
|
||||
2C040001 40A20050
|
||||
3CA0803E 60A56010
|
||||
88850002 2C040007
|
||||
4182003C 2C040009
|
||||
41810034 3C608009
|
||||
60633DF8 7C6803A6
|
||||
4E800021 3CA08090
|
||||
60A57B08 90650028
|
||||
90660004 9085002C
|
||||
90860008 38600000
|
||||
98660000 800100B4
|
||||
60000000 00000000
|
||||
C21953A8 00000003
|
||||
3C60817F 60630100
|
||||
38800001 9083000C
|
||||
4E800020 00000000
|
||||
C20EAF94 0000000C
|
||||
2C000003 40A20050
|
||||
3C60817F 60630100
|
||||
8083000C 2C040000
|
||||
41A2003C 38800000
|
||||
9083000C 7DE802A6
|
||||
3C608074 60639F00
|
||||
7FB0EB78 3FA0800E
|
||||
63BD1B4C 7FA803A6
|
||||
4E800021 7DE803A6
|
||||
7E1D8378 39E00000
|
||||
3A000000 3C608037
|
||||
60000000 00000000
|
||||
C209294C 00000007
|
||||
3DE0817F 61EF0100
|
||||
8A0F0000 2C100001
|
||||
4182000C 806F0004
|
||||
808F0008 3A000000
|
||||
9A0F0000 906F0004
|
||||
908F0008 909F002C
|
||||
39E00000 00000000
|
||||
C220A5A0 00000012
|
||||
7C6F1B78 7FB0EB78
|
||||
3C60817F 60630100
|
||||
88830001 2C040001
|
||||
40A20060 38800000
|
||||
98830001 3C60803E
|
||||
60636010 A0630002
|
||||
2C030805 41820044
|
||||
2C030605 4182003C
|
||||
2C031E00 41820034
|
||||
3C608074 60639F00
|
||||
3FA0800E 63BD1EE0
|
||||
7FA803A6 4E800021
|
||||
3C608074 60639F00
|
||||
3FA0800E 63BD1D74
|
||||
7FA803A6 4E800021
|
||||
7DE37B78 7E1D8378
|
||||
39E00000 3A000000
|
||||
800100CC 00000000
|
||||
C20E1E54 0000000A
|
||||
3CA0803E 60A56010
|
||||
A0A50002 2C051E00
|
||||
41820034 2C050404
|
||||
4182002C 2C050801
|
||||
41820024 2C050904
|
||||
4182001C 2C050605
|
||||
41820014 2C050805
|
||||
4182000C 38800000
|
||||
38600000 909E00CC
|
||||
60000000 00000000
|
||||
C2232024 00000003
|
||||
3C60817F 60630100
|
||||
38800101 B0830000
|
||||
807F0268 00000000
|
||||
04092968 4E800020
|
||||
0420BDF8 60000000
|
||||
0420E8A4 60000000
|
||||
040E1F10 60000000
|
||||
040E1D9C 60000000
|
||||
040E1B6C 60000000
|
||||
04749F00 00000000
|
||||
04749F04 00000000
|
||||
04749F18 00000003
|
||||
04749F1C 00000002
|
||||
04749F20 80749F24
|
||||
04749F24 00000000
|
||||
04749F28 00000001
|
||||
04749F2C 00000000
|
||||
04749F30 000000B4
|
||||
0420c074 4800006C
|
||||
</source>
|
||||
</code>
|
||||
<!--
|
||||
<code>
|
||||
<title lang="en"><![CDATA[Original Ingame Timer (Deprecated)]]></title>
|
||||
|
|
100
codes/GMSJ0A.xml
100
codes/GMSJ0A.xml
|
@ -690,4 +690,104 @@
|
|||
0419C688 60000000
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
<title lang="en">Fade-in Timer</title>
|
||||
<author>Psychonauter, Noki Doki</author>
|
||||
<version>1.0</version>
|
||||
<description><![CDATA[Adds the ingame timer to every level, starting on the last black frame before taking control of Mario and ending as soon as the 'Shine Get' animation starts (Similiar to the x-cam timer of SM64).<br /><br /><b><font color ="#0046da">Requires the Level Select code, Fast Any% or Stage Loader to be active.</font></b>]]></description>
|
||||
<date>Nov 3, 2018</date>
|
||||
<source>
|
||||
C2278848 0000000F
|
||||
3CC0817F 60C60100
|
||||
88860000 2C040001
|
||||
4182002C 88860001
|
||||
2C040001 40A20050
|
||||
3CA0803D 60A5A8F0
|
||||
88850002 2C040007
|
||||
4182003C 2C040009
|
||||
41810034 3C608032
|
||||
60638DD8 7C6803A6
|
||||
4E800021 3CA0808F
|
||||
60A5C788 90650028
|
||||
90660004 9085002C
|
||||
90860008 38600000
|
||||
98660000 800100B4
|
||||
60000000 00000000
|
||||
C219D160 00000003
|
||||
3C60817F 60630100
|
||||
38800001 9083000C
|
||||
4E800020 00000000
|
||||
C2277680 0000000C
|
||||
2C000003 40A20050
|
||||
3C60817F 60630100
|
||||
8083000C 2C040000
|
||||
41A2003C 38800000
|
||||
9083000C 7DE802A6
|
||||
3C608056 6063DD00
|
||||
7FB0EB78 3FA08026
|
||||
63BDE354 7FA803A6
|
||||
4E800021 7DE803A6
|
||||
7E1D8378 39E00000
|
||||
3A000000 3C608039
|
||||
60000000 00000000
|
||||
C232792C 00000007
|
||||
3DE0817F 61EF0100
|
||||
8A0F0000 2C100001
|
||||
4182000C 806F0004
|
||||
808F0008 3A000000
|
||||
9A0F0000 906F0004
|
||||
908F0008 909F002C
|
||||
39E00000 00000000
|
||||
C212A528 00000012
|
||||
7C6F1B78 7FB0EB78
|
||||
3C60817F 60630100
|
||||
88830001 2C040001
|
||||
40A20060 38800000
|
||||
98830001 3C60803D
|
||||
6063A8F0 A0630002
|
||||
2C030805 41820044
|
||||
2C030605 4182003C
|
||||
2C031E00 41820034
|
||||
3C608056 6063DD00
|
||||
3FA08026 63BDE6E8
|
||||
7FA803A6 4E800021
|
||||
3C608056 6063DD00
|
||||
3FA08026 63BDE57C
|
||||
7FA803A6 4E800021
|
||||
7DE37B78 7E1D8378
|
||||
39E00000 3A000000
|
||||
800100CC 00000000
|
||||
C226E65C 0000000A
|
||||
3CA0803D 60A5A8F0
|
||||
A0A50002 2C051E00
|
||||
41820034 2C050404
|
||||
4182002C 2C050801
|
||||
41820024 2C050904
|
||||
4182001C 2C050605
|
||||
41820014 2C050805
|
||||
4182000C 38800000
|
||||
38600000 909E00CC
|
||||
60000000 00000000
|
||||
C21528FC 00000003
|
||||
3C60817F 60630100
|
||||
38800101 B0830000
|
||||
807F0268 00000000
|
||||
04327948 4E800020
|
||||
0412BD90 60000000
|
||||
0412E6F8 60000000
|
||||
0426E718 60000000
|
||||
0426E5A4 60000000
|
||||
0426E374 60000000
|
||||
0456DD00 00000000
|
||||
0456DD04 00000000
|
||||
0456DD18 00000003
|
||||
0456DD1C 00000002
|
||||
0456DD20 8056DD24
|
||||
0456DD24 00000000
|
||||
0456DD28 00000001
|
||||
0456DD2C 00000000
|
||||
0456DD30 000000B4
|
||||
0412C00C 4800006C
|
||||
</source>
|
||||
</code>
|
||||
</codes>
|
||||
|
|
104
codes/GMSP01.xml
104
codes/GMSP01.xml
|
@ -265,7 +265,7 @@
|
|||
0456DF28 00000001
|
||||
0456DF2C 00000000
|
||||
0456DF30 000000B4
|
||||
0413f8a8 4800006C
|
||||
0413F8A8 4800006C
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
|
@ -376,7 +376,7 @@
|
|||
0456DF28 00000001
|
||||
0456DF2C 00000000
|
||||
0456DF30 000000B4
|
||||
0413f8a8 4800006C
|
||||
0413F8A8 4800006C
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
|
@ -707,6 +707,106 @@
|
|||
041B47B8 60000000
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
<title lang="en">Fade-in Timer</title>
|
||||
<author>Psychonauter, Noki Doki</author>
|
||||
<version>1.0</version>
|
||||
<description><![CDATA[Adds the ingame timer to every level, starting on the last black frame before taking control of Mario and ending as soon as the 'Shine Get' animation starts (Similiar to the x-cam timer of SM64). <br /><br /><b><font color ="#0046da">Requires the Level Select code, Fast Any% or Stage Loader to be active.</font></b>]]></description>
|
||||
<date>Nov 3, 2018</date>
|
||||
<source>
|
||||
C2290A38 0000000F
|
||||
3CC0817F 60C60100
|
||||
88860000 2C040001
|
||||
4182002C 88860001
|
||||
2C040001 40A20050
|
||||
3CA0803E 60A510D0
|
||||
88850002 2C040007
|
||||
4182003C 2C040009
|
||||
41810034 3C608034
|
||||
60631734 7C6803A6
|
||||
4E800021 3CA0808F
|
||||
60A5CCE8 90650028
|
||||
90660004 9085002C
|
||||
90860008 38600000
|
||||
98660000 800100B4
|
||||
60000000 00000000
|
||||
C21B5290 00000003
|
||||
3C60817F 60630100
|
||||
38800001 9083000C
|
||||
4E800020 00000000
|
||||
C228F870 0000000C
|
||||
2C000003 40A20050
|
||||
3C60817F 60630100
|
||||
8083000C 2C040000
|
||||
41A2003C 38800000
|
||||
9083000C 7DE802A6
|
||||
3C608056 6063DF00
|
||||
7FB0EB78 3FA08028
|
||||
63BD6390 7FA803A6
|
||||
4E800021 7DE803A6
|
||||
7E1D8378 39E00000
|
||||
3A000000 3C60803A
|
||||
60000000 00000000
|
||||
C2340288 00000007
|
||||
3DE0817F 61EF0100
|
||||
8A0F0000 2C100001
|
||||
4182000C 806F0004
|
||||
808F0008 3A000000
|
||||
9A0F0000 906F0004
|
||||
908F0008 909F002C
|
||||
39E00000 00000000
|
||||
C213DDD8 00000012
|
||||
7C6F1B78 7FB0EB78
|
||||
3C60817F 60630100
|
||||
88830001 2C040001
|
||||
40A20060 38800000
|
||||
98830001 3C60803E
|
||||
606310D0 A0630002
|
||||
2C030805 41820044
|
||||
2C030605 4182003C
|
||||
2C031E00 41820034
|
||||
3C608056 6063DF00
|
||||
3FA08028 63BD6724
|
||||
7FA803A6 4E800021
|
||||
3C608056 6063DF00
|
||||
3FA08028 63BD65B8
|
||||
7FA803A6 4E800021
|
||||
7DE37B78 7E1D8378
|
||||
39E00000 3A000000
|
||||
800100CC 00000000
|
||||
C2286698 0000000A
|
||||
3CA0803E 60A510D0
|
||||
A0A50002 2C051E00
|
||||
41820034 2C050404
|
||||
4182002C 2C050801
|
||||
41820024 2C050904
|
||||
4182001C 2C050605
|
||||
41820014 2C050805
|
||||
4182000C 38800000
|
||||
38600000 909E00CC
|
||||
60000000 00000000
|
||||
C2167984 00000003
|
||||
3C60817F 60630100
|
||||
38800101 B0830000
|
||||
807F084C 00000000
|
||||
043402A4 4E800020
|
||||
0413F62C 60000000
|
||||
04141F78 60000000
|
||||
04286754 60000000
|
||||
042865E0 60000000
|
||||
042863B0 60000000
|
||||
0456DF00 00000000
|
||||
0456DF04 00000000
|
||||
0456DF18 00000003
|
||||
0456DF1C 00000002
|
||||
0456DF20 8056DF24
|
||||
0456DF24 00000000
|
||||
0456DF28 00000001
|
||||
0456DF2C 00000000
|
||||
0456DF30 000000B4
|
||||
0413F8A8 4800006C
|
||||
</source>
|
||||
</code>
|
||||
<!--
|
||||
<code>
|
||||
<title lang="en"><![CDATA[Original Ingame Timer (Deprecated)]]></title>
|
||||
|
|
Loading…
Reference in a new issue