added nandfiler
BIN
_site/assets/dsi/romfs/001.bmp
Normal file
|
After Width: | Height: | Size: 900 KiB |
BIN
_site/assets/dsi/romfs/HNI_0037.bmp
Normal file
|
After Width: | Height: | Size: 900 KiB |
BIN
_site/assets/dsi/romfs/HNI_0040.bmp
Normal file
|
After Width: | Height: | Size: 900 KiB |
BIN
_site/assets/dsi/romfs/boy.bmp
Normal file
|
After Width: | Height: | Size: 900 KiB |
BIN
_site/assets/dsi/romfs/fill.bmp
Normal file
|
After Width: | Height: | Size: 900 KiB |
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>DSi Shop | rmc's site</title>
|
||||
<title>EC file utility | rmc's site</title>
|
||||
<link rel="icon" type="image/png" href="/icon.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
|
||||
<link id="pagestyle" rel="stylesheet" type="text/css" href="">
|
||||
@ -9,11 +9,11 @@
|
||||
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
|
||||
<script src="/assets/js/main.js"></script>
|
||||
|
||||
<meta property="og:title" content="DSi Shop">
|
||||
<meta property="og:title" content="EC file utility">
|
||||
|
||||
<meta property="og:locale" content="en_US">
|
||||
<meta name="description" content="DSi Shop | rmc's site">
|
||||
<meta property="og:description" content="DSi Shop | rmc's site">
|
||||
<meta name="description" content="EC file utility | rmc's site">
|
||||
<meta property="og:description" content="EC file utility | rmc's site">
|
||||
<link rel="canonical" href="https://ianskinner1982.github.io">
|
||||
<meta property="og:url" content="https://ianskinner1982.github.io">
|
||||
<meta property="og:site_name" content="rmc's site">
|
||||
@ -305,7 +305,6 @@ body {
|
||||
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">
|
||||
@ -342,13 +341,12 @@ body {
|
||||
</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/from_nintendo.rar</div><br>
|
||||
<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;">
|
||||
<table class="othertexts" style="solid; width: 100%;font-size: 3px;font-size: 1vw;">
|
||||
<tr>
|
||||
<th>Srl</th>
|
||||
<th>Tad</th>
|
||||
<th><br>SRL</th>
|
||||
<th><br>TAD</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/ecConfigView.20090303.srl">20090303</a></td>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>DSi Shop | rmc's site</title>
|
||||
<title>Index | rmc's site</title>
|
||||
<link rel="icon" type="image/png" href="/icon.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
|
||||
<link id="pagestyle" rel="stylesheet" type="text/css" href="">
|
||||
@ -9,11 +9,11 @@
|
||||
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
|
||||
<script src="/assets/js/main.js"></script>
|
||||
|
||||
<meta property="og:title" content="DSi Shop">
|
||||
<meta property="og:title" content="Index">
|
||||
|
||||
<meta property="og:locale" content="en_US">
|
||||
<meta name="description" content="DSi Shop | rmc's site">
|
||||
<meta property="og:description" content="DSi Shop | rmc's site">
|
||||
<meta name="description" content="Index | rmc's site">
|
||||
<meta property="og:description" content="Index | rmc's site">
|
||||
<link rel="canonical" href="https://ianskinner1982.github.io">
|
||||
<meta property="og:url" content="https://ianskinner1982.github.io">
|
||||
<meta property="og:site_name" content="rmc's site">
|
||||
@ -312,6 +312,7 @@ body {
|
||||
<a href="/dsidev/sd2photo.html">sd2photo</a><br>
|
||||
<a href="/dsidev/twlnmenu.html">twlnmenu</a><br>
|
||||
<a href="/dsidev/tcl-2.html">tcl-2</a><br>
|
||||
<a href="/dsidev/nandfiler.html">nandfiler</a><br>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
431
_site/dsidev/nandfiler.html
Normal file
@ -0,0 +1,431 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>NandFiler | rmc's site</title>
|
||||
<link rel="icon" type="image/png" href="/icon.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
|
||||
<link id="pagestyle" rel="stylesheet" type="text/css" href="">
|
||||
<link rel="alternate" type="application/atom+xml" href="https://ianskinner1982.github.io/feed.xml">
|
||||
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
|
||||
<script src="/assets/js/main.js"></script>
|
||||
|
||||
<meta property="og:title" content="NandFiler">
|
||||
|
||||
<meta property="og:locale" content="en_US">
|
||||
<meta name="description" content="NandFiler | rmc's site">
|
||||
<meta property="og:description" content="NandFiler | rmc's site">
|
||||
<link rel="canonical" href="https://ianskinner1982.github.io">
|
||||
<meta property="og:url" content="https://ianskinner1982.github.io">
|
||||
<meta property="og:site_name" content="rmc's site">
|
||||
|
||||
<meta property="og:image" content="https://ianskinner1982.github.io/icon.png">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
body {
|
||||
background-image: url('/assets/dsi/background.jpg');
|
||||
}
|
||||
.nav ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding-left: 3.5%;
|
||||
/* overflow: hidden; */
|
||||
}
|
||||
.navstd {
|
||||
float: left;
|
||||
}
|
||||
.navalt {
|
||||
float: right;
|
||||
}
|
||||
.container {
|
||||
position: relative;
|
||||
}
|
||||
.imageOne {
|
||||
z-index: 0;
|
||||
}
|
||||
.imageTwo {
|
||||
z-index: 1;
|
||||
}
|
||||
.imageThree {
|
||||
z-index: 2;
|
||||
}
|
||||
.imageFour {
|
||||
z-index: 3;
|
||||
}
|
||||
.image {
|
||||
position: absolute;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
.navimgoverlay {
|
||||
opacity: 0.0;
|
||||
text-align: center;
|
||||
float: left;
|
||||
padding-top: .6vw;
|
||||
width: 6vw;
|
||||
height: auto;
|
||||
}
|
||||
.navimgoverlay:hover {
|
||||
opacity: 1.0;
|
||||
width: 6vw;
|
||||
}
|
||||
.navimg {
|
||||
text-align: center;
|
||||
float: left;
|
||||
padding-top: .6vw;
|
||||
width: 6vw;
|
||||
height: auto;
|
||||
}
|
||||
.navicon {
|
||||
text-align: center;
|
||||
float: left;
|
||||
padding-top: 2.1vw;
|
||||
padding-left: 1.38vw;
|
||||
width: 3.2vw;
|
||||
height: auto;
|
||||
}
|
||||
.navedge {
|
||||
text-align: center;
|
||||
float: left;
|
||||
margin: 1%;
|
||||
width: 1.5vw;
|
||||
height: auto;
|
||||
}
|
||||
.navpadding li {
|
||||
padding-top: 1.5%;
|
||||
}
|
||||
.image2 {
|
||||
position: absolute;
|
||||
border-color: #FFFFFF
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
.image3 {
|
||||
position: relative;
|
||||
border-color: #FFFFFF
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
.text {
|
||||
position: absolute;
|
||||
text-align: left;
|
||||
border-color: #FFFFFF;
|
||||
font-size: 30px;
|
||||
font-size: 1vw;
|
||||
padding-top: 2.2vw;
|
||||
padding-left: 6.2vw;
|
||||
}
|
||||
.icon {
|
||||
padding-top:2.2vw;
|
||||
margin-left: -9.3vw;
|
||||
z-index: 2;
|
||||
}
|
||||
.titleimgoverlay {
|
||||
margin: 0% 2% 0%;
|
||||
opacity: 0.0;
|
||||
text-align: center;
|
||||
float: left;
|
||||
width: 16vw;
|
||||
height: auto;
|
||||
}
|
||||
.titleimgoverlay:hover {
|
||||
opacity: 1.0;
|
||||
}
|
||||
.titleimg {
|
||||
margin: 0% 2% 0%;
|
||||
text-align: center;
|
||||
float: left;
|
||||
width: 16vw;
|
||||
height: auto;
|
||||
margin-bottom: 10vw;
|
||||
}
|
||||
.titleedge {
|
||||
text-align: center;
|
||||
float: left;
|
||||
margin: 1%;
|
||||
width: 18vw;
|
||||
height: auto;
|
||||
}
|
||||
.titlepadding li {
|
||||
padding-top: 1.5%;
|
||||
margin: 0% 2% 0%
|
||||
}
|
||||
.homeimg {
|
||||
margin: 6% 5% 0%;
|
||||
text-align: center;
|
||||
float: right;
|
||||
width: 16vw;
|
||||
height: auto;
|
||||
margin-bottom: 5vw;
|
||||
}
|
||||
.hometext {
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
border-color: #FFFFFF;
|
||||
font-size: 40px;
|
||||
font-size: 1.1vw;
|
||||
}
|
||||
.homeicon {
|
||||
padding-top: 6.99vw;
|
||||
margin-left: -1.59vw;
|
||||
z-index: 2;
|
||||
}
|
||||
.othertext {
|
||||
position: absolute;
|
||||
text-align: left;
|
||||
border-color: #FFFFFF;
|
||||
font-size: 40px;
|
||||
font-size: 1.2vw;
|
||||
padding-top: 1vw;
|
||||
padding-left: 1.2vw;
|
||||
}
|
||||
</style>
|
||||
<div class="nav">
|
||||
<nav>
|
||||
<ul>
|
||||
<li class="navedge"><img src="/assets/dsi/leftbracket.png" style="width:1.5vw;height:auto;margin:auto;"/></li>
|
||||
<div class="navpadding">
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/boxfull.png" class="navimg"></div>
|
||||
<div class="imageTwo image"><img src="/assets/dsi/back.png" class="navicon"></div>
|
||||
<div class="imageThree image"><a href="/"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></a></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/boxfull.png" class="navimg"></div>
|
||||
<div class="imageTwo image"><img src="/assets/dsi/home.png" class="navicon"></div>
|
||||
<div class="imageThree image"><a href="/dsi.html"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></a></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/boxfull.png" class="navimg"></div>
|
||||
<div class="imageTwo image"><img src="/assets/dsi/twldevapps.png" class="navicon"></div>
|
||||
<div class="imageThree image"><a href="/dsidev/"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></a></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/boxfull.png" class="navimg"></div>
|
||||
<div class="imageTwo image"><img src="/assets/dsi/devshop.png" class="navicon"></div>
|
||||
<div class="imageThree image"><a href="/dsidev/dsishop/startup.html"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></a></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/box.png" class="navimg"></div>
|
||||
<div class="imageThree image"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/box.png" class="navimg"></div>
|
||||
<div class="imageThree image"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/box.png" class="navimg"></div>
|
||||
<div class="imageThree image"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/box.png" class="navimg"></div>
|
||||
<div class="imageThree image"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/box.png" class="navimg"></div>
|
||||
<div class="imageThree image"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/box.png" class="navimg"></div>
|
||||
<div class="imageThree image"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/box.png" class="navimg"></div>
|
||||
<div class="imageThree image"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/box.png" class="navimg"></div>
|
||||
<div class="imageThree image"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/boxfull.png" class="navimg"></div>
|
||||
<div class="imageTwo image"><img src="/assets/dsi/discord.png" class="navicon"></div>
|
||||
<div class="imageThree image"><a href="https://discord.gg/XZxxZngwDQ"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></a></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="navimg">
|
||||
<div class="container">
|
||||
<div class="imageOne image"><img src="/assets/dsi/boxfull.png" class="navimg"></div>
|
||||
<div class="imageTwo image"><img src="/assets/dsi/github.png" class="navicon"></div>
|
||||
<div class="imageThree image"><a href="https://github.com/IanSkinner1982/ianskinner1982.github.io/"><img src="/assets/dsi/boxoverlay.png" class="navimgoverlay"></a></div>
|
||||
</div>
|
||||
</li>
|
||||
</div>
|
||||
<li class="navedge"><img src="/assets/dsi/rightbracket.png" style="width:1.5vw;height:auto;margin:auto;"/></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div id="content-wrap">
|
||||
<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>
|
||||
<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:65vw;">
|
||||
<img src="/assets/dsi/widebarnoprompt_d.png" style="width:75vw;">
|
||||
</div>
|
||||
<div class="othertext" style="width:73.5vw;">
|
||||
<h1>NandFiler</h1>NandFiler is a save manager and hex editor. Its purpose is to edit values in save files, or to test save corruption.
|
||||
It supports backing up/restoring save data from the SD card.
|
||||
<br><br>
|
||||
Exporting a save will store all of the files in the save to <code>sd:/<TID>_0000/</code>, and backing up a save will store the save as <code>sd:/<TID>_<save type>.sav</code>.
|
||||
<br><br>
|
||||
Oddly enough, all versions of NandFiler past v11280 contain an image of fish in romfs, named <code>fill.bmp</code>. This seems to have no purpose, though it is rather amusing.
|
||||
<br><br>
|
||||
Note: the CTR SDK versions of NandFiler appear to be the same (fish included), just with the version number stripped.<h3>001.bmp<br><img src="/assets/dsi/romfs/fill.bmp" 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:65vw;">
|
||||
<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: 4.5vw;">NandFiler</div>
|
||||
<!--padding-top 2vw and 2.7vw for two and one line banners, respectively-->
|
||||
<div class="imageThree image3 homeicon">
|
||||
<img src="/assets/dsi/nandfiler.gif" 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;">TwlSDK</div><br>
|
||||
<b>Downloads:</b>
|
||||
<table class="othertexts" style="solid; width: 100%;font-size: 3px;font-size: 1vw;">
|
||||
<tr>
|
||||
<th><br>SRL</th>
|
||||
<th><br>TAD</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.10126.srl">v10126</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.10126.tad">v10126</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.10616.srl">v10616</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.10616.tad">v10616</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.10769.srl">v10769</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.10769.tad">v10769</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11003.srl">v11003</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11003.tad">v11003</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11015.srl">v11015</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11015.tad">v11015</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11190.srl">v11190</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11190.tad">v11190</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11270.srl">v11270</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11270.tad">v11270</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11280.srl">v11280</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11280.tad">v11280</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11288.srl">v11288</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11288.tad">v11288</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11323.srl">v11323</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11323.tad">v11323</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11364.srl">v11364</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11364.tad">v11364</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11414.srl">v11414</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11414.tad">v11414</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11437.srl">v11437</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11437.tad">v11437</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
<footer>
|
||||
<br><br><br><footer class="bg-light text-lg-start border-top align-items-center text-center" style="text-align:center;">
|
||||
<div class="text-center p-3 align-items-center" style="font-size: 8px;">
|
||||
Copyright © 2021-<span id="footerDate"></span> Ian M. Skinner <a href="/contactus" class="text-reset fw-bold">Contact me.</a>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</footer>
|
||||
</html>
|
||||
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>DSi Shop | rmc's site</title>
|
||||
<title>SD to Photo | rmc's site</title>
|
||||
<link rel="icon" type="image/png" href="/icon.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
|
||||
<link id="pagestyle" rel="stylesheet" type="text/css" href="">
|
||||
@ -9,11 +9,11 @@
|
||||
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
|
||||
<script src="/assets/js/main.js"></script>
|
||||
|
||||
<meta property="og:title" content="DSi Shop">
|
||||
<meta property="og:title" content="SD to Photo">
|
||||
|
||||
<meta property="og:locale" content="en_US">
|
||||
<meta name="description" content="DSi Shop | rmc's site">
|
||||
<meta property="og:description" content="DSi Shop | rmc's site">
|
||||
<meta name="description" content="SD to Photo | rmc's site">
|
||||
<meta property="og:description" content="SD to Photo | rmc's site">
|
||||
<link rel="canonical" href="https://ianskinner1982.github.io">
|
||||
<meta property="og:url" content="https://ianskinner1982.github.io">
|
||||
<meta property="og:site_name" content="rmc's site">
|
||||
@ -305,7 +305,6 @@ body {
|
||||
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">
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>DSi Shop | rmc's site</title>
|
||||
<title>Settings | rmc's site</title>
|
||||
<link rel="icon" type="image/png" href="/icon.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
|
||||
<link id="pagestyle" rel="stylesheet" type="text/css" href="">
|
||||
@ -9,11 +9,11 @@
|
||||
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
|
||||
<script src="/assets/js/main.js"></script>
|
||||
|
||||
<meta property="og:title" content="DSi Shop">
|
||||
<meta property="og:title" content="Settings">
|
||||
|
||||
<meta property="og:locale" content="en_US">
|
||||
<meta name="description" content="DSi Shop | rmc's site">
|
||||
<meta property="og:description" content="DSi Shop | rmc's site">
|
||||
<meta name="description" content="Settings | rmc's site">
|
||||
<meta property="og:description" content="Settings | rmc's site">
|
||||
<link rel="canonical" href="https://ianskinner1982.github.io">
|
||||
<meta property="og:url" content="https://ianskinner1982.github.io">
|
||||
<meta property="og:site_name" content="rmc's site">
|
||||
@ -305,7 +305,6 @@ body {
|
||||
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">
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>DSi Shop | rmc's site</title>
|
||||
<title>tcl-2 | rmc's site</title>
|
||||
<link rel="icon" type="image/png" href="/icon.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
|
||||
<link id="pagestyle" rel="stylesheet" type="text/css" href="">
|
||||
@ -9,11 +9,11 @@
|
||||
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
|
||||
<script src="/assets/js/main.js"></script>
|
||||
|
||||
<meta property="og:title" content="DSi Shop">
|
||||
<meta property="og:title" content="tcl-2">
|
||||
|
||||
<meta property="og:locale" content="en_US">
|
||||
<meta name="description" content="DSi Shop | rmc's site">
|
||||
<meta property="og:description" content="DSi Shop | rmc's site">
|
||||
<meta name="description" content="tcl-2 | rmc's site">
|
||||
<meta property="og:description" content="tcl-2 | rmc's site">
|
||||
<link rel="canonical" href="https://ianskinner1982.github.io">
|
||||
<meta property="og:url" content="https://ianskinner1982.github.io">
|
||||
<meta property="og:site_name" content="rmc's site">
|
||||
@ -305,7 +305,6 @@ body {
|
||||
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">
|
||||
@ -315,10 +314,10 @@ body {
|
||||
<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>
|
||||
<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="/assets/dsi/romfs/001.bmp" style="width:50vw;"></h3>
|
||||
<h3>boy.bmp<br><img src="/assets/dsi/romfs/boy.bmp" style="width:50vw;"></h3>
|
||||
<h3>HNI_0037.bmp<br><img src="/assets/dsi/romfs/HNI_0037.bmp" style="width:50vw;"></h3>
|
||||
<h3>HNI_0040.bmp<br><img src="/assets/dsi/romfs/HNI_0040.bmp" style="width:50vw;"></h3>
|
||||
</div>
|
||||
</div>
|
||||
</ul>
|
||||
@ -347,11 +346,10 @@ body {
|
||||
<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;">
|
||||
<table class="othertexts" style="solid; width: 100%;font-size: 3px;font-size: 1vw;">
|
||||
<tr>
|
||||
<th>Srl</th>
|
||||
<th>Tad</th>
|
||||
<th><br>SRL</th>
|
||||
<th><br>TAD</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/tcl_2.srl">????</a></td>
|
||||
|
||||
0
_site/dsidev/twljumpchecker.html
Normal file
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>DSi Shop | rmc's site</title>
|
||||
<title>TwlNmenu | rmc's site</title>
|
||||
<link rel="icon" type="image/png" href="/icon.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
|
||||
<link id="pagestyle" rel="stylesheet" type="text/css" href="">
|
||||
@ -9,11 +9,11 @@
|
||||
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
|
||||
<script src="/assets/js/main.js"></script>
|
||||
|
||||
<meta property="og:title" content="DSi Shop">
|
||||
<meta property="og:title" content="TwlNmenu">
|
||||
|
||||
<meta property="og:locale" content="en_US">
|
||||
<meta name="description" content="DSi Shop | rmc's site">
|
||||
<meta property="og:description" content="DSi Shop | rmc's site">
|
||||
<meta name="description" content="TwlNmenu | rmc's site">
|
||||
<meta property="og:description" content="TwlNmenu | rmc's site">
|
||||
<link rel="canonical" href="https://ianskinner1982.github.io">
|
||||
<meta property="og:url" content="https://ianskinner1982.github.io">
|
||||
<meta property="og:site_name" content="rmc's site">
|
||||
@ -305,7 +305,6 @@ body {
|
||||
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">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2022-09-14T23:38:01-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">rmc’s site</title><entry><title type="html">101 Mini Golf World - Another bland DSiWare</title><link href="http://localhost:4000/2022/08/26/101-minigolf-world.html" rel="alternate" type="text/html" title="101 Mini Golf World - Another bland DSiWare" /><published>2022-08-26T00:00:00-04:00</published><updated>2022-08-26T00:00:00-04:00</updated><id>http://localhost:4000/2022/08/26/101-minigolf-world</id><content type="html" xml:base="http://localhost:4000/2022/08/26/101-minigolf-world.html"><![CDATA[<p>101 MiniGolf World by Teyon is a golf game for the DSi. It's nothing special as far as DSiWare goes.
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2022-09-15T19:16:07-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">rmc’s site</title><entry><title type="html">101 Mini Golf World - Another bland DSiWare</title><link href="http://localhost:4000/2022/08/26/101-minigolf-world.html" rel="alternate" type="text/html" title="101 Mini Golf World - Another bland DSiWare" /><published>2022-08-26T00:00:00-04:00</published><updated>2022-08-26T00:00:00-04:00</updated><id>http://localhost:4000/2022/08/26/101-minigolf-world</id><content type="html" xml:base="http://localhost:4000/2022/08/26/101-minigolf-world.html"><![CDATA[<p>101 MiniGolf World by Teyon is a golf game for the DSi. It's nothing special as far as DSiWare goes.
|
||||
<br><br>
|
||||
The game starts up with a nice tutorial on how to play. It goes over all the controls in about 20 seconds and doesn't leave you confused.
|
||||
<br>
|
||||
|
||||
@ -79,6 +79,9 @@
|
||||
<loc>http://localhost:4000/index1.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/dsidev/nandfiler.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/programs/ncxcore.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
@ -230,6 +233,10 @@
|
||||
<lastmod>2022-08-24T14:09:40-04:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/dsidev/twljumpchecker.html</loc>
|
||||
<lastmod>2022-09-15T19:15:36-04:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/gaming/htmls/DEBUG/startup.html</loc>
|
||||
<lastmod>2022-09-13T23:28:53-04:00</lastmod>
|
||||
</url>
|
||||
|
||||
BIN
assets/dsi/romfs/001.bmp
Normal file
|
After Width: | Height: | Size: 900 KiB |
BIN
assets/dsi/romfs/HNI_0037.bmp
Normal file
|
After Width: | Height: | Size: 900 KiB |
BIN
assets/dsi/romfs/HNI_0040.bmp
Normal file
|
After Width: | Height: | Size: 900 KiB |
BIN
assets/dsi/romfs/boy.bmp
Normal file
|
After Width: | Height: | Size: 900 KiB |
BIN
assets/dsi/romfs/fill.bmp
Normal file
|
After Width: | Height: | Size: 900 KiB |
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: DSi Shop
|
||||
title: EC file utility
|
||||
layout: dsiware
|
||||
---
|
||||
<style>
|
||||
@ -22,7 +22,6 @@ layout: dsiware
|
||||
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">
|
||||
@ -59,13 +58,12 @@ layout: dsiware
|
||||
</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/from_nintendo.rar</div><br>
|
||||
<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;">
|
||||
<table class="othertexts" style="solid; width: 100%;font-size: 3px;font-size: 1vw;">
|
||||
<tr>
|
||||
<th>Srl</th>
|
||||
<th>Tad</th>
|
||||
<th><br>SRL</th>
|
||||
<th><br>TAD</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/ecConfigView.20090303.srl">20090303</a></td>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: DSi Shop
|
||||
title: Index
|
||||
layout: dsiware
|
||||
---
|
||||
<style>
|
||||
@ -29,4 +29,5 @@ layout: dsiware
|
||||
<a href="/dsidev/sd2photo.html">sd2photo</a><br>
|
||||
<a href="/dsidev/twlnmenu.html">twlnmenu</a><br>
|
||||
<a href="/dsidev/tcl-2.html">tcl-2</a><br>
|
||||
<a href="/dsidev/nandfiler.html">nandfiler</a><br>
|
||||
|
||||
|
||||
136
dsidev/nandfiler.html
Normal file
@ -0,0 +1,136 @@
|
||||
---
|
||||
title: NandFiler
|
||||
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>
|
||||
<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:65vw;">
|
||||
<img src="/assets/dsi/widebarnoprompt_d.png" style="width:75vw;">
|
||||
</div>
|
||||
<div class="othertext" style="width:73.5vw;">
|
||||
<h1>NandFiler</h1>NandFiler is a save manager and hex editor. Its purpose is to edit values in save files, or to test save corruption.
|
||||
It supports backing up/restoring save data from the SD card.
|
||||
<br><br>
|
||||
Exporting a save will store all of the files in the save to <code>sd:/<TID>_0000/</code>, and backing up a save will store the save as <code>sd:/<TID>_<save type>.sav</code>.
|
||||
<br><br>
|
||||
Oddly enough, all versions of NandFiler past v11280 contain an image of fish in romfs, named <code>fill.bmp</code>. This seems to have no purpose, though it is rather amusing.
|
||||
<br><br>
|
||||
Note: the CTR SDK versions of NandFiler appear to be the same (fish included), just with the version number stripped.<h3>001.bmp<br><img src="/assets/dsi/romfs/fill.bmp" 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:65vw;">
|
||||
<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: 4.5vw;">NandFiler</div>
|
||||
<!--padding-top 2vw and 2.7vw for two and one line banners, respectively-->
|
||||
<div class="imageThree image3 homeicon">
|
||||
<img src="/assets/dsi/nandfiler.gif" 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;">TwlSDK</div><br>
|
||||
<b>Downloads:</b>
|
||||
<table class="othertexts" style="solid; width: 100%;font-size: 3px;font-size: 1vw;">
|
||||
<tr>
|
||||
<th><br>SRL</th>
|
||||
<th><br>TAD</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.10126.srl">v10126</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.10126.tad">v10126</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.10616.srl">v10616</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.10616.tad">v10616</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.10769.srl">v10769</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.10769.tad">v10769</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11003.srl">v11003</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11003.tad">v11003</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11015.srl">v11015</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11015.tad">v11015</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11190.srl">v11190</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11190.tad">v11190</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11270.srl">v11270</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11270.tad">v11270</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11280.srl">v11280</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11280.tad">v11280</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11288.srl">v11288</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11288.tad">v11288</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11323.srl">v11323</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11323.tad">v11323</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11364.srl">v11364</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11364.tad">v11364</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11414.srl">v11414</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11414.tad">v11414</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11437.srl">v11437</a></td>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/NandFiler.11437.tad">v11437</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: DSi Shop
|
||||
title: SD to Photo
|
||||
layout: dsiware
|
||||
---
|
||||
<style>
|
||||
@ -22,7 +22,6 @@ layout: dsiware
|
||||
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">
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: DSi Shop
|
||||
title: Settings
|
||||
layout: dsiware
|
||||
---
|
||||
<style>
|
||||
@ -22,7 +22,6 @@ layout: dsiware
|
||||
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">
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: DSi Shop
|
||||
title: tcl-2
|
||||
layout: dsiware
|
||||
---
|
||||
<style>
|
||||
@ -22,7 +22,6 @@ layout: dsiware
|
||||
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">
|
||||
@ -32,10 +31,10 @@ layout: dsiware
|
||||
<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>
|
||||
<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="/assets/dsi/romfs/001.bmp" style="width:50vw;"></h3>
|
||||
<h3>boy.bmp<br><img src="/assets/dsi/romfs/boy.bmp" style="width:50vw;"></h3>
|
||||
<h3>HNI_0037.bmp<br><img src="/assets/dsi/romfs/HNI_0037.bmp" style="width:50vw;"></h3>
|
||||
<h3>HNI_0040.bmp<br><img src="/assets/dsi/romfs/HNI_0040.bmp" style="width:50vw;"></h3>
|
||||
</div>
|
||||
</div>
|
||||
</ul>
|
||||
@ -64,11 +63,10 @@ layout: dsiware
|
||||
<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;">
|
||||
<table class="othertexts" style="solid; width: 100%;font-size: 3px;font-size: 1vw;">
|
||||
<tr>
|
||||
<th>Srl</th>
|
||||
<th>Tad</th>
|
||||
<th><br>SRL</th>
|
||||
<th><br>TAD</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://archive.org/download/rmc-dsi/tcl_2.srl">????</a></td>
|
||||
|
||||
0
dsidev/twljumpchecker.html
Normal file
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: DSi Shop
|
||||
title: TwlNmenu
|
||||
layout: dsiware
|
||||
---
|
||||
<style>
|
||||
@ -22,7 +22,6 @@ layout: dsiware
|
||||
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">
|
||||
|
||||