summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-12-06 20:31:45 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2019-12-06 20:31:45 -0500
commitaa7d8aaabc9091631d1b68883a8bbb2495883821 (patch)
treea710c99675bf3eacade5a9b93af98271105779f8
parent688eb7f40f3df9da04724f6750c11b7d4e784503 (diff)
Trivia
-rw-r--r--Home.md1
-rw-r--r--Trivia.md16
-rw-r--r--_Sidebar.md3
3 files changed, 19 insertions, 1 deletions
diff --git a/Home.md b/Home.md
index 944dc39..06bd7a2 100644
--- a/Home.md
+++ b/Home.md
@@ -4,3 +4,4 @@ Welcome to the pokered wiki!
## Pages
- **[Tutorials](Tutorials):** Lots of how-to guides for making custom games.
+- **[Trivia](Trivia):** Interesting facts about Pokémon, Game Freak, and Nintendo in general.
diff --git a/Trivia.md b/Trivia.md
new file mode 100644
index 0000000..2f0a80e
--- /dev/null
+++ b/Trivia.md
@@ -0,0 +1,16 @@
+- With the entire code for Red, Blue, and Yellow disassembled, it is now certain that pressing buttons to make capturing Pokémon more likely was always just a rumor. However, it's one that even Nintendo fell for; back in 2000, their [Code Bank](https://web.archive.org/web/20000815053947/http://www.nintendo.com/codes/) for Pokémon Yellow suggested to press and release B "just as the ball explodes".
+> CODES FOR POKEMON YELLOW VERSION: SPECIAL PIKACHU EDITION
+>
+> CATCH POKEMON EASILY - ALSO WORKS FOR RED AND BLUE
+>
+> This trick allows you to fight and catch the Pokemon easily with any kind of ball.
+>
+> 1.Get into a battle with any Pokemon.
+>
+> 2.Use a ball on them. Any kind of ball will work. If you have difficulty using normal Poke balls, try more powerful ones to increase your chances even more.
+>
+> 3.As soon as you see the ball explode, press and hold the B Button. The timing for this is very important. You must press B just as the ball explodes, which can be difficult.
+>
+> 4.After the ball wobbles for the second time, release the B Button and you have them.
+>
+> Note:This trick will not work every time, but it will increase your chances of catching them. It is not necessary to do any damage to them, but some Pokemon, like Mewtwo and Zapdos, will have to be put to sleep before the ball will hit them.
diff --git a/_Sidebar.md b/_Sidebar.md
index cb164a2..9d2c3a7 100644
--- a/_Sidebar.md
+++ b/_Sidebar.md
@@ -1,2 +1,3 @@
- [Home](Home)
-- [Tutorials](Tutorials) \ No newline at end of file
+- [Tutorials](Tutorials)
+- [Trivia](Trivia)