add X+DPad combinations

This commit is contained in:
Matteias Collet 2017-10-28 05:25:56 +02:00
parent ec4a3b4f11
commit 624c05579e
5 changed files with 59 additions and 16 deletions

View file

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<updates>
<update>
<date>Oct 28, 2017</date>
<change>Added X+DPad combinations to DPad Functions.</change>
</update>
<update>
<date>Oct 27, 2017</date>
<change>Minor Fixes for Shine Get Timer (previously RTA timer).</change>

View file

@ -2,10 +2,10 @@
<codes>
<code>
<title lang="en">DPad Functions</title>
<author>Psychonauter, Dan Salvato, Link Master, James0x57</author>
<version>2.0</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></table>]]></description>
<date>Jan 22, 2017</date>
<author>Psychonauter, Noki Doki, Dan Salvato, Link Master, James0x57</author>
<version>2.1</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>Oct 28, 2017</date>
<source>
2440E10C 80000000
82200000 8040E10C
@ -35,6 +35,19 @@
28404455 00000202
04269F50 3BE00005
E2000001 00000000
E0000000 00000000
28404454 00000401
041C0910 60000000
04298B88 60000000
28404455 00000402
C61C0910 801C0928
C6298B88 80298B9C
28404455 00000404
041C0910 40820018
04298B88 40820014
28404455 00000408
C61BBFB4 801BBFD0
E2000001 00000000
048D3A3C 21000000
</source>
</code>
@ -839,7 +852,7 @@
38800080 00000000
</source>
</code>
<code>
<code>
<title lang="en">Shine Outfit</title>
<author>Ralf, Psychonauter</author>
<version>1.0</version>

View file

@ -2,10 +2,10 @@
<codes>
<code>
<title lang="en">DPad Functions</title>
<author>Psychonauter, Dan Salvato, Link Master, James0x57</author>
<version>2.0</version>
<date>Jan 22, 2017</date>
<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></table>]]></description>
<author>Psychonauter, Noki Doki, Dan Salvato, Link Master, James0x57</author>
<version>2.1</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>Oct 28, 2017</date>
<source>
2440A39C 80000000
82200000 8040A39C
@ -35,6 +35,19 @@
28400D51 00000202
041494D4 3BE00005
E2000001 00000000
E0000000 00000000
28400D50 00000401
04198784 60000000
040EC0F4 60000000
28400D51 00000402
C6198784 8019879C
C60EC0F4 800EC108
28400D51 00000404
04198784 40820018
040EC0F4 40820014
28400D51 00000408
C6193F9C 80193FB8
E2000001 00000000
048D8A7C D6008149
048D8A80 81498149
048D8A84 00000000
@ -552,7 +565,7 @@
E2000001 00000000
</source>
</code>
<code>
<code>
<title lang="en">Shine Outfit</title>
<author>Ralf, Psychonauter</author>
<version>1.0</version>

View file

@ -2,10 +2,10 @@
<codes>
<code>
<title lang="en">DPad Functions</title>
<author>Psychonauter, Dan Salvato, Link Master, James0x57</author>
<version>2.0</version>
<date>Jan 22, 2017</date>
<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></table>]]></description>
<author>Psychonauter, Noki Doki, Dan Salvato, Link Master, James0x57</author>
<version>2.1</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>Oct 28, 2017</date>
<source>
244057D4 80000000
82200000 804057D4
@ -35,6 +35,19 @@
283FBBF5 00000202
04261CDC 3BE00005
E2000001 00000000
E0000000 00000000
283FBBF4 00000401
041B87C8 60000000
04290A20 60000000
283FBBF5 00000402
C61B87C8 801B87E0
C6290A20 80290A34
283FBBF5 00000404
041B87C8 40820018
04290A20 40820014
283FBBF5 00000408
C61B3E6C 801B3E88
E2000001 00000000
20570B7C 00000000
0474E87C 21000000
20570B7D 00000001
@ -569,7 +582,7 @@
E2000001 00000000
</source>
</code>
<code>
<code>
<title lang="en">Shine Outfit</title>
<author>Ralf</author>
<version>1.0</version>

View file

@ -25,7 +25,7 @@
<div style="margin-left: 530px;">
<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 27, 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: Oct 28, 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>