diff options
| author | KDLPro <38602758+KDLPro@users.noreply.github.com> | 2020-11-23 00:06:35 +0800 |
|---|---|---|
| committer | KDLPro <38602758+KDLPro@users.noreply.github.com> | 2020-11-23 00:06:35 +0800 |
| commit | 476b9f469991c06b75f5ccd21746217c3a3563a7 (patch) | |
| tree | 35c3f7ae69dd5e7977a9aa20a4f828b55201bd1b | |
| parent | f17161faa599d3576f3d9d61f18098fdba259a75 (diff) | |
Updated Move Tutor and Tutor Moves (markdown)
| -rw-r--r-- | Move-Tutor-and-Tutor-Moves.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Move-Tutor-and-Tutor-Moves.md b/Move-Tutor-and-Tutor-Moves.md index 56e1836..fb31b5d 100644 --- a/Move-Tutor-and-Tutor-Moves.md +++ b/Move-Tutor-and-Tutor-Moves.md @@ -7,7 +7,7 @@ In this tutorial we will be expanding the existing move tutor code in pokecrysta 2. [Edit Goldenrod Move Tutor to support the new changes](#2-edit-goldenrod-move-tutor-to-support-the-new-changes) 3. [Create a new tutor move](#3-create-a-new-tutor-move) 4. [Create a new Move Tutor script](#4-create-a-new-move-tutor-script) -5. [Create a new Move Tutor similar to Goldenrod Move Tutor](#5-create-a-move-tutor-similar-to-goldenrod-move-tutor) +5. [Create a new Move Tutor similar to Goldenrod Move Tutor](#5-create-a-new-move-tutor-similar-to-goldenrod-move-tutor) 6. [Other examples](#6-other-examples) @@ -413,7 +413,7 @@ MoveTutorScript: writetext GoldenrodCityMoveTutorWhichMoveShouldITeachText loadmenu .MoveMenuHeader verticalmenu - closewindow+ + closewindow - ifequal MOVETUTOR_FLAMETHROWER, .Flamethrower - ifequal MOVETUTOR_THUNDERBOLT, .Thunderbolt - ifequal MOVETUTOR_ICE_BEAM, .IceBeam |
