persistent FMV skips
This commit is contained in:
parent
342dba23b0
commit
4997c90112
5 changed files with 64 additions and 0 deletions
|
@ -1,10 +1,18 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<updates>
|
||||
<update>
|
||||
<date>Jul 26, 2018</date>
|
||||
<change>
|
||||
<head>Added 'Persistent FMV Skips'</head>
|
||||
<paragraph>Makes FMVs skippable in newly created save files.</paragraph>
|
||||
</change>
|
||||
</update>
|
||||
<update>
|
||||
<date>Jul 03, 2018</date>
|
||||
<change>
|
||||
<head>Added 'Codes Optimizer'</head>
|
||||
<paragraph>Prevents the codes that only need to run once from running every frame.</paragraph>
|
||||
</change>
|
||||
</update>
|
||||
<update>
|
||||
<date>Mar 08, 2018</date>
|
||||
|
|
|
@ -643,6 +643,20 @@
|
|||
60000000 00000000
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
<title lang="en">Persistent FMV Skips</title>
|
||||
<author>Noki Doki</author>
|
||||
<version>1.0</version>
|
||||
<date>Jul 26, 2018</date>
|
||||
<description>Allows skipping FMVs without having to watch them once first, except Shadow Mario taking Peach to Pinna Island and the Mecha-Bowser cutscenes. This code activates when starting an empty file and its effects persist on that save file until it is deleted.</description>
|
||||
<source>
|
||||
C2923DD4 00000004
|
||||
7FE3FB78 A0830072
|
||||
6084FC58 B0830072
|
||||
88830074 60840018
|
||||
98830074 00000000
|
||||
</source>
|
||||
</code>
|
||||
<!--
|
||||
<code>
|
||||
<title lang="en">Fast 79 Shines</title>
|
||||
|
|
|
@ -673,6 +673,20 @@
|
|||
0412C9B0 60000000
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
<title lang="en">Persistent FMV Skips</title>
|
||||
<author>Noki Doki</author>
|
||||
<version>1.0</version>
|
||||
<date>Jul 26, 2018</date>
|
||||
<description>Allows skipping FMVs without having to watch them once first, except Shadow Mario taking Peach to Pinna Island and the Mecha-Bowser cutscenes. This code activates when starting an empty file and its effects persist on that save file until it is deleted.</description>
|
||||
<source>
|
||||
C20E7390 00000004
|
||||
7FE3FB78 A0830072
|
||||
6084FC58 B0830072
|
||||
88830074 60840018
|
||||
98830074 00000000
|
||||
</source>
|
||||
</code>
|
||||
<!--
|
||||
<code>
|
||||
<title lang="en"><![CDATA[Original Ingame Timer (Deprecated)]]></title>
|
||||
|
|
|
@ -673,4 +673,18 @@
|
|||
0422D22C 60000000
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
<title lang="en">Persistent FMV Skips</title>
|
||||
<author>Noki Doki</author>
|
||||
<version>1.0</version>
|
||||
<date>Jul 26, 2018</date>
|
||||
<description>Allows skipping FMVs without having to watch them once first, except Shadow Mario taking Peach to Pinna Island and the Mecha-Bowser cutscenes. This code activates when starting an empty file and its effects persist on that save file until it is deleted.</description>
|
||||
<source>
|
||||
C2273A90 00000004
|
||||
7FE3FB78 A0830072
|
||||
6084FC58 B0830072
|
||||
88830074 60840018
|
||||
98830074 00000000
|
||||
</source>
|
||||
</code>
|
||||
</codes>
|
||||
|
|
|
@ -689,6 +689,20 @@
|
|||
04245268 60000000
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
<title lang="en">Persistent FMV Skips</title>
|
||||
<author>Noki Doki</author>
|
||||
<version>1.0</version>
|
||||
<date>Jul 26, 2018</date>
|
||||
<description>Allows skipping FMVs without having to watch them once first, except Shadow Mario taking Peach to Pinna Island and the Mecha-Bowser cutscenes. This code activates when starting an empty file and its effects persist on that save file until it is deleted.</description>
|
||||
<source>
|
||||
C228BBEC 00000004
|
||||
7FE3FB78 A0830072
|
||||
6084FC58 B0830072
|
||||
88830074 60840018
|
||||
98830074 00000000
|
||||
</source>
|
||||
</code>
|
||||
<!--
|
||||
<code>
|
||||
<title lang="en"><![CDATA[Original Ingame Timer (Deprecated)]]></title>
|
||||
|
|
Loading…
Reference in a new issue