diff options
author | ghoulslash <41651341+ghoulslash@users.noreply.github.com> | 2021-04-06 14:07:58 -0600 |
---|---|---|
committer | ghoulslash <41651341+ghoulslash@users.noreply.github.com> | 2021-04-06 14:07:58 -0600 |
commit | 33c873594da6d0bb3f87d90e18f25cca9bcb0c70 (patch) | |
tree | 1ed0b9bea62c3fbcefef133f39ebda0224d59145 | |
parent | 196a961c6fade74b4dbf53421e4156204e217bb0 (diff) |
Updated Tutorials (markdown)
-rw-r--r-- | Tutorials.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tutorials.md b/Tutorials.md index 356231a..df35452 100644 --- a/Tutorials.md +++ b/Tutorials.md @@ -40,7 +40,6 @@ Tutorials may use diff syntax to show edits: - **[How to Create a New Regular Trainer Battle](https://github.com/pret/pokeemerald/wiki/How-to-create-a-new-regular-trainer-battle)** ### Intermediate - **[Editing Battle Backgrounds](https://www.pokecommunity.com/showthread.php?t=419571)** -- **[Omnidirectional Jump Behavior](Omnidirectional-Jump)** ## Removing content ### Basic @@ -87,6 +86,7 @@ Tutorials may use diff syntax to show edits: - **[Enable trade with FRLG without beating the game](Enable-trade-with-FRLG-without-beating-the-game)** - **[Extra save space with two lines of code](Extra-save-space-with-two-lines-of-code)** - **[Enable the Reset RTC Feature](Enable-the-Reset-RTC-Feature)** +- **[Omnidirectional Jump Behavior](Omnidirectional-Jump)** ### Intermediate - **[printf in mGBA](printf-in-mGBA)** - **[Implementing the “textcolor” script command from FRLG and give object events their own text colour](https://github.com/pret/pokeemerald/wiki/Implementing-the-“textcolor”-script-command-from-FRLG-and-give-object-events-their-own-text-colour)** |