blob: 2ea0215a9550995f0cc85e46f9d6d60ee988bcc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<!doctype html>
<meta charset=utf-8>
<link rel="stylesheet" href="/style/minimal.css">
<link rel="next" href="/i/memory">
<title>Entei Event</title>
<body lang="en-US">
<h1><a href="/">iimarckus.org</a></h1>
<h2>Entei Encounter</h2>
<p>An event to catch Entei, different from the standard “chase around Johto” event, exists in Gold and Silver. It doesn’t seem to be referenced by any game code, and has no details of the circumstances surrounding the encounter.
<p>The script does three things:
<ol>
<li>Prints text
<li>Plays Entei’s cry
<li>Starts a battle with a level 40 Entei
</ol>
<p>The text printed says this:
<blockquote class="game">
<p><strong>Entei</strong>: Bufuu!
</blockquote>
<p>This event is exclusive to Entei. Suicune and Raikou do not have any events like this one.
<p>The script only exists in Gold and Silver, and was removed from Pokémon Crystal.
<hr>
<p>Written 2008‒06‒06
<p>©2008–2012 IIMarckus. Released under a <a href="https://creativecommons.org/publicdomain/zero/1.0/">Creative Commons Zero license.</a>
<div><a href="/">Back</a></div>
|