mirror of
https://github.com/rvtr/debug-dsi-shop.git
synced 2025-06-18 10:35:35 -04:00
64 lines
4.2 KiB
HTML
64 lines
4.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
|
|
<meta property="og:site_name" content="Random Meaningless Characters (rmc)">
|
|
<title>{{ page.title }} | DSi Debug Shop</title>
|
|
<meta property="og:title" content="{{ page.title }}">
|
|
<link rel="icon" href="/icon.gif" type="image/gif" >
|
|
<meta property="og:image" content="{{ site.url }}/icon.png">
|
|
<meta name="description" content="DSi Debug Shop">
|
|
<meta property="og:description" content="DSi Debug Shop">
|
|
<meta name="keywords" content="dsi, ds, nintendo, dev" />
|
|
<script src="/common/js/footer.js"></script>
|
|
|
|
<link rel="stylesheet" type="text/css" href="/style.css">
|
|
|
|
<link rel="canonical" href="{{ site.url }}{{ page.url }}">
|
|
<!-- GRRRR I HATE GOOGLE SAYING MY CANONICALS ARE DUPLICATES!! Please someone smart help me... -->
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<style>
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="content-wrap">
|
|
<div class="screenlabels">
|
|
<a href="https://randommeaninglesscharacters.com/"><-- Main site</a> | <a href="/">Shop start page</a> | <a href="https://discord.gg/se9yQBeX3e" target="_blank">Discord</a> | <a href="https://github.com/rvtr/debug-dsi-shop" target="_blank"> GitHub </a>
|
|
</div><hr>
|
|
<h1 style="text-align:center;">DSi Debug Shop</h1><hr>
|
|
<div class="screenlabels">
|
|
<div><h2><u>Top screen:</u></h2></div><div><h2><u>Bottom screen:</u></h2></div>
|
|
</div>
|
|
{{ content }}
|
|
<br>
|
|
<div style="text-align: right;margin-right: 35px;">↑ I'm an interactive window! Try me!</div>
|
|
{% if page.title == "Startup" -%}
|
|
{%- else -%}
|
|
<i><a href="javascript:window.history.back()"><-- previous</a></i>
|
|
{%- endif %}
|
|
<br><br>
|
|
<div style="text-align:left;">
|
|
<hr>
|
|
<h2>This is an interactive demo of the DSi Debug Shop.</h2>The developer DSi shop uses a modified version of the DSi Browser, and most of its content is local HTML/JS. Because the app is almost entirely HTML/JS, I was able to take the HTML pages from NitroFS and edit them to work in any browser.<br><br>Many of the pages are missing- locked behind Nintendo's development servers or just straight up gone. I patched things up wherever possible, killing any dead links and linking to otherwise unlinked pages.<br>Features such as the console information and DSi specific operations are also missing/broken (as is to be expected when running a DSi app on a modern browser). I tried filling in the blanks where I could, but it's not perfect.<br>If you want to help polish up the code, feel free to submit a PR <a href="https://github.com/rvtr/debug-dsi-shop" target="_blank">here.</a><br>
|
|
<h2>Download original app:</h2>
|
|
I have found 3 different versions of this app. I am not sure what the specific differences between the apps are.<br>
|
|
I used the files from <i><b>shop.HNFC.Release.v1536</b></i> for my demo.
|
|
<br><br>
|
|
shop.HNFC.Release.v1536: <a href="https://archive.org/download/rmc-dsi/shop.HNFC.Release.v1536.srl">srl</a> | <a href="https://archive.org/download/rmc-dsi/shop.HNFC.Release.v1536.tad">tad</a><br>
|
|
|
|
shop.HNFC.Release.14231: <a href="https://archive.org/download/rmc-dsi/shop.HNFC.Release.14231.srl">srl</a> | <a href="https://archive.org/download/rmc-dsi/shop.HNFC.Release.14231.tad">tad</a><br>
|
|
|
|
shop.HNFC.Release.thumb: <a href="https://archive.org/download/rmc-dsi/shop.HNFC.Release.thumb.srl">srl</a> | <a href="https://archive.org/download/rmc-dsi/shop.HNFC.Release.thumb.tad">tad</a><br>
|
|
|
|
<br><br><span style="color:orange;">
|
|
<i><b>shop.HNFC.Release.v1536.tad</b></i> is the only working version of the debug shop. It will only run if installed to NAND and booted via the home menu.<br>Using nds-bootstrap, unlaunch, or any similar apps will introduce problems like dead touch controls, a <b>293003</b> error, or cause the shop to whitescreen.</span>
|
|
<br><br>
|
|
</div>
|
|
</div>
|
|
<hr>
|
|
<div style="text-align: center;font-size: 10px;padding-bottom: 5px;"><i>Copyright © 2021-<span id="footerDate"></span> Lillian M. Skinner <a href="https://randommeaninglesscharacters.com/contact.html" class="text-reset fw-bold">Contact me.</a></i></div>
|
|
</body>
|
|
</html>
|