-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
18 lines (16 loc) · 1.41 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<title>Tools Menu | SWITCHjs</title>
<link rel="stylesheet" href="./html/style/menu.css">
<link rel="icon" href="./html/style/icon.png">
<script src="./libs/profile.js"></script>
<h1>SWITCHjs Menu:</h1>
<h2>Conversion/decompression tools for some Nintendo Switch file types</h2>
<i>Note: These tools were each made for some of the <b>Nintendo Switch</b> games <b>MK8D</b>, <b>SMG1 (in SM3DAS)</b>, <b>SM3DW+BF</b>, <b>SMBW</b>, <b>SMM2</b>, and <b>SMO</b>. They may or may not work with files from other games or consoles.</i>
<br><br>
<div class="link"><a class="link" href="./explorer.html">Explorer</a> Explore the contents of files (implemented types listed below, and also zip files)</div><br>
<div class="link"><a class="link" href="./html/yaz0.html"><b>YAZ0</b></a> YAZ0, U8 (.szs, .arc) to BIN (.bin)</div><br>
<div class="link"><a class="link" href="./html/sarc.html"><b>SARC</b></a> SARC (.sarc, .aras, .baatarc) to ZIP (.zip)</div><br>
<div class="link"><a class="link" href="./html/rarc.html"><b>RARC</b></a> RARC (.rarc) to ZIP (.zip)</div><br>
<div class="link"><a class="link" href="./html/byml.html"><b>BYML</b></a> BYML (.byml, .bgyml) to JSON (.json)</div><br>
<div class="link"><a class="link" href="./html/bcsv.html"><b>BCSV</b></a> BCSV (.bcsv, .banmt, .bcam, .pa, .tbl) to CSV (.csv)</div><br>
<div class="link"><a class="link" href="./html/bmg.html"><b>BMG</b></a> BMG (.bmg) to CSV (.csv)</div><br>