From b577a4df1be49da4fe5c78f2acf7094fd735be8c Mon Sep 17 00:00:00 2001 From: Makonede <61922615+Makonede@users.noreply.github.com> Date: Tue, 2 May 2023 22:34:19 -0700 Subject: [PATCH] Fix typo (#340) --- site/content/help/feature/game-modding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/help/feature/game-modding.md b/site/content/help/feature/game-modding.md index c2ee8601..403f1f44 100644 --- a/site/content/help/feature/game-modding.md +++ b/site/content/help/feature/game-modding.md @@ -50,7 +50,7 @@ This allows modders to delete files within the romfs if a file of the same name Similarly, if a file with the same name but with extension `.ips` is found at the same directory within `romfs_ext`, the base game file will be patched with it. ### Example -For example, lets examine Splatoon 2, a popular game for modding. +For example, let's examine Splatoon 2, a popular game for modding. Since Splatoon 2's title id is `01003BC0000A0000`, all of our mods for this game will go in `%YUZU_DIR%/load/01003BC0000A0000`. @@ -63,4 +63,4 @@ It is okay to omit one (or more) of them if it is empty. Additionally, if the mo ### Conclusion If you are a modder looking to distribute mods for yuzu and have another question or found part of this guide confusing, feel free to come ask in out discord. -If you are a user trying to install a mod for yuzu and it seems like a critical piece of the puzzle is missing, try asking the mod author for help. Otherwise, feel free to come ask in the discord. \ No newline at end of file +If you are a user trying to install a mod for yuzu and it seems like a critical piece of the puzzle is missing, try asking the mod author for help. Otherwise, feel free to come ask in the discord.