Fixed D-Pad Functions
Previous commit removed a bit of code that wasn't on the practice codes repo
This commit is contained in:
parent
d9bf358a4d
commit
0def4c36e8
6 changed files with 34 additions and 12 deletions
|
@ -14,9 +14,12 @@
|
|||
<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="180101"><a href="#180101">Jan 1, 2018</a> </h2>
|
||||
<h3 id="1801011"><a href="#1801011">Updated 'D-Pad Functions'</a></h3>
|
||||
<p>Fixed dialogue replacement.</p>
|
||||
<h2 id="171230"><a href="#171230">Dec 30, 2017</a> </h2>
|
||||
<h3 id="1712301"><a href="#1712301">Updated 'D-Pad Functions'</a></h3>
|
||||
<p>Fixed Plaza Yoshi Unlock.</p>
|
||||
<p>Added Plaza Yoshi Unlock.</p>
|
||||
<h2 id="171219"><a href="#171219">Dec 19, 2017</a> </h2>
|
||||
<h3 id="1712191"><a href="#1712191">Updated 'Fast Any%'</a></h3>
|
||||
<p>Added FMV Skips except for Pinna 1.</p>
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<updates>
|
||||
<update>
|
||||
<date>Jan 1, 2018</date>
|
||||
<change>Fixed 'D-Pad Functions' not removing dialogue properly.</change>
|
||||
</update>
|
||||
<update>
|
||||
<date>Dec 30, 2017</date>
|
||||
<change>Plaza Yoshi Unlock in 'D-Pad Functions'.</change>
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
<code>
|
||||
<title lang="en">DPad Functions</title>
|
||||
<author>Psychonauter, Noki Doki, Dan Salvato, Link Master, James0x57</author>
|
||||
<version>2.2</version>
|
||||
<version>2.3</version>
|
||||
<description><![CDATA[Allows various game modifications. Button combinations:<br/><table><tr><th align="left">Combination</th><th align="left">Result</th></tr><tr><td>D-Pad left</td><td>Save Mario sposition</td></tr><tr><td>D-Pad right</td><td>Load Marios Position</td></tr><tr><td>D-Pad up</td><td>Replace all dialog with a single "!!!" line</td></tr><tr><td>D-Pad down</td><td>Restore dialog boxes</td></tr><tr><td>B+D-Pad left</td><td>Lock rocket nozzle</td></tr><tr><td>B+D-Pad right</td><td>Lock turbo nozzle</td></tr><tr><td>B+D-Pad up</td><td>Lock hover nozzle</td></tr><tr><td>B+D-Pad down</td><td>Release nozzle lock</td></tr><tr><td>X+D-Pad left</td><td>No FLUDD in secrets</td></tr><tr><td>X+D-Pad right</td><td>FLUDD in all secrets</td></tr><tr><td>X+D-Pad up</td><td>Unlock Yoshi</td></tr><tr><td>X+D-Pad down</td><td>FLUDD in completed secrets (default)</td></tr></table>]]></description>
|
||||
<date>Dec 30, 2017</date>
|
||||
<date>Jan 1, 2018</date>
|
||||
<source>
|
||||
2440E10C 80000000
|
||||
82200000 8040E10C
|
||||
|
@ -43,7 +43,8 @@
|
|||
28404455 00000408
|
||||
C61BBF70 801BBFA4
|
||||
C61BBFB4 801BBFD0
|
||||
E0000000 00000000
|
||||
E2000001 00000000
|
||||
048D3A3C 21000000
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
<code>
|
||||
<title lang="en">DPad Functions</title>
|
||||
<author>Psychonauter, Noki Doki, Dan Salvato, Link Master, James0x57</author>
|
||||
<version>2.2</version>
|
||||
<version>2.3</version>
|
||||
<description><![CDATA[Allows various game modifications. Button combinations:<br/><table><tr><th align="left">Combination</th><th align="left">Result</th></tr><tr><td>D-Pad left</td><td>Save Mario sposition</td></tr><tr><td>D-Pad right</td><td>Load Marios Position</td></tr><tr><td>D-Pad up</td><td>Replace all dialog with a single "!!!" line</td></tr><tr><td>D-Pad down</td><td>Restore dialog boxes</td></tr><tr><td>B+D-Pad left</td><td>Lock rocket nozzle</td></tr><tr><td>B+D-Pad right</td><td>Lock turbo nozzle</td></tr><tr><td>B+D-Pad up</td><td>Lock hover nozzle</td></tr><tr><td>B+D-Pad down</td><td>Release nozzle lock</td></tr><tr><td>X+D-Pad left</td><td>No FLUDD in secrets</td></tr><tr><td>X+D-Pad right</td><td>FLUDD in all secrets</td></tr><tr><td>X+D-Pad up</td><td>Unlock Yoshi</td></tr><tr><td>X+D-Pad down</td><td>FLUDD in completed secrets (default)</td></tr></table>]]></description>
|
||||
<date>Dec 30, 2017</date>
|
||||
<date>Jan 1, 2018</date>
|
||||
<source>
|
||||
2440A39C 80000000
|
||||
82200000 8040A39C
|
||||
|
@ -43,7 +43,10 @@
|
|||
28400D51 00000408
|
||||
C6193F58 80193F8C
|
||||
C6193F9C 80193FB8
|
||||
E0000000 00000000
|
||||
E2000001 00000000
|
||||
048D8A7C D6008149
|
||||
048D8A80 81498149
|
||||
048D8A84 00000000
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
<code>
|
||||
<title lang="en">DPad Functions</title>
|
||||
<author>Psychonauter, Noki Doki, Dan Salvato, Link Master, James0x57</author>
|
||||
<version>2.2</version>
|
||||
<version>2.3</version>
|
||||
<description><![CDATA[Allows various game modifications. Button combinations:<br/><table><tr><th align="left">Combination</th><th align="left">Result</th></tr><tr><td>D-Pad left</td><td>Save Mario sposition</td></tr><tr><td>D-Pad right</td><td>Load Marios Position</td></tr><tr><td>D-Pad up</td><td>Replace all dialog with a single "!!!" line</td></tr><tr><td>D-Pad down</td><td>Restore dialog boxes</td></tr><tr><td>B+D-Pad left</td><td>Lock rocket nozzle</td></tr><tr><td>B+D-Pad right</td><td>Lock turbo nozzle</td></tr><tr><td>B+D-Pad up</td><td>Lock hover nozzle</td></tr><tr><td>B+D-Pad down</td><td>Release nozzle lock</td></tr><tr><td>X+D-Pad left</td><td>No FLUDD in secrets</td></tr><tr><td>X+D-Pad right</td><td>FLUDD in all secrets</td></tr><tr><td>X+D-Pad up</td><td>Unlock Yoshi</td></tr><tr><td>X+D-Pad down</td><td>FLUDD in completed secrets (default)</td></tr></table>]]></description>
|
||||
<date>Dec 30, 2017</date>
|
||||
<date>Jan 1, 2017</date>
|
||||
<source>
|
||||
244057D4 80000000
|
||||
82200000 804057D4
|
||||
|
@ -43,7 +43,18 @@
|
|||
283FBBF5 00000408
|
||||
C61B3E28 801B3E5C
|
||||
C61B3E6C 801B3E88
|
||||
E0000000 00000000
|
||||
E2000001 00000000
|
||||
20570B7C 00000000
|
||||
0474E87C 21000000
|
||||
20570B7D 00000001
|
||||
0474E9F4 21210000
|
||||
20570B7D 00000002
|
||||
0474ED38 00000000
|
||||
20570B7D 00000003
|
||||
0474EE04 A1000000
|
||||
20570B7D 00000004
|
||||
0474EBDC 21210000
|
||||
E2000001 00000000
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
</ul>
|
||||
<button id="downloadButton" onclick="generateGCT()" onmouseover="setButtonDescription(this)" style="visibility:hidden;">Download .GCT</button>
|
||||
<button id="dolphinDownloadButton" onclick="generateTXT(this)" onmouseover="setButtonDescription(this)" style="visibility:hidden;">Dolphin INI</button>
|
||||
<button id="gcmDownloadButton" onclick="generateTXT(this)" onmouseover="setButtonDescription(this)" style="visibility:hidden;">GCM TXT</button>
|
||||
<button id="gcmDownloadButton" onclick="generateTXT(this)" onmouseover="setButtonDescription(this)" style="visibility:hidden;">GCM TXT</button>
|
||||
</center>
|
||||
</div>
|
||||
<div style="margin-left: 420px;">
|
||||
|
@ -36,7 +36,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: Dec 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: Jan 1, 2018</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