From 60d71114f80d183debd8a605fb3f79f783e0dfd5 Mon Sep 17 00:00:00 2001 From: judicornadamsfoster Date: Thu, 4 Jun 2026 20:49:39 +0100 Subject: [PATCH] Updated Tutorials (markdown) --- Tutorials.md | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/Tutorials.md b/Tutorials.md index 2f4c640..d08b981 100644 --- a/Tutorials.md +++ b/Tutorials.md @@ -72,6 +72,8 @@ Tutorials may use diff syntax to show edits: +add + lines ``` +> Before reading the below tutorials, consider reading [`A Beginners Guide to Hacking Gen 3 PokΓ©mon Games With Decomps`](https://github.com/Bivurnum/decomps-resources/wiki) by Bivurnum. It contains numerous guides from `installing decomps`, to using `Github Desktop`, to `applying feature branches`. + ## List ### Table of Contents @@ -85,7 +87,7 @@ Tutorials may use diff syntax to show edits: * [Music](#music) - Anything involving music. * [Code](#code) - GBA hardware or background functionality, such as RNG seeds or palette loading. -For more tutorials, have a look at [Team Aqua's Hideout](https://github.com/TeamAquasHideout/Team-Aquas-Asset-Repo/wiki/Tutorials). +For tutorials hosted elsewhere, have a look in [this section](#more). ### Bugs Fixes a bug in PokΓ©mon Emerald. @@ -529,4 +531,37 @@ Title|πŸ’»πŸ§¬ πŸ“„ [Debugging using gdb (Windows, WSL2, Visual Studio Code, mGBA)](https://github.com/pret/pokeemerald/wiki/Debugging-using-gdb-(Windows,-WSL2,-Visual-Studio-Code-mGBA))|⭐⭐⭐|πŸ’» πŸ“„ [Remove the backup save file](https://github.com/pret/pokeemerald/wiki/Remove-the-backup-save-file)|⭐|πŸ’» -[⬆️ Back to the top](#list) \ No newline at end of file +[⬆️ Back to the top](#list) + + +### More +Tutorials hosted elsewhere + + +Repo (in alphabetical order)|Tutorials|Branches|Notes +--|:-:|:-:|:-: +πŸ“„ [AsparagusEduardo](https://github.com/AsparagusEduardo/pokeemerald)|⭐|⭐| +πŸ“„ [Bivurnum branches](https://github.com/Bivurnum/pokeemerald)|⭐|⭐| +πŸ“„ [Bivurnum wiki](https://github.com/Bivurnum/decomps-resources/wiki)|⭐|⭐| +πŸ“„ [ghoulslash](https://github.com/ghoulslash/pokeemerald/wiki)|⭐|⭐| +πŸ“„ [LOuroboros](https://github.com/LOuroboros/pokeemerald)|⭐|⭐| mostly covers `expansion` +πŸ“„ [Merpp](https://github.com/aarant/pokeemerald)|⭐|⭐| Pokemon followers; lighting +πŸ“„ [PokeSanFran](https://github.com/PokemonSanFran/pokeemerald/wiki)|⭐|⭐| +πŸ“„ [RH-Hideout `expansion`](https://github.com/rh-hideout/pokeemerald-expansion/wiki)|⭐|⭐| mostly covers `expansion` +πŸ“„ [surskitty](https://github.com/surskitty/pokeemerald)|⭐|⭐| +πŸ“„ [Team Aqua's Hideout Repo](https://github.com/TeamAquasHideout/Team-Aquas-Asset-Repo/) / [wiki](https://github.com/TeamAquasHideout/Team-Aquas-Asset-Repo/wiki)|⭐|⭐| numerous assets such as sprites, sounds and tilesets +πŸ“„ [TheXaman](https://github.com/TheXaman/pokeemerald/)|⭐|⭐| tx_debug_system; tx_randomizer_and_challenges + + +Decomp Hacks +> This is not an exhaustive list, but just a selection of projects +> Inspect the code to see how others have written code and implemented changes + + +* [CrystalDust](https://github.com/Sierraffinity/CrystalDust) by Sierraaffinity | Crystal remake; last updated Dec 2022 +* [Heart'n'Soul](https://github.com/PokemonHnS-Development/pokemonHnS) by HnS-Development | demake of Gev IV HeartGold & SoulSilver +* [Modern Emerald](https://github.com/resetes12/pokeemerald) by resetes12 | modern features; evolutions added; randomizer; nuzlocke +* [PokeClassic](https://github.com/danenders/pokeclassic) by danenders | Yellow remake; last updated Aug 2023 +* [PokeGlazed](https://github.com/TrainerX493/pokeglazed) by TrainerX493 | beginnings of a Glazed port; last updated April 2025 +* [R.O.W.E.](https://github.com/BelialClover/PokemonROWE) by BelialClover | open-world Emerald; last updated Jan 2022 +