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
+