fix injection address for jp1.1 level select
This commit is contained in:
parent
b0b8ff52fc
commit
0c97425248
3 changed files with 10 additions and 3 deletions
|
@ -10,6 +10,9 @@
|
||||||
<body>
|
<body>
|
||||||
<div id="guide_content" class="framed">
|
<div id="guide_content" class="framed">
|
||||||
<h1 style="text-align:center;width:100%;">Full Changelog</h1>
|
<h1 style="text-align:center;width:100%;">Full Changelog</h1>
|
||||||
|
<h2 id="180206"><a href="#180206">Feb 06, 2018</a></h2>
|
||||||
|
<h3 id="1802061"><a href="#1802061">Fixed 'Level Select' for JP 1.1</a></h3>
|
||||||
|
<p>Fixed the injection address.</p>
|
||||||
<h2 id="180203"><a href="#180203">Feb 03, 2018</a></h2>
|
<h2 id="180203"><a href="#180203">Feb 03, 2018</a></h2>
|
||||||
<h3 id="1802031"><a href="#1802031">Updated Stage Loader</a></h3>
|
<h3 id="1802031"><a href="#1802031">Updated Stage Loader</a></h3>
|
||||||
<p>Added "Random, no duplicates" order that will only load each stage once.</p>
|
<p>Added "Random, no duplicates" order that will only load each stage once.</p>
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<updates>
|
<updates>
|
||||||
|
<update>
|
||||||
|
<date>Feb 06, 2018</date>
|
||||||
|
<change>Fixed Level Select for JP 1.1.</change>
|
||||||
|
</update>
|
||||||
<update>
|
<update>
|
||||||
<date>Feb 03, 2018</date>
|
<date>Feb 03, 2018</date>
|
||||||
<change>Updated Stage Loader.</change>
|
<change>Updated Stage Loader.</change>
|
||||||
|
|
|
@ -345,11 +345,11 @@
|
||||||
<code>
|
<code>
|
||||||
<title lang="en">Level Select</title>
|
<title lang="en">Level Select</title>
|
||||||
<author>Psychonauter, Dan Salvato, ParadoxKarl, Noki Doki</author>
|
<author>Psychonauter, Dan Salvato, ParadoxKarl, Noki Doki</author>
|
||||||
<version>1.5</version>
|
<version>1.6</version>
|
||||||
<date>Jan 17, 2018</date>
|
<date>Feb 06, 2018</date>
|
||||||
<description><![CDATA[Allows warping to other levels when starting a file or when exiting level by holding the combination until the screen turns black. This code is not compatible with the Fast Any% or Stage Loader code. Codes:<br /><br /><div style="text-align:center"><img src="img/levelselect.png" width="500px"></div>]]></description>
|
<description><![CDATA[Allows warping to other levels when starting a file or when exiting level by holding the combination until the screen turns black. This code is not compatible with the Fast Any% or Stage Loader code. Codes:<br /><br /><div style="text-align:center"><img src="img/levelselect.png" width="500px"></div>]]></description>
|
||||||
<source>
|
<source>
|
||||||
C20FA19C 0000007F
|
C22865F4 0000007F
|
||||||
3C60803D 6063A8F0
|
3C60803D 6063A8F0
|
||||||
3CA0803F 60A55458
|
3CA0803F 60A55458
|
||||||
3CC0817F 60C60100
|
3CC0817F 60C60100
|
||||||
|
|
Loading…
Reference in a new issue