Updated Tutorials (markdown)

SonikkuA-DatH 2021-02-22 17:40:08 -08:00
parent 6e12d42e8e
commit 69a152548d
1 changed files with 1 additions and 1 deletions

@ -28,7 +28,6 @@ Tutorials may use diff syntax to show edits:
- **[Implement Missing Text Function `RESET_SIZE`](Implement-Missing-Text-Function-RESET_SIZE)**
- **[Not showing dex entries until getting the Pokédex](Not-showing-dex-entries-until-getting-the-Pokédex)**
- **[Improving the WaitForVBlank function](Improving-the-WaitForVBlank-function)**
- **[Faster HP Drain](https://github.com/pret/pokeemerald/wiki/Faster-HP-Drain)**
## Editing content
### Basic
@ -36,6 +35,7 @@ Tutorials may use diff syntax to show edits:
- **[Change initial PC items](Change-initial-PC-items)**
- **[Change Time-Based Evolution Times](Change-Time-Based-Evolution-Times)**
- **[Backsprite Editing](Trainer-Backsprite-Editing)**
- **[Faster HP Drain](https://github.com/pret/pokeemerald/wiki/Faster-HP-Drain)**
- **[FRLG/DP+ White Out Money Calculation](Better-White-Out-Money-Calculation)**
- **[How to Create a New Regular Trainer Battle](https://github.com/pret/pokeemerald/wiki/How-to-create-a-new-regular-trainer-battle)**
### Intermediate