diff options
-rw-r--r-- | Tutor-Move.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Tutor-Move.md b/Tutor-Move.md index e7c0999..a0b4443 100644 --- a/Tutor-Move.md +++ b/Tutor-Move.md @@ -401,8 +401,8 @@ CeladonCityTutorSoftboiledScript: opentext writetext CeladonCityTutorSoftboiledText waitbutton - checkitem POKE_DOLL - iffalse .NoPokeDoll ++ checkitem POKE_DOLL ++ iffalse .NoPokeDoll writetext CeladonCityTutorSoftboiledText2 yesorno iffalse .TutorRefused @@ -411,11 +411,11 @@ CeladonCityTutorSoftboiledScript: special MoveTutor if_equal $0, .TeachMove -.NoPokeDoll: - writetext CeladonCityTutorNoDoll - waitbutton - closetext - end ++.NoPokeDoll: ++ writetext CeladonCityTutorNoDoll ++ waitbutton ++ closetext ++ end .TutorRefused: writetext CeladonCityTutorSoftboiledRefused |