fixes Pinna not resetting inside the park on PAL
This commit is contained in:
parent
3fdb886f9d
commit
1ff67edbee
4 changed files with 11 additions and 4 deletions
|
@ -14,6 +14,9 @@
|
|||
<h1 style="text-align: center; width: 100%;">Detailed Changelog</h1>
|
||||
<p style="margin: 0; width: 100%; text-align: center;">Main Page: <a href="https://bitpatty.github.io/gctGenerator/">https://bitpatty.github.io/gctGenerator/</a></p>
|
||||
<br />
|
||||
<h2 id="171129"><a href="#171129">Nov 29, 2017</a> </h2>
|
||||
<h3 id="1711291"><a href="#1711291">Updated 'Level Select' for PAL</a></h3>
|
||||
<p>Fixed Pinna not resetting inside the park.</p>
|
||||
<h2 id="171112"><a href="#171112">Nov 12, 2017</a> </h2>
|
||||
<h3 id="1711121"><a href="#1711121">Updated 'Free Pause'</a></h3>
|
||||
<p>Fixed 'Free Pause' incompatibility with 'Shine Get Timer' caused by them injecting code in the same address.</p>
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<updates>
|
||||
<update>
|
||||
<date>Nov 29, 2017</date>
|
||||
<change>Fixed Pinna not resetting inside the park on PAL.</change>
|
||||
</update>
|
||||
<update>
|
||||
<date>Nov 12, 2017</date>
|
||||
<change>Fixed 'Free Pause' compatibility with 'Shine Get Timer'.</change>
|
||||
|
|
|
@ -324,8 +324,8 @@
|
|||
<code>
|
||||
<title lang="en">Level Select</title>
|
||||
<author>Psychonauter, Dan Salvato, Noki Doki</author>
|
||||
<version>1.5</version>
|
||||
<date>Nov 06, 2017</date>
|
||||
<version>1.5.1</version>
|
||||
<date>Nov 29, 2017</date>
|
||||
<description><![CDATA[Allows warping to other levels when starting a file or when exiting level by holding the combination until the screen turns black. Codes:<br /><br /><img src="img/levelselect.png" width="500px">]]></description>
|
||||
<source>
|
||||
C229E668 0000007F
|
||||
|
@ -432,7 +432,7 @@
|
|||
91030000 806D9EC8
|
||||
5509063E 992300DF
|
||||
4800006C 39000D00
|
||||
A083FFFC 2C040500
|
||||
8083FFFC 2C040500
|
||||
4082000C 39200000
|
||||
4BFFFFCC 2C040502
|
||||
4082000C 39200001
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<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: Nov 12, 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 29, 2017</i></p>
|
||||
<p>Description:<br />This is a cheatfile generator for SMS Speedrun practice. A guide on how to use the generator and practice codes on your Wii can be found here: <a target="_blank" href="guide.html">Guide</a></p>
|
||||
<h4>Changelog:</h4>
|
||||
<p id="changelog"></p>
|
||||
|
|
Loading…
Reference in a new issue