fixed fastcodes / added nozzle unlock
This commit is contained in:
parent
2042bb36a9
commit
374a6d93e0
6 changed files with 69 additions and 6 deletions
|
@ -1,5 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<updates>
|
||||
<update>
|
||||
<date>Feb 12, 2018</date>
|
||||
<change>
|
||||
<head>Fixed Stage Loader.</head>
|
||||
<paragraph>An error in the generator caused it to output malformed codes.</paragraph>
|
||||
</change>
|
||||
<change>
|
||||
<head>Added Unlock Nozzles.</head>
|
||||
<paragraph>Standalone code and extra feature for X+Up on the DPad Functions.</paragraph>
|
||||
</change>
|
||||
</update>
|
||||
<update>
|
||||
<date>Feb 10, 2018</date>
|
||||
<change>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title lang="en">DPad Functions</title>
|
||||
<author>Psychonauter, Noki Doki, Dan Salvato, Link Master, James0x57</author>
|
||||
<version>2.3</version>
|
||||
<description><![CDATA[Allows various game modifications. Button combinations:<br/><table><tr><th align="left" style="width:120px">Combination</th><th align="left">Result</th></tr><tr><td>D-Pad left</td><td>Save Mario's position</td></tr><tr><td>D-Pad right</td><td>Load Mario's 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>
|
||||
<description><![CDATA[Allows various game modifications. Button combinations:<br/><table><tr><th align="left" style="width:120px">Combination</th><th align="left">Result</th></tr><tr><td>D-Pad left</td><td>Save Mario's position</td></tr><tr><td>D-Pad right</td><td>Load Mario's 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 and all nozzles</td></tr><tr><td>X+D-Pad down</td><td>FLUDD in completed secrets (default)</td></tr></table>]]></description>
|
||||
<date>Jan 1, 2018</date>
|
||||
<source>
|
||||
2440E10C 80000000
|
||||
|
@ -43,6 +43,8 @@
|
|||
28404455 00000408
|
||||
C61BBF70 801BBFA4
|
||||
C61BBFB4 801BBFD0
|
||||
0429443C 38600001
|
||||
04294440 4E800020
|
||||
E2000001 00000000
|
||||
048D3A3C 21000000
|
||||
</source>
|
||||
|
@ -110,6 +112,17 @@
|
|||
C61BBFB4 801BBFD0
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
<title lang="en">Unlock Nozzles</title>
|
||||
<author>Noki Doki</author>
|
||||
<version>1.0</version>
|
||||
<date>Feb 12, 2018</date>
|
||||
<description>Unlocks all nozzle boxes.</description>
|
||||
<source>
|
||||
0429443C 38600001
|
||||
04294440 4E800020
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
<title lang="en">Free Pause</title>
|
||||
<author>Noki Doki</author>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title lang="en">DPad Functions</title>
|
||||
<author>Psychonauter, Noki Doki, Dan Salvato, Link Master, James0x57</author>
|
||||
<version>2.3</version>
|
||||
<description><![CDATA[Allows various game modifications. Button combinations:<br/><table><tr><th align="left" style="width:120px">Combination</th><th align="left">Result</th></tr><tr><td>D-Pad left</td><td>Save Mario's position</td></tr><tr><td>D-Pad right</td><td>Load Mario's 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>
|
||||
<description><![CDATA[Allows various game modifications. Button combinations:<br/><table><tr><th align="left" style="width:120px">Combination</th><th align="left">Result</th></tr><tr><td>D-Pad left</td><td>Save Mario's position</td></tr><tr><td>D-Pad right</td><td>Load Mario's 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 and all nozzles</td></tr><tr><td>X+D-Pad down</td><td>FLUDD in completed secrets (default)</td></tr></table>]]></description>
|
||||
<date>Jan 1, 2018</date>
|
||||
<source>
|
||||
2440A39C 80000000
|
||||
|
@ -43,6 +43,8 @@
|
|||
28400D51 00000408
|
||||
C6193F58 80193F8C
|
||||
C6193F9C 80193FB8
|
||||
040E79F8 38600001
|
||||
040E79FC 4E800020
|
||||
E2000001 00000000
|
||||
048D8A7C D6008149
|
||||
048D8A80 81498149
|
||||
|
@ -112,6 +114,17 @@
|
|||
C6193F9C 80193FB8
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
<title lang="en">Unlock Nozzles</title>
|
||||
<author>Noki Doki</author>
|
||||
<version>1.0</version>
|
||||
<date>Feb 12, 2018</date>
|
||||
<description>Unlocks all nozzle boxes.</description>
|
||||
<source>
|
||||
040E79F8 38600001
|
||||
040E79FC 4E800020
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
<title lang="en">Free Pause</title>
|
||||
<author>Noki Doki</author>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title lang="en">DPad Functions</title>
|
||||
<author>Psychonauter, Noki Doki, Dan Salvato, Link Master, James0x57</author>
|
||||
<version>2.3</version>
|
||||
<description><![CDATA[Allows various game modifications. Button combinations:<br/><table><tr><th align="left" style="width:120px">Combination</th><th align="left">Result</th></tr><tr><td>D-Pad left</td><td>Save Mario's position</td></tr><tr><td>D-Pad right</td><td>Load Mario's 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>
|
||||
<description><![CDATA[Allows various game modifications. Button combinations:<br/><table><tr><th align="left" style="width:120px">Combination</th><th align="left">Result</th></tr><tr><td>D-Pad left</td><td>Save Mario's position</td></tr><tr><td>D-Pad right</td><td>Load Mario's 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 and all nozzles</td></tr><tr><td>X+D-Pad down</td><td>FLUDD in completed secrets (default)</td></tr></table>]]></description>
|
||||
<date>Jan 17, 2018</date>
|
||||
<source>
|
||||
243FEFAC 80000000
|
||||
|
@ -43,6 +43,8 @@
|
|||
283F5429 00000408
|
||||
C619BCF8 8019BD2C
|
||||
C619BD3C 8019BD58
|
||||
042740F8 38600001
|
||||
042740FC 4E800020
|
||||
E0000000 00000000
|
||||
048CD55C D6008149
|
||||
048CD560 81498149
|
||||
|
@ -112,6 +114,17 @@
|
|||
C619BD3C 8019BD58
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
<title lang="en">Unlock Nozzles</title>
|
||||
<author>Noki Doki</author>
|
||||
<version>1.0</version>
|
||||
<date>Feb 12, 2018</date>
|
||||
<description>Unlocks all nozzle boxes.</description>
|
||||
<source>
|
||||
042740F8 38600001
|
||||
042740FC 4E800020
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
<title lang="en">Free Pause</title>
|
||||
<author>Noki Doki</author>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title lang="en">DPad Functions</title>
|
||||
<author>Psychonauter, Noki Doki, Dan Salvato, Link Master, James0x57</author>
|
||||
<version>2.3</version>
|
||||
<description><![CDATA[Allows various game modifications. Button combinations:<br/><table><tr><th align="left" style="width:120px">Combination</th><th align="left">Result</th></tr><tr><td>D-Pad left</td><td>Save Mario's position</td></tr><tr><td>D-Pad right</td><td>Load Mario's 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>
|
||||
<description><![CDATA[Allows various game modifications. Button combinations:<br/><table><tr><th align="left" style="width:120px">Combination</th><th align="left">Result</th></tr><tr><td>D-Pad left</td><td>Save Mario's position</td></tr><tr><td>D-Pad right</td><td>Load Mario's 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 and all nozzles</td></tr><tr><td>X+D-Pad down</td><td>FLUDD in completed secrets (default)</td></tr></table>]]></description>
|
||||
<date>Jan 1, 2017</date>
|
||||
<source>
|
||||
244057D4 80000000
|
||||
|
@ -43,6 +43,8 @@
|
|||
283FBBF5 00000408
|
||||
C61B3E28 801B3E5C
|
||||
C61B3E6C 801B3E88
|
||||
0428C254 38600001
|
||||
0428C258 4E800020
|
||||
E2000001 00000000
|
||||
20570B7C 00000000
|
||||
0474E87C 21000000
|
||||
|
@ -120,6 +122,17 @@
|
|||
C61B3E6C 801B3E88
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
<title lang="en">Unlock Nozzles</title>
|
||||
<author>Noki Doki</author>
|
||||
<version>1.0</version>
|
||||
<date>Feb 12, 2018</date>
|
||||
<description>Unlocks all nozzle boxes.</description>
|
||||
<source>
|
||||
0428C254 38600001
|
||||
0428C258 4E800020
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
<title lang="en">Free Pause</title>
|
||||
<author>Noki Doki</author>
|
||||
|
|
|
@ -351,8 +351,8 @@ document.querySelector("#route_clear").addEventListener("click", function () {
|
|||
//Interface
|
||||
function getFastCode() {
|
||||
var levelCodes = [];
|
||||
for (var c = levels.querySelectorAll("select"), i = 0; i < c.length; i++) {
|
||||
levelCodes.push(c.value);
|
||||
for (var c = levels.getElementsByTagName("select"), i = 0; i < c.length; i++) {
|
||||
levelCodes.push(c[i].value);
|
||||
}
|
||||
levelCodes.pop();
|
||||
|
||||
|
|
Loading…
Reference in a new issue