mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
87 lines
3.8 KiB
HTML
87 lines
3.8 KiB
HTML
---
|
|
title: DSi Shop
|
|
layout: dsiware
|
|
---
|
|
<style>
|
|
.float-container {
|
|
border: 0px solid #fff;
|
|
font-size: 0;
|
|
}
|
|
|
|
.float-child1 {
|
|
width: 40%;
|
|
height: 40%;
|
|
float: left;
|
|
padding: 1vw;
|
|
}
|
|
|
|
.float-child2 {
|
|
width: 20%;
|
|
height: 40%;
|
|
float: right;
|
|
padding: 1vw;
|
|
}
|
|
</style>
|
|
<!--<h1>Under construction</h1><p>Soon to be the home of the best DSi dev app website.</p>-->
|
|
<div class="float-container">
|
|
<div class="float-child1">
|
|
<div class="container">
|
|
<div class="imageOne image">
|
|
<img src="/assets/dsi/widebarnoprompt_u.png" style="width:75vw;">
|
|
<img src="/assets/dsi/widepromptnobar.png" style="width:75vw;height:190vw;">
|
|
<img src="/assets/dsi/widebarnoprompt_d.png" style="width:75vw;">
|
|
</div>
|
|
<div class="othertext" style="width:73.5vw;">
|
|
<h1>tcl-2</h1>tcl-2 converts <code>HNI_0037.bmp</code> and <code>HNI_0040.bmp</code> (found in romfs) to <code>.jpg</code>, then copies them to the photo region of NAND (also updates <code>pit.bin</code> accordingly). The copied images are valid and pass PhotoChecker's tests.<br><br>This specific version off the app comes with two other photos (<code>boy.bmp</code> and <code>001.bmp</code>) of a young boy and a slice of cake. These are not not used in the demo.<br><br><span style="color:orange;">Note: this version of the app seems to be slightly different from the tcl-2 demo in the TWL SDK. More info on that to come later.</span><h1>Photos:</h1><h3>001.bmp<br><img src="https://cdn.discordapp.com/attachments/1019723242996506735/1019727223550378045/001.png" style="width:50vw;"></h3>
|
|
<h3>boy.bmp<br><img src="https://cdn.discordapp.com/attachments/1019723242996506735/1019727339267051631/boy.png" style="width:50vw;"></h3>
|
|
<h3>HNI_0037.bmp<br><img src="https://cdn.discordapp.com/attachments/1019723242996506735/1019727367301771314/HNI_0037.png" style="width:50vw;"></h3>
|
|
<h3>HNI_0040.bmp<br><img src="https://cdn.discordapp.com/attachments/1019723242996506735/1019727398922629140/HNI_0040.png" style="width:50vw;"></h3>
|
|
</div>
|
|
</div>
|
|
</ul>
|
|
</div>
|
|
<div class="float-child2">
|
|
<div class="container">
|
|
<div class="imageOne image">
|
|
<img src="/assets/dsi/thinbarnoprompt_u.png" style="width:20vw;">
|
|
<img src="/assets/dsi/thinpromptnobar.png" style="width:20vw;height:190vw;">
|
|
<img src="/assets/dsi/thinbarnoprompt_d.png" style="width:20vw;">
|
|
</div>
|
|
<div class="imageTwo">
|
|
<ul class="homeimg">
|
|
<div class="container">
|
|
<div class="imageTwo image2">
|
|
<img src="/assets/dsi/homemenu.png" class="homeimg">
|
|
</div>
|
|
<div class="imageThree image3">
|
|
<div class="hometext" style="padding-top: 2.7vw;padding-left: 5.9vw;">tcl-2</div>
|
|
<!--padding-top 2vw and 2.7vw for two and one line banners, respectively-->
|
|
<div class="imageThree image3 homeicon">
|
|
<img src="/assets/dsi/icon.png" width="13%" height="13%">
|
|
</div>
|
|
</div>
|
|
<div class="othertext" style="text-align:left;padding-top:25%;margin-left:-15%;">
|
|
<p>
|
|
<b>Source:</b><div style="font-size: 40px;font-size: 1vw;">Gigaleaks/generic.7z/sd.rar</div><br>
|
|
<b>Downloads:</b>
|
|
|
|
<table class="othertexts" style="solid; width: 100%;font-size: 40px;font-size: 1vw;">
|
|
<tr>
|
|
<th>Srl</th>
|
|
<th>Tad</th>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://archive.org/download/rmc-dsi/tcl_2.srl">????</a></td>
|
|
<td><a href="https://archive.org/download/rmc-dsi/tcl_2.tad">????</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
</p>
|
|
</div>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|