From 76756a6aad64db60ee2778b14a663a66d72d01d9 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Sun, 17 Sep 2023 02:36:28 -0700 Subject: [PATCH] Update/remove/edit a few assistance commands (#1233) * assistance: update `android` to A11 * assistance: remove trimgame.dsi, make 3DS the default Effectively it's the same for both. * tutorial: combine themes.switch with `tag nxthemes` Now it links the guide as well as where to get themes --- cogs/assistance-cmds/android.switch.md | 4 ++-- cogs/assistance-cmds/trimgame.dsi.md | 12 ------------ cogs/assistance-cmds/tutorial/themes.switch.md | 12 +++++++----- 3 files changed, 9 insertions(+), 19 deletions(-) delete mode 100644 cogs/assistance-cmds/trimgame.dsi.md diff --git a/cogs/assistance-cmds/android.switch.md b/cogs/assistance-cmds/android.switch.md index 57f473bf5..2524a44bd 100644 --- a/cogs/assistance-cmds/android.switch.md +++ b/cogs/assistance-cmds/android.switch.md @@ -1,6 +1,6 @@ --- -title: Android 10 Setup Guide -url: https://wiki.switchroot.org/en/Android/Setup-10.html +title: Android 11 Setup Guide +url: https://wiki.switchroot.org/Android/Setup-11.html thumbnail-url: https://gitlab.com/uploads/-/system/group/avatar/4623003/switchroot.png author.name: Switchroot help-desc: Guide to set up Android on a Nintendo Switch diff --git a/cogs/assistance-cmds/trimgame.dsi.md b/cogs/assistance-cmds/trimgame.dsi.md deleted file mode 100644 index 7b4126a82..000000000 --- a/cogs/assistance-cmds/trimgame.dsi.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: What are trimmed cartridge dumps? -help-desc: Explain how ROM trimming works ---- - -All cartridges use memory chips which are in powers of 2 (as in 4, 8, 16, 32, 64, 128). If a game is 120MiB, it will be stored on a 128MiB chip and include 8MiB of 'padding' (garbage data) so the operating system does not think there is more content beyond the actual game and get confused. - -Dumping the 'trimmed' game removes this padding data. However, some utilities (like patchers) use this 'padding' data to insert their own patch data, which means if you do not include the padding data, the patchers will be unable to insert their data. - -If you intend to use the game for ROM hacks or `.xdelta` patches or something like that, get the untrimmed version. - -If you just intend to use the game as its own game, get the trimmed version. diff --git a/cogs/assistance-cmds/tutorial/themes.switch.md b/cogs/assistance-cmds/tutorial/themes.switch.md index ad358f47c..19bf62065 100644 --- a/cogs/assistance-cmds/tutorial/themes.switch.md +++ b/cogs/assistance-cmds/tutorial/themes.switch.md @@ -1,9 +1,11 @@ --- -title: Switch Themes Tutorial -url: https://nh-server.github.io/switch-guide/extras/theming/ +title: Switch Themes help-desc: Links to tutorials for installing themes -aliases: theme -color: A84300 --- -Tutorial for installing themes on the Switch +[Theme installation guide](https://nh-server.github.io/switch-guide/extras/theming/) + +Theme repositories: +- [themezer](https://themezer.net/) + - [Homebrew app version](https://github.com/suchmememanyskill/themezer-nx/releases) +- [r/NXThemes](https://www.reddit.com/r/NXThemes/)