diff options
-rw-r--r-- | Restore-the-GS-Ball-Celebi-Event.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Restore-the-GS-Ball-Celebi-Event.md b/Restore-the-GS-Ball-Celebi-Event.md index f50858e..8cc92fd 100644 --- a/Restore-the-GS-Ball-Celebi-Event.md +++ b/Restore-the-GS-Ball-Celebi-Event.md @@ -1,6 +1,6 @@ -The Japanese Crystal GS Ball event required the player to connect to the Pokemon Mobile System GB, and receive the ball from an attendant at the PokeCom Center. This did not happen for the English release, however. +The Japanese Crystal GS Ball event required the player to connect to the Pokémon Mobile System GB, and receive the ball from an attendant at the PokéCom Center. This did not happen for the English release, however. -The GS Ball event was translated into English by the localisation team, and moved the event to Goldenrod's Pokemon Center, but then... didn't enable it whatsoever, the code still calling and checking the Mobile event. It was enabled years later in the 3DS Virtual Console re-release, replacing said mobile check with a simple Elite Four check. +The GS Ball event was translated into English by the localisation team, and moved the event to Goldenrod's Pokémon Center, but then... didn't enable it whatsoever, the code still calling and checking the Mobile event. It was enabled years later in the 3DS Virtual Console re-release, replacing said mobile check with a simple Elite Four check. This tutorial will teach you how to replace the mobile check, and simply check for beating the Elite Four for the first time. The event will continue as normal, identical to how it worked in the 3DS VC re-release. @@ -10,7 +10,7 @@ This tutorial will teach you how to replace the mobile check, and simply check f ## 1. Locate the event check -The event is located in the Goldenrod Pokemon Center's first floor, so open up [maps/GoldenrodPokecenter1F.asm](../blob/master/maps/GoldenrodPokecenter1F.asm): +The event is located in the Goldenrod Pokémon Center's first floor, so open up [maps/GoldenrodPokecenter1F.asm](../blob/master/maps/GoldenrodPokecenter1F.asm): ```diff GoldenrodPokecenter1F_GSBallSceneLeft: |