Right, smaller H = bigger header (Update install-tads.html)

This commit is contained in:
Lillian Skinner 2024-02-26 19:17:42 -05:00 committed by GitHub
parent 49be50571c
commit 1630e6c0bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,15 +14,15 @@ TADs are a format used to install DSiWare titles onto Nintendo DSi development u
<b><span style="color:green;">Thankfully we have decryption tools! Just use these to turn your TADs into normal DSi ROMs (<code>.nds</code>, <code>.srl</code>, <code>.dsi</code>).</span></b>
<br><br>
<h2><b>decrypt_tad.py</b></h2>
<p>An unofficial program but supports development, retail, and update encrypted TADs. This is made for <b>Python v3</b> only!<br>USAGE: <code>python decrypt_tad.py TADFILE</code><br>
<h4><b>decrypt_tad.py</b></h4>
<p>An unofficial program but supports development, retail, and update encrypted TADs. This is made for <b>Python v3</b> only!<br><br>USAGE: <code>python decrypt_tad.py TADFILE</code><br>
<ul>
<li><a href="https://gist.github.com/rvtr/f1069530129b7a57967e3fc4b30866b4">decrypt_tad.py</a></li>
</ul>
</p>
<h2><b>split_tad_console.exe</b></h2>
<p>This is the official Nintendo tool for extracting TADs. This is make for <b>Windows</b> only!<br>USAGE: <code>split_tad_console.exe TADFILE</code><br>
<h4><b>split_tad_console.exe</b></h4>
<p>This is the official Nintendo tool for extracting TADs. This is made for <b>Windows</b> only!<br><br>USAGE: <code>split_tad_console.exe TADFILE</code><br>
<ul>
<li><a href="https://cdn.randommeaninglesscharacters.com/tools/maketad/split_tad_console-20090401.exe">split_tad_console-20090401.exe</a></li>
</ul>