summaryrefslogtreecommitdiff
path: root/Home.md
blob: 8b8f2c7e6582409b756304a2d37499ff58ece6f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Welcome to the pokeemerald wiki!

- **[Why should I use this over binary hacking?](Why-should-I-use-this-over-binary-hacking)**

## Tutorials
### Basic
- **[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)**
- **[Fix snow weather](Fix-Snow-Weather)**
- **[Disable Bag use In Battle](Disable-Bag-Use-In-Battle)**
- **[Disable Catching Pokemon](Disable-Catching-Pokemon)**
- **[Surf Dismount Ground Effects](Surfing-Dismount-Ground-Effects)**
- **[Backsprite Editing](Trainer-Backsprite-Editing)**
- **[Repeated Medicine Use](Repeated-Field-Medicine-Use)**

### Intermediate
- **[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)**

### Advanced
- **[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
- **[Battle Engine Upgrade](https://github.com/DizzyEggg/pokeemerald/tree/battle_engine_v2)**
- **[Pokemon Expansion](https://github.com/DizzyEggg/pokeemerald/tree/pokemon_expansion)**
- **[Item Expansion](https://github.com/DizzyEggg/pokeemerald/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)**

## To do
- transfer the rest of the simple modifications from the [Pokecommunity thread](https://www.pokecommunity.com/showthread.php?p=9986048)