diff options
author | coco-bandicoot <57553335+coco-bandicoot@users.noreply.github.com> | 2020-03-08 02:12:23 +0000 |
---|---|---|
committer | coco-bandicoot <57553335+coco-bandicoot@users.noreply.github.com> | 2020-03-08 02:12:23 +0000 |
commit | 85a50e481520be54d502f14202983a47b632a1cc (patch) | |
tree | 0877a371026333eb97f95842199ab3b0b5cfe781 | |
parent | 957e51521665c92699b32474d7e9c98570e510f9 (diff) |
Updated Restore the GS Ball Celebi Event (markdown)
-rw-r--r-- | Restore-the-GS-Ball-Celebi-Event.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Restore-the-GS-Ball-Celebi-Event.md b/Restore-the-GS-Ball-Celebi-Event.md index 240d09b..f50858e 100644 --- a/Restore-the-GS-Ball-Celebi-Event.md +++ b/Restore-the-GS-Ball-Celebi-Event.md @@ -28,11 +28,11 @@ GoldenrodPokecenter1F_GSBallSceneRight: end ``` -These two scripts in the block are the default mobile GS Ball event checks. Depending on which side of the floor/exit mat you are on, you will be approached from the left, or right side by a Cable Club attendant, jumping in the script to .gsball. .gsball runs the rest of the event (giving the player the ball etc), which we do not need to touch in this tutorial. But without something the English game can actually check against, it just checks for the mobile event (which there is none, so nothing will happen!). +These two scripts in the block are the default mobile GS Ball event checks. Depending on which side of the floor/exit mat you are on, you will be approached from the left, or right side by a Cable Club attendant, jumping in the script to `.gsball`. `.gsball` runs the rest of the event (giving the player the ball etc), which we do not need to touch in this tutorial. But without something the English game can actually check against, it just checks for the mobile event (which there is none, so nothing will happen!). ## 2. Edit the event check -We will be replacing the mobile check with a simple checkevent command, checking whether the player has defeated the Elite Four at least once. This is basic, but matches the 3DS VC re-release. Make sure to edit both the Left and the Right scripts, otherwise you'll only have one side with the intended functionality. +We will be replacing the mobile check with a simple `checkevent` command, checking whether the player has defeated the Elite Four at least once. This is basic, but matches the 3DS VC re-release. Make sure to edit both the Left and the Right scripts, otherwise you'll only have one side with the intended functionality. ```diff GoldenrodPokecenter1F_GSBallSceneLeft: |