summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Quezada D'Ottone <eduardo602002@gmail.com>2020-10-30 20:12:51 -0300
committerEduardo Quezada D'Ottone <eduardo602002@gmail.com>2020-10-30 20:12:51 -0300
commitcbb2e57733f6fe0bc1f440ce12b9b1a3675b2f85 (patch)
tree5b73d00f7e5e6d61508110ecea493e705ac0f6bf
parent13a5b5c7a9db0d12a4db56f8dc9282a6b11aae1e (diff)
Created Tutorials (markdown)
-rw-r--r--Tutorials.md73
1 files changed, 73 insertions, 0 deletions
diff --git a/Tutorials.md b/Tutorials.md
new file mode 100644
index 0000000..df41b86
--- /dev/null
+++ b/Tutorials.md
@@ -0,0 +1,73 @@
+## Fixes
+These tutorials explain how to fix some bugs in the vanilla version of the game.
+- **[Surf Dismount Ground Effects](Surfing-Dismount-Ground-Effects)**
+- **[Fix Snow Weather](Fix-Snow-Weather)**
+- **[Seeding the RNG properly on startup](https://www.pokecommunity.com/showpost.php?p=10127870&postcount=52)**
+- **[Keep the Camera from Making Waves](Keep-the-Camera-from-Making-Waves)**
+- **[Implement Missing Text Function `RESET_SIZE`](Implement-Missing-Text-Function-RESET_SIZE)**
+
+## Basic
+These tutorials are simple changes that those with basic programming knowledge should be able to do.
+- **[Change Starter Pokémon](Change-Starter-Pokémon)**
+- **[Allow running indoors](Allow-running-indoors)**
+- **[Change initial PC items](Change-initial-PC-items)**
+- **[Remove badge boosts](Remove-badge-boosts)**
+- **[Infinite TM usage](Infinite-TM-usage)**
+- **[Increase money limit](Increase-money-limit)**
+- **[Trainer Class-Based Poké Balls](Trainer-Class-Based-Poké-Balls)**
+- **[Learn moves upon evolution](Learn-moves-upon-evolution)**
+- **[Shop Items by Badge Count](Shop-Items-By-Badge-Count)**
+- **[Prompt for reusing Repels](Prompt-for-reusing-Repels)**
+- **[Toggling Trainers "Seeing" You](Toggle-Trainer-Sight)**
+- **[Proper Plural "giveitem" Command](Plural-Giveitem)**
+- **[Not showing dex entries until getting the Pokédex](Not-showing-dex-entries-until-getting-the-Pokédex)**
+- **[Pokecenters disregard eggs](Pokecenters-Disregard-Eggs)**
+- **[LGPE-Style Bonus Premier Balls](LGPE-Style-Bonus-Premier-Balls)**
+- **[Change Time-Based Evolution Times](Change-Time-Based-Evolution-Times)**
+- **[Disable Bag use In Battle](Disable-Bag-Use-In-Battle)**
+- **[Disable Catching Pokemon](Disable-Catching-Pokemon)**
+- **[Backsprite Editing](Trainer-Backsprite-Editing)**
+- **[Repeated Medicine Use](Repeated-Field-Medicine-Use)**
+- **[Disabling Union Room check when entering Pokémon Centers](Disabling-Union-Room-check-when-entering-Pokémon-Centers.)**
+- **[Dynamic Trade Names](Dynamic-Trade-Names)**
+- **[Chain Fishing](Chain-Fishing)**
+- **[Update Sitrus Berry's effect to Gen 4 standard](Update-Sitrus-Berry's-effect-to-Gen-4-standard)**
+- **[Enable trade with FRLG without beating the game](Enable-trade-with-FRLG-without-beating-the-game)**
+
+## Intermediate
+These tutorials require more work and programming knowledge.
+- **[How to add a new ability](How-to-add-a-new-ability)**
+- **[Adding new overworlds](Adding-new-overworlds)**
+- **[Add Physical Special Split](add-physical-special-split)**
+- **[How to add a new Pokémon species](How-to-add-a-new-Pokémon-species)**
+- **[Add a debug menu](Add-a-debug-menu)**
+- **[Colored stats by nature in summary screen](Colored-stats-by-nature-in-summary-screen)**
+- **[printf in mGBA](printf-in-mGBA)**
+- **[Editing Battle Backgrounds](https://www.pokecommunity.com/showthread.php?t=419571)**
+- **[New Battle Transitions](https://www.pokecommunity.com/showpost.php?p=10085164&postcount=1)**
+- **[Custom Battle Transition Mugshots](Custom-Battle-Mugshots)**
+- **[Custom Border Dimensions](Custom-Border-Dimensions)**
+
+## Advanced
+These tutorials overhaul systems, and may require advanced knowledge.
+- **[Reduce Noise and Improve Sound Quality (Implementing a New Mixer)](Reduce-Noise-and-Improve-Sound-Quality-(Implementing-a-New-Mixer))**
+- **[Triple-layer metatiles](Triple-layer-metatiles)**
+- **[Dynamic overworld palette system](Dynamic-overworld-palette-system)**
+- **[Run Custom Scripts on Trainer Sight](Trainer-Scripts)**
+- **[Stair Warps](Stair-Warps)**
+- **[Using Affine Animations](https://www.pokecommunity.com/showthread.php?t=419851)**
+
+## Notable Branches
+The following branches maintained by contributors can be a good starting point for your hack, or can be merged into an existing codebase.
+- **[Battle Engine Upgrade](https://github.com/rh-hideout/pokeemerald-expansion/tree/battle_engine)**
+- **[Pokemon Expansion](https://github.com/rh-hideout/pokeemerald-expansion/tree/pokemon_expansion)**
+- **[Item Expansion](https://github.com/rh-hideout/pokeemerald-expansion/tree/item_expansion)**
+- **[Follow Me](https://github.com/ghoulslash/pokeemerald/tree/follow-me)**
+- **[Sideways Stairs](https://github.com/ghoulslash/pokeemerald/tree/sideways_stairs)**
+- **[More Bag Pockets](https://github.com/AsparagusEduardo/pokeemerald/tree/BetterBag)**
+- **[Overworld Expansion](https://github.com/ghoulslash/pokeemerald/tree/overworld-expansion)**
+- **[Saveblock "Expansion"](https://github.com/ghoulslash/pokeemerald/tree/free_saveblock)**
+- **[Simplified DexNav](https://github.com/ghoulslash/pokeemerald/tree/dexnav)**
+
+## To do
+- transfer the rest of the simple modifications from the [Pokecommunity thread](https://www.pokecommunity.com/showthread.php?p=9986048) \ No newline at end of file