fix shine get timer ending in wrong cutscenes
This commit is contained in:
parent
9e94fb0ead
commit
7e1a37cc28
5 changed files with 17 additions and 10 deletions
|
@ -1,5 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<updates>
|
||||
<update>
|
||||
<date>Nov 4, 2017</date>
|
||||
<change>Fixed 'Shine Get Timer' ending in wrong cutscenes.</change>
|
||||
</update>
|
||||
<update>
|
||||
<date>Oct 30, 2017</date>
|
||||
<change>Added 'Enable Exit Area Everywhere'.</change>
|
||||
|
|
|
@ -322,14 +322,15 @@
|
|||
<code>
|
||||
<title lang="en">Shine Get Timer</title>
|
||||
<author>Psychonauter, Noki Doki</author>
|
||||
<version>1.3</version>
|
||||
<version>1.4</version>
|
||||
<description><![CDATA[Adds the ingame timer to every level, starting on the last black frame after the loading screen and ending as soon as the 'Shine Get' animation starts. Includes modified level select for that purpose. See 'Level Select (Standalone)' for the button combinations.<br /><b>Do not use this in combination with the standalone level select code!</b>]]></description>
|
||||
<date>Oct 29, 2017</date>
|
||||
<date>Nov 4, 2017</date>
|
||||
<source>
|
||||
C22A6710 0000007E
|
||||
C22A6710 0000007F
|
||||
3C60803E 60639710
|
||||
3CA08040 60A54484
|
||||
3CC0817F 60C60100
|
||||
38E00000 90E6000C
|
||||
38E00001 98E60001
|
||||
88830002 2C040001
|
||||
4081002C 2C04000D
|
||||
|
|
|
@ -309,14 +309,15 @@
|
|||
<code>
|
||||
<title lang="en">Shine Get Timer</title>
|
||||
<author>Psychonauter, Noki Doki</author>
|
||||
<version>1.3</version>
|
||||
<version>1.4</version>
|
||||
<description><![CDATA[Adds the ingame timer to every level, starting on the last black frame after the loading screen and ending as soon as the 'Shine Get' animation starts. Includes modified level select for that purpose. See 'Level Select (Standalone)' for the button combinations.<br /><b>Do not use this in combination with the standalone level select code!</b>]]></description>
|
||||
<date>Oct 29, 2017</date>
|
||||
<date>Nov 4, 2017</date>
|
||||
<source>
|
||||
C20FA19C 0000007E
|
||||
C20FA19C 0000007F
|
||||
3C60803E 60636010
|
||||
3CA08040 60A50D80
|
||||
3CC0817F 60C60100
|
||||
38E00000 90E6000C
|
||||
38E00001 98E60001
|
||||
88830002 2C040001
|
||||
4081002C 2C04000D
|
||||
|
|
|
@ -318,14 +318,15 @@
|
|||
<code>
|
||||
<title lang="en">Shine Get Timer</title>
|
||||
<author>Psychonauter, Noki Doki</author>
|
||||
<version>1.3</version>
|
||||
<version>1.4</version>
|
||||
<description><![CDATA[Adds the ingame timer to every level, starting on the last black frame after the loading screen and ending as soon as the 'Shine Get' animation starts. Includes modified level select for that purpose. See 'Level Select (Standalone)' for the button combinations.<br /><b>Do not use this in combination with the standalone level select code!</b>]]></description>
|
||||
<date>Oct 29, 2017</date>
|
||||
<date>Nov 4, 2017</date>
|
||||
<source>
|
||||
C229E668 0000007E
|
||||
C229E668 0000007F
|
||||
3C60803E 606310D0
|
||||
3CA0803F 60A5BC24
|
||||
3CC0817F 60C60100
|
||||
38E00000 90E6000C
|
||||
38E00001 98E60001
|
||||
88830002 2C040001
|
||||
4081002C 2C04000D
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<div style="margin-left: 420px;">
|
||||
<div id="descriptionBox" class="framed">
|
||||
<p><h2>Mario Sunshine Cheatfile Generator</h2></p>
|
||||
<p><i>Authors: <a href="https://twitter.com/psychonauter">Psy</a> & <a href="https://twitter.com/srlmilk">Milk</a><br />Last Updated: Oct 30, 2017</i></p>
|
||||
<p><i>Authors: <a href="https://twitter.com/psychonauter">Psy</a> & <a href="https://twitter.com/srlmilk">Milk</a><br />Last Updated: Nov 4, 2017</i></p>
|
||||
<p>Description:<br /> This is a cheatfile generator for SMS Speedrun practice. A guide on how to use the generator and cheatfiles on your Wii can be found here: <a href="guide.html">Guide</a></p>
|
||||
<h4>Changelog:</h4>
|
||||
<p id="changelog"></p>
|
||||
|
|
Loading…
Reference in a new issue