mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-11 12:37:14 -05:00
Updated Tutorials (markdown)
39
Tutorials.md
39
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|<span title="⭐: Simply removing and adding particular lines OR pulling i
|
||||
📄 [Debugging using printf](https://github.com/pret/pokeemerald/wiki/Debugging-using-printf)|⭐|<span title="Code">💻</span><span title="RHH">🧬</span>
|
||||
📄 [Debugging using gdb (Windows, WSL2, Visual Studio Code, mGBA)](https://github.com/pret/pokeemerald/wiki/Debugging-using-gdb-(Windows,-WSL2,-Visual-Studio-Code-mGBA))|⭐⭐⭐|<span title="Code">💻</span>
|
||||
📄 [Remove the backup save file](https://github.com/pret/pokeemerald/wiki/Remove-the-backup-save-file)|⭐|<span title="Code">💻</span>
|
||||
[⬆️ Back to the top](#list)
|
||||
[⬆️ Back to the top](#list)
|
||||
|
||||
|
||||
### More
|
||||
Tutorials hosted elsewhere
|
||||
<!-- 📄 []()|⭐|⭐ -->
|
||||
|
||||
Repo (in alphabetical order)|<span>Tutorials</span>|<span>Branches</span>|<span>Notes</span>
|
||||
--|:-:|:-:|:-:
|
||||
📄 [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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user