From 69a152548dad06bd8ceaa4566d4c89c6de7e3098 Mon Sep 17 00:00:00 2001 From: SonikkuA-DatH <58025603+SonikkuA-DatH@users.noreply.github.com> Date: Mon, 22 Feb 2021 17:40:08 -0800 Subject: [PATCH] Updated Tutorials (markdown) --- Tutorials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tutorials.md b/Tutorials.md index c88d5bc..cddce90 100644 --- a/Tutorials.md +++ b/Tutorials.md @@ -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