Deploying to gh-pages from @ hacks-guide/Guide_3DS@0493011719 🚀
This commit is contained in:
parent
4e76c11173
commit
7960ae91c6
2 changed files with 5 additions and 6 deletions
2
feed.xml
2
feed.xml
|
@ -1 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-07-10T05:13:43+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-07-10T05:18:01+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>
|
|
@ -510,7 +510,7 @@ window.cookieconsent.initialise({
|
|||
<ul class="toc__menu" id="markdown-toc">
|
||||
<li><a href="#section-i---prep-work" id="markdown-toc-section-i---prep-work">Section I - Prep Work</a></li>
|
||||
<li><a href="#section-ii---seedminer" id="markdown-toc-section-ii---seedminer">Section II - Seedminer</a></li>
|
||||
<li><a href="#next-step-variable" id="markdown-toc-next-step-variable">Next step: Variable</a></li>
|
||||
<li><a href="#next-step-bannerbomb3" id="markdown-toc-next-step-bannerbomb3">Next step: BannerBomb3</a></li>
|
||||
</ul>
|
||||
|
||||
</nav>
|
||||
|
@ -616,12 +616,11 @@ window.cookieconsent.initialise({
|
|||
|
||||
<hr />
|
||||
|
||||
<h3 id="next-step-variable">Next step: Variable</h3>
|
||||
<h3 id="next-step-bannerbomb3">Next step: BannerBomb3</h3>
|
||||
|
||||
<p>If you were sent here by a different guide, or a different part of a different method, go back there now and continue that method.
|
||||
Seedminer by itself is only useful for acquiring your <code class="language-plaintext highlighter-rouge">movable.sed</code>, which you have now done.</p>
|
||||
<p>Once you have your console’s encryption key (<code class="language-plaintext highlighter-rouge">movable.sed</code>), you can use it in conjunction with BannerBomb3, which uses your <code class="language-plaintext highlighter-rouge">movable.sed</code> file to take advantage of exploits in the System Settings application.</p>
|
||||
|
||||
<p>If you are confused, head back to [Get Started}(https://3ds.hacks.guide/get-started), enter your version and select a method accordingly.</p>
|
||||
<p class="notice--primary">Continue to <a href="bannerbomb3">BannerBomb3</a></p>
|
||||
|
||||
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue