seperate 'Free Pause' and 'Exit Area Everywhere'
This commit is contained in:
parent
51e9f8e768
commit
136a5b416d
8 changed files with 115 additions and 84 deletions
|
@ -1,22 +1,24 @@
|
||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
<link rel="stylesheet" href="style/guide.css">
|
<link rel="stylesheet" href="style/guide.css">
|
||||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
||||||
<title>SMS GCT Generator</title>
|
<title>SMS GCT Generator</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div style="width: 50%; min-width:600px; position:absolute; left:50%; transform:translate(-50%, 0);">
|
<div style="width: 50%; min-width:600px; position:absolute; left:50%; transform:translate(-50%, 0);">
|
||||||
<div id="guide_content">
|
<div id="guide_content">
|
||||||
<h1 align="center">Detailed Changelog</h1>
|
<h1 style="text-align: center; width: 100%;">Detailed Changelog</h1>
|
||||||
<p align="center" style="margin: 0;">Main Page: <a href="https://bitpatty.github.io/gctGenerator/">https://bitpatty.github.io/gctGenerator/</a></p>
|
<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 />
|
<br />
|
||||||
<h2 id="171106">
|
<h2 id="171107"><a href="#171107">Nov 07, 2017</a> </h2>
|
||||||
<a href="#171106">Nov 06, 2017</a></h3>
|
<h3 id="1711071"><a href="#1711071">Seperated 'Exit Area Everywhere' from 'Free Pause'</a></h3>
|
||||||
<h3 id="1711061">
|
<p>Seperated these two codes again since they don't depend on each other.</p>
|
||||||
<a href="#1711061">Updated Ingame Timers and Level Select</a>
|
<h2 id="171106"> <a href="#171106">Nov 06, 2017</a></h2>
|
||||||
</h2>
|
<h3 id="1711061"> <a href="#1711061">Updated Ingame Timers and Level Select</a> </h3>
|
||||||
<p>The Original Ingame Timer has been marked as deprecated. You can still find it on the bottom of the codelist though if you still want to use it. Instead, there are now two other timers:
|
<p>The Original Ingame Timer has been marked as deprecated. You can still find it on the bottom of the codelist though if you still want to use it. Instead, there are now two other timers:
|
||||||
<br />
|
<br />
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -57,19 +59,17 @@
|
||||||
<li>Added detailed changelog.</li>
|
<li>Added detailed changelog.</li>
|
||||||
<li>Updated guide with more information about the maximum code size.</li>
|
<li>Updated guide with more information about the maximum code size.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 id="171104"><a href="#171104">Nov 04, 2017</a>
|
<h2 id="171104"><a href="#171104">Nov 04, 2017</a> </h2>
|
||||||
</h2>
|
<h3 id="1711041"><a href="#1711041">Changed Shine Get Timer</a></h3>
|
||||||
<h3 id="1711041"><a href="#1711041">Changed Shine Get Timer</a></h2>
|
|
||||||
<p>Fixed timer resetting during wrong cutscenes when using 'Exit Area' after touching a Shine.</p>
|
<p>Fixed timer resetting during wrong cutscenes when using 'Exit Area' after touching a Shine.</p>
|
||||||
<h2 id="171030"><a href="#171030">Oct 30, 2017</a>
|
<h2 id="171030"><a href="#171030">Oct 30, 2017</a> </h2>
|
||||||
</h2>
|
<h3 id="1710301"><a href="#1710301">Added 'Enable Exit Area Everywhere'</a></h3>
|
||||||
<h3 id="1710301"><a href="#1710301">Added 'Enable Exit Area Everywhere'</a></h2>
|
|
||||||
<p>Allows you to choose 'Exit Area' in the pause menu on Plaza.</p>
|
<p>Allows you to choose 'Exit Area' in the pause menu on Plaza.</p>
|
||||||
<h2 id="171029"><a href="#171029">Oct 29, 2017</a></h3>
|
<h2 id="171029"><a href="#171029">Oct 29, 2017</a></h2>
|
||||||
<h3 id="1710291"><a href="#1710291">Added 'Shine Get Timer'</a></h2>
|
<h3 id="1710291"><a href="#1710291">Added 'Shine Get Timer'</a></h3>
|
||||||
<p>New timer that starts and ends consistently in different levels, making comparisons easier.</p>
|
<p>New timer that starts and ends consistently in different levels, making comparisons easier.</p>
|
||||||
<h2 id="171028"><a href="#171028">Oct 28, 2017</a></h3>
|
<h2 id="171028"><a href="#171028">Oct 28, 2017</a></h2>
|
||||||
<h3 id="1710281"><a href="#1710281">Updated 'DPad Functions'</a></h2>
|
<h3 id="1710281"><a href="#1710281">Updated 'DPad Functions'</a></h3>
|
||||||
<p>New functions have been added to the DPad Functions:</p>
|
<p>New functions have been added to the DPad Functions:</p>
|
||||||
<p>
|
<p>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -79,23 +79,14 @@
|
||||||
<li>X+D-Pad down: Defauld FLUDD behaviour for secrets</li>
|
<li>X+D-Pad down: Defauld FLUDD behaviour for secrets</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
<h2 id="171026"><a href="#171026">Oct 26, 2017</a></h3>
|
<h2 id="171026"><a href="#171026">Oct 26, 2017</a></h2>
|
||||||
<h3 id="1710261"><a href="#1710261">Added 'Enable Pause Mid-Air'</a></h2>
|
<h3 id="1710261"><a href="#1710261">Added 'Enable Pause Mid-Air'</a></h3>
|
||||||
<p>Allows you to pause mid-air.</p>
|
<p>Allows you to pause mid-air.</p>
|
||||||
<h2 id="171024"><a href="#171024">Oct 24, 2017</a></h3>
|
<h2 id="171024"><a href="#171024">Oct 24, 2017</a></h2>
|
||||||
<h3 id="1710241"><a href="#1710241">Added 'Shine Outfit'</a></h2>
|
<h3 id="1710241"><a href="#1710241">Added 'Shine Outfit'</a></h2> <p>Always wear glasses and the shirt.</p> <h2 id="171015"><a href="#171015">Oct 15, 2017</a></h2> <h3 id="1710151"><a href="#1710151">Site Changes</a></h2> <p>Fixed the download button not working for Firefox.</p> <h2 id="171014"><a href="#171014">Oct 14, 2017</a></h2> <h3 id="1710141"><a href="#1710141">Added 'Fast Any%' for JP and PAL</a></h2> <p>-</p> <h2 id="171030"><a href="#171011">Oct 11, 2017</a></h2> <h3 id="1710301"><a href="#1710111">Added 'Stage Randomizer' for NTSC-U</a></h3>
|
||||||
<p>Always wear glasses and the shirt.</p>
|
|
||||||
<h2 id="171015"><a href="#171015">Oct 15, 2017</a></h3>
|
|
||||||
<h3 id="1710151"><a href="#1710151">Site Changes</a></h2>
|
|
||||||
<p>Fixed the download button not working for Firefox.</p>
|
|
||||||
<h2 id="171014"><a href="#171014">Oct 14, 2017</a></h3>
|
|
||||||
<h3 id="1710141"><a href="#1710141">Added 'Fast Any%' for JP and PAL</a></h2>
|
|
||||||
<p>-</p>
|
|
||||||
<h2 id="171030"><a href="#171011">Oct 11, 2017</a></h3>
|
|
||||||
<h3 id="1710301"><a href="#1710111">Added 'Stage Randomizer' for NTSC-U</a></h2>
|
|
||||||
<p><i>Experimental!</i> Loads a random stage after exiting of finishing a level.</p>
|
<p><i>Experimental!</i> Loads a random stage after exiting of finishing a level.</p>
|
||||||
<br />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -1,5 +1,9 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<updates>
|
<updates>
|
||||||
|
<update>
|
||||||
|
<date>Nov 7, 2017</date>
|
||||||
|
<change>Seperated 'Free Pause' and 'Exit Area everywhere'.</change>
|
||||||
|
</update>
|
||||||
<update>
|
<update>
|
||||||
<date>Nov 6, 2017</date>
|
<date>Nov 6, 2017</date>
|
||||||
<change>Updated 'Level Select'. Added 'Shine Touch Timer'. Marked original IGT as deprecated. Replaced 'Exit Area Everywhere' and 'Pause Mid-Air' with 'Free Pause'.</change>
|
<change>Updated 'Level Select'. Added 'Shine Touch Timer'. Marked original IGT as deprecated. Replaced 'Exit Area Everywhere' and 'Pause Mid-Air' with 'Free Pause'.</change>
|
||||||
|
|
|
@ -97,10 +97,9 @@
|
||||||
<author>Noki Doki</author>
|
<author>Noki Doki</author>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
<date>Nov 5, 2017</date>
|
<date>Nov 5, 2017</date>
|
||||||
<description>Allows you to pause mid-air and during cutscenes. Additionally, it enables the 'Exit Area' option on Plaza.</description>
|
<description>Allows you to pause mid-air and during cutscenes.</description>
|
||||||
<source>
|
<source>
|
||||||
C6297AB0 80297ABC
|
C6297AB0 80297ABC
|
||||||
C6156B78 80156B84
|
|
||||||
C22979D8 00000007
|
C22979D8 00000007
|
||||||
887F007C 2803000F
|
887F007C 2803000F
|
||||||
41820028 807F0018
|
41820028 807F0018
|
||||||
|
@ -111,6 +110,16 @@
|
||||||
3C60803A 00000000
|
3C60803A 00000000
|
||||||
</source>
|
</source>
|
||||||
</code>
|
</code>
|
||||||
|
<code>
|
||||||
|
<title lang="en">Enable Exit Area Everywhere</title>
|
||||||
|
<author>Noki Doki</author>
|
||||||
|
<version>1.0</version>
|
||||||
|
<date>Okt 30, 2017</date>
|
||||||
|
<description>Enables 'Exit Area' on Plaza and Airstrip.</description>
|
||||||
|
<source>
|
||||||
|
C6156B78 80156B84
|
||||||
|
</source>
|
||||||
|
</code>
|
||||||
<code>
|
<code>
|
||||||
<title lang="en">Shine Touch Timer</title>
|
<title lang="en">Shine Touch Timer</title>
|
||||||
<author>Psychonauter</author>
|
<author>Psychonauter</author>
|
||||||
|
|
|
@ -99,10 +99,9 @@
|
||||||
<author>Noki Doki</author>
|
<author>Noki Doki</author>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
<date>Nov 5, 2017</date>
|
<date>Nov 5, 2017</date>
|
||||||
<description>Allows you to pause mid-air and during cutscenes. Additionally, it enables the 'Exit Area' option on Plaza.</description>
|
<description>Allows you to pause mid-air and during cutscenes.</description>
|
||||||
<source>
|
<source>
|
||||||
C60EB06C 800EB078
|
C60EB06C 800EB078
|
||||||
C6218054 80218060
|
|
||||||
C20EAF94 00000007
|
C20EAF94 00000007
|
||||||
887F007C 2803000F
|
887F007C 2803000F
|
||||||
41820028 807F0018
|
41820028 807F0018
|
||||||
|
@ -113,6 +112,16 @@
|
||||||
3C608037 00000000
|
3C608037 00000000
|
||||||
</source>
|
</source>
|
||||||
</code>
|
</code>
|
||||||
|
<code>
|
||||||
|
<title lang="en">Enable Exit Area Everywhere</title>
|
||||||
|
<author>Noki Doki</author>
|
||||||
|
<version>1.0</version>
|
||||||
|
<date>Okt 30, 2017</date>
|
||||||
|
<description>Enables 'Exit Area' on Plaza and Airstrip.</description>
|
||||||
|
<source>
|
||||||
|
C6218054 80218060
|
||||||
|
</source>
|
||||||
|
</code>
|
||||||
<code>
|
<code>
|
||||||
<title lang="en">Shine Touch Timer</title>
|
<title lang="en">Shine Touch Timer</title>
|
||||||
<author>Psychonauter</author>
|
<author>Psychonauter</author>
|
||||||
|
|
|
@ -107,10 +107,9 @@
|
||||||
<author>Noki Doki</author>
|
<author>Noki Doki</author>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
<date>Nov 5, 2017</date>
|
<date>Nov 5, 2017</date>
|
||||||
<description>Allows you to pause mid-air and during cutscenes. Additionally, it enables the 'Exit Area' option on Plaza.</description>
|
<description>Allows you to pause mid-air and during cutscenes.</description>
|
||||||
<source>
|
<source>
|
||||||
C628F948 8028F954
|
C628F948 8028F954
|
||||||
C614BB94 8014BBA0
|
|
||||||
C228F870 00000007
|
C228F870 00000007
|
||||||
887F007C 2803000F
|
887F007C 2803000F
|
||||||
41820028 807F0018
|
41820028 807F0018
|
||||||
|
@ -121,6 +120,17 @@
|
||||||
3C60803A 00000000
|
3C60803A 00000000
|
||||||
</source>
|
</source>
|
||||||
</code>
|
</code>
|
||||||
|
<code>
|
||||||
|
<title lang="en">Enable Exit Area Everywhere</title>
|
||||||
|
<author>Noki Doki</author>
|
||||||
|
<version>1.0</version>
|
||||||
|
<date>Okt 30, 2017</date>
|
||||||
|
<description>Enables 'Exit Area' on Plaza and Airstrip.</description>
|
||||||
|
<source>
|
||||||
|
C614BB94 8014BBA0
|
||||||
|
</source>
|
||||||
|
</code>
|
||||||
|
<code>
|
||||||
<code>
|
<code>
|
||||||
<title lang="en">Shine Touch Timer</title>
|
<title lang="en">Shine Touch Timer</title>
|
||||||
<author>Psychonauter</author>
|
<author>Psychonauter</author>
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
<body>
|
<body>
|
||||||
<div style="width: 50%; min-width:600px; position:absolute; left:50%; transform:translate(-50%, 0);">
|
<div style="width: 50%; min-width:600px; position:absolute; left:50%; transform:translate(-50%, 0);">
|
||||||
<div id="guide_content">
|
<div id="guide_content">
|
||||||
<h1 align="center">How to install and use practice codes</h1>
|
<h1 style="text-align: center; width: 100%";>How to install and use practice codes</h1>
|
||||||
<p align="center">This page is a simple guide to explain the recommended way to install practice codes on your Nintendo Wii.</p>
|
<p style="margin: 0; text-align: center; width: 100%;">This page is a simple guide to explain the recommended way to install practice codes on your Nintendo Wii.</p>
|
||||||
<br />
|
<br />
|
||||||
<h2 id="1"><a href="#1">1. Preparing your Wii</a></h2>
|
<h2 id="1"><a href="#1">1. Preparing your Wii</a></h2>
|
||||||
<h3 id="1.1"><a href="#1.1">1.1 Install Homebrew</a></h3>
|
<h3 id="1.1"><a href="#1.1">1.1 Install Homebrew</a></h3>
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
<p>
|
<p>
|
||||||
<h2>Mario Sunshine Cheatfile Generator</h2>
|
<h2>Mario Sunshine Cheatfile Generator</h2>
|
||||||
</p>
|
</p>
|
||||||
<p><i>Authors: <a href="https://twitter.com/psychonauter">Psy</a> & <a href="https://twitter.com/srlmilk">Milk</a><br />Last Updated: Nov 6, 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 7, 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 target="_blank" href="guide.html">Guide</a></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 target="_blank" href="guide.html">Guide</a></p>
|
||||||
<h4>Changelog:</h4>
|
<h4>Changelog:</h4>
|
||||||
<p id="changelog"></p>
|
<p id="changelog"></p>
|
||||||
|
|
|
@ -1,15 +1,22 @@
|
||||||
body {
|
body {
|
||||||
margin: 50px 50px 0 50px;
|
margin: 50px 50px 0 50px;
|
||||||
width: 1200px;
|
width: 1200px;
|
||||||
|
text-align: justify;
|
||||||
}
|
}
|
||||||
html {
|
html {
|
||||||
background-color: #262626;
|
background-color: #262626;
|
||||||
color: #f1f1f1;
|
color: #f1f1f1;
|
||||||
font-family: Calibri;
|
font-family: Calibri;
|
||||||
}
|
}
|
||||||
|
div {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
img {
|
img {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
h1 {
|
||||||
|
margin: 50px 0px 20px 0px;
|
||||||
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
margin: 30px 0px 0px 0px;
|
margin: 30px 0px 0px 0px;
|
||||||
|
@ -19,10 +26,11 @@ h3 {
|
||||||
margin: 20px 0px 5px 40px;
|
margin: 20px 0px 5px 40px;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
margin: 0px 0px 0px 60px;
|
margin: 0px 60px 0px 60px;
|
||||||
}
|
}
|
||||||
ul li {
|
ul li {
|
||||||
margin: 0px 0px 0px 60px;
|
margin: 0px 0px 0px 60px;
|
||||||
|
width: 80%;
|
||||||
}
|
}
|
||||||
#guide_content {
|
#guide_content {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
|
Loading…
Reference in a new issue