summaryrefslogtreecommitdiff
path: root/Move-Tutor-and-Tutor-Moves.md
diff options
context:
space:
mode:
authorKDLPro <38602758+KDLPro@users.noreply.github.com>2020-11-23 00:06:35 +0800
committerKDLPro <38602758+KDLPro@users.noreply.github.com>2020-11-23 00:06:35 +0800
commit476b9f469991c06b75f5ccd21746217c3a3563a7 (patch)
tree35c3f7ae69dd5e7977a9aa20a4f828b55201bd1b /Move-Tutor-and-Tutor-Moves.md
parentf17161faa599d3576f3d9d61f18098fdba259a75 (diff)
Updated Move Tutor and Tutor Moves (markdown)
Diffstat (limited to 'Move-Tutor-and-Tutor-Moves.md')
-rw-r--r--Move-Tutor-and-Tutor-Moves.md4
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