diff --git a/docs/ports/chronodivide-guide.mdx b/docs/ports/chronodivide-guide.mdx index e365f25..1e91841 100644 --- a/docs/ports/chronodivide-guide.mdx +++ b/docs/ports/chronodivide-guide.mdx @@ -1,6 +1,6 @@ --- title: "Red Alert 2: Chrono Divide Guide" -sidebar_position: 24 +sidebar_position: 25 description: "A guide for setting up Chrono Divide on dev mode." tags: - guides diff --git a/docs/ports/dusk-guide.mdx b/docs/ports/dusk-guide.mdx new file mode 100644 index 0000000..5be487b --- /dev/null +++ b/docs/ports/dusk-guide.mdx @@ -0,0 +1,208 @@ +--- +title: "Dusk (Twilight Princess) Guide" +sidebar_position: 10 +description: "A guide for setting up Dusk (Twilight Princess) on dev mode" +tags: + - guides + - ports + - xbox +slug: dusk-uwp-guide +--- + +## Requirements + +You need: + +- The Dusk UWP `.zip` package +- Xbox Developer Mode +- Xbox Device Portal access +- A USB external drive for your game dump +- A clean, legally dumped **GameCube** disc image of Twilight Princess +- Optional: a **DDS** texture pack + +--- + +## Supported Game Dump Hashes + +Before setting up Dusk, make sure your dump is clean and supported. + +Check the **SHA-1** hash of your dump and compare it with the supported versions below. + +| Version | SHA-1 hash | +| --- | --- | +| GameCube USA | `75edd3ddff41f125d1b4ce1a40378f1b565519e7` | +| GameCube EUR | `2601822a488eeb86fb89db16ca8f29c2c953e1ca` | + +Once you have verified your ROM, copy it to your external drive. + +If you have not already prepared your external drive for Dev Mode, follow this [USB setup guide](https://wiki.sternserv.xyz/docs/xbox-setup/xbox-developer-mode-setup#setting-up-usb-drive-for-emulation) first. + +--- + +## Install Dusk UWP + +1. Extract the Dusk UWP release package: + +```text +dusk_uwp.zip +``` + +2. Open the extracted folder. +3. Find the Dusk `.msixbundle` file. +4. Open the Xbox Device Portal in your browser. +5. Go to the app installation page. +6. Choose the Dusk `.msixbundle`. +7. Add the required dependency file from the `x64` dependency folder. +8. Install the package. + +--- + +## First Boot Setup + +1. Connect your external drive to the Xbox. +2. Launch Dusk. +3. Choose **Select Disc Image**. +4. The Xbox file picker will open. +5. Select your supported Twilight Princess GameCube dump from the external drive. +6. Follow the on screen prompt for opening the Dusk menu. +7. Choose either the normal experience or the Dusk experience when prompted. + +--- + +## Texture Pack Requirements + +Texture packs must be in **DDS** format. + +A correct texture pack should contain a folder named: + +```text +GZ2 +``` + +Inside `GZ2`, you should see folders such as: + +```text +CREATURE +ENVIRONMENT +LINK +NPC +``` + +The full `GZ2` folder must end up inside Dusk's texture replacement folder in Xbox internal app storage. + +--- + +## Texture Pack Memory Warning + +Use a **1080p** texture pack for Xbox Dev Mode. + +Avoid **4K** texture packs. They are likely to exceed the Xbox Dev Mode **5020 MB** memory limit. If the texture pack is too large, Dusk may crash, fail to load textures or run out of memory. + +--- + +## Texture Replacement Path + +Texture replacements go here inside the Dusk app's `LocalState` folder: + +```text +LocalState\TwilitRealm\Dusk\texture_replacements +``` + +--- + +## Upload Texture Packs Through Xbox Device Portal + +1. Open the Xbox Device Portal in your browser. +2. Go to **File Explorer**. +3. Open **LocalAppData**. +4. Open the Dusk app folder. +5. Open **LocalState**. +6. Open this folder path: + +```text +TwilitRealm\Dusk\texture_replacements +``` + +--- + +## Recommended Upload Method + +Ensure the texture pack's `GZ2` folder is in `.zip` format and upload it to: + +```text +LocalState\TwilitRealm\Dusk\texture_replacements +``` + +When prompted by Device Portal, choose to extract the zip automatically. + +After extraction, the folder should look like this: + +```text +texture_replacements\GZ2\CREATURE +texture_replacements\GZ2\ENVIRONMENT +texture_replacements\GZ2\LINK +texture_replacements\GZ2\NPC +``` + +If the upload hangs forever in Device Portal, use this method instead: + +1. On your PC, open the texture pack's `GZ2` folder. +2. Zip each folder inside `GZ2` separately. + +For example: + +```text +CREATURE.zip +ENVIRONMENT.zip +LINK.zip +NPC.zip +``` + +3. In the Xbox Device Portal, open: + +```text +LocalState\TwilitRealm\Dusk\texture_replacements\GZ2 +``` + +You may need to create the `GZ2` folder if it does not already exist. + +4. Upload one zipped folder at a time. +5. When prompted, choose to extract the contents of the zip into the current directory. +6. Repeat until every folder from the texture pack's `GZ2` folder has been uploaded and extracted. + +After extraction, the folder should look like this: + +```text +texture_replacements\GZ2\CREATURE +texture_replacements\GZ2\ENVIRONMENT +texture_replacements\GZ2\LINK +texture_replacements\GZ2\NPC +``` + +If the folder layout is correct, Dusk should load the replacement textures automatically. + +--- + +## Troubleshooting + +### The game does not detect my dump + +Recheck the SHA-1 hash. The dump must match one of the supported GameCube versions. + +### The game launches but textures do not load + +Check the folder layout. + +This is correct: + +```text +LocalState\TwilitRealm\Dusk\texture_replacements\GZ2\LINK +``` + +This is wrong: + +```text +LocalState\TwilitRealm\Dusk\texture_replacements\LINK +``` + +The `GZ2` folder must not be skipped. diff --git a/docs/ports/dxxrebirth-guide.mdx b/docs/ports/dxxrebirth-guide.mdx index ae65d06..a5c8431 100644 --- a/docs/ports/dxxrebirth-guide.mdx +++ b/docs/ports/dxxrebirth-guide.mdx @@ -1,6 +1,6 @@ --- title: "DXX Rebirth Guide" -sidebar_position: 10 +sidebar_position: 11 description: "A guide for setting up DXX Rebirth on dev mode." tags: - guides diff --git a/docs/ports/gzdoom-guide.mdx b/docs/ports/gzdoom-guide.mdx index a5ace43..da37dfc 100644 --- a/docs/ports/gzdoom-guide.mdx +++ b/docs/ports/gzdoom-guide.mdx @@ -1,5 +1,5 @@ --- -sidebar_position: 11 +sidebar_position: 12 title: GZDoom Setup and Modding Guide description: Complete guide for installing and setting up GZDoom Doom engine port on Xbox tags: diff --git a/docs/ports/inferno-guide.mdx b/docs/ports/inferno-guide.mdx index 1bb5d28..584abbe 100644 --- a/docs/ports/inferno-guide.mdx +++ b/docs/ports/inferno-guide.mdx @@ -1,6 +1,6 @@ --- title: "Inferno Guide" -sidebar_position: 12 +sidebar_position: 13 description: "A guide for setting up Inferno on dev mode." tags: - guides diff --git a/docs/ports/ioquake3-guide.mdx b/docs/ports/ioquake3-guide.mdx index 84f5320..227348a 100644 --- a/docs/ports/ioquake3-guide.mdx +++ b/docs/ports/ioquake3-guide.mdx @@ -1,6 +1,6 @@ --- title: "ioquake3 Guide" -sidebar_position: 13 +sidebar_position: 14 description: "A guide for setting up ioquake3 on dev mode." tags: - guides diff --git a/docs/ports/jazz2-guide.mdx b/docs/ports/jazz2-guide.mdx index 95b7d26..09ee3b0 100644 --- a/docs/ports/jazz2-guide.mdx +++ b/docs/ports/jazz2-guide.mdx @@ -1,6 +1,6 @@ --- title: "Jazz² Resurrection Guide" -sidebar_position: 14 +sidebar_position: 15 description: "A guide for setting up Jazz² Resurrection on dev mode." tags: - guides diff --git a/docs/ports/jkdf2-guide.mdx b/docs/ports/jkdf2-guide.mdx index f6a256b..8e09c42 100644 --- a/docs/ports/jkdf2-guide.mdx +++ b/docs/ports/jkdf2-guide.mdx @@ -1,6 +1,6 @@ --- title: "Open JKDF2 Guide" -sidebar_position: 18 +sidebar_position: 19 description: "A guide for setting up Open JKDF2 on dev mode." tags: - guides diff --git a/docs/ports/maze-guide.mdx b/docs/ports/maze-guide.mdx index df91b0a..f2dfcaa 100644 --- a/docs/ports/maze-guide.mdx +++ b/docs/ports/maze-guide.mdx @@ -1,6 +1,6 @@ --- title: "Maze0x72 Guide" -sidebar_position: 15 +sidebar_position: 16 description: "A guide for setting up Maze0x72 on dev mode." tags: - guides diff --git a/docs/ports/mine-guide.mdx b/docs/ports/mine-guide.mdx index 9be6e49..66e1b6f 100644 --- a/docs/ports/mine-guide.mdx +++ b/docs/ports/mine-guide.mdx @@ -1,6 +1,6 @@ --- title: "Minesweeper 3D Guide" -sidebar_position: 16 +sidebar_position: 17 description: "A guide for setting up Minesweeper 3D on dev mode." tags: - guides diff --git a/docs/ports/nzp-guide.mdx b/docs/ports/nzp-guide.mdx index 6bfbfd2..f0b991e 100644 --- a/docs/ports/nzp-guide.mdx +++ b/docs/ports/nzp-guide.mdx @@ -1,6 +1,6 @@ --- title: "Nazi Zombies: Portable Guide" -sidebar_position: 17 +sidebar_position: 18 description: "A guide for setting up Nazi Zombies: Portable on dev mode." tags: - guides diff --git a/docs/ports/openbor-guide.mdx b/docs/ports/openbor-guide.mdx index 39f0c0f..da3119a 100644 --- a/docs/ports/openbor-guide.mdx +++ b/docs/ports/openbor-guide.mdx @@ -1,6 +1,6 @@ --- title: "OpenBOR Guide" -sidebar_position: 19 +sidebar_position: 20 description: "A guide for setting up OpenBOR on dev mode." tags: - ports diff --git a/docs/ports/openlara-guide.mdx b/docs/ports/openlara-guide.mdx index 2006e08..5b2f8a9 100644 --- a/docs/ports/openlara-guide.mdx +++ b/docs/ports/openlara-guide.mdx @@ -1,6 +1,6 @@ --- title: "OpenLara Guide" -sidebar_position: 20 +sidebar_position: 21 description: "A guide for setting up OpenLara on dev mode." tags: - guides diff --git a/docs/ports/opentyrian-guide.mdx b/docs/ports/opentyrian-guide.mdx index be84282..5f93ea8 100644 --- a/docs/ports/opentyrian-guide.mdx +++ b/docs/ports/opentyrian-guide.mdx @@ -1,6 +1,6 @@ --- title: "OpenTyrian 2000 Guide" -sidebar_position: 21 +sidebar_position: 22 description: "A guide for setting up OpenTyrian 2000 on dev mode." tags: - guides diff --git a/docs/ports/perfectdark-guide.mdx b/docs/ports/perfectdark-guide.mdx index 0caa173..6544656 100644 --- a/docs/ports/perfectdark-guide.mdx +++ b/docs/ports/perfectdark-guide.mdx @@ -1,6 +1,6 @@ --- title: "Perfect Dark Guide" -sidebar_position: 22 +sidebar_position: 23 description: "A guide for setting up Perfect Dark on dev mode." tags: - guides diff --git a/docs/ports/razeuwp-guide.mdx b/docs/ports/razeuwp-guide.mdx index d1ec49a..452f455 100644 --- a/docs/ports/razeuwp-guide.mdx +++ b/docs/ports/razeuwp-guide.mdx @@ -1,5 +1,5 @@ --- -sidebar_position: 23 +sidebar_position: 24 title: RazeUWP Setup Guide description: Complete guide for installing and setting up RazeUWP Build engine port on Xbox tags: diff --git a/docs/ports/relichunters-guide.mdx b/docs/ports/relichunters-guide.mdx index ae99e30..325bf04 100644 --- a/docs/ports/relichunters-guide.mdx +++ b/docs/ports/relichunters-guide.mdx @@ -1,6 +1,6 @@ --- title: "Relic Hunters Zero Guide" -sidebar_position: 25 +sidebar_position: 26 description: "A guide for setting up Relic Hunters Zero on dev mode." tags: - guides diff --git a/docs/ports/sdlpop-guide.mdx b/docs/ports/sdlpop-guide.mdx index 4cd4a91..e33b80f 100644 --- a/docs/ports/sdlpop-guide.mdx +++ b/docs/ports/sdlpop-guide.mdx @@ -1,6 +1,6 @@ --- title: "SDLPOP (Prince of Persia) Guide" -sidebar_position: 26 +sidebar_position: 27 description: "A guide for setting up SDLPOP (Prince of Persia) on dev mode." tags: - guides diff --git a/docs/ports/sm64coopdx-guide.mdx b/docs/ports/sm64coopdx-guide.mdx index 9627999..7ad8eb1 100644 --- a/docs/ports/sm64coopdx-guide.mdx +++ b/docs/ports/sm64coopdx-guide.mdx @@ -1,6 +1,6 @@ --- title: "sm64coopdx Guide" -sidebar_position: 27 +sidebar_position: 28 description: "A guide for setting up sm64coopdx on dev mode." tags: - guides diff --git a/docs/ports/snake-guide.mdx b/docs/ports/snake-guide.mdx index 67cd045..7420bae 100644 --- a/docs/ports/snake-guide.mdx +++ b/docs/ports/snake-guide.mdx @@ -1,6 +1,6 @@ --- title: "Snake Guide" -sidebar_position: 28 +sidebar_position: 29 description: "A guide for setting up Snake on dev mode." tags: - guides diff --git a/docs/ports/soh-guide.mdx b/docs/ports/soh-guide.mdx index c0e354c..2e1e940 100644 --- a/docs/ports/soh-guide.mdx +++ b/docs/ports/soh-guide.mdx @@ -1,6 +1,6 @@ --- title: "SOH (Ship of Harkinian) Foxtrot UWP Edition Guide" -sidebar_position: 29 +sidebar_position: 30 description: "A guide for setting up SOH (Ship of Harkinian) Foxtrot UWP Edition on dev mode." tags: - guides diff --git a/docs/ports/sonic-adventure-blast2-uwp-guide.mdx b/docs/ports/sonic-adventure-blast2-uwp-guide.mdx index 4cfacde..1edb795 100644 --- a/docs/ports/sonic-adventure-blast2-uwp-guide.mdx +++ b/docs/ports/sonic-adventure-blast2-uwp-guide.mdx @@ -1,5 +1,5 @@ --- -sidebar_position: 34 +sidebar_position: 35 title: Sonic Adventure Blast 2 UWP Setup Guide description: Complete guide for installing and setting up Sonic Adventure Blast 2 UWP on Xbox tags: diff --git a/docs/ports/sonic-unleashed-recompiled-guide.mdx b/docs/ports/sonic-unleashed-recompiled-guide.mdx index 8e0bab7..62599bd 100644 --- a/docs/ports/sonic-unleashed-recompiled-guide.mdx +++ b/docs/ports/sonic-unleashed-recompiled-guide.mdx @@ -1,5 +1,5 @@ --- -sidebar_position: 41 +sidebar_position: 42 title: Sonic Unleashed Recompiled UWP Setup Guide description: Complete guide for installing and setting up Sonic Unleashed Recompiled UWP on Xbox tags: diff --git a/docs/ports/sonic1decomp-guide.mdx b/docs/ports/sonic1decomp-guide.mdx index 05fe5d2..5a2ac8a 100644 --- a/docs/ports/sonic1decomp-guide.mdx +++ b/docs/ports/sonic1decomp-guide.mdx @@ -1,6 +1,6 @@ --- title: "Sonic 1 Decompilation Guide" -sidebar_position: 31 +sidebar_position: 32 description: "A guide for setting up Sonic 1 Decompilation on dev mode." tags: - guides diff --git a/docs/ports/sonic2decomp-guide.mdx b/docs/ports/sonic2decomp-guide.mdx index 1601225..e76aec1 100644 --- a/docs/ports/sonic2decomp-guide.mdx +++ b/docs/ports/sonic2decomp-guide.mdx @@ -1,6 +1,6 @@ --- title: "Sonic 2 Decompilation Guide" -sidebar_position: 32 +sidebar_position: 33 description: "A guide for setting up Sonic 2 Decompilation on dev mode." tags: - guides diff --git a/docs/ports/sonic3air-guide.mdx b/docs/ports/sonic3air-guide.mdx index e1ceb31..7e7265d 100644 --- a/docs/ports/sonic3air-guide.mdx +++ b/docs/ports/sonic3air-guide.mdx @@ -1,6 +1,6 @@ --- title: "Sonic 3 A.I.R. Guide" -sidebar_position: 33 +sidebar_position: 34 description: "A guide for setting up Sonic 3 A.I.R on dev mode." tags: - guides diff --git a/docs/ports/soniccd-guide.mdx b/docs/ports/soniccd-guide.mdx index 912fc18..87fd8f4 100644 --- a/docs/ports/soniccd-guide.mdx +++ b/docs/ports/soniccd-guide.mdx @@ -1,6 +1,6 @@ --- title: "Sonic CD (Decompilation) Guide" -sidebar_position: 35 +sidebar_position: 36 description: "A guide for setting up Sonic CD (Decompilation) on dev mode." tags: - guides diff --git a/docs/ports/sonicmania-guide.mdx b/docs/ports/sonicmania-guide.mdx index 5aa021a..9c79442 100644 --- a/docs/ports/sonicmania-guide.mdx +++ b/docs/ports/sonicmania-guide.mdx @@ -1,6 +1,6 @@ --- title: "Sonic Mania Guide" -sidebar_position: 36 +sidebar_position: 37 description: "A guide for setting up Sonic Mania on dev mode." tags: - guides diff --git a/docs/ports/sonicrealms-guide.mdx b/docs/ports/sonicrealms-guide.mdx index 5c36d8b..c455374 100644 --- a/docs/ports/sonicrealms-guide.mdx +++ b/docs/ports/sonicrealms-guide.mdx @@ -1,6 +1,6 @@ --- title: "Sonic Realms Guide" -sidebar_position: 37 +sidebar_position: 38 description: "A guide for setting up Sonic Realms on dev mode." tags: - guides diff --git a/docs/ports/sonicringracers-guide.mdx b/docs/ports/sonicringracers-guide.mdx index 7a70d53..1ae9e4b 100644 --- a/docs/ports/sonicringracers-guide.mdx +++ b/docs/ports/sonicringracers-guide.mdx @@ -1,6 +1,6 @@ --- title: "Sonic Ring Racers Guide" -sidebar_position: 38 +sidebar_position: 39 description: "A guide for setting up Sonic Ring Racers on dev mode." tags: - guides diff --git a/docs/ports/sonicroboblast2-guide.mdx b/docs/ports/sonicroboblast2-guide.mdx index 47b327a..4c77eb7 100644 --- a/docs/ports/sonicroboblast2-guide.mdx +++ b/docs/ports/sonicroboblast2-guide.mdx @@ -1,6 +1,6 @@ --- title: "Sonic Robo Blast 2 Guide" -sidebar_position: 39 +sidebar_position: 40 description: "A guide for setting up Sonic Robo Blast 2 on dev mode." tags: - guides diff --git a/docs/ports/sonicsms-guide.mdx b/docs/ports/sonicsms-guide.mdx index a284b45..4095cae 100644 --- a/docs/ports/sonicsms-guide.mdx +++ b/docs/ports/sonicsms-guide.mdx @@ -1,6 +1,6 @@ --- title: "Sonic 1 & 2 SMS remakes Guide" -sidebar_position: 30 +sidebar_position: 31 description: "A guide for setting up Sonic 1 & 2 SMS remakes on dev mode." tags: - guides diff --git a/docs/ports/sonictimetwisted-guide.mdx b/docs/ports/sonictimetwisted-guide.mdx index 054a185..60286fa 100644 --- a/docs/ports/sonictimetwisted-guide.mdx +++ b/docs/ports/sonictimetwisted-guide.mdx @@ -1,6 +1,6 @@ --- title: "Sonic Time Twisted Guide" -sidebar_position: 40 +sidebar_position: 41 description: "A guide for setting up Sonic Time Twisted on dev mode." tags: - guides diff --git a/docs/ports/spacecadetpinball-guide.mdx b/docs/ports/spacecadetpinball-guide.mdx index 3acdcd9..55faa54 100644 --- a/docs/ports/spacecadetpinball-guide.mdx +++ b/docs/ports/spacecadetpinball-guide.mdx @@ -1,6 +1,6 @@ --- title: "SpaceCadetPinball Guide" -sidebar_position: 42 +sidebar_position: 43 description: "A guide for setting up SpaceCadetPinball on dev mode." tags: - guides diff --git a/docs/ports/spelunky-guide.mdx b/docs/ports/spelunky-guide.mdx index 757da98..3c249ae 100644 --- a/docs/ports/spelunky-guide.mdx +++ b/docs/ports/spelunky-guide.mdx @@ -1,6 +1,6 @@ --- title: "Spelunky Classic HD Guide" -sidebar_position: 43 +sidebar_position: 44 description: "A guide for setting up Spelunky Classic HD on dev mode." tags: - guides diff --git a/docs/ports/spookydimensions-guide.mdx b/docs/ports/spookydimensions-guide.mdx index 7ed513a..748b6f0 100644 --- a/docs/ports/spookydimensions-guide.mdx +++ b/docs/ports/spookydimensions-guide.mdx @@ -1,6 +1,6 @@ --- title: "Spooky Dimensions Guide" -sidebar_position: 44 +sidebar_position: 45 description: "A guide for setting up Spooky Dimensions on dev mode." tags: - guides diff --git a/docs/ports/starfox64-guide.mdx b/docs/ports/starfox64-guide.mdx index cf53ff3..09619ac 100644 --- a/docs/ports/starfox64-guide.mdx +++ b/docs/ports/starfox64-guide.mdx @@ -1,6 +1,6 @@ --- title: "Starfox 64: Recompiled Guide" -sidebar_position: 45 +sidebar_position: 46 description: "A guide for setting up Starfox 64: Recompiled on dev mode." tags: - guides diff --git a/docs/ports/supertuxkart-guide.mdx b/docs/ports/supertuxkart-guide.mdx index d4dae42..129d247 100644 --- a/docs/ports/supertuxkart-guide.mdx +++ b/docs/ports/supertuxkart-guide.mdx @@ -1,6 +1,6 @@ --- title: "SuperTuxKart Guide" -sidebar_position: 46 +sidebar_position: 47 description: "A guide for setting up SuperTuxKart on dev mode." tags: - guides diff --git a/docs/ports/tailsadventure-guide.mdx b/docs/ports/tailsadventure-guide.mdx index 7081789..7af6d70 100644 --- a/docs/ports/tailsadventure-guide.mdx +++ b/docs/ports/tailsadventure-guide.mdx @@ -1,6 +1,6 @@ --- title: "Tails Adventure Remake Guide" -sidebar_position: 47 +sidebar_position: 48 description: "A guide for setting up Tails Adventure Remake on dev mode." tags: - guides diff --git a/docs/ports/trogdor-guide.mdx b/docs/ports/trogdor-guide.mdx index 0ab0a6c..4f75532 100644 --- a/docs/ports/trogdor-guide.mdx +++ b/docs/ports/trogdor-guide.mdx @@ -1,6 +1,6 @@ --- title: "Trogdor Reburninated Guide" -sidebar_position: 48 +sidebar_position: 49 description: "A guide for setting up Trogdor Reburninated on dev mode." tags: - guides diff --git a/docs/ports/vvvvvv-guide.mdx b/docs/ports/vvvvvv-guide.mdx index 6fb398f..4872bcf 100644 --- a/docs/ports/vvvvvv-guide.mdx +++ b/docs/ports/vvvvvv-guide.mdx @@ -1,6 +1,6 @@ --- title: "VVVVVV (V6) Guide" -sidebar_position: 49 +sidebar_position: 50 description: "A guide for setting up VVVVVV (V6) on dev mode." tags: - guides diff --git a/docs/ports/zelda3-guide.mdx b/docs/ports/zelda3-guide.mdx index 5915b58..0414f8c 100644 --- a/docs/ports/zelda3-guide.mdx +++ b/docs/ports/zelda3-guide.mdx @@ -1,6 +1,6 @@ --- title: "Zelda 3 Guide" -sidebar_position: 50 +sidebar_position: 51 description: "A guide for setting up Zelda 3 on dev mode." tags: - guides @@ -401,4 +401,4 @@ Check: --- -*Contributor: MewLew* \ No newline at end of file +*Contributor: MewLew* diff --git a/docs/ports/zelda64-guide.mdx b/docs/ports/zelda64-guide.mdx index a2591d1..3c57d82 100644 --- a/docs/ports/zelda64-guide.mdx +++ b/docs/ports/zelda64-guide.mdx @@ -1,6 +1,6 @@ --- title: "Zelda 64 Recompiled Guide" -sidebar_position: 51 +sidebar_position: 52 description: "A guide for setting up Zelda 64 Recompiled on dev mode." tags: - guides diff --git a/docs/ports/zircon-guide.mdx b/docs/ports/zircon-guide.mdx index 6f9ce2b..8c3806e 100644 --- a/docs/ports/zircon-guide.mdx +++ b/docs/ports/zircon-guide.mdx @@ -1,6 +1,6 @@ --- title: "Zircon (Quake) Guide" -sidebar_position: 52 +sidebar_position: 53 description: "A guide for setting up Zircon (Quake) on dev mode." tags: - guides