rmc_website/index.html
2024-01-04 03:43:47 -05:00

99 lines
5.0 KiB
HTML
Executable File

---
title: Index
layout: dsiware
redirect_from: /dsidev/index.html
---
<marquee class="scroller"><code style="font-size:40px;" scrollamount="10">Greetings to ufo, lasscat, togemet2, Rolfie, HudU, xp, Haifisch, MaxiBash, NinjaCheetah, DamiDoop, scalr, pancake, and collection_nintendo! Thanks to everyone across the web who has dumped, mirrored, or documented these programs. This entire website was designed and created by me, and me alone (unless you count stack overflow). Sure, it's barely working, but at least it looks nicer and has more information than any other public sites. Y'all need to remember that there's more than just TwlNmenu and NandFiler. Also just include damn links! These programs don't do any good when you can't download and use them. Oh well, at least I've fixed that now... unless you're on my GBAtemp branch. Sorry for the stripped down site. I don't have much of a choice with silly terms of service and DMCA stuff.</code></marquee>
<!-- ^ Real chads up here. -->
<div style="margin:1%;">
<div class="info" style="margin-top:1vw;margin-left:auto;margin-right:auto;width:60%;color:black">
<h4><a href="/dsidev/release/dev-nands.html">Various development NANDs released</a></h4>
8 new NANDs and 1 dev cart have been jointly released with <a href="https://www.instagram.com/collection_nintendo/" target="_blank">@collection_nintendo</a>, me, MaxiBash, and xp. These NAND dumps are mainly consist of test Classroom DSis, used later in development for attempt at augmented reality. Check it out!
</div><br>
<div class="devinfo-container-main releasepage">
<img src="{{ site.imgui }}menu/dsi_red_widebarnoprompt_u.png" style="width: 100%;position: static;display: block;" class="pixelate">
<div style="background-image: url('{{ site.imgui }}menu/dsi_widepromptnobar.png');background-size:100% 100%;position: static;display: inline-block;">
<div class="devinfo-main" style="position:relative;"><br>
<h2 style="padding-top:0;">Welcome to random meaningless characters!</h2>
<p>This is a work in progress archive of Nintendo DS(i) development and factory software. This is not only a collection of files, but also full documentation to match.
<br><br>
My archive includes anything used in the production of the DS or DSi (eg. diagnostic and setup tools), software bundled with the SDK, prototype and development software, and any tests used for debugging.
<br><br>
I've researched and released a few prototypes though this site, so please <a href="/contact.html">get in touch</a> if you've got a development cart/unit in need of dumping.
<br><br>
Most of the pages here are written by me and me alone. As such, there's a good chance I'm missing or have incorrect information. If you have time to contribute, please check out the edit button on the top of each page or <a href="/contact.html">tell me</a> what's wrong.
</p>
</div>
</div>
<img src="{{ site.imgui }}menu/dsi_red_widebarnoprompt_d.png" style="width: 100%;display: block;" class="pixelate">
</div>
</div>
<!--
RGD, your articles are crap,
All half assed content worthless as scrap.
You say your wiki is a good resource,
I'm sorry to say I can't find your source.
Your NandFiler page is shit as can be,
Unmentioned backup capabilities.
You missed the hidden fill.bmp,
This is all very important don't you see?
SystemUpdater installs some cool TADs,
But they're a weird format which makes me sads.
This is kinda interesting to know,
But you don't add it, you will just say no.
TwlNmenu's page sucks too,
The information and wording is poo
Neither TwlNmenu, huh?
Clarify "either", there's only one, duh.
Your articles are lacking, just three apps,
Don't you know there's dozens more, give some craps!
Your site is shit, mine is not, take a lesson plz.
Go to really moist coochie dot x y z
~ lillian skinner
Edit: woah this sucks. But the message still goes hard.
-->
<div class="flex-container">
{% for ENTRY in site.data.dsinfo -%}
{%- if ENTRY.PUBLISHED == "TRUE" -%}
<div class="parent_or_guardian">
<div class="flexception">
<div class="flexceptionception">
<div>
<img src="{{ site.imgdir }}{{ ENTRY.PROGRAM }}/{{ ENTRY.PROGRAM }}.gif" width="52px" height="52px">
</div>
<div class="prompt_header">
<div class="flexceptionception_the_flexening">
<div class="prompt_title">
{{ ENTRY.TITLE }}
</div>
<div>
<b>Target: </b>
{%- if ENTRY.SYSTEM == "TWL (DSi)" -%}
<span style="color:#ff0000;">{{ ENTRY.SYSTEM }}</span>
{%- else -%}
<span style="color:#3399ff;">{{ ENTRY.SYSTEM }}</span>
{%- endif -%}
</div>
</div>
</div>
</div>
<div class="prompt_info">
<i>{{ ENTRY.DESC }}</i>
</div>
</div>
<img class="prompt" src="{{ site.imgui }}menu/dsi_red_prompt.png">
<a href="/dsidev/{{ ENTRY.PROGRAM | downcase }}.html"><img class="prompt_two_a_new_hover" src="{{ site.imgui }}menu/dsi_prompthover.png"></a>
</div>
{%- endif -%}
{%- endfor %}
</div>