Skip to content

Commit

Permalink
treewide: consolidate unordered lists to -
Browse files Browse the repository at this point in the history
Standardize the unordered list marker to `-`, which is currently the
most widely used form of indentation in this repository.
  • Loading branch information
lifehackerhansol committed Sep 27, 2024
1 parent 5e9ce32 commit 068989d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/extras/game_modding.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ If you want to disable mods on launch of a game, hold the `L` button before laun

While most games only require Atmosphere's LayeredFS to enable game modding, there are some games that may require more specialized setup. For example:

* Modding Super Smash Bros. requires [ARCropolis](https://github.com/Raytwo/ARCropolis/releases) and [skyline](https://github.com/skyline-dev/skyline/releases). Skyline's `exefs` folder goes into the `atmosphere/contents/01006A800016E000/` directory. ARCropolis looks for mods in the `sd:/ultimate/mods` directory on your microSD card.
- Modding Super Smash Bros. requires [ARCropolis](https://github.com/Raytwo/ARCropolis/releases) and [skyline](https://github.com/skyline-dev/skyline/releases). Skyline's `exefs` folder goes into the `atmosphere/contents/01006A800016E000/` directory. ARCropolis looks for mods in the `sd:/ultimate/mods` directory on your microSD card.

* Modding Breath of the Wild and Tears of the Kingdom with multiple mods requires the use of [BCML](https://github.com/NiceneNerd/BCML) or [UKMM](https://github.com/NiceneNerd/UKMM/releases) (Recommended) and [TKMM](https://github.com/TKMM-Team/Tkmm/releases) respectively.
- Modding Breath of the Wild and Tears of the Kingdom with multiple mods requires the use of [BCML](https://github.com/NiceneNerd/BCML) or [UKMM](https://github.com/NiceneNerd/UKMM/releases) (Recommended) and [TKMM](https://github.com/TKMM-Team/Tkmm/releases) respectively.

* Animal Crossing: New Horizons requires some extra setup for mods to work. The folder that would normally be called `romfs` has to be called `romFs` and you'll need to create an empty file inside of `atmosphere/contents/01006F8002326000/romFs/System/Resource/` called `ResourceSizeTable.srsizetable`. More information on this can be found on the [ac-modding website](https://ac-modding.com/ACNH/mods.html).
- Animal Crossing: New Horizons requires some extra setup for mods to work. The folder that would normally be called `romfs` has to be called `romFs` and you'll need to create an empty file inside of `atmosphere/contents/01006F8002326000/romFs/System/Resource/` called `ResourceSizeTable.srsizetable`. More information on this can be found on the [ac-modding website](https://ac-modding.com/ACNH/mods.html).

-----

Expand Down
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ This guide has the end-goal of taking a completely unmodified Switch from stock

### **What can I do with custom firmware?**

* Customize your HOME Menu with user-created themes and splash screens
* Run “ROM hacks” for games that you own
* Backup, edit, and restore saves for many games
* Play games for older systems with various emulators, using RetroArch or other standalone emulators
* Safely update to the latest system version without fear of losing access to homebrew
- Customize your HOME Menu with user-created themes and splash screens
- Run “ROM hacks” for games that you own
- Backup, edit, and restore saves for many games
- Play games for older systems with various emulators, using RetroArch or other standalone emulators
- Safely update to the latest system version without fear of losing access to homebrew
- Safely customise your device while retaining full access to Nintendo online services

More on this can be found later on in the guide.
Expand Down

0 comments on commit 068989d

Please sign in to comment.