summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Home.md77
1 files changed, 3 insertions, 74 deletions
diff --git a/Home.md b/Home.md
index d7c5a48..b439acb 100644
--- a/Home.md
+++ b/Home.md
@@ -1,78 +1,7 @@
Welcome to the pokeemerald wiki!
+## FAQ
- **[Why should I use this over binary hacking?](Why-should-I-use-this-over-binary-hacking)**
-## Tutorials
-### 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
+## Pages
+- **[Tutorials](Tutorials):** Lots of how-to guides for making custom games: change the RSE content, port features from newer generations, and overcome some limitations of the pokeemerald engine. \ No newline at end of file