fix 'Free Pause' incompatibility
This commit is contained in:
parent
6f994a680d
commit
6965e62771
6 changed files with 20 additions and 13 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="171112"><a href="#171112">Nov 12, 2017</a> </h2>
|
||||
<h3 id="1711121"><a href="#1711121">Changed 'Free Pause'</a></h3>
|
||||
<p>Fixed 'Free Pause' incompatibility with 'Shine Get Timer' caused by them injecting code in the same address.</p>
|
||||
<h2 id="171109"><a href="#171109">Nov 09, 2017</a> </h2>
|
||||
<h3 id="1711091"><a href="#1711091">Site changes</a></h3>
|
||||
<p>Added download button for raw codes for Dolphin.</p>
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<updates>
|
||||
<update>
|
||||
<date>Nov 12, 2017</date>
|
||||
<change>Fixed 'Free Pause' compatibility with 'Shine Get Timer'.</change>
|
||||
</update>
|
||||
<update>
|
||||
<date>Nov 9, 2017</date>
|
||||
<change>Added 'Download for Dolphin' button.</change>
|
||||
|
|
|
@ -95,19 +95,19 @@
|
|||
<code>
|
||||
<title lang="en">Free Pause</title>
|
||||
<author>Noki Doki</author>
|
||||
<version>1.0</version>
|
||||
<date>Nov 5, 2017</date>
|
||||
<version>1.1</version>
|
||||
<date>Nov 12, 2017</date>
|
||||
<description>Allows you to pause mid-air and during cutscenes.</description>
|
||||
<source>
|
||||
C6297AB0 80297ABC
|
||||
C22979D8 00000007
|
||||
C22979D4 00000007
|
||||
887F007C 2803000F
|
||||
41820028 807F0018
|
||||
80630000 806300D4
|
||||
546307FF 41820014
|
||||
3C608029 60637A7C
|
||||
7C6803A6 4E800020
|
||||
3C60803A 00000000
|
||||
881F0124 00000000
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
|
|
|
@ -97,19 +97,19 @@
|
|||
<code>
|
||||
<title lang="en">Free Pause</title>
|
||||
<author>Noki Doki</author>
|
||||
<version>1.0</version>
|
||||
<date>Nov 5, 2017</date>
|
||||
<version>1.1</version>
|
||||
<date>Nov 12, 2017</date>
|
||||
<description>Allows you to pause mid-air and during cutscenes.</description>
|
||||
<source>
|
||||
C60EB06C 800EB078
|
||||
C20EAF94 00000007
|
||||
C20EAF90 00000007
|
||||
887F007C 2803000F
|
||||
41820028 807F0018
|
||||
80630000 806300D4
|
||||
546307FF 41820014
|
||||
3C60800E 6063B038
|
||||
7C6803A6 4E800020
|
||||
3C608037 00000000
|
||||
881F0124 00000000
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
|
|
|
@ -105,19 +105,19 @@
|
|||
<code>
|
||||
<title lang="en">Free Pause</title>
|
||||
<author>Noki Doki</author>
|
||||
<version>1.0</version>
|
||||
<date>Nov 5, 2017</date>
|
||||
<version>1.1</version>
|
||||
<date>Nov 12, 2017</date>
|
||||
<description>Allows you to pause mid-air and during cutscenes.</description>
|
||||
<source>
|
||||
C628F948 8028F954
|
||||
C228F870 00000007
|
||||
C228F86C 00000007
|
||||
887F007C 2803000F
|
||||
41820028 807F0018
|
||||
80630000 806300D4
|
||||
546307FF 41820014
|
||||
3C608028 6063F914
|
||||
7C6803A6 4E800020
|
||||
3C60803A 00000000
|
||||
881F0124 00000000
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
|
|
|
@ -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 9, 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 12, 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