<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://bulbapedia.bulbagarden.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Figmaniac93</id>
	<title>Bulbapedia - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://bulbapedia.bulbagarden.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Figmaniac93"/>
	<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/wiki/Special:Contributions/Figmaniac93"/>
	<updated>2026-06-11T21:37:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Walda&amp;diff=4458493</id>
		<title>Walda</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Walda&amp;diff=4458493"/>
		<updated>2025-12-29T14:49:00Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: No mention of illness in-game.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Hoenn Walda Room E.png|thumb|Walda&#039;s room]]&lt;br /&gt;
&#039;&#039;&#039;Walda Pepper&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ハコガミ アヤノ&#039;&#039;&#039; &#039;&#039;Ayano Hakogami&#039;&#039;) is a young girl who lives in [[Rustboro City]]. She has only appeared in {{game|Emerald}}. She is shown in bed surrounded by multiple Poké Dolls as her father stands alongside. Her father has attempted to amuse her by saying a funny phrase, but nothing has worked. If the player is able to say something to make her laugh, her father will reward them with a new [[wallpaper]] for the [[Pokémon Storage System]].&lt;br /&gt;
&lt;br /&gt;
==Custom wallpaper==&lt;br /&gt;
If the player tells Walda a specifically-crafted passphrase, she will laugh, and her father will reward the player with a new [[wallpaper]] for the [[Pokémon Storage System]]. The wallpaper is a custom wallpaper that depends on the passphrase used. The player can only have one customized wallpaper, which is categorized under &amp;quot;Friends&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The passphrase depends on the player&#039;s [[Trainer ID number]], making it less likely the same passphrase can be shared among players. The passphrase encodes the wallpaper&#039;s pattern, icon, background color, and foreground color. Some patterns and icons are only available in the Japanese version.&lt;br /&gt;
&lt;br /&gt;
===Official distribution===&lt;br /&gt;
[[File:Daisuki Club wallpaper.png|thumb|Recreation of the distributed Daisuki Club wallpaper]]&lt;br /&gt;
The only known official distribution of a custom wallpaper using this system was on the [[Pokémon Daisuki Club]] website around the time of Emerald&#039;s launch in Japan in September 2004.&amp;lt;ref&amp;gt;https://web.archive.org/web/20041130004801/http://www.pokemon.co.jp/game/gba/emerald.html&amp;lt;/ref&amp;gt; Club members could input their [[Trainer ID number]] into a generator, and this would provide a code for a Pikachu patterned wallpaper with the HEX colour codes #f850a0 (primary, used on banner and circle symbols) and #f850f8 (secondary, used on heart symbol).&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==Passphrase calculation==&lt;br /&gt;
There are 256 different passphrases for every possible wallpaper Walda&#039;s father can grant. The primary components that go into a passphrase are:&lt;br /&gt;
* The player&#039;s Trainer ID (this will be referred to as &#039;&#039;tid&#039;&#039;)&lt;br /&gt;
* An index number for the pattern of the wallpaper (&#039;&#039;pat&#039;&#039;)&lt;br /&gt;
* An index number for the icon in the wallpaper (&#039;&#039;ico&#039;&#039;)&lt;br /&gt;
* A value for the background color, influencing the majority of the pattern (&#039;&#039;bcolor&#039;&#039;)&lt;br /&gt;
* A value for the foreground color, influencing the icons and specific parts of the pattern (&#039;&#039;fcolor&#039;&#039;)&lt;br /&gt;
The final component can be any random number ranging from 0 to 255 (this will be referred to as &#039;&#039;key&#039;&#039;). Different values for this number can create vastly different passphrases, but they will all unlock the same wallpaper. This number simply masks and scrambles the other values.&lt;br /&gt;
&lt;br /&gt;
This section will explain the process of creating a passphrase from the required components, but the game can easily reverse this process to create the proper wallpaper from a given passphrase.&lt;br /&gt;
&lt;br /&gt;
===Components===&lt;br /&gt;
====Colors====&lt;br /&gt;
The colors are 2-byte values that represent the five highest bits of the red, green, and blue values in an RGB color in the manner shown below:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;0&amp;lt;span style=&amp;quot;background:#9999FF&amp;quot;&amp;gt;00000&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;background:#99FF99&amp;quot;&amp;gt;00&amp;lt;/span&amp;gt; &amp;lt;span style=&amp;quot;background:#99FF99&amp;quot;&amp;gt;000&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;background:#FF9999&amp;quot;&amp;gt;00000&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As an example, if the green color used above&amp;amp;mdash;represented as &amp;quot;99FF99&amp;quot; in hexadecimal or &amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;background:#FF9999&amp;quot;&amp;gt;10011001&amp;lt;/span&amp;gt; &amp;lt;span style=&amp;quot;background:#99FF99&amp;quot;&amp;gt;11111111&amp;lt;/span&amp;gt; &amp;lt;span style=&amp;quot;background:#9999FF&amp;quot;&amp;gt;10011001&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; in binary&amp;amp;mdash;were chosen for the wallpaper&#039;s background, it would be encoded as &amp;lt;code&amp;gt;0&amp;lt;span style=&amp;quot;background:#9999FF&amp;quot;&amp;gt;10011&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;background:#99FF99&amp;quot;&amp;gt;11&amp;lt;/span&amp;gt; &amp;lt;span style=&amp;quot;background:#99FF99&amp;quot;&amp;gt;111&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;background:#FF9999&amp;quot;&amp;gt;10011&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; (0x4FF3 or 20,467) for &#039;&#039;bcolor&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Patterns and icons====&lt;br /&gt;
There are 16 different possible patterns and 30 possible icons that can be placed within the patterns. They are described below as they are named in the filb.de generator linked at the bottom of this page. A sample of each of the patterns and some of the icons may be seen [[Wallpaper#Walda|here]].&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background: #{{normal color light}}; border: 3px solid #{{normal color}}&amp;quot;&lt;br /&gt;
! Index || Pattern&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 0 || Zigzagoon&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 1 || Screen&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 2 || Horizontal&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 3 || Diagonal&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 4 || Block&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 5 || Ribbon{{tt|*|This wallpaper is slightly different in the Japanese version than in the English version}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 6 || Pokémon Center&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 7 || Frame&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 8 || Symbol&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 9 || Circle&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 10 || Azumarill&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 11 || Pikachu&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 12 || Legendary&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 13 || Dusclops&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 14 || Ludicolo&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#FFF; {{roundybl|5px}}&amp;quot; | 15&lt;br /&gt;
| style=&amp;quot;background:#FFF; {{roundybr|5px}}&amp;quot; | Whiscash&lt;br /&gt;
|}&lt;br /&gt;
| width=&amp;quot;50px&amp;quot; |&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background: #{{normal color light}}; border: 3px solid #{{normal color}}&amp;quot;&lt;br /&gt;
! Index || Icon&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 0 || Team Aqua&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 1 || Heart&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 2 || 5-Star&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 3 || Bricks&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 4 || 4-Star&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 5 || Asterisk&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 6 || Dot&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 7 || Cross{{tt|*|Japanese only}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 8 || Line-Circle&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 9 || Poké Ball&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 10 || Maze&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 11 || Footprint&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 12 || Big Asterisk&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 13 || Circle&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#FFF; {{roundybl|5px}}&amp;quot; | 14&lt;br /&gt;
| style=&amp;quot;background:#FFF; {{roundybr|5px}}&amp;quot; | Koffing&lt;br /&gt;
|}&lt;br /&gt;
| width=&amp;quot;50px&amp;quot; |&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background: #{{normal color light}}; border: 3px solid #{{normal color}}&amp;quot;&lt;br /&gt;
! Index || Icon&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 15 || Ribbon&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 16 || Bolt{{tt|*|Japanese only}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 17 || Four Circles&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 18 || Lotad&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 19 || Crystal&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 20 || Pichu&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 21 || Diglett&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 22 || Luvdisc&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 23 || Star in Circle&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 24 || Spinda&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 25 || Latias/Latios&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 26 || Plusle{{tt|*|Japanese only}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 27 || Minun&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 28 || Togepi&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#FFF; {{roundybl|5px}}&amp;quot; | 29&lt;br /&gt;
| style=&amp;quot;background:#FFF; {{roundybr|5px}}&amp;quot; | Team Magma&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
The icons that are marked with an asterisk (*) are only available in Japanese versions of Pokémon Emerald. If this index is used in an English passphrase, no icon will appear in the resulting wallpaper. This does not apply to the Ribbon wallpaper, however; that wallpaper can be unlocked in the English version of Emerald, but it is slightly different from the Japanese version.&lt;br /&gt;
&lt;br /&gt;
===Algorithm===&lt;br /&gt;
&#039;&#039;tid&#039;&#039;, &#039;&#039;bcolor&#039;&#039;, and &#039;&#039;fcolor&#039;&#039; are all 2-byte values. However, this algorithm deals with the bytes in these values separately. &#039;&#039;tid&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;, &#039;&#039;bcolor&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;, and &#039;&#039;fcolor&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; will refer to the lowest byte of these values, while &#039;&#039;tid&#039;&#039;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;, &#039;&#039;bcolor&#039;&#039;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;, and &#039;&#039;fcolor&#039;&#039;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; will refer to the highest byte. For example, if the value of &#039;&#039;tid&#039;&#039; is 511 (&amp;lt;code&amp;gt;00000001 11111111&amp;lt;/code&amp;gt;), then &#039;&#039;tid&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; is 255 (&amp;lt;code&amp;gt;11111111&amp;lt;/code&amp;gt;) and &#039;&#039;tid&#039;&#039;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; is 1 (&amp;lt;code&amp;gt;00000001&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
The player&#039;s Trainer ID undergoes a transformation before it is used in the rest of the algorithm.&lt;br /&gt;
:&amp;lt;code&amp;gt;&#039;&#039;x&#039;&#039; = &#039;&#039;bcolor&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; [[wp:Exclusive or|⊕]] &#039;&#039;fcolor&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; ⊕ &#039;&#039;ico&#039;&#039; ⊕ &#039;&#039;tid&#039;&#039;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;&#039;&#039;y&#039;&#039; = &#039;&#039;bcolor&#039;&#039;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; ⊕ &#039;&#039;fcolor&#039;&#039;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; ⊕ &#039;&#039;pat&#039;&#039; ⊕ &#039;&#039;tid&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A 9-byte string is then created by joining all of the current values together as follows:&lt;br /&gt;
:&amp;lt;code&amp;gt;&#039;&#039;U&#039;&#039; = (&#039;&#039;bcolor&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;) (&#039;&#039;bcolor&#039;&#039;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;) (&#039;&#039;fcolor&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;) (&#039;&#039;fcolor&#039;&#039;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;) (&#039;&#039;ico&#039;&#039;) (&#039;&#039;pat&#039;&#039;) (&#039;&#039;x&#039;&#039;) (&#039;&#039;y&#039;&#039;) (&#039;&#039;key&#039;&#039;)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, a bitmask is created using the highest four bits of &#039;&#039;key&#039;&#039;. These four bits are repeated to fill the highest 8 bytes of a 9-byte string, with the bits in the lowest byte remaining 0; this string is represented below as &#039;&#039;mask&#039;&#039;.&lt;br /&gt;
:&amp;lt;code&amp;gt;&#039;&#039;V&#039;&#039; = &#039;&#039;U&#039;&#039; ⊕ &#039;&#039;mask&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, the highest 8 bytes of &#039;&#039;V&#039;&#039; are treated as if they are a circular structure (with the lowest bit &amp;quot;connected&amp;quot; back around to the highest bit) and are shifted to the right by &amp;lt;code&amp;gt;(&#039;&#039;key&#039;&#039; [[wp:modulo operation|%]] 16)&amp;lt;/code&amp;gt; bit positions. After this, the whole 9-bytes are treated as a circular structure and shifted right by 21 bit positions. This result will be referred to below as &#039;&#039;W&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;W&#039;&#039; is the string that will finally be used to create the passphrase. Since a passphrase requires inputting a full-length word and the maximum length of input differs between Japanese and English games, the method of interpreting &#039;&#039;W&#039;&#039; to arrive at the passphrase differs between Japanese and English games.&lt;br /&gt;
&lt;br /&gt;
In English games, every 5 bits in &#039;&#039;W&#039;&#039; represent a letter in the passphrase. Since &#039;&#039;W&#039;&#039; is a 9-byte string (or 72 bits long), it contains enough bits for 14 full letters, with 2 bits left over. To form the last letter and reach the maximum 15-letter length for English input, the letter effectively wraps back to the top of &#039;&#039;W&#039;&#039;, using the two lowest bits of &#039;&#039;W&#039;&#039; for the letter&#039;s two highest bits and the three highest bits of &#039;&#039;W&#039;&#039; for the letter&#039;s three lowest bits. Letters can be determined by matching the value of each 5-bit number with a character below:&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin: auto; text-align: center; background: #{{normal color light}}; border: 3px solid #{{normal color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 0 || 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 || 26 || 27 || 28 || 29 || 30 || 31&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| B || C || D || F || G || H || J || K || L || M || N || P || Q || R || S || T || V || W || Z || b || c || d || f || g || h || j || k || m || n || p || q || s&lt;br /&gt;
|}&lt;br /&gt;
This is largely the first 32 capital and lowercase English letters without vowels, with a select few other letters excluded as well.&lt;br /&gt;
&lt;br /&gt;
So, in an English game, if the first (highest) two bytes of &#039;&#039;W&#039;&#039; are &amp;lt;code&amp;gt;01110111 01011000&amp;lt;/code&amp;gt;, the first three letters of the passphrase will be &amp;quot;S&amp;quot; (&amp;lt;code&amp;gt;01110&amp;lt;/code&amp;gt;, or 14), &amp;quot;p&amp;quot; (&amp;lt;code&amp;gt;11101&amp;lt;/code&amp;gt;, or 29), and &amp;quot;Q&amp;quot; (&amp;lt;code&amp;gt;01100&amp;lt;/code&amp;gt;, or 12). If the last (lowest) byte of &#039;&#039;W&#039;&#039; is also &amp;lt;code&amp;gt;00000001&amp;lt;/code&amp;gt;, then the last letter of the passphrase will be &amp;quot;P&amp;quot; (&amp;lt;code&amp;gt;01011&amp;lt;/code&amp;gt;, or 11).&lt;br /&gt;
&lt;br /&gt;
In Japanese games, every 6 bits in &#039;&#039;W&#039;&#039; represent a letter in the passphrase. Since &#039;&#039;W&#039;&#039; is a 9-byte string (or 72 bits long), this divides &#039;&#039;W&#039;&#039; evenly into a maximum length, 12-letter passphrase. Letters can be determined by matching the value of each 6-bit number with a character below:&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin: auto; text-align: center; background: #{{normal color light}}; border: 3px solid #{{normal color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 0 || 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 || 26 || 27 || 28 || 29 || 30 || 31&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| あ || い || う || え || お || か || き || く || け || こ || さ || し || す || せ || そ || た || ち || つ || て || と || な || に || ぬ || ね || の || は || ひ || ふ || へ || ほ || ま || み&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 32 || 33 || 34 || 35 || 36 || 37 || 38 || 39 || 40 || 41 || 42 || 43 || 44 || 45 || 46 || 47 || 48 || 49 || 50 || 51 || 52 || 53 || 54 || 55 || 56 || 57 || 58 || 59 || 60 || 61 || 62 || 63&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| む || め || も || や || ゆ || よ || ら || り || る || れ || ろ || わ || を || ん || ぁ || ぃ || ぅ || ぇ || ぉ || ゃ || ゅ || ょ || が || ぎ || ぐ || げ || ご || ざ || じ || ず || ぜ || ぞ&lt;br /&gt;
|}&lt;br /&gt;
This corresponds to the first 64 characters in the game&#039;s [[Character encoding (Generation III)#Japanese|Japanese character encoding]], offset by 1 to skip the space in the 0 position.&lt;br /&gt;
&lt;br /&gt;
So, in a Japanese game, if the first (highest) two bytes of &#039;&#039;W&#039;&#039; are &amp;lt;code&amp;gt;00001110 00011101&amp;lt;/code&amp;gt;, the first two letters of the passphrase will be &amp;quot;え&amp;quot; (&amp;lt;code&amp;gt;000011&amp;lt;/code&amp;gt;, or 3) and &amp;quot;め&amp;quot; (&amp;lt;code&amp;gt;100001&amp;lt;/code&amp;gt;, or 33).&lt;br /&gt;
&lt;br /&gt;
Note that when the original 9-byte string &#039;&#039;U&#039;&#039; (and then &#039;&#039;V&#039;&#039;) was being manipulated, the random bitmask and shifting based on &#039;&#039;key&#039;&#039; avoided the part of the string (the lowest byte) that contained &#039;&#039;key&#039;&#039; itself. The only time &#039;&#039;key&#039;&#039; is manipulated is in the final, set shift by 21 bits. Because of this, the game can know exactly how to retrieve &#039;&#039;key&#039;&#039; from a passphrase and reverse the entire algorithm to extract the wallpaper components from the passphrase.&lt;br /&gt;
&lt;br /&gt;
==Quotes==&lt;br /&gt;
;Walda&#039;s father&lt;br /&gt;
* If the player has not told Walda&#039;s father a phrase yet:&lt;br /&gt;
:&#039;&#039;&amp;quot;Oh, hello! Welcome to the &amp;lt;sc&amp;gt;Pepper&amp;lt;/sc&amp;gt; household. I have a question for you. Have you ever baby-sat? You see, I&#039;m a new father, so raising a child is all new to me. And I have a problem. My daughter &amp;lt;sc&amp;gt;Walda&amp;lt;/sc&amp;gt; doesn&#039;t laugh enough. I think she&#039;d laugh for me if I told her something funny. Do you know of a funny word or phrase you can tell me?&amp;quot;&#039;&#039;&lt;br /&gt;
* If the player has told Walda&#039;s father a phrase before:&lt;br /&gt;
:&#039;&#039;&amp;quot;I&#039;ve been saying &amp;quot;&amp;lt;phrase&amp;gt;&amp;quot; to amuse her lately. Do you know of a better word or a phrase that might work?&amp;quot;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;No&#039;&#039;&#039;: &#039;&#039;&amp;quot;Oh, is that right? Well, if you come up with a good suggestion, I&#039;m all ears.&amp;quot;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&#039;Yes&#039;&#039;&#039;: &#039;&#039;&amp;quot;Oh, that&#039;s wonderful. So, let&#039;s hear it, your suggestion.&amp;quot;&#039;&#039;&lt;br /&gt;
:* If the phrase unlocks a wallpaper:&lt;br /&gt;
::&#039;&#039;&amp;quot;Ah, I see. Well, let&#039;s give it a try, shall we?&amp;quot;&#039;&#039;&lt;br /&gt;
::&#039;&#039;&amp;quot;&amp;lt;phrase&amp;gt;. &amp;lt;phrase&amp;gt;. Oh, yes! She&#039;s laughing! Oh, I am as delighted as she!&amp;quot;&#039;&#039;&lt;br /&gt;
::&#039;&#039;&amp;quot;Thank you! Thanks to you, my darling &amp;lt;sc&amp;gt;Walda&amp;lt;/sc&amp;gt; laughed for me! Actually, I may not look all that special, but I&#039;m one of &amp;lt;sc&amp;gt;[[Devon Corporation]]&amp;lt;/sc&amp;gt;&#039;s top researchers. So, how about I do something in return for you? I know, I&#039;ll add some new wallpaper patterns for the &amp;lt;sc&amp;gt;Boxes&amp;lt;/sc&amp;gt; in the [[PC]] {{ScPkmn}} Storage System. In the wallpaper pattern menu, select “&amp;lt;sc&amp;gt;Friends&amp;lt;/sc&amp;gt;.” That will give you access to the new wallpaper patterns.&amp;quot;&#039;&#039;&lt;br /&gt;
:* If the phrase does not unlock a wallpaper:&lt;br /&gt;
::&#039;&#039;&amp;quot;Ah, I see. Well, let&#039;s give it a try, shall we?&amp;quot;&#039;&#039;&lt;br /&gt;
::&#039;&#039;&amp;quot;&amp;lt;phrase&amp;gt;. &amp;lt;phrase&amp;gt;. Hmmm… She&#039;s not smiling at all. Maybe &amp;lt;sc&amp;gt;Walda&amp;lt;/sc&amp;gt; is one serious child…&amp;quot;&#039;&#039;&lt;br /&gt;
:* If player has not told Walda&#039;s father a phrase yet and the phrase is left blank:&lt;br /&gt;
::&#039;&#039;&amp;quot;Oh, so you don&#039;t know any good words. I&#039;d better think for myself, then. Hmm… How about &amp;quot;PEEKABOO!&amp;quot;? Let&#039;s see if that will work.&amp;quot;&#039;&#039;&lt;br /&gt;
::&#039;&#039;&amp;quot;PEEKABOO!. PEEKABOO!. Hmmm… She&#039;s not smiling at all. Maybe &amp;lt;sc&amp;gt;Walda&amp;lt;/sc&amp;gt; is one serious child…&amp;quot;&#039;&#039;&lt;br /&gt;
:* If the player has told Walda&#039;s father a phrase before and the phrase is left blank or is the same as the previous phrase:&lt;br /&gt;
::&#039;&#039;&amp;quot;Oh, so you don&#039;t know any good words. I guess I&#039;ll try to amuse her with the saying I used before. Anyways, if you have a good suggestion, don&#039;t hesitate in telling me, okay?&amp;quot;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;Walda&#039;s mother&lt;br /&gt;
:&#039;&#039;&amp;quot;Oh, it&#039;s so hard every day… What&#039;s hard? You need to ask? It&#039;s trying to figure out what to make for meals every day. It really isn&#039;t easy coming up with meals every day.&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background: #{{normal color light}}; border: 3px solid #{{normal color}}&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
! style=&amp;quot;{{roundytl|5px}}&amp;quot; | Language&lt;br /&gt;
! Name&lt;br /&gt;
! style=&amp;quot;{{roundytr|5px}}&amp;quot; | Origin&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Japanese&lt;br /&gt;
| ハコガミ アヤノ &#039;&#039;Ayano Hakogami&#039;&#039;&lt;br /&gt;
| From 文 &#039;&#039;aya&#039;&#039; (design), 箱 &#039;&#039;hako&#039;&#039; (box), and 壁紙 &#039;&#039;kabegami&#039;&#039; (wallpaper)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| English&lt;br /&gt;
| Walda Pepper&lt;br /&gt;
| From &#039;&#039;wallpaper&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Tapetra Schläfer&lt;br /&gt;
| From &#039;&#039;Tapete&#039;&#039; (wallpaper)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Anapel&lt;br /&gt;
| From &#039;&#039;papel&#039;&#039; (paper)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| French&lt;br /&gt;
| Bercia Bofond&lt;br /&gt;
| From &#039;&#039;bercer&#039;&#039; (to cradle) and &#039;&#039;fond&#039;&#039; (background)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Italian&lt;br /&gt;
| Nina De Sfondis&lt;br /&gt;
| From &#039;&#039;sfondo&#039;&#039; (background)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [https://www.pokewiki.de/Spezial:Geheimcode-Generator?uselang=en Secret Code Generator at pokewiki.de]&lt;br /&gt;
&lt;br /&gt;
{{Project CharacterDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Game characters]]&lt;br /&gt;
[[Category:Emerald characters]]&lt;br /&gt;
[[Category:Female characters]]&lt;br /&gt;
&lt;br /&gt;
[[ja:アヤノ (ゲーム)]]&lt;br /&gt;
[[zh:小陵]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Sapphire_(Adventures)&amp;diff=4391119</id>
		<title>Sapphire (Adventures)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Sapphire_(Adventures)&amp;diff=4391119"/>
		<updated>2025-09-30T00:46:00Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: May&amp;#039;s counterparts in CoroCoro manga are not coordinators either.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CharInfobox|&lt;br /&gt;
color={{sapphire color}} |&lt;br /&gt;
corecolor={{sapphire color light}} |&lt;br /&gt;
bordercolor={{sapphire color dark}} |&lt;br /&gt;
name=Sapphire Birch|&lt;br /&gt;
jname=オダマキ・サファイア|&lt;br /&gt;
tmname=Sapphire Odamaki|&lt;br /&gt;
text=white |&lt;br /&gt;
image=Sapphire ORAS chapter.png|&lt;br /&gt;
size=200px|&lt;br /&gt;
caption=Sapphire in the {{MangaArc|Omega Ruby &amp;amp; Alpha Sapphire}}|&lt;br /&gt;
age=yes|&lt;br /&gt;
years=15 (as of the {{MangaArc|Omega Ruby &amp;amp; Alpha Sapphire}})&amp;lt;ref&amp;gt;[https://drive.google.com/file/d/1n37ezyifqINwhWZ2ormaqyo9QA4kZ-dV/view Sapphire&#039;s character profile in PokéSPedia]&amp;lt;/ref&amp;gt; |&lt;br /&gt;
gender=Female|&lt;br /&gt;
birthday=September 20 |&lt;br /&gt;
blood=O|&lt;br /&gt;
hometown=[[Littleroot Town]]|&lt;br /&gt;
region=[[Hoenn]]|&lt;br /&gt;
relatives=[[Professor Birch]] (father), unnamed mother |&lt;br /&gt;
colors=yes|&lt;br /&gt;
eyes=Blue|&lt;br /&gt;
hair=Brown|&lt;br /&gt;
trainer=yes |&lt;br /&gt;
trainerclass={{pkmn|Trainer}}|&lt;br /&gt;
game=counterpart|&lt;br /&gt;
counterpart={{ga|May}}|&lt;br /&gt;
manga=Adventures|&lt;br /&gt;
roundnum=PS182 |&lt;br /&gt;
roundname=Making Mirth with Mightyena}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sapphire Birch&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;オダマキ・サファイア&#039;&#039;&#039; &#039;&#039;Sapphire Odamaki&#039;&#039;) is a [[Pokédex holder|main character]] in the {{pkmn|manga}} series [[Pokémon Adventures]].&lt;br /&gt;
&lt;br /&gt;
==Character==&lt;br /&gt;
Sapphire is a Pokémon Trainer and the daughter of [[Professor Birch]]. She often assists her father with his fieldwork and years of doing so have given her various skills such as heightened physical strength and senses. Due to constantly being surrounded by nature, she has come to dislike the idea of beautifying Pokémon instead of leaving them in their natural state. After some character development, she has learned to appreciate the idea of beauty.&lt;br /&gt;
&lt;br /&gt;
For her skills, she is given the title of &#039;&#039;&#039;&amp;quot;[[Gym|Conqueror]]&amp;quot;&#039;&#039;&#039; ({{tt|究める者|きわめるもの}} &#039;&#039;Conqueror&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
{{Spoilers}}&lt;br /&gt;
===Background===&lt;br /&gt;
As a young child, Sapphire had a childhood friend named {{adv|Ruby}} that she played with. One day, Ruby fought a {{TP|Zinnia|Salamence}} that attacked them and won, but was injured in the process. Terrified from the experience, Sapphire broke down crying. Believing that Ruby got injured because of her own weakness, Sapphire vowed to become stronger.&lt;br /&gt;
&lt;br /&gt;
==={{MangaArc|Ruby &amp;amp; Sapphire}}===&lt;br /&gt;
[[File:Young Sapphire Adventures.png|thumb|left|170px|Sapphire, five years before the {{MangaArc|Ruby &amp;amp; Sapphire}}]]&lt;br /&gt;
[[File:Sapphire RS Adventures.png|thumb|220px|Sapphire&#039;s original outfit]]&lt;br /&gt;
Sapphire debuted in &#039;&#039;[[PS182|Making Mirth with Mightyena]]&#039;&#039;. She rescued {{adv|Ruby}} from a pair of {{pkmn2|wild}} {{p|Mightyena}} at {{rt|101|Hoenn}} and took him to her [[Secret Base]] to recover. When Sapphire tried talking to Ruby later, he mistook Sapphire for talking Pokémon due to her leaf cloak. Ruby&#039;s {{p|Poochyena}}, [[Nana]], bit Sapphire, angering her into removing the cloak and attacking him with her {{p|Torchic}}, [[Chic]]. Overhearing the incident on his [[Pokégear]], Professor Birch revealed to Ruby that Sapphire is actually his daughter. Though the misunderstanding was cleared, Sapphire and Ruby were attacked by a wild {{p|Seviper}}. Ruby refused to fight as to not risk dirtying his Pokémon, forcing Sapphire to defeat the Tail Snake Pokémon by herself. Afterward, the two began arguing over their interests, which ended with Sapphire deciding to make a bet to see who could conquer their respective goal within an 80-day time limit. After Ruby agreed, Sapphire fainted from the injuries she received from protecting Ruby from the Mightyena earlier. Ruby healed Sapphire&#039;s wounds and modified a spare set of his clothes for Sapphire to wear.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS184|Distracting Dustox]]&#039;&#039;, Sapphire went back to [[Littleroot Town]] and returned the items and {{p|Treecko}} Ruby had accidentally taken from Professor Birch earlier with the exception of his [[Pokédex]]. Later that day, Sapphire changed into the clothes Ruby made for her and set out with Chic and [[Rono]] to begin her journey to conquer all of Hoenn&#039;s Gyms.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS188|Lombre Larceny]]&#039;&#039;, Sapphire rescued [[Mr. Stone]]&#039;s [[Fofo|Castform]] from being trapped in a fountain at {{rt|104|Hoenn}}. A trio of Pokémon emerged from the fountain and stole an item from Mr. Stone before running off. With an injured Mr. Stone on her back, Sapphire, [[Gabby and Ty|Gabby, and Ty]] chased the Pokémon to the [[Petalburg Woods]], where they found that they were under the ownership of [[Shelly]], [[Matt]], and {{adv|Amber}}. Sapphire was unable to defeat the [[Team Aqua]] members, but with Castform&#039;s help, she and the others managed to escape. Afterward, Sapphire apologized for her failure and received a [[Letter]] from Mr. Stone addressed to his son, {{Steven}}.&lt;br /&gt;
&lt;br /&gt;
[[File:Sapphire first outfit.png|thumb|right|170px|Sapphire wearing leaf clothing]]&lt;br /&gt;
In &#039;&#039;[[PS190|Blowing Past Nosepass I]]&#039;&#039;, Sapphire arrived at the [[Rustboro Gym]], where she challenged the [[Gym Leader]], [[Roxanne]]. By exploiting [[Roxanne&#039;s Nosepass]]&#039;s inability to face in directions other than north, Sapphire managed to defeat the Compass Pokémon and earn the {{Badge|Stone}}. Afterward, in &#039;&#039;[[PS192|Stick This in Your Craw, Crawdaunt I]]&#039;&#039;, Sapphire summoned her father&#039;s {{p|Wailord}}, Lorry, from the ocean and had it take her to [[Dewford Town]].&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS193|Stick This in Your Craw, Crawdaunt! II]]&#039;&#039;, Sapphire arrived at Dewford Town, where she met [[Brawly]], the Gym Leader and a surfer. Brawly told Sapphire he was going on a trip and she only had until the next day to challenge him before the Gym would be closed for several days. Afterward, Sapphire went to look for a place to train and encountered Ruby. In &#039;&#039;[[PS194|Guile from Mawile]]&#039;&#039;, Sapphire and Ruby entered [[Granite Cave]], but went their separate ways. Sapphire used the location as a place to train Chic and Rono, who both ended up evolving into a {{p|Combusken}} and {{p|Lairon}}, respectively.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS195|Mashing Makuhita]]&#039;&#039;, Sapphire challenged the [[Dewford Gym]], where she struggled due to Brawly&#039;s mastery of the subtlety fighting style. Despite this, Sapphire managed to win by having Chic counter Brawly&#039;s newly evolved {{TP|Brawly|Hariyama}} with a powerful {{m|Double Kick}} earning her the {{Badge|Knuckle}}. Afterward, a loud noise erupted from Granite Cave, and Sapphire went there to see if Ruby was safe. Ruby was unharmed and revealed he met Steven, who saved him from a group of wild Pokémon before leaving. Wanting to catch up with Steven, Sapphire grabbed Ruby and had Lorry swim in the direction Steven headed towards.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS198|Adding It Up with Plusle &amp;amp; Minun I]]&#039;&#039;, Sapphire forced Ruby to stay the night on the [[Abandoned Ship]]. The ship was invaded by [[Courtney]] and [[Tabitha]], members of [[Team Magma]] that were after a [[Scanner]] located in the area. With the help of a wild {{TP|Sapphire|Minun}} and {{TP|Ruby|Plusle}}, Sapphire and Ruby managed to escape, but ended up losing the Scanner to the villains. Afterward, they said their goodbyes to Minun and Plusle.&lt;br /&gt;
&lt;br /&gt;
After parting ways with Ruby, Sapphire arrived at [[Mauville City]] in &#039;&#039;[[PS203|I&#039;m Your Biggest Fan, Donphan]]&#039;&#039;. There, she helped the Gym Leader, [[Wattson]], and his friend, the [[Trick Master]] deal with a wild rampaging {{p|Donphan}}. After the clash caused all four to end up falling into the secret underground city, [[New Mauville]], Sapphire teamed up with the Trick Master and Donphan to defeat an out-of-control electrical generator robot and turn New Mauville into an amusement park for children to play in. Afterward, Sapphire obtained the {{Badge|Dynamo}} and set off with Donphan, who joined her team and was named Phado.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS212|Bubble Bubble Toil and Azumarill I]]&#039;&#039; , Sapphire arrived at the base of [[Mt. Chimney]], where she fought against [[Matt]] in the Cable Car to rescue [[Flannery]], the Gym Leader of [[Lavaridge Town]]. After Matt was defeated, Sapphire summoned her father&#039;s {{p|Tropius}}, [[Troppy]], to take her and Flannery to the top of Mt. Chimney so they could confront Matt&#039;s allies. After they arrived, Sapphire and Flannery learned that Team Aqua&#039;s goal was to trick [[Professor Cozmo]] in helping them halt Mt. Chimney&#039;s volcanic activity. Despite her best efforts, Sapphire&#039;s attempt to stop Team Aqua was blocked by {{adv|Amber}} until it was too late. With their plan successful, Team Aqua escaped and took Professor Cozmo with them.&lt;br /&gt;
&lt;br /&gt;
After failing to pursue Team Aqua, Sapphire returned to Flannery and found that she managed to revive Mt. Chimney, but only temporarily. Using what little time Mt. Chimney had remaining, Sapphire and Flannery took a dip in a hot spring, where they had their Gym battle. Afterward, Flannery revealed she planned on meeting with the other Gym Leaders to discuss what to do with Team Aqua. After receiving the {{Badge|Heat}}, Sapphire set off to [[Fortree City]] for her next Gym battle.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS226|I Dare Ya, Altaria... Knock Chic off My Shoulder!]]&#039;&#039;, Sapphire arrived at Fortree City, where she met the Gym Leader, [[Winona]] and challenged her to a battle. Despite Chic evolving into a {{p|Blaziken}}, Sapphire lost, but agreed to become Winona&#039;s student and train with her. Winona then asked Sapphire to help her and the other Gym Leaders deal with the upcoming awakening of the {{DL|Super-ancient Pokémon (Adventures)|Kyogre}}. When [[Wallace]] arrived to meet with his fellow Gym Leaders, Sapphire was shocked to find Ruby there with him.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS227|I&#039;m Always Grumpig First Thing in the Morning I]]&#039;&#039;, after being left alone together, Sapphire and Ruby tried apologizing for their previous arguments, only for an earthquake to startle a group of wild {{p|Spoink}} and {{p|Grumpig}} into stampeding. Ruby instinctively defeated the Grumpig, accidentally revealing to Sapphire that he wasn&#039;t a weak Trainer like she had assumed. Though mad at Ruby for lying to her, Sapphire noted that with Ruby&#039;s strength, he could help the Gym Leaders with the upcoming crisis in Hoenn. When Ruby stated he had no interest in helping, Sapphire angrily removed the clothes he made for her, changed into a new leaf outfit, and told Ruby that she never wanted to see him again.&lt;br /&gt;
[[File:Sapphire second outfit Adventures.png|thumb|left|170px|Sapphire&#039;s second outfit]]&lt;br /&gt;
In &#039;&#039;[[PS231|Master Class with Masquerain]]&#039;&#039;, Sapphire challenged Winona to another training session and won, earning the {{Badge|Feather}} in the process. In &#039;&#039;[[PS235|The Beginning of the End with Kyogre &amp;amp; Groudon III]]&#039;&#039;, massive {{a|Drought|heat wave}} struck Fortree City, evaporating the water and burning the plants to ash in an instant. Realizing that both {{DL|Super-ancient Pokémon (Adventures)|Groudon}} and Kyogre have awakened, Sapphire and the Gym Leaders split into three groups of two to try and stop the disasters while rescuing any civilians caught up in the incident. Sapphire and Winona went to {{rt|123|Hoenn}}, where Sapphire encountered a {{p|Relicanth}} that had been forcibly pushed to dry land due to how rough the waves were. After it saved them from an incoming tsunami, Sapphire decided to keep Relicanth until it was healed, naming it Relly in the process. Afterward, Sapphire and Winona met [[Tate and Liza]]&#039;s grandparents, the former guardians of [[Mt. Pyre]]. The elderly couple revealed that fighting Groudon and Kyogre is useless and the best way to stop the conflict is to go to the [[Seafloor Cavern]] and stop the one controlling them with the [[Red Orb|Red]] and [[Blue Orb]]s. Due to the Seafloor Cavern being located deep underwater, Sapphire and the others had no way of reaching that location.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS238|The Beginning of the End with Kyogre &amp;amp; Groudon VI]]&#039;&#039;, Sapphire and Winona were approached by Ruby and Wallace, the former stating he had a change of heart and has decided to help stop the crisis. Ruby revealed that Relly had the ability to take two children down to the Seafloor Cavern. After being a handed a new set of clothes, Sapphire and Ruby used Relly&#039;s power to {{m|Dive}} into the water.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS243|No Armaldo Is an Island]]&#039;&#039;, Sapphire and Ruby arrived at the Seafloor Cavern, where they battled a group of {{tc|Team Aqua Grunt|Team Magma}} and {{tc|Team Magma Grunt|Aqua Grunts}} and won. In &#039;&#039;[[PS248|The Beginning of the End with Kyogre &amp;amp; Groudon X]]&#039;&#039;, they encountered [[Archie]] and [[Maxie]], the respective leaders of Team Aqua and Team Magma. After managing to subdue the leaders, Ruby tried taking the Blue and Red Orbs from them, only to find that they&#039;ve been absorbed into their hands. The leaders are possessed by the orbs, putting them under Kyogre and Groudon&#039;s control. With their new power, Archie and Maxie create a vortex of energy that lifts them, Sapphire, Ruby, and the Grunts out of the Seafloor Cavern and to the surface. They then fly towards [[Sootopolis City]], where Kyogre and Groudon planned to restart their ancient battle.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS252|The Beginning of the End with Kyogre &amp;amp; Groudon XIV]]&#039;&#039;, Sapphire and Ruby were taken to Sootopolis City, where they were forced to watch Kyogre and Groudon&#039;s clash with no way of stopping it. When Winona and Wallace came to help, Sapphire and Ruby suggested running away. After being reminded of a childhood friend they wanted to see again, Sapphire and Ruby regained their resolve. Sapphire and Ruby had Chic and [[Mumu]] fire their attacks on the Grant Meteor fragment, creating a blast of energy that hit Archie and Maxie where the Blue and Red Orbs were located. Though successful in removing the Orbs, the attack created a giant explosion that engulfed the entirety of Sootopolis.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS253|A Royal Rumble with Regirock, Regice &amp;amp; Registeel I]]&#039;&#039;, Sapphire encountered Steven and gave the Letter to him. With it along with Lorry and Relly, Sapphire and Steven managed to awaken the sleeping Legendary Pokémon, {{p|Regirock}}, {{p|Regice}}, and {{p|Registeel}}. A second explosion separated the two, and Sapphire later awakened with Ruby in a different location, where they met [[Juan]], [[Tate and Liza|Tate, and Liza]]. Juan had taken the two to {{gdis|Mirage Island|III}} with the intent of training them for a rematch with Kyogre and Groudon. Due to Mirage Island&#039;s special properties, the time Sapphire and Ruby spent training would differ than from the outside world, making a single day be a week elsewhere and vice versa. During their stay, Rono evolved into an {{p|Aggron}}, and the two reunited with Minun and Plusle, who were forced to relocate after Kyogre destroyed the Abandoned Ship. Later, Juan revealed the true purpose of the training was to help Sapphire and Ruby master the Blue and Red Orbs that entered their bodies after being forced out of Archie and Maxie. Once their training had finished, Sapphire and Ruby prepared to head back to Sootopolis. As acknowledgement of her strength, Juan presented Sapphire with the {{badge|Rain}} while Tate and Liza gave her the {{badge|Mind}}.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS259|Rayquaza Redemption II]]&#039;&#039;, Sapphire confessed to Ruby that she had developed feelings for him. She admitted that the bet was made to fulfill a promise to a childhood friend who suggested they beat all eight Gym Leaders before they turned eleven to surpass {{adv|Red}}, a Trainer that beat the Pokémon League at that age. Sapphire then asked Ruby to give up on his previous statement of wanting to return to his home region of [[Johto]] and stay in Hoenn with her. After making their way back to Sootopolis, Ruby had Sapphire release the Blue Orb before locking her inside Wallace&#039;s aircar. Ruby showed Sapphire the scar on his forehead, revealing to Sapphire that he was the boy she knew from her younger years. After admitting he returned Sapphire&#039;s feelings but didn&#039;t want her to get hurt and, Ruby set off with Courtney to battle against Kyogre and Groudon.&lt;br /&gt;
&lt;br /&gt;
Eventually, Ruby managed to successfully use the Orbs to pacify Kyogre and Groudon, forcing both Pokémon to return to their eternal slumber. In &#039;&#039;[[PS265|It All Ends Now VI]]&#039;&#039;, Ruby was attacked by Archie and Maxie, who returned and decided to work together and eliminate any obstacle before awakening Kyogre and Groudon again to continue their battle. Sapphire and Wallace came to Ruby&#039;s aid, but the latter was forced to give up in order to protect Winona, leading to his defeat.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS267|It All Ends Now VIII]]&#039;&#039;, Sapphire and Ruby teamed up to battle Archie and Maxie one last time. Using the battle as a distraction, Archie and Maxie tried escaping in Wallace&#039;s aircar, but were defeated by a combination attack from Plusle and Minun, trapping them in a large electrical field. Ruby then released his sixth Pokémon, {{adv|Celebi}}, who proceeded to take the Blue and Red Orbs from the villains. Using its [[Time travel|time-traveling]] powers, Celebi restored those who died in the battle back to life and then shattered the two Orbs, finally ending the crisis in Hoenn.&lt;br /&gt;
&lt;br /&gt;
Sapphire and Ruby awakened on the Pokémon Association airship, where their allies congratulated them on their victory. With only one day remaining, Sapphire and Ruby set off to complete their Gym and Contest challenges. The next day, Sapphire and Ruby met at Sapphire&#039;s Secret Base, where they revealed they successfully completed their goals, ending the bet in a tie. Afterward, both children returned home to celebrate both of their birthdays.&lt;br /&gt;
&lt;br /&gt;
==={{MangaArc|Emerald}}===&lt;br /&gt;
[[File: Sapphire Adventures.png|thumb|left|200px|Sapphire in the Emerald arc]]&lt;br /&gt;
In &#039;&#039;[[PS320|Verily Vanquishing Vileplume II]]&#039;&#039;, Sapphire and Ruby arrived at the {{gdis|Battle Frontier|III}} in order to assist {{adv|Emerald}}, the third Hoenn Pokédex holder, in protecting {{adv|Jirachi}} from the armored man, [[Guile Hideout]]. After meeting Emerald, the boy ran off saying that he didn&#039;t need their help. In an attempt to befriend Emerald, Sapphire and Ruby competed in a [[Battle Dome]] tournament. Sapphire advanced to the semi-finals, but was defeated by [[Tucker]]. Afterward, Emerald got frustrated by their constant pestering that he had Sapphire and Ruby thrown out of the Battle Dome.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS322|A Cheeky Charizard Change-Up II]]&#039;&#039;, Sapphire and Ruby encountered [[Spenser]], who noted Sapphire&#039;s connection to the Blue Orb. Finding Spenser&#039;s behavior suspicious, Sapphire and Ruby recorded their conversation with him on Ruby&#039;s Memory Lighter. In &#039;&#039;[[PS325|Standing in the Way with Starmie]]&#039;&#039;, Spenser revealed that Guile managed to catch Jirachi and fled with it to the {{gdis|Battle Tower|III}}. Sapphire, Ruby, Emerald, and [[Noland]] all traveled to the Battle Tower in order to confront the man. After making their way into the area, they discovered that [[Anabel]] had been put under Guile&#039;s control.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS327|Facing Gulpin Is Hard to Swallow]]&#039;&#039;, Guile forced the Hoenn Pokédex holders and Noland to take the Battle Tower challenge in order to make it to him. The four battled through various Virtual Trainers before finally reaching the top floor, where Emerald faced off against Anabel. During the battle, {{adv|Eon duo|Latios}} arrived and used its Sight Sharing to relay a message from Spenser, who revealed that he came in contact with the Blue Orb in the past and gained the ability to detect others like him, which included Guile. With his identity exposed, Guile lifted his helmet, revealing himself to be Archie.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS328|The Final Battle I]]&#039;&#039;, Guile used Jirachi&#039;s wishing granting power to summon a giant Kyogre-shaped mass of seawater and had it flood the Battle Frontier. Sapphire and the others were assisted by the Johto Pokédex holders, {{adv|Gold}} and {{adv|Crystal}}, who revealed that their fellow Pokédex holder were turned to stone and the only way of reviving them was Jirachi. While Gold and Crystal kept the Kyogre monster busy, the Hoenn Pokédex holders trained to learn the ultimate moves, {{m|Blast Burn}}, {{m|Hydro Cannon}}, and {{m|Frenzy Plant}}. After they succeeded, Emerald managed to get Jirachi to grant his wish to turn the petrified Pokédex holders back to normal.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS334|The Final Battle VII]]&#039;&#039;, the ten Pokédex holders gathered together to for one final battle against Guile and his army of rental Pokémon. By utilizing a triple Blast Burn, Hydro Cannon, Frenzy Plant, and {{m|Volt Tackle}} combination, the Kyogre sea monster was overloaded with energy and exploded, finally ending the conflict with Guile. In &#039;&#039;[[PS337|Epilogue]]&#039;&#039;, Sapphire participated in a tournament between the Pokédex holders, which she lost at some point.&lt;br /&gt;
&lt;br /&gt;
==={{MangaArc|Omega Ruby &amp;amp; Alpha Sapphire}}===&lt;br /&gt;
In the Omega Ruby &amp;amp; Alpha Sapphire arc, the Hoenn Pokédex holders were enlisted by Steven and Mr. Stone to prevent a [[Grand Meteor Delta|meteoroid]] from crashing into the Earth and destroying it. Steven gave the three a [[Mega Bracelet]], enabling them to use [[Mega Evolution]] and had them train with [[Ultima]] so Mumu, Chic, and {{TP|Emerald|Sceptile}} could fully master the Ultimate Moves. Ruby only agreed to help on the condition that Sapphire be kept in the dark about the meteoroid. While Sapphire and Emerald practiced with each other, Ruby had plans elsewhere and lent Mumu to Sapphire so it could train without him.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS596|Metagross Investigates]]&#039;&#039;, Sapphire trained her new {{p|Kirlia}}, Kirly, and Ruby&#039;s [[Rara]] in order to evolve them into a {{p|Gardevoir}} fighting pair. When she accidentally kicked up a [[Dawn Stone]], Kirly evolved into a {{p|Gallade}} instead. Later, Sapphire and Emerald fully mastered the Ultimate Moves with Ultima&#039;s guidance and gained the ability to use Mega Evolution. In order to prevent potential enemies from finding them, Mr. Stone had the training moved to the abandoned energy harvesting facility, [[Sea Mauville]].&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS601|Beedrill Prepares]]&#039;&#039;, the group arrived at the Sea Mauville, where Sapphire reunited with Plusle and Minun, who had made the facility their new home. The next day, Sapphire and Emerald assisted Steven and Mr. Stone by putting Chic and Sceptile on a machine known as an [[ultimate weapon|Absorber]] and using the power of the Ultimate Moves in their Mega-Evolved forms. To their horror, the Absorber drained Chic and Sceptile of their life energy to fuel a machine known as the dimensional shifter.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS604|Goodra Spits]]&#039;&#039;, the [[Draconid people|Draconid]] Zinnia and a group of Team Aqua and Magma Grunts attacked the Sea Mauville in order to destroy the dimensional shifter. After Zinnia revealed the truth about the meteoroid, the shock of Ruby and the others lying to her caused Sapphire to lose her voice. During the clash, Zinnia managed to steal Sapphire&#039;s Mega Bracelet, and Sapphire ended up falling into a ring belonging to the Mythical Pokémon {{p|Hoopa}}. Sapphire was transported to the inside of a rocket located at [[Mossdeep City]], where she handed the dimensional shifter to Professor Cozmo and his [[Professor Cozmo&#039;s assistants|assistants]].&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS608|Groudon Returns]]&#039;&#039;, Sapphire met with Steven and Mr. Stone again. While Mr. Stone oversaw the rocket&#039;s launch, Sapphire battled against Zinnia in order to prevent from interfering with it. Eventually, Sapphire lost and was sent flying, allowing Zinnia to knock the rocket into the water and destroy the dimensional shifter.&lt;br /&gt;
&lt;br /&gt;
[[File: Ruby Sapphire Contest outfits Adventures.png|thumb|left|200px|Ruby and Sapphire wearing their [[Contest Costume]]s]]&lt;br /&gt;
In [[PS612]], Sapphire woke up at {{rt|120|Hoenn}}, where she landed after Zinnia defeated her. There, she met [[Aarune]], who saw her falling and rescued her. Later, Sapphire spotted Ruby with {{DL|Super-ancient Pokémon (Adventures)|Rayquaza}} and confronted him about lying to her. After Ruby apologized, Sapphire agreed to help stop the meteoroid and jumped onto Rayquaza&#039;s head. To Sapphire&#039;s shock, Archie and Maxie also appeared with [[Primal Reversion|Primal]] Kyogre and Groudon. The four then teamed up to destroy a large piece of the meteoroid, combining the power of Hoenn&#039;s three super-ancient Pokémon into one attack to shatter it to pieces. After they succeeded, Sapphire used the [[Jade Orb]] core to peer into Rayquaza&#039;s mind, revealing it needed the power of Mega Evolution to defeat the actual meteoroid.&lt;br /&gt;
&lt;br /&gt;
In [[PS615]], Zinnia managed to lure Rayquaza away from Sapphire and Ruby, but her attempt to convince the Sky High Pokémon to join ended with it rejecting and attacking her. Zinnia was rescued by Latios and taken to Sootopolis City to recover from her injuries. Brought to tears, Zinnia gave up and admitted there was no way to save the planet anymore. Emerald disagreed and suggested the three factions that tried to stop the meteoroid work together instead of fighting with each other.&lt;br /&gt;
&lt;br /&gt;
In [[PS616]], the group&#039;s allies from around Hoenn gathered together to lend a hand and stop the meteoroid, now known as Grand Meteor Delta. After changing into their [[Contest Costume]]s and putting [[Aqua Suit|Aqua]] and [[Magma Suit]]s over them, Sapphire and Ruby set off with Rayquaza to space. With the power of Mega Rayquaza and the combined might of their allies from Hoenn, [[Kanto]], and Johto, Sapphire and Ruby successfully shattered Grand Meteor Delta into pieces. A {{DL|Deoxys (Adventures)|Organism No. 1|Deoxys}} emerged from the wreckage of the meteoroid, but was defeated when Rayquaza shattered its core, knocking it unconscious. Afterward, Rayquaza took Sapphire and Ruby back down to Earth, where they reunited with their friends.&lt;br /&gt;
&lt;br /&gt;
With the crisis averted, Sapphire and Ruby participated in a {{pkmn|Contest|Pokémon Contest Spectacular}} together.&lt;br /&gt;
&lt;br /&gt;
==={{MangaArc|Diamond &amp;amp; Pearl}}===&lt;br /&gt;
In &#039;&#039;[[PS377|Hurrah for Rapidash]]&#039;&#039;, Sapphire was mentioned, although not by name, when [[Byron]] compared {{adv|Platinum}} having earned six Badges in 25 days to Sapphire&#039;s achievement of earning eight Badges in 80 days.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS408|High-tailing It from Haunter]]&#039;&#039;, Sapphire was briefly seen together with the other [[Pokédex holder]]s from [[Kanto]], [[Johto]], and [[Hoenn]] when the [[Advanced level Grunt]] was talking to {{adv|Diamond}} about the [[Pokédex]].&lt;br /&gt;
&lt;br /&gt;
==Pokémon==&lt;br /&gt;
In the original version, Sapphire follows a &amp;quot;one syllable, then another syllable repeated twice&amp;quot; pattern in her nicknames with Chic being the only exception. In the VIZ Media translation, Sapphire follows a pattern of using a piece of the species name and ending it in &amp;quot;o&amp;quot; with Chic being an exception. For the two Pokémon given to her from her father and for Relly and Kirly, Sapphire follows a pattern of taking a piece of the species name and ending it &amp;quot;-y.&amp;quot; In the Chuang Yi translation, Sapphire follows a pattern of using a piece of the species name and ending it in &amp;quot;o&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===On hand===&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|main=Rono&lt;br /&gt;
|trainer=Sapphire&lt;br /&gt;
|pkmn=Aggron&lt;br /&gt;
|nick=Rono&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Rock&lt;br /&gt;
|img=Sapphire Rono.png&lt;br /&gt;
|epnum=PS184&lt;br /&gt;
|epname=Distracting Dustox&lt;br /&gt;
|desc={{p|Aggron|Rono}} (Japanese: &#039;&#039;&#039;どらら&#039;&#039;&#039; &#039;&#039;Dorara&#039;&#039;) is one of Sapphire&#039;s first Pokémon that she had since he was an {{p|Aron}}. He evolved into a {{p|Lairon}} after training in the [[Granite Cave]] in &#039;&#039;[[PS195|Mashing Makuhita]]&#039;&#039; and later evolved into an Aggron on {{gdis|Mirage Island|III}} in &#039;&#039;[[PS256|With a Spoink in Your Step II]]&#039;&#039;. As of &#039;&#039;[[PS266|It All Ends Now VII]]&#039;&#039;, he is level 54, has a Naughty [[nature]], and his [[Characteristic]] is &amp;quot;quick tempered.&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|main=Chic&lt;br /&gt;
|nick=Chic&lt;br /&gt;
|mega=yes&lt;br /&gt;
|cynick=Toro&lt;br /&gt;
|gender=female&lt;br /&gt;
|pkmn=Blaziken&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|img=Chic.png&lt;br /&gt;
|img2=Chic Mega Blaziken.png&lt;br /&gt;
|cap2=As a Mega Blaziken&lt;br /&gt;
|epnum=PS182&lt;br /&gt;
|epname=Making Mirth with Mightyena&lt;br /&gt;
|desc=Sapphire received {{p|Torchic|Chic}} (Japanese: &#039;&#039;&#039;ちゃも&#039;&#039;&#039; &#039;&#039;Chamo&#039;&#039;) as a {{p|Torchic}} from her father. After training in the [[Granite Cave]] in &#039;&#039;[[PS195|Mashing Makuhita]]&#039;&#039;, she evolved into a {{p|Combusken}} and later into a {{p|Blaziken}} during her battle with [[Winona]] in &#039;&#039;[[PS226|I Dare Ya, Altaria... Knock Chic off My Shoulder!]]&#039;&#039;. With Sapphire&#039;s Mega Bracelet, she can Mega Evolve into Mega Blaziken. As of &#039;&#039;[[PS266|It All Ends Now VII]]&#039;&#039;, she is level 59, has a Quiet [[nature]], and her [[Characteristic]] is &amp;quot;thoroughly cunning.&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Sapphire&lt;br /&gt;
|pkmn=Wailord&lt;br /&gt;
|nick=Lorry&lt;br /&gt;
|cynick=Walo&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Water&lt;br /&gt;
|img=Lorry.png&lt;br /&gt;
|epnum=PS192&lt;br /&gt;
|epname=Stick This in Your Craw, Crawdaunt I&lt;br /&gt;
|desc=Sapphire was given {{p|Wailord|Lorry}} (Japanese: &#039;&#039;&#039;えるる&#039;&#039;&#039; &#039;&#039;Eruru&#039;&#039;) from her father so that she would be able to cross the waters. He was used in conjunction with Relly to awaken {{p|Regirock}}, {{p|Registeel}}, and {{p|Regice}} to help contain the damage caused by Kyogre and Groudon. Due to his large size, Lorry is not used in battle. As of &#039;&#039;[[PS251|The Beginning of the End with Kyogre &amp;amp; Groudon XIII]]&#039;&#039;, he is level 53, has a Bold nature, and his [[Characteristic]] is &amp;quot;sturdy body.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Lorry&#039;s known moves are {{m|Surf}}, {{m|Water Spout}}, and {{m|Dive}}{{tt|*|mentioned and used off-panel}}, and his Ability is {{a|Oblivious}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|nick=Troppy&lt;br /&gt;
|cynick=Pilo&lt;br /&gt;
|gender=male&lt;br /&gt;
|pkmn=Tropius&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=Troppy.png&lt;br /&gt;
|img_size=150px&lt;br /&gt;
|epnum=PS213&lt;br /&gt;
|epname=Bubble Bubble Toil and Azumarill II&lt;br /&gt;
|main=Troppy&lt;br /&gt;
|desc=Sapphire was given {{p|Tropius|Troppy}} (Japanese: &#039;&#039;&#039;とろろ&#039;&#039;&#039; &#039;&#039;Tororo&#039;&#039;) from her father so that she would have a means of flying. He was first used to take Sapphire and [[Flannery]] to stop [[Team Aqua]] from stopping [[Mt. Chimney]]&#039;s activity. As of &#039;&#039;[[PS266|It All Ends Now VII]]&#039;&#039;, he is level 56, has a Calm [[nature]], and his [[Characteristic]] is &amp;quot;alert to sounds.&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|nick=Phado&lt;br /&gt;
|cynick=Dono&lt;br /&gt;
|gender=male&lt;br /&gt;
|pkmn=Donphan&lt;br /&gt;
|type1=Ground&lt;br /&gt;
|img=Phado.png&lt;br /&gt;
|epnum=PS203&lt;br /&gt;
|epname=I&#039;m Your Biggest Fan, Donphan&lt;br /&gt;
|desc=Sapphire met {{p|Donphan|Phado}} (Japanese: &#039;&#039;&#039;ふぁどど&#039;&#039;&#039; &#039;&#039;Fadodo&#039;&#039;) when he was rampaging around {{rt|110|Hoenn}} in an attempt to warn people of the energy being released in [[New Mauville]]. After helping take down the electric generator in New Mauville, Phado became one of Sapphire&#039;s team members. As of &#039;&#039;[[PS266|It All Ends Now VII]]&#039;&#039;, he is level 58, has a Hasty [[nature]], and his [[Characteristic]] is &amp;quot;likes to run.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Phado&#039;s known moves are {{m|Rollout}}, {{m|Rock Tomb}}, {{m|Facade}}, and {{m|Giga Impact}}{{tt|*|mentioned and used off-panel}}, and his Ability is {{a|Sturdy}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Sapphire&lt;br /&gt;
|pkmn=Gallade&lt;br /&gt;
|nick=Kirly&lt;br /&gt;
|mega=yes&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Psychic&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|img=Sapphire Kiruru Kirlia.png&lt;br /&gt;
|img_size=200px&lt;br /&gt;
|img2={{#switch: {{#expr: {{#time: U}} mod 2}}|0=Sapphire Kiruru|1=Sapphire Kiruru Mega Gallade}}.png&lt;br /&gt;
|img2_size=200px&lt;br /&gt;
|epnum=PS596&lt;br /&gt;
|epname=Metagross Investigates&lt;br /&gt;
|desc={{p|Gallade|Kirly}} (Japanese: &#039;&#039;&#039;きるる&#039;&#039;&#039; &#039;&#039;Kiruru&#039;&#039;) was revealed to have been obtained by Sapphire as a {{p|Kirlia}} prior to the beginning of the {{MangaArc|Omega Ruby &amp;amp; Alpha Sapphire}}. Sapphire borrowed Ruby&#039;s Rara and trained the two Kirlia together with the intent on evolving them into a {{p|Gardevoir}} battle duo. When the two began evolving, Sapphire accidentally unearthed a Dawn Stone and kicked it towards Kirly. The stone caused Kirly to evolve into a Gallade while Rara evolved into Gardevoir. With Sapphire&#039;s Mega Bracelet, he can Mega Evolve into Mega Gallade. He is level 59, has a Serious [[nature]], and his [[Characteristic]] is &amp;quot;highly curious.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
None of Kirly&#039;s moves are known and his Ability is {{a|Steadfast}}.}}&lt;br /&gt;
&lt;br /&gt;
===At Sea===&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Sapphire&lt;br /&gt;
|pkmn=Relicanth&lt;br /&gt;
|nick=Relly&lt;br /&gt;
|cynick=Relo&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Rock&lt;br /&gt;
|img=Relly.png&lt;br /&gt;
|epnum=PS235&lt;br /&gt;
|epname=The Beginning of the End with Kyogre &amp;amp; Groudon III&lt;br /&gt;
|desc={{p|Relicanth|Relly}} (Japanese: &#039;&#039;&#039;じらら&#039;&#039;&#039; &#039;&#039;Jirara&#039;&#039;) was found on {{rt|123|Hoenn}}, which had dried up from {{p|Groudon}}&#039;s {{a|Drought}}. Seeing how badly he was hurt, Sapphire decided to keep Relly until he became better and gave him a name. His {{m|Dive}} move was used to take Ruby and Sapphire to the [[Seafloor Cavern]] to have a confrontation with Team Aqua and Team Magma. Later, {{Steven}} used Relly and Lorry to awaken {{p|Regirock}}, {{p|Registeel}}, and {{p|Regice}} to help contain the damage caused by Kyogre and Groudon. As of &#039;&#039;[[PS267|It All Ends Now VIII]]&#039;&#039;, he is level 55 and has a Hardy nature.&lt;br /&gt;
&lt;br /&gt;
Relly&#039;s only known move is {{m|Dive}}, and his Ability is {{a|Rock Head}}.}}&lt;br /&gt;
&lt;br /&gt;
===Released===&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Sapphire&lt;br /&gt;
|pkmn=Minun&lt;br /&gt;
|gender=female&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|img=Sapphire Minun.png&lt;br /&gt;
|epnum=PS198&lt;br /&gt;
|epname=Adding It Up with Plusle &amp;amp; Minun I&lt;br /&gt;
|main=yes&lt;br /&gt;
|desc=Sapphire encountered {{p|Minun}} on the [[Abandoned Ship]], along with {{Adv|Ruby}}&#039;s {{p|Plusle}}. They initially caused trouble for Ruby, but helped battle against [[Tabitha]] and [[Courtney]]. Afterward, Minun ended up on {{gdis|Mirage Island|III}} with Plusle, where she met Sapphire again and became one of her Pokémon. During the final battle with [[Archie]] and [[Maxie]], Minun teamed up with Plusle to trap the villains in a sphere of electricity that was powered up by the New Mauville generator. In the {{MangaArc|Omega Ruby &amp;amp; Alpha Sapphire}}, Minun was revealed to have returned to the wild alongside Plusle. She and Plusle moved to the [[Sea Mauville]], where they met up with Sapphire and Emerald. As of &#039;&#039;[[PS267|It All Ends Now VIII]]&#039;&#039;, she is at level 53 and has a Naive nature.}}&lt;br /&gt;
&lt;br /&gt;
===Borrowed===&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|main=yes&lt;br /&gt;
|trainer=Wattson&lt;br /&gt;
|pkmn=Electrike&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|img=Sapphire Electrike.png&lt;br /&gt;
|epnum=PS204&lt;br /&gt;
|epname=Plugging Past Electrike I&lt;br /&gt;
|desc=Sapphire borrowed [[Wattson]]&#039;s {{p|Electrike}} as part of her plan to battle the out-of-control power generator. Taking advantage of Electrike&#039;s {{a|Lightning Rod}} Ability, Sapphire and Donphan jumped out of the way while Electrike absorbed the generator&#039;s attack.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Ruby&lt;br /&gt;
|pkmn=Gardevoir&lt;br /&gt;
|main=yes&lt;br /&gt;
|nick=Rara&lt;br /&gt;
|cynick=Ruru&lt;br /&gt;
|gender=female&lt;br /&gt;
|type1=Psychic&lt;br /&gt;
|type2=Fairy&lt;br /&gt;
|img=Rara Gardevoir.png&lt;br /&gt;
|epnum=PS181&lt;br /&gt;
|epname=Creeping Past Cacnea&lt;br /&gt;
|desc=In the {{MangaArc|Omega Ruby &amp;amp; Alpha Sapphire}}, Sapphire borrowed {{adv|Ruby}}&#039;s [[Rara]] so that she could train her alongside her new Kirlia, Kirly, in order to evolve them both into a {{p|Gardevoir}} battle duo. While Rara successfully evolved into a Gardevoir, Sapphire accidentally kicked a Dawn Stone at Kirly, evolving him into a {{p|Gallade}}.}}&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|main=Mumu&lt;br /&gt;
|trainer=Ruby&lt;br /&gt;
|pkmn=Swampert&lt;br /&gt;
|nick=Mumu&lt;br /&gt;
|cynick=Zuzu&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=Mumu.png&lt;br /&gt;
|epnum=PS183&lt;br /&gt;
|epname=Trying to Trounce Torchic&lt;br /&gt;
|desc=In the {{MangaArc|Omega Ruby &amp;amp; Alpha Sapphire}}, Sapphire borrowed {{adv|Ruby}}&#039;s [[Mumu]] due to the fact that Ruby needed to go to the [[Sky Pillar]] while the group was training for [[Mega Evolution]]. Not wanting Mumu to miss out he gave him to Sapphire for the time.}}&lt;br /&gt;
&lt;br /&gt;
===Befriended===&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Sapphire&lt;br /&gt;
|pkmn=Rayquaza&lt;br /&gt;
|nick=Rayquaza&lt;br /&gt;
|mega=yes&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=Rayquaza Adventures.png&lt;br /&gt;
|img2=Mega Rayquaza Adventures.png&lt;br /&gt;
|cap=Rayquaza&lt;br /&gt;
|cap2=As Mega Rayquaza&lt;br /&gt;
|epnum=PS258&lt;br /&gt;
|epname=Rayquaza Redemption I&lt;br /&gt;
|main=Super-ancient Pokémon (Adventures)&lt;br /&gt;
|main_section=Rayquaza&lt;br /&gt;
|desc={{p|Rayquaza}} is an ancient Legendary Pokémon related to {{DL|Super-ancient Pokémon (Adventures)|Groudon}} and {{DL|Super-ancient Pokémon (Adventures)|Kyogre}}. Ruby sought after Rayquaza in order to stop a meteoroid from crashing into the planet. After Ruby convinced it to fight with him, Sapphire joined the fight and rode on Rayquaza alongside Ruby.}}&lt;br /&gt;
&lt;br /&gt;
==Achievements==&lt;br /&gt;
[[File:Hoenn Gym Badges Adventures.png|thumb|200px|Sapphire&#039;s eight [[Hoenn]] Gym [[Badge]]s]]&lt;br /&gt;
===Badges obtained===&lt;br /&gt;
* {{Badge|Stone}} (&#039;&#039;[[PS191|Blowing Past Nosepass II]]&#039;&#039;)&lt;br /&gt;
* {{Badge|Knuckle}} (&#039;&#039;[[PS197|Heavy Hitting Hariyama]]&#039;&#039;)&lt;br /&gt;
* {{Badge|Dynamo}} (&#039;&#039;[[PS205|Plugging Past Electrike II]]&#039;&#039;)&lt;br /&gt;
* {{Badge|Heat}} (&#039;&#039;[[PS216|Mixing It Up with Magcargo]]&#039;&#039;)&lt;br /&gt;
* {{Badge|Feather}} (&#039;&#039;[[PS231|Master Class with Masquerain]]&#039;&#039;)&lt;br /&gt;
* {{Badge|Mind}} (&#039;&#039;[[PS257|The Beginning of the End with Kyogre &amp;amp; Groudon XV]]&#039;&#039;)&lt;br /&gt;
* {{Badge|Rain}} (&#039;&#039;[[PS257|The Beginning of the End with Kyogre &amp;amp; Groudon XV]]&#039;&#039;)&lt;br /&gt;
* {{Badge|Balance}} (&#039;&#039;[[PS267|It All Ends Now VIII]]&#039;&#039;)&lt;br /&gt;
===Pokémon competitions===&lt;br /&gt;
Sapphire has competed in the following competitions:&lt;br /&gt;
* [[Battle Dome|Survival Tournament]] Top 4 (&#039;&#039;[[PS322|Susceptible to Sceptile]]&#039;&#039;)&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* Sapphire was the first character to successfully earn every Gym Badge in her home region. {{adv|Red}} challenged Gyms as well; although Red defeated every Gym Leader in [[Kanto]], he never did obtain an {{Badge|Earth}}. {{adv|Silver}}, who also owned eight Badges, simply stole his from the Gym Leaders of Johto instead of winning them in Gym battles.&lt;br /&gt;
* {{wp|Sapphire}}s are the birthstone for those born in September, the month in which Sapphire herself is born.&lt;br /&gt;
* Sapphire is one of {{ga|May}}&#039;s counterparts who is not a [[Pokémon Coordinator]].&lt;br /&gt;
* Sapphire is 5&#039;2&amp;quot; (158&amp;amp;nbsp;cm) tall and weighs 99&amp;amp;nbsp;lbs (45&amp;amp;nbsp;kg).&lt;br /&gt;
* In Japanese, she speaks in the {{wp|Hakata dialect}}. In Norwegian, she uses a Northern Norwegian dialect.&lt;br /&gt;
* While Sapphire has not been shown with an upgraded [[Pokédex]], [[PokéSPedia]] reveals she does in fact have one.&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background:#{{sapphire color light}}; border: 3px solid #{{sapphire color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Language&lt;br /&gt;
! Name&lt;br /&gt;
! Origin&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Japanese&lt;br /&gt;
| サファイア &#039;&#039;Sapphire&#039;&#039;&lt;br /&gt;
| From &#039;&#039;{{game3|Ruby and Sapphire|Pokémon Sapphire|s}}&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| English, Brazilian&amp;lt;br&amp;gt;Portuguese&lt;br /&gt;
| Sapphire&lt;br /&gt;
| From &#039;&#039;Pokémon Sapphire&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Saphir&lt;br /&gt;
| From &#039;&#039;Pokémon Saphir-Edition&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Zafiro&lt;br /&gt;
| From &#039;&#039;Pokémon Edición Zafiro&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| French&lt;br /&gt;
| Saphir&lt;br /&gt;
| From &#039;&#039;Pokémon Version Saphir&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Italian&lt;br /&gt;
| Zaffiro&lt;br /&gt;
| From &#039;&#039;Pokémon Versione Zaffiro&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 사파이어 &#039;&#039;Sapphire&#039;&#039;&lt;br /&gt;
| From &#039;&#039;Pokémon Sapphire&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Chinese ({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 莎菲雅 &#039;&#039;Shāfēiyǎ&#039;&#039;{{tt|*|Ching Win, Jilin Publishing (new edition)}}&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot; | Transcription of her Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 沙菲雅 &#039;&#039;Shāfēiyǎ&#039;&#039;{{tt|*|Jilin Publishing (old edition)}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 莎菲雅 &#039;&#039;Sāfēiā&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Thai&lt;br /&gt;
| แซฟไฟร์ &#039;&#039;Sapphire&#039;&#039;&lt;br /&gt;
| Transcription of her Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Vietnamese&lt;br /&gt;
| Sapphire&amp;lt;br /&amp;gt;Odamaki Sapphire&lt;br /&gt;
| Transcription of her Japanese name&lt;br /&gt;
|}{{-}}&lt;br /&gt;
&#039;&#039;Conqueror&#039;&#039;&lt;br /&gt;
{{langtable|color={{sapphire color light}}|bordercolor={{sapphire color}}&lt;br /&gt;
|zh_cmn=极尽之人 &#039;&#039;{{tt|Jíjìn-zhī Rén|Conqueror}}&#039;&#039; {{tt|*|Mainland China}}&lt;br /&gt;
}}&lt;br /&gt;
===Sapphire&#039;s Pokémon===&lt;br /&gt;
{{main|Rono#Names|Rono → Names}}&lt;br /&gt;
{{main|Chic#Names|Chic → Names}}&lt;br /&gt;
{{main|Troppy#Names|Troppy → Names}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Phado&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;float:left; background: #{{ground color light}}; border: 3px solid #{{ground color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Language&lt;br /&gt;
! Name&lt;br /&gt;
! Origin&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Japanese&lt;br /&gt;
| ふぁどど &#039;&#039;Fadodo&#039;&#039;&lt;br /&gt;
| From ドンファン &#039;&#039;Donfan&#039;&#039; ({{p|Donphan}})&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|rowspan=2 | English&lt;br /&gt;
| Phado{{tt|*|VIZ Media}}&lt;br /&gt;
| From &#039;&#039;Donphan&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Dono{{tt|*|Chuang Yi}}&lt;br /&gt;
| From &#039;&#039;Donphan&#039;&#039; and &#039;&#039;-o&#039;&#039; (common suffix among the nicknames of Sapphire&#039;s Pokémon)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Donphy&lt;br /&gt;
| From &#039;&#039;Donphan&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| French&lt;br /&gt;
| Donph&lt;br /&gt;
| From &#039;&#039;Donphan&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Dono&lt;br /&gt;
| From &#039;&#039;Donphan&#039;&#039; and &#039;&#039;-o&#039;&#039; (common suffix among the nicknames of Sapphire&#039;s Pokémon)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Italian&lt;br /&gt;
| Dompo&lt;br /&gt;
| From &#039;&#039;Donphan&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 파도도 &#039;&#039;Padodo&#039;&#039;&lt;br /&gt;
| Transliteration of Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|rowspan=2 |Chinese ({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 小甲 &#039;&#039;Xiǎo Jiǎ&#039;&#039;{{tt|*|Ching Win}}&lt;br /&gt;
| From 頓甲 &#039;&#039;Dùnjiǎ&#039;&#039; (Donphan)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 弗多多 &#039;&#039;Fúduōduō&#039;&#039;{{tt|*|Jilin Publishing}}&lt;br /&gt;
| Transcription of Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Brazilian Portuguese&lt;br /&gt;
| Phado&lt;br /&gt;
| Same as English VIZ Media name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Czech&lt;br /&gt;
| Phado&lt;br /&gt;
| From &#039;&#039;Donphan&#039;&#039; and &#039;&#039;-o&#039;&#039; (common suffix among the nicknames of Sapphire&#039;s Pokémon)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Vietnamese&lt;br /&gt;
| Fadodo&lt;br /&gt;
| Transcription of Japanese name&lt;br /&gt;
|}{{-}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Kirly&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;float:left; background: #{{psychic color light}}; border: 3px solid #{{fighting color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Language&lt;br /&gt;
! Name&lt;br /&gt;
! Origin&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Japanese&lt;br /&gt;
| きるる &#039;&#039;Kiruru&#039;&#039;&lt;br /&gt;
| From キルリア &#039;&#039;Kirlia&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| English&lt;br /&gt;
| Kirly&lt;br /&gt;
| From &#039;&#039;Kirlia&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Ruli&lt;br /&gt;
| From &#039;&#039;Kirlia&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 奇魯魯 / 奇鲁鲁 &#039;&#039;Qílǔlǔ &#039;&#039;&lt;br /&gt;
| From 奇鲁莉安 / 奇魯莉安 &#039;&#039;Qílǔlìān &#039;&#039; (Kirlia)&lt;br /&gt;
|- style=&amp;quot;background: #FFF&amp;quot;&lt;br /&gt;
| Vietnamese&lt;br /&gt;
| Kiruru&lt;br /&gt;
| Transcription of his Japanese name&lt;br /&gt;
|}{{-}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Lorry&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;float:left; background: #{{water color light}}; border: 3px solid #{{water color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Language&lt;br /&gt;
! Name&lt;br /&gt;
! Origin&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Japanese&lt;br /&gt;
| えるる &#039;&#039;Eruru&#039;&#039;&lt;br /&gt;
| From ホエルオー &#039;&#039;Whaloh&#039;&#039; ({{p|Wailord}})&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|rowspan=2 | English&lt;br /&gt;
| Lorry{{tt|*|VIZ Media}}&lt;br /&gt;
| From &#039;&#039;Wailord&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Walo{{tt|*|Chuang Yi}}&lt;br /&gt;
| From &#039;&#039;Wailord&#039;&#039; and &#039;&#039;-o&#039;&#039; (common suffix among the nicknames of Sapphire&#039;s Pokémon)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Welly&lt;br /&gt;
| From &#039;&#039;Wailord&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Walo&lt;br /&gt;
| From &#039;&#039;Wailord&#039;&#039; and &#039;&#039;-o&#039;&#039; (common suffix among the nicknames of Sapphire&#039;s Pokémon)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| French&lt;br /&gt;
| Wailo&lt;br /&gt;
| From &#039;&#039;Wailord&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Italian&lt;br /&gt;
| Wally&lt;br /&gt;
| From &#039;&#039;Wailord&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 에루루 &#039;&#039;Eruru&#039;&#039;&lt;br /&gt;
| Transcription of Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|rowspan=2 |Chinese ({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 吼鯨 &#039;&#039;Hǒujīng&#039;&#039;{{tt|*|Ching Win}}&lt;br /&gt;
| From 吼鯨王 &#039;&#039;Hǒujīngwáng&#039;&#039; (Wailord)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 艾鲁鲁 &#039;&#039;Àilǔlǔ&#039;&#039;{{tt|*|Jilin Publishing}}&lt;br /&gt;
| Transcription of Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Brazilian Portuguese&lt;br /&gt;
| Lorry&lt;br /&gt;
| Same as English VIZ Media name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Czech&lt;br /&gt;
| Wailo&lt;br /&gt;
| From &#039;&#039;Wailord&#039;&#039; and &#039;&#039;-o&#039;&#039; (common suffix among the nicknames of Sapphire&#039;s Pokémon)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Vietnamese&lt;br /&gt;
| Eruru&lt;br /&gt;
| Transcription of Japanese name&lt;br /&gt;
|}{{-}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Relly&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;float:left; background: #{{water color light}}; border: 3px solid #{{rock color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Language&lt;br /&gt;
! Name&lt;br /&gt;
! Origin&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Japanese&lt;br /&gt;
| じらら &#039;&#039;Jirara&#039;&#039;&lt;br /&gt;
| From ジーランス &#039;&#039;Glanth&#039;&#039; ({{p|Relicanth}})&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|rowspan=2 | English&lt;br /&gt;
| Relly{{tt|*|VIZ Media}}&lt;br /&gt;
| From &#039;&#039;Relicanth&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Relo{{tt|*|Chuang Yi}}&lt;br /&gt;
| From &#039;&#039;Relicanth&#039;&#039; and &#039;&#039;-o&#039;&#039; (common suffix among the nicknames of Sapphire&#039;s Pokémon)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Cantchen&lt;br /&gt;
| From &#039;&#039;Relicanth&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Relo&lt;br /&gt;
| From &#039;&#039;Relicanth&#039;&#039; and &#039;&#039;-o&#039;&#039; (common suffix among the nicknames of Sapphire&#039;s Pokémon)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| French&lt;br /&gt;
| Canth&lt;br /&gt;
| From &#039;&#039;Relicanth&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Italian&lt;br /&gt;
| Relick&lt;br /&gt;
| From &#039;&#039;Relicanth&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 시라라 &#039;&#039;Searara&#039;&#039;&lt;br /&gt;
| From 시라칸 &#039;&#039;Searakan&#039;&#039; (Relicanth)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|rowspan=2 |Chinese ({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 古空空 &#039;&#039;Gǔkōngkōng&#039;&#039;{{tt|*|Ching Win}}&lt;br /&gt;
| From 古空棘魚 &#039;&#039;Gǔkōngjíyú&#039;&#039; (Relicanth)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 基拉拉 &#039;&#039;Jīlālā&#039;&#039;{{tt|*|Jilin Publishing}}&lt;br /&gt;
| Transcription of Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Brazilian Portuguese&lt;br /&gt;
| Relly&lt;br /&gt;
| Same as English VIZ Media name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Vietnamese&lt;br /&gt;
| Jirara&lt;br /&gt;
| Transcription of Japanese name&lt;br /&gt;
|}{{-}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://corocoro.tv/pokesp/story/comic/character/sapphire/sapphire.html Pokémon Adventures website on Sapphire] (Japanese)&lt;br /&gt;
*[http://corocoro.tv/pokesp/story/comic/character/new_sapphire2015/sapphire.html Pokémon Adventures website on ORAS Sapphire] (Japanese)&lt;br /&gt;
&lt;br /&gt;
==Related articles==&lt;br /&gt;
* [[Timeline of Ruby and Sapphire&#039;s 80-day challenge]]&lt;br /&gt;
* [[a:Category:Sapphire (Adventures)|Images on the Bulbagarden Archives]]&lt;br /&gt;
&lt;br /&gt;
{{Sapphire&#039;s Pokémon}}&lt;br /&gt;
&lt;br /&gt;
{{Pokémon Adventures main character series|sapphire}}&lt;br /&gt;
{{DoubleProjectTag|Manga|CharacterDex}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Pokémon Adventures characters]]&lt;br /&gt;
[[Category:Trainers with Key Stones]]&lt;br /&gt;
[[Category:Characters with confirmed ages]]&lt;br /&gt;
&lt;br /&gt;
[[de:Saphir (Pocket Monsters SPECIAL)]]&lt;br /&gt;
[[es:Sapphire Birch/Zafiro Abedul]]&lt;br /&gt;
[[fr:Saphir (Pocket Monsters Special)]]&lt;br /&gt;
[[it:Zaffiro (La Grande Avventura)]]&lt;br /&gt;
[[ja:サファイア (ポケットモンスターSPECIAL)]]&lt;br /&gt;
[[zh:莎菲雅]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=AG035&amp;diff=4317693</id>
		<title>AG035</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=AG035&amp;diff=4317693"/>
		<updated>2025-06-09T13:46:01Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: Tiny typo.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EpicodePrevNext&lt;br /&gt;
|prevcode=AG034&lt;br /&gt;
|prevtitle=Having a Wailord of a Time&lt;br /&gt;
|nextcode=AG036&lt;br /&gt;
|nexttitle=The Spheal of Approval&lt;br /&gt;
|series=Pokémon the Series: Ruby and Sapphire&lt;br /&gt;
|colorscheme=Hoenn}}&lt;br /&gt;
{{EpisodeInfobox&lt;br /&gt;
|epcode=AG035&lt;br /&gt;
|altepcode=EP309&lt;br /&gt;
|colorscheme=Hoenn&lt;br /&gt;
|title_en=Win, Lose or Drew!&lt;br /&gt;
|title_ja=ハルカ！ポケモンコンテスト初挑戦！！&lt;br /&gt;
|title_ja_trans=Haruka! The First Pokémon Contest Challenge!!&lt;br /&gt;
|screen=yes&lt;br /&gt;
|broadcast_jp=July 24, 2003&lt;br /&gt;
|broadcast_us=May 29, 2004&lt;br /&gt;
|en_series=Pokémon Advanced&lt;br /&gt;
|en_op=[[I Wanna Be a Hero]]&lt;br /&gt;
|ja_op=[[Advance Adventure|アドバンス・アドベンチャー]]&lt;br /&gt;
|ja_ed=[[Polka O Dolka|ポルカ・オ・ドルカ]]&lt;br /&gt;
|olmteam=Team Ota&lt;br /&gt;
|scenario=冨岡淳広&lt;br /&gt;
|storyboard=秦義人&lt;br /&gt;
|director=秦義人&lt;br /&gt;
|art=宍戸久美子&lt;br /&gt;
|morecredits=yes&lt;br /&gt;
|epstaffpage=AG031-AG040&lt;br /&gt;
|footnotes=* {{filb-eppics|ag|035}}&lt;br /&gt;
* {{BMGf|4889|Dub review thread on BMGf}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Win, Lose or Drew!&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ハルカ！ポケモンコンテスト初挑戦！！&#039;&#039;&#039; &#039;&#039;{{tt|Haruka|May}}! The First Pokémon Contest Challenge!!&#039;&#039;) is the 35th episode of &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;, and the 309th episode of the [[Pokémon animated series]]. It was first broadcast in Japan on July 24, 2003, and in the United States on May 29, 2004. &lt;br /&gt;
&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
&lt;br /&gt;
==Blurb==&lt;br /&gt;
&amp;lt;!--https://www.pokemon.com/us/animation/seasons/6/episode-35-win-lose-or-drew/--&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;May enters Beautifly in the beauty contest, but Team Rocket is too late to enter their Dustox. At the competitions, the person in line right before May is none other than her rival Drew. Drew&#039;s Roselia gives an excellent performance, netting him an extremely high score. May is more determined than ever to beat Drew.&lt;br /&gt;
&lt;br /&gt;
Meanwhile, Team Rocket is busy holding a &amp;quot;charity drive&amp;quot; scam for PokéBlocks. A little old man stops to talk to them about PokéBlocks. The contest is heating up with a Milotic stealing the show. May is up again in the contest and she and her Beautifly toss a disc back and forth, like they practiced before.&lt;br /&gt;
&lt;br /&gt;
In the next round, she has to battle Drew who defeats her. He then loses to the contestant with the Milotic. May and Drew part on good terms and the scene ends with the old man still intently talking to a slumbering Team Rocket about PokéBlocks.&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
{{an|May}} rushes towards the [[Contest Hall]] with {{Ash}}, {{AP|Pikachu}}, [[Max]], and {{an|Brock}} following behind. Luckily, she makes it just before the cut-off time. Realizing they have three hours to spare until the [[Slateport City]] [[Pokémon Contest]] begins, Brock asks what they should do. Ash admits he is hungry again from all the running, so the group leaves to find a restaurant. Afterwards, {{TRT}} struts into the Contest Hall and performs their {{motto}} for the receptionist. The lady informs them that they have just missed the registration deadline, much to [[Jessie]]&#039;s disappointment. The trio sits on a park bench, wondering what to do next. They watch as a male {{pkmn|Trainer}} is busy {{pkmn|training}} with his {{p|Poochyena}}, rewarding it with some [[Pokéblock|Pokéblocks]]. [[James]] suggests they sell Pokéblocks, with Jessie and {{MTR}} cheering for the money-making scheme. Meanwhile, the Slateport Contest is about to get underway as [[Vivian Meridian|Vivian]] steps onto stage. She presents the Slateport [[Ribbon]] and introduces the [[Contest Judge|panel of judges]], formed by the Chief of the [[Pokémon Activities Committee]], [[Raoul Contesta]]; the {{pkmn|Fan Club Chairman|President}} of the [[Pokémon Fan Club]], [[Mr. Sukizo]]; and the [[Pokémon Center lady|operator]] of the [[Pokémon Center]], [[Nurse Joy]]. Backstage, May is anxious, and her nerves are beginning to get to her. Ash, Max, and Brock comfort her as [[Drew]] smiles from around the corner.&lt;br /&gt;
&lt;br /&gt;
The [[Appeal|Appeals Round]] begins, and one after another, [[Pokémon Coordinator]]s take the stage to showcase their {{OBP|Pokémon|species}} in such a way that their appearances and skills are highlighted. Soon it is Drew&#039;s turn, and he tells his {{TP|Drew|Roselia}} to use {{m|Petal Dance}}, landing on the stage with a graceful curtsy. Roselia follows up with a twirling {{m|Stun Spore}} and {{m|Magical Leaf}} combination. For its grand finale, Roselia disappears into a blizzard of petals before slicing them with a Magical Leaf attack for a dazzling display. As Vivian comments on how beautiful it is, Drew earns the highest score yet, with a 29.4. Drew walks backstage and begins to talk to May. They are interrupted by {{ho|Robert}} as he and his {{p|Milotic}} begin to perform. Milotic uses {{m|Safeguard}}, causing it to radiate with a green glow. Ash rushes out to check his [[Pokédex]] on Milotic, and Max adds that many say that Milotic is the most beautiful Pokémon, and Brock agrees. Milotic fans out its tail to show off its magnificent scales to the roaring crowd. The last entrant, May, is now up. She walks out onto the stage nervously. Vivian announces that this is her first Contest. May gets ready to send out {{TP|May|Beautifly}} but falls. Vivian asks if she is alright and May replies yes, getting to her feet and releasing Beautifly. May throws a frisbee and Beautifly uses {{m|String Shot}} to whip it back. May orders Beautifly to use {{m|Gust}} to send the frisbee back, though May almost fails to catch it. May then tells Beautifly to use {{m|Silver Wind}} while spinning, which creates a Silver Wind tornado effect. May ends her performance with a bow, with Beautifly landing on her head. Drew is mildly impressed, and May earns a 24.9 much to her disappointment. May walks backstage and Drew hands her a rose, causing her to blush, until he explains that it is for Beautifly and not her, before saying that she still has a lot of training to do. Outside, Team Rocket is dressed up and ready to sell, but have no Pokéblocks. They are thinking about stealing some from the contestants, but change plans when an old man approaches and offers to teach them the secrets about Pokéblocks. They immediately agree, excited about learning the secrets. However, the old man&#039;s lecture causes all but James to fall asleep as he tries to take down notes.  &lt;br /&gt;
&lt;br /&gt;
May and Drew watch as the eight Coordinators moving on to the [[Contest Battle|Contest Battles]] are revealed, including themselves and Robert. Brock worries that May has not had enough experience battling. May and Drew are revealed to be facing each other in the second round match-ups. As their battle begins, May sends out Beautifly and Drew calls out Roselia. Drew has Roselia use Magical Leaf, while May has Beautifly counter with a Gust. The manoeuvre works momentarily, but the Magical Leaf still injures Beautifly, costing May some of her valuable points. Drew informs May that Magical Leaf is a [[move]] that always hits. Roselia follows up with Stun Spore, but it doesn&#039;t affect Beautifly. Beautifly sends out String Shot, though it is shredded by Roselia&#039;s Magical Leaf, causing May to lose more points. May orders a Silver Wind, but it is countered by Petal Dance. Beautifly manages to fly up and avoid the petals, as Drew orders a {{m|Solar Beam}}. May has Beautifly use String Shot, but Roselia has fully charged its attack and scores a direct hit on its opponent. Beautifly looks worse for wear, as it drops to the battlefield in exhaustion. With only half the time up, the judges call battle off. Drew is the winner and moves on to the next stage, much to the disappointment of May and her friends. The boys find May backstage as she struggles to control her tears. They try to comfort her, admitting that losing is tough.&lt;br /&gt;
&lt;br /&gt;
Everyone&#039;s focus turns to the television screen as Drew&#039;s Roselia takes on Robert&#039;s Milotic in the next round. Vivian reveals that Roselia has already taken some hits, and Robert appears to have the upper hand. Milotic lashes its opponent with an {{m|Iron Tail}}. Roselia sends out Magical Leaf, but Robert cuts through it with {{m|Twister}}. As time runs out, Robert is declared the winner and he goes on to win the whole Contest. May is cheering along with everyone else, having gotten over her sadness. As Drew leaves the Contest Hall, May runs out and tells him that she will win next time. Drew laughs and tells her that they will have to see about that. Back with Team Rocket, the man continues to tell the trio all about Pokéblocks well into the night, unaware that all his students are now fast asleep, with even James finally collapsing from exhaustion.&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
[[File:Robert Slateport Ribbon.png|thumb|220px|Robert receiving the Slateport Ribbon]]&lt;br /&gt;
* {{an|May}} enters the [[Slateport City]] [[Pokémon Contest]], making her debut as a {{pkmn|Coordinator}}.&lt;br /&gt;
* [[Drew]] and {{ho|Robert}} enter the Slateport Contest as well.&lt;br /&gt;
* Drew defeats May in the first round of the [[Contest Battle|Battle Stage]], eliminating her from the competition.&lt;br /&gt;
* Robert defeats Drew in the semifinals and goes on to win the entire contest, earning the Slateport [[Ribbon]].&lt;br /&gt;
{{animeevents|AG}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
====Humans====&lt;br /&gt;
* [[Vivian Meridian]]&lt;br /&gt;
* {{ho|Robert}}&lt;br /&gt;
&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
* {{p|Milotic}}&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* {{Ash}}&lt;br /&gt;
* {{an|May}}&lt;br /&gt;
* {{an|Brock}}&lt;br /&gt;
* [[Max]]&lt;br /&gt;
* [[Jessie]]&lt;br /&gt;
* [[James]]&lt;br /&gt;
* [[Nurse Joy]]&lt;br /&gt;
* [[Drew]]&lt;br /&gt;
* [[Vivian Meridian]]&lt;br /&gt;
* [[Raoul Contesta]]&lt;br /&gt;
* [[Mr. Sukizo]]&lt;br /&gt;
* {{ho|Robert}}&lt;br /&gt;
* {{pkmn|Coordinator}}s&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
[[File:WTP AG035.png|thumb|200px|right|Who&#039;s That Pokémon?]]&lt;br /&gt;
[[Who&#039;s That Pokémon?]]: {{p|Dustox}}&lt;br /&gt;
* {{p|Pikachu}} ({{OP|Ash|Pikachu}})&lt;br /&gt;
* {{p|Meowth}} ({{TRM}})&lt;br /&gt;
* {{p|Wobbuffet}} ({{OP|Jessie|Wobbuffet}})&lt;br /&gt;
* {{p|Beautifly}} ({{OP|May|Beautifly}})&lt;br /&gt;
* {{p|Roselia}} ({{OP|Drew|Roselia}})&lt;br /&gt;
* {{p|Milotic}} ({{ho|Robert}}&#039;s; debut)&lt;br /&gt;
* {{p|Psyduck}} (Coordinator&#039;s)&lt;br /&gt;
* {{p|Ponyta}} (Coordinator&#039;s)&lt;br /&gt;
* {{p|Bellossom}} (Coordinator&#039;s)&lt;br /&gt;
* {{p|Forretress}} (Coordinator&#039;s)&lt;br /&gt;
* {{p|Poochyena}} (Coordinator&#039;s)&lt;br /&gt;
* {{p|Wingull}} (Coordinator&#039;s)&lt;br /&gt;
* {{p|Shroomish}} (Coordinator&#039;s)&lt;br /&gt;
* {{p|Azurill}} (Coordinator&#039;s)&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* The episode&#039;s title is a reference to the phrase &amp;quot;win, lose, or draw&amp;quot;.&lt;br /&gt;
* This episode was the first to air in Japan after the theatrical release of [[M06]].&lt;br /&gt;
* {{TRT}} doesn&#039;t blast off in this episode.&lt;br /&gt;
* This episode featured the first speaking appearance of [[Raoul Contesta]] and [[Mr. Sukizo]].&lt;br /&gt;
* {{TP|Drew|Roselia}}&#039;s performance was similar to [[Dawn&#039;s Ambipom]]&#039;s performance in &#039;&#039;[[DP061|Team Shocker!]]&#039;&#039;, where the Pokémon disappeared from sight during their flashy big finish. However, Roselia did manage to pass to the next round, unlike Ambipom.&lt;br /&gt;
&lt;br /&gt;
===Errors===&lt;br /&gt;
[[File:AG035 Error.png|thumb|200px|Drew&#039;s missing sleeves]]&lt;br /&gt;
* [[Drew]] is missing his sleeves for a brief period after losing to {{ho|Robert}}.&lt;br /&gt;
* The old man explains to Team Rocket that Spicy Pokéblock increases a Pokémon&#039;s Smartness. However, in the games, it actually increases Coolness.&lt;br /&gt;
* {{Ash}} and [[Max]] state that {{TP|May|Beautifly}} has the advantage over Roselia because of its Bug typing. This is not true, as {{p|Roselia}} is part {{type|Poison}}, so {{type|Bug}} moves do normal damage to Roselia.&lt;br /&gt;
&lt;br /&gt;
===Dub edits===&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Epilang|color=9999FF|bordercolor=FF7777&lt;br /&gt;
|zh_cmn={{tt|小遙！初次挑戰神奇寶貝華麗大賽！|May! The First Pokémon Contest Challenge!}}&lt;br /&gt;
|da={{tt|Dysten imod Drew!|The battle against Drew}}&lt;br /&gt;
|nl={{tt|Winnen of verliezen van Drew!|Win or lose from Drew!}}&lt;br /&gt;
|de={{tt|Hopp oder Top!|Hopp or Top!}}&lt;br /&gt;
|fr_eu={{tt|Flora tente sa chance|May tries her chance}}&lt;br /&gt;
|he=נצחון הפסד או לשלוף{{tt|nitsakhon hefsed o lishlof|Win Lose or Draw}}&lt;br /&gt;
|hi=शुरू हो गया पोकेमोन कॉन्टेस्ट! {{tt|&#039;&#039;Shuru ho gaya Pokemon Contest!&#039;&#039;|The Pokémon Contest has begun!}}{{tt|*|Hungama Dub}}&lt;br /&gt;
|it={{tt|Chi vince, chi perde|Win or lose}}&lt;br /&gt;
|ko={{tt|봄이 포켓몬 콘테스트의 첫도전|May the First Pokémon Contest Attempt}}&lt;br /&gt;
|no={{tt|Tap og vinn med samme sinn!|Lose and win with the same mind!}}&lt;br /&gt;
|pl={{tt|Wygraj, przegraj albo zremisuj|Win, lose or draw}}&lt;br /&gt;
|pt_br={{tt|Vencer ou Perder, Empatar Nunca!|Win or Lose, Never Draw!}}&lt;br /&gt;
|pt_eu={{tt|Vencer, Perder ou Drew!|Win, Lose or Drew!}}&lt;br /&gt;
|ru={{tt|Победить, нельзя проиграть|To win, never lose}} {{tt|*|written title}}&amp;lt;br&amp;gt;{{tt|Победа, поражение или Дрю|Win, loss, or Drew}} {{tt|*|spoken title}}&lt;br /&gt;
|es_la={{tt|¡Ganar, perder o empatar!|Win, lose or draw!}}&lt;br /&gt;
|es_eu={{tt|Ganar, perder o Drew|Win, lose or Drew}}&lt;br /&gt;
|sv={{tt|Majs första tävling!|May&#039;s first contest!}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{EpicodePrevNext|&lt;br /&gt;
prevcode=AG034 |&lt;br /&gt;
prevtitle=Having a Wailord of a Time |&lt;br /&gt;
nextcode=AG036 |&lt;br /&gt;
nexttitle=The Spheal of Approval |&lt;br /&gt;
series=Pokémon the Series: Ruby and Sapphire |&lt;br /&gt;
colorscheme=Hoenn}}&lt;br /&gt;
{{Project Anime notice}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:0309}}&lt;br /&gt;
[[Category:Pokémon the Series: Ruby and Sapphire episodes|035]]&lt;br /&gt;
[[Category:Episodes written by Atsuhiro Tomioka]]&lt;br /&gt;
[[Category:Episodes storyboarded and directed by Yoshito Hata]]&lt;br /&gt;
[[Category:Episodes storyboarded by Yoshito Hata]]&lt;br /&gt;
[[Category:Episodes directed by Yoshito Hata]]&lt;br /&gt;
[[Category:Episodes animated by Kumiko Shishido]]&lt;br /&gt;
[[Category:Episodes with Contests]]&lt;br /&gt;
[[Category:Episodes in which May loses a Contest]]&lt;br /&gt;
[[Category:Episodes focusing on May]]&lt;br /&gt;
[[Category:Episodes focusing on Drew]]&lt;br /&gt;
&lt;br /&gt;
[[de:Hopp oder top!]]&lt;br /&gt;
[[es:EP311]]&lt;br /&gt;
[[fr:AG035]]&lt;br /&gt;
[[it:RZ035]]&lt;br /&gt;
[[ja:AG編第35話]]&lt;br /&gt;
[[zh:宝可梦 超世代 第35集]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Brendan_(game)&amp;diff=4038842</id>
		<title>Brendan (game)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Brendan_(game)&amp;diff=4038842"/>
		<updated>2024-06-24T23:29:28Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: Replace with animated sprites when/if possible. Thx&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CharInfobox&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|corecolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|text=fff&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|jname=ユウキ&lt;br /&gt;
|tmname=Yuuki&lt;br /&gt;
|image=Omega Ruby Alpha Sapphire Brendan.png&lt;br /&gt;
|size=200px&lt;br /&gt;
|caption=Art from [[Pokémon Omega Ruby and Alpha Sapphire]]&lt;br /&gt;
|gender=Male&lt;br /&gt;
|hometown=[[Littleroot Town]] (originally [[Olivine City]] if chosen by the player)&lt;br /&gt;
|region=[[Hoenn]] (originally [[Johto]] if chosen by the player)&lt;br /&gt;
|relatives=[[Norman]], {{ho|Mom}} (as player, {{pkmn|Masters EX}})&amp;lt;br&amp;gt;[[Professor Birch]], unnamed mother, younger brother{{sup/3|E}} (as rival)&lt;br /&gt;
|age=yes&lt;br /&gt;
|years=Unknown{{sup/3|RSE}}&amp;lt;br&amp;gt;12 (as rival){{sup/6|ORAS}}&amp;lt;ref&amp;gt;{{g|Omega Ruby and Alpha Sapphire}}: &#039;&#039;Brendan, &#039;&#039;&#039;12&#039;&#039;&#039;, a Pokémon Trainer from Littleroot Town.&#039;&#039; - {{DL|TV Mauville|Hoenn News Network}}, emphasis added&amp;lt;/ref&amp;gt;&lt;br /&gt;
|colors=yes&lt;br /&gt;
|eyes=Brown{{tt|*|Generation III}}, Gray{{tt|*|Generation VI and Masters EX}}, Blue{{tt|*|Colosseum model and animated trailer}}&lt;br /&gt;
|hair=Black{{tt|*|Generation III}}, Brown{{tt|*|Generation VI and Masters EX}}&lt;br /&gt;
|trainer=yes&lt;br /&gt;
|trainerclass=[[Pokémon Trainer]], [[player character]]&lt;br /&gt;
|game=yes&lt;br /&gt;
|generation={{gen|III}}, {{gen|VI}}&lt;br /&gt;
|games={{3v2|Ruby|Sapphire|Emerald}}&amp;lt;br&amp;gt;{{pkmn|Omega Ruby and Alpha Sapphire}}, {{pkmn|Masters EX}}&lt;br /&gt;
|leader=no&lt;br /&gt;
|anime=yes&lt;br /&gt;
|epnum=M06&lt;br /&gt;
|epname=Jirachi: Wish Maker&lt;br /&gt;
|manga=counterpart&lt;br /&gt;
|mangacounterpart={{adv|Ruby}}, {{OBP|Ruby|Ruby-Sapphire}}, [[Rald]], {{OBP|Alpha|CPIW}}, {{OBP|Omega|CPIW}}&lt;br /&gt;
|roundnum=PS181&lt;br /&gt;
|roundname=Creeping Past Cacnea&lt;br /&gt;
|gameanim=yes&lt;br /&gt;
|pv=yes&lt;br /&gt;
|pvnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|pvname=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|envagame=Aleks Le&amp;lt;ref name=&amp;quot;Aleks Le&amp;quot;&amp;gt;[https://twitter.com/alekslevo/status/1166943216865693697 Aleks Le on Twitter]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&lt;br /&gt;
|javagame=[[Nobuhiko Okamoto]] &amp;lt;small&amp;gt;([[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer|ORAS Trailer]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;[[Yuko Sanpei]]&amp;lt;ref&amp;gt;Nintendo DREAM (vol. 329)&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Brendan&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ユウキ&#039;&#039;&#039; &#039;&#039;Yuuki&#039;&#039;) is the male choice for the [[player character]] in {{game2|Ruby|Sapphire|Emerald}} and their [[Generation VI]] remakes, {{pkmn|Omega Ruby and Alpha Sapphire}}. He also serves as a [[rival]] in the same games if the player chooses to play as his female counterpart, {{ga|May}}.&lt;br /&gt;
&lt;br /&gt;
==Terminology==&lt;br /&gt;
He is named &#039;&#039;&#039;Brendan&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ユウキ&#039;&#039;&#039; &#039;&#039;Yuuki&#039;&#039;) when he appears as a [[non-player character]] in the [[Generation III]] games and their [[Generation VI]] remakes. He is also known by {{mas|Brendan|the same name}} in [[Pokémon Masters EX]].&lt;br /&gt;
&lt;br /&gt;
He is known as &#039;&#039;&#039;Orlando&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;オメガ&#039;&#039;&#039; &#039;&#039;Omega&#039;&#039;) in pre-release media for [[Pokémon Omega Ruby and Alpha Sapphire]], including the [[Pokémon Omega Ruby and Pokémon Alpha Sapphire Special Demo Version|Special Demo Version]]. He is named  &#039;&#039;&#039;ラルド&#039;&#039;&#039; (&#039;&#039;Rald&#039;&#039;) in some screenshots of {{game|Emerald}} on the Japanese Nintendo website.&amp;lt;ref&amp;gt;[https://www.nintendo.co.jp/n08/bpej/frontier2/index.html Pokémon Emerald on Nintendo] (Japanese)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
===As the protagonist===&lt;br /&gt;
[[File:May Brendan Credits ORAS.png|thumb|200px|May and Brendan after the events of the game]]&lt;br /&gt;
If Brendan is selected as the player character, he starts his {{pkmn|journey}} moving from his home in [[Johto]] to his new home in the town of {{to|Littleroot}} in [[Hoenn]]. After saving [[Professor Birch]] from a [[wild Pokémon]], he is given one of the three first partner Pokémon of the Hoenn [[region]]. Brendan develops a close bond with {{ga|May}}, and eventually [[Wally]], who both act as his rivals. Brendan goes on to gather the eight Badges of Hoenn, stop the plans of [[Team Aqua]]{{sup/3|Sa}}{{sup/3|E}}{{sup/6|AS}}/[[Team Magma]]{{sup/3|Ru}}{{sup/3|E}}{{sup/6|OR}} and conquer the Pokémon League all before going off to face the {{gdis|Battle Frontier|III}}{{sup/3|E}}.&lt;br /&gt;
&lt;br /&gt;
===As a non-playable character===&lt;br /&gt;
[[File:Brendan Rival ORAS.png|thumb|200px|Brendan as the rival]]&lt;br /&gt;
If Brendan is not selected as the player, he is helping his father Birch finish the Hoenn [[Pokédex]] and becoming a Pokémon Professor. He is also the player&#039;s [[rival]] and friend. Along with May (when playing as Brendan), they are the only rivals unavailable for battle after entering the [[Hall of Fame]]. Additionally, they both are the only ones to not [[evolution|evolve]] their first partner Pokémon into its final form, except for in Omega Ruby and Alpha Sapphire, where their first partner Pokémon have been fully-evolved by the battle that takes place after the [[credits]].&lt;br /&gt;
&lt;br /&gt;
Both of Brendan&#039;s parents appear in the video games, his father [[Professor Birch]] and an unnamed mother. In {{g|Emerald}}, he also has a younger brother who also lacks a known name. He is neighbors with the player character and their family.&lt;br /&gt;
&lt;br /&gt;
===={{DL|PokéNav|Trainer&#039;s Eyes}}/{{DL|PokéNav|Match Call}}====&lt;br /&gt;
{{incomplete|section|needs=RSORAS information}}&lt;br /&gt;
&#039;&#039;&#039;Rad Neighbor Brendan&#039;&#039;&#039;{{sup/3|E}}&lt;br /&gt;
:&#039;&#039;&#039;Strategy&#039;&#039;&#039;&lt;br /&gt;
:Battle with knowledge!&lt;br /&gt;
:&#039;&#039;&#039;Trainer&#039;s Pokémon&#039;&#039;&#039;&lt;br /&gt;
:I will use various Pokémon.&lt;br /&gt;
:&#039;&#039;&#039;Self-Introduction&#039;&#039;&#039;&lt;br /&gt;
:I&#039;ll be a better Pokémon prof than my father is!&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
=====Pokémon Ruby and Sapphire=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Splash|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Rollout|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Stun Spore|move2type=Grass&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Focus Energy|move1type=Normal&lt;br /&gt;
|move2=Ember|move2type=Fire&lt;br /&gt;
|move3=Double Kick|move3type=Fighting&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Stun Spore|move2type=Grass&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Tackle|move2type=Normal&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Water Gun|move1type=Water&lt;br /&gt;
|move2=Bide|move2type=Normal&lt;br /&gt;
|move3=Mud Shot|move3type=Ground&lt;br /&gt;
|move4=Foresight|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Tackle|move2type=Normal&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Splash|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Rollout|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Quick Attack|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rollout|move1type=Rock&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Mud Sport|move2type=Ground&lt;br /&gt;
|move3=Foresight|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rollout|move1type=Rock&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass&lt;br /&gt;
|move2=Screech|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle (optional)======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Mist|move1type=Ice&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Amnesia|move1type=Psychic&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Mud Sport|move2type=Ground&lt;br /&gt;
|move3=Foresight|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Amnesia|move1type=Psychic&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Mist|move1type=Ice&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass&lt;br /&gt;
|move2=Screech|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Pokémon Emerald=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr E Brendan.png&lt;br /&gt;
|prize={{Pdollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr E Brendan.png&lt;br /&gt;
|prize={{Pdollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr E Brendan.png&lt;br /&gt;
|prize={{Pdollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle (optional)======&lt;br /&gt;
If the player never uses the Rustboro City PokéCenter and blacks out or uses [[Teleport]] after rescuing Peeko, they will encounter Brendan on {{rt|104|Hoenn}} when going to Mr. Briney&#039;s home.&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr E Brendan.png&lt;br /&gt;
|prize={{Pdollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=270&lt;br /&gt;
|pokemon=Lotad&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Ember|move4type=Fire}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr E Brendan.png&lt;br /&gt;
|prize={{Pdollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Yawn|move1type=Normal&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Mud-Slap|move2type=Ground&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Bide|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr E Brendan.png&lt;br /&gt;
|prize={{Pdollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Quick Attack|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}1200|&lt;br /&gt;
class={{PK}}{{MN}} Trainer|&lt;br /&gt;
classlink=Pokémon Trainer|&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Hoenn Route 110 |&lt;br /&gt;
locationname=Route 110 |&lt;br /&gt;
pokemon=3}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=278|&lt;br /&gt;
pokemon=Wingull|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=18|&lt;br /&gt;
ability=Keen Eye|&lt;br /&gt;
type1=Water|type2=Flying|&lt;br /&gt;
move1=Growl|move1type=Normal|&lt;br /&gt;
move2=Water Gun|move2type=Water|&lt;br /&gt;
move3=Supersonic|move3type=Normal|&lt;br /&gt;
move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=271|&lt;br /&gt;
pokemon=Lombre|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=18|&lt;br /&gt;
ability=Swift Swim|&lt;br /&gt;
type1=Water|type2=Grass|&lt;br /&gt;
move1=Astonish|move1type=Ghost|&lt;br /&gt;
move2=Growl|move2type=Normal|&lt;br /&gt;
move3=Absorb|move3type=Grass|&lt;br /&gt;
move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=256|&lt;br /&gt;
pokemon=Combusken|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=20|&lt;br /&gt;
ability=Blaze|&lt;br /&gt;
type1=Fire|type2=Fighting|&lt;br /&gt;
move1=Focus Energy|move1type=Normal|&lt;br /&gt;
move2=Ember|move2type=Fire|&lt;br /&gt;
move3=Double Kick|move3type=Fighting|&lt;br /&gt;
move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}1200|&lt;br /&gt;
class={{PK}}{{MN}} Trainer|&lt;br /&gt;
classlink=Pokémon Trainer|&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Hoenn Route 110 |&lt;br /&gt;
locationname=Route 110 |&lt;br /&gt;
pokemon=3}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=271|&lt;br /&gt;
pokemon=Lombre|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=18|&lt;br /&gt;
ability=Swift Swim|&lt;br /&gt;
type1=Water|type2=Grass|&lt;br /&gt;
move1=Astonish|move1type=Ghost|&lt;br /&gt;
move2=Growl|move2type=Normal|&lt;br /&gt;
move3=Absorb|move3type=Grass|&lt;br /&gt;
move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=218|&lt;br /&gt;
pokemon=Slugma|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=18|&lt;br /&gt;
ability=Magma Armor|&lt;br /&gt;
type1=Fire|&lt;br /&gt;
move1=Yawn|move1type=Normal|&lt;br /&gt;
move2=Smog|move2type=Poison|&lt;br /&gt;
move3=Ember|move3type=Fire|&lt;br /&gt;
move4=Rock Throw|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=259|&lt;br /&gt;
pokemon=Marshtomp|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=20|&lt;br /&gt;
ability=Torrent|&lt;br /&gt;
type1=Water|type2=Ground|&lt;br /&gt;
move1=Water Gun|move1type=Water|&lt;br /&gt;
move2=Bide|move2type=Normal|&lt;br /&gt;
move3=Mud Shot|move3type=Ground|&lt;br /&gt;
move4=Foresight|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}1200|&lt;br /&gt;
class={{PK}}{{MN}} Trainer |&lt;br /&gt;
classlink=Pokémon Trainer |&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Hoenn Route 110 |&lt;br /&gt;
locationname=Route 110 |&lt;br /&gt;
pokemon=3}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=218|&lt;br /&gt;
pokemon=Slugma|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=18|&lt;br /&gt;
ability=Magma Armor|&lt;br /&gt;
type1=Fire|&lt;br /&gt;
move1=Yawn|move1type=Normal|&lt;br /&gt;
move2=Smog|move2type=Poison|&lt;br /&gt;
move3=Ember|move3type=Fire|&lt;br /&gt;
move4=Rock Throw|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=278|&lt;br /&gt;
pokemon=Wingull|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=18|&lt;br /&gt;
ability=Keen Eye|&lt;br /&gt;
type1=Water|type2=Flying|&lt;br /&gt;
move1=Growl|move1type=Normal|&lt;br /&gt;
move2=Water Gun|move2type=Water|&lt;br /&gt;
move3=Supersonic|move3type=Normal|&lt;br /&gt;
move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=253|&lt;br /&gt;
pokemon=Grovyle|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=20|&lt;br /&gt;
ability=Overgrow|&lt;br /&gt;
type1=Grass|&lt;br /&gt;
move1=Absorb|move1type=Grass|&lt;br /&gt;
move2=Quick Attack|move2type=Normal|&lt;br /&gt;
move3=Fury Cutter|move3type=Bug|&lt;br /&gt;
move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}1860|&lt;br /&gt;
class={{PK}}{{MN}} Trainer|&lt;br /&gt;
classlink=Pokémon Trainer|&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Hoenn Route 119 |&lt;br /&gt;
locationname=Route 119 |&lt;br /&gt;
pokemon=3}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=279|&lt;br /&gt;
pokemon=Pelipper |&lt;br /&gt;
gender=male|&lt;br /&gt;
level=29|&lt;br /&gt;
ability=Keen Eye|&lt;br /&gt;
type1=Water|type2=Flying|&lt;br /&gt;
move1=Wing Attack|move1type=Flying|&lt;br /&gt;
move2=Supersonic|move2type=Normal|&lt;br /&gt;
move3=Mist|move3type=Ice|&lt;br /&gt;
move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=271|&lt;br /&gt;
pokemon=Lombre|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=29|&lt;br /&gt;
ability=Swift Swim|&lt;br /&gt;
type1=Water|type2=Grass|&lt;br /&gt;
move1=Absorb|move1type=Grass|&lt;br /&gt;
move2=Nature Power|move2type=Normal|&lt;br /&gt;
move3=Fake Out|move3type=Normal|&lt;br /&gt;
move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=256|&lt;br /&gt;
pokemon=Combusken|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=31|&lt;br /&gt;
ability=Blaze|&lt;br /&gt;
type1=Fire|type2=Fighting|&lt;br /&gt;
move1=Double Kick|move1type=Fighting|&lt;br /&gt;
move2=Peck |move2type=Flying|&lt;br /&gt;
move3=Sand-Attack|move3type=Ground|&lt;br /&gt;
move4=Bulk Up|move4type=Fighting}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}1860|&lt;br /&gt;
class={{PK}}{{MN}} Trainer|&lt;br /&gt;
classlink=Pokémon Trainer|&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Hoenn Route 119 |&lt;br /&gt;
locationname=Route 119 |&lt;br /&gt;
pokemon=3}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=271|&lt;br /&gt;
pokemon=Lombre|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=29|&lt;br /&gt;
ability=Swift Swim|&lt;br /&gt;
type1=Water|type2=Grass|&lt;br /&gt;
move1=Absorb|move1type=Grass|&lt;br /&gt;
move2=Nature Power|move2type=Normal|&lt;br /&gt;
move3=Fake Out|move3type=Normal|&lt;br /&gt;
move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=218|&lt;br /&gt;
pokemon=Slugma|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=29|&lt;br /&gt;
ability=Magma Armor|&lt;br /&gt;
type1=Fire|&lt;br /&gt;
move1=Ember|move1type=Fire|&lt;br /&gt;
move2=Rock Throw|move2type=Rock|&lt;br /&gt;
move3=Harden|move3type=Normal|&lt;br /&gt;
move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=259|&lt;br /&gt;
pokemon=Marshtomp|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=31|&lt;br /&gt;
ability=Torrent|&lt;br /&gt;
type1=Water|type2=Ground|&lt;br /&gt;
move1=Mud Shot|move1type=Ground|&lt;br /&gt;
move2=Foresight|move2type=Normal|&lt;br /&gt;
move3=Mud Sport|move3type=Ground|&lt;br /&gt;
move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}1860|&lt;br /&gt;
class={{PK}}{{MN}} Trainer |&lt;br /&gt;
classlink=Pokémon Trainer |&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Hoenn Route 119 |&lt;br /&gt;
locationname=Route 119 |&lt;br /&gt;
pokemon=3}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=218|&lt;br /&gt;
pokemon=Slugma|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=29|&lt;br /&gt;
ability=Magma Armor|&lt;br /&gt;
type1=Fire|&lt;br /&gt;
move1=Ember|move1type=Fire|&lt;br /&gt;
move2=Rock Throw|move2type=Rock|&lt;br /&gt;
move3=Harden|move3type=Normal|&lt;br /&gt;
move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=279|&lt;br /&gt;
pokemon=Pelipper|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=29|&lt;br /&gt;
ability=Keen Eye|&lt;br /&gt;
type1=Water|type2=Flying|&lt;br /&gt;
move1=Wing Attack|move1type=Flying|&lt;br /&gt;
move2=Supersonic|move2type=Normal|&lt;br /&gt;
move3=Mist|move3type=Ice|&lt;br /&gt;
move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=253|&lt;br /&gt;
pokemon=Grovyle|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=31|&lt;br /&gt;
ability=Overgrow|&lt;br /&gt;
type1=Grass|&lt;br /&gt;
move1=Fury Cutter|move1type=Bug|&lt;br /&gt;
move2=Pursuit|move2type=Dark|&lt;br /&gt;
move3=Screech|move3type=Normal|&lt;br /&gt;
move4=Leaf Blade|move4type=Grass}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fifth battle (optional)======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}2040|&lt;br /&gt;
class={{PK}}{{MN}} Trainer|&lt;br /&gt;
classlink=Pokémon Trainer|&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Lilycove City |&lt;br /&gt;
pokemon=4}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=357|&lt;br /&gt;
pokemon=Tropius|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=31|&lt;br /&gt;
ability=Chlorophyll|&lt;br /&gt;
type1=Grass|type2=Flying|&lt;br /&gt;
move1=Stomp|move1type=Normal|&lt;br /&gt;
move2=Sweet Scent|move2type=Normal|&lt;br /&gt;
move3=Whirlwind|move3type=Normal|&lt;br /&gt;
move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=279|&lt;br /&gt;
pokemon=Pelipper|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=32|&lt;br /&gt;
ability=Keen Eye|&lt;br /&gt;
type1=Water|type2=Flying|&lt;br /&gt;
move1=Wing Attack|move1type=Flying|&lt;br /&gt;
move2=Supersonic|move2type=Normal|&lt;br /&gt;
move3=Mist|move3type=Ice|&lt;br /&gt;
move4=Protect|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=272|&lt;br /&gt;
pokemon=Ludicolo|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=32|&lt;br /&gt;
ability=Swift Swim|&lt;br /&gt;
type1=Water|type2=Grass|&lt;br /&gt;
move1=Astonish|move1type=Ghost|&lt;br /&gt;
move2=Growl|move2type=Normal|&lt;br /&gt;
move3=Absorb|move3type=Grass|&lt;br /&gt;
move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=256|&lt;br /&gt;
pokemon=Combusken|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=34|&lt;br /&gt;
ability=Blaze|&lt;br /&gt;
type1=Fire|type2=Fighting|&lt;br /&gt;
move1=Peck|move1type=Flying|&lt;br /&gt;
move2=Sand-Attack|move2type=Ground|&lt;br /&gt;
move3=Bulk Up|move3type=Fighting|&lt;br /&gt;
move4=Quick Attack|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}2040|&lt;br /&gt;
class={{PK}}{{MN}} Trainer |&lt;br /&gt;
classlink=Pokémon Trainer |&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Lilycove City |&lt;br /&gt;
pokemon=4}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=357|&lt;br /&gt;
pokemon=Tropius|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=31|&lt;br /&gt;
ability=Chlorophyll|&lt;br /&gt;
type1=Grass|type2=Flying|&lt;br /&gt;
move1=Stomp|move1type=Normal|&lt;br /&gt;
move2=Sweet Scent|move2type=Normal|&lt;br /&gt;
move3=Whirlwind|move3type=Normal|&lt;br /&gt;
move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=272|&lt;br /&gt;
pokemon=Ludicolo|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=32|&lt;br /&gt;
ability=Swift Swim|&lt;br /&gt;
type1=Water|type2=Grass|&lt;br /&gt;
move1=Astonish|move1type=Ghost|&lt;br /&gt;
move2=Growl|move2type=Normal|&lt;br /&gt;
move3=Absorb|move3type=Grass|&lt;br /&gt;
move4=Nature Power|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=218|&lt;br /&gt;
pokemon=Slugma|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=32|&lt;br /&gt;
ability=Magma Armor|&lt;br /&gt;
type1=Fire|&lt;br /&gt;
move1=Ember|move1type=Fire|&lt;br /&gt;
move2=Rock Throw|move2type=Rock|&lt;br /&gt;
move3=Harden|move3type=Normal|&lt;br /&gt;
move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=259|&lt;br /&gt;
pokemon=Marshtomp|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=34|&lt;br /&gt;
ability=Torrent|&lt;br /&gt;
type1=Water|type2=Ground|&lt;br /&gt;
move1=Mud Shot|move1type=Ground|&lt;br /&gt;
move2=Foresight|move2type=Normal|&lt;br /&gt;
move3=Mud Sport|move3type=Ground|&lt;br /&gt;
move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}2040|&lt;br /&gt;
class={{PK}}{{MN}} Trainer |&lt;br /&gt;
classlink=Pokémon Trainer |&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Lilycove City |&lt;br /&gt;
pokemon=4}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=357|&lt;br /&gt;
pokemon=Tropius|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=31|&lt;br /&gt;
ability=Chlorophyll|&lt;br /&gt;
type1=Grass|type2=Flying|&lt;br /&gt;
move1=Stomp|move1type=Normal|&lt;br /&gt;
move2=Sweet Scent|move2type=Normal|&lt;br /&gt;
move3=Whirlwind|move3type=Normal|&lt;br /&gt;
move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=218|&lt;br /&gt;
pokemon=Slugma|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=32|&lt;br /&gt;
ability=Magma Armor|&lt;br /&gt;
type1=Fire|&lt;br /&gt;
move1=Ember|move1type=Fire|&lt;br /&gt;
move2=Rock Throw|move2type=Rock|&lt;br /&gt;
move3=Harden|move3type=Normal|&lt;br /&gt;
move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=279|&lt;br /&gt;
pokemon=Pelipper|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=32|&lt;br /&gt;
ability=Keen Eye|&lt;br /&gt;
type1=Water|type2=Flying|&lt;br /&gt;
move1=Wing Attack|move1type=Flying|&lt;br /&gt;
move2=Supersonic|move2type=Normal|&lt;br /&gt;
move3=Mist|move3type=Ice|&lt;br /&gt;
move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=253|&lt;br /&gt;
pokemon=Grovyle|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=34|&lt;br /&gt;
ability=Overgrow|&lt;br /&gt;
type1=Grass|&lt;br /&gt;
move1=Fury Cutter|move1type=Bug|&lt;br /&gt;
move2=Pursuit|move2type=Dark|&lt;br /&gt;
move3=Screech|move3type=Normal|&lt;br /&gt;
move4=Leaf Blade|move4type=Grass}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Pokémon Omega Ruby and Alpha Sapphire=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Gun|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Rollout|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Whirlpool|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Astonish|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Stun Spore|move1type=Grass|move1cat=Status&lt;br /&gt;
|move2=Leech Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Mega Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Headbutt|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Sand Attack|move1type=Ground|move1cat=Status&lt;br /&gt;
|move2=Peck|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Double Kick|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Flame Charge|move4type=Fire|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Stun Spore|move1type=Grass|move1cat=Status&lt;br /&gt;
|move2=Leech Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Mega Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Headbutt|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Ember|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Throw|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Harden|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Incinerate|move4type=Fire|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud-Slap|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Foresight|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Mud Bomb|move3type=Ground|move3cat=Special&lt;br /&gt;
|move4=Bide|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Ember|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Throw|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Harden|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Incinerate|move4type=Fire|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Gun|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Rollout|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Whirlpool|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Astonish|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Quick Attack|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Mega Drain|move2type=Grass|move2cat=Special&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Pursuit|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======[[Multi Battle]] with the {{player}}======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Whirlpool|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Astonish|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Water Pulse|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Mist|move4type=Ice|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Headbutt|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Poison Powder|move3type=Poison|move3cat=Status&lt;br /&gt;
|move4=Worry Seed|move4type=Grass|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Peck|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Double Kick|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Flame Charge|move3type=Fire|move3cat=Physical&lt;br /&gt;
|move4=Quick Attack|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Headbutt|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Poison Powder|move3type=Poison|move3cat=Status&lt;br /&gt;
|move4=Worry Seed|move4type=Grass|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Harden|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Incinerate|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Clear Smog|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Ancient Power|move4type=Rock|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Foresight|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Mud Shot|move2type=Ground|move2cat=Special&lt;br /&gt;
|move3=Bide|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Mud Bomb|move4type=Ground|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Harden|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Incinerate|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Clear Smog|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Ancient Power|move4type=Rock|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Whirlpool|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Astonish|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Water Pulse|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Mist|move4type=Ice|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Fury Cutter|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Pursuit|move3type=Dark|move3cat=Physical&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Pulse|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Mist|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Brine|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Poison Powder|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Worry Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Giga Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Growth|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Flame Charge|move2type=Fire|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Bulk Up|move4type=Fighting|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Poison Powder|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Worry Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Giga Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Growth|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Clear Smog|move1type=Poison|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Flame Burst|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Bide|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Mud Bomb|move2type=Ground|move2cat=Special&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Protect|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Clear Smog|move1type=Poison|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Flame Burst|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Pulse|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Mist|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Brine|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pursuit|move1type=Dark|move1cat=Physical&lt;br /&gt;
|move2=Leaf Blade|move2type=Grass|move2cat=Physical&lt;br /&gt;
|move3=Agility|move3type=Psychic|move3cat=Status&lt;br /&gt;
|move4=Slam|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rest|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Brine|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Water Spout|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Counter|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Mach Punch|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Force Palm|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Mind Reader|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=257&lt;br /&gt;
|pokemon=Blaziken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Quick Attack|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting|move2cat=Status&lt;br /&gt;
|move3=Blaze Kick|move3type=Fire|move3cat=Physical&lt;br /&gt;
|move4=Focus Energy|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Counter|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Mach Punch|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Force Palm|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Mind Reader|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Flame Burst|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Lava Plume|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=260&lt;br /&gt;
|pokemon=Swampert&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Bomb|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Protect|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Muddy Water|move4type=Water|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Flame Burst|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Lava Plume|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rest|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Brine|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Water Spout|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=254&lt;br /&gt;
|pokemon=Sceptile&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Agility|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Slam|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Dual Chop|move3type=Dragon|move3cat=Physical&lt;br /&gt;
|move4=Detect|move4type=Fighting|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fifth battle======&lt;br /&gt;
Winning this fight is not mandatory. The player will not [[black out]] and the story will progress either way.&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Surf|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Heavy Slam|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Bulldoze|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Seed Bomb|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Force Palm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Venoshock|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Rock Tomb|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=257&lt;br /&gt;
|pokemon=Blaziken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|held=Blazikenite&lt;br /&gt;
|move1=Blaze Kick|move1type=Fire|move1cat=Physical&lt;br /&gt;
|move2=Brick Break|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Shadow Claw|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Seed Bomb|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Force Palm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Venoshock|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Rock Tomb|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Earth Power|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Lava Plume|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Body Slam|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=260&lt;br /&gt;
|pokemon=Swampert&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|held=Swampertite&lt;br /&gt;
|move1=Earthquake|move1type=Ground|move1cat=Physical&lt;br /&gt;
|move2=Muddy Water|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Brick Break|move4type=Fighting|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Earth Power|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Lava Plume|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Body Slam|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Surf|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Heavy Slam|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Bulldoze|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=254&lt;br /&gt;
|pokemon=Sceptile&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|held=Sceptilite&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=X-Scissor|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Dual Chop|move3type=Dragon|move3cat=Physical&lt;br /&gt;
|move4=Night Slash|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Battle Maison Multi Battle======&lt;br /&gt;
Brendan will always use these two Pokémon as the player&#039;s Multi Battle Partner.&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Battle Maison&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|held=Light Clay&lt;br /&gt;
|move1=Light Screen|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Reflect|move2type=Psychic|move2cat=Status&lt;br /&gt;
|move3=Earth Power|move3type=Ground|move3cat=Special&lt;br /&gt;
|move4=Psychic|move4type=Psychic|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=295&lt;br /&gt;
|pokemon=Exploud&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Soundproof&lt;br /&gt;
|held=Assault Vest&lt;br /&gt;
|move1=Hyper Voice|move1type=Normal|move1cat=Special&lt;br /&gt;
|move2=Fire Blast|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Blizzard|move3type=Ice|move3cat=Special&lt;br /&gt;
|move4=Shadow Ball|move4type=Ghost|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
==In the spin-off games==&lt;br /&gt;
[[File:Masters Team Hoenn Unite.png|thumb|200px|Brendan with {{mas|May}} in the [[Team Hoenn Unite!]] [[solo event]] banner]]&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
{{main|Brendan (Masters)}}&lt;br /&gt;
Brendan, who is based on the [[player character]], forms a [[sync pair]] with {{p|Treecko}} and its evolved forms {{p|Grovyle}} and {{p|Sceptile}}, along with {{p|Latios}} in [[Pokémon Masters EX]]. Both his Sceptile and Latios are capable of [[Mega Evolution|Mega Evolving]]. Brendan has been a playable sync pair since the game&#039;s release.&lt;br /&gt;
&lt;br /&gt;
Brendan has also made notable appearances in the game&#039;s Main Stories: the [[PML Arc]], [[Legendary Adventures]], and the [[Villain Arc]].&lt;br /&gt;
&lt;br /&gt;
{{PairDex/h|Ruby}}&lt;br /&gt;
{{PairDex|018|Brendan|trainerlink=Brendan (Masters)#Treecko → Grovyle → Sceptile|trainerimg=Brendan|0254M|Treecko → Grovyle → Sceptile|pokemonlink=Treecko (Pokémon)|mega=Sceptilite|form=[[Mega Evolution|Mega Sceptile]]|gender=male|Grass|Poison|Physical Strike|6|Sync Pair Scout}}&lt;br /&gt;
{{PairDex|018|Brendan|trainerlink=Brendan (Masters)#Latios|trainerimg=Brendan Sygna|sygna=[[Sygna suit|Sygna Suit]]|0381M|Latios|pokemonlink=Latios (Pokémon)|gender=male|mega=Latiosite|form=[[Mega Evolution|Mega Latios]]|Dragon|Fairy|Support|6|Poké Fair Sync Pair Scout}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===[[Pokémon GO]]===&lt;br /&gt;
{{main|Style (GO)}}&lt;br /&gt;
For the start of Pokémon GO Tour: Hoenn, Brendan&#039;s outfit from {{g|Omega Ruby and Alpha Sapphire}} was released as free style options in [[Pokémon GO]].&lt;br /&gt;
&lt;br /&gt;
==Quotes==&lt;br /&gt;
{{main|Brendan (game)/Quotes}}&lt;br /&gt;
&lt;br /&gt;
==Optional names==&lt;br /&gt;
In the game, two of the optional names—one in Ruby and one in Sapphire—refer to &amp;quot;land&amp;quot; and &amp;quot;sea&amp;quot; respectively. In the English version, these are &#039;&#039;&#039;Land&#039;&#039;&#039;on and &#039;&#039;&#039;Sea&#039;&#039;&#039;n; in the Japanese version, リクヤ &#039;&#039;&#039;&#039;&#039;Riku&#039;&#039;&#039;ya&#039;&#039; and カイト &#039;&#039;&#039;&#039;&#039;Kai&#039;&#039;&#039;to&#039;&#039; (陸 &#039;&#039;riku&#039;&#039; means land and 海 &#039;&#039;kai&#039;&#039; means sea). This is also the case in other languages. Additionally, in the English version, two of the shared names—Terry and Seth—seem to be influenced by the same theme.&lt;br /&gt;
&lt;br /&gt;
In Emerald, if the player leaves the name writing screen without any written name, or with a name composed entirely of empty spaces, Professor Birch says &amp;quot;So it&#039;s &amp;lt;optional name&amp;gt;?&amp;quot;, suggesting one of the 20 available names. The player may answer &amp;quot;Yes&amp;quot; to accept the suggested name, or &amp;quot;No&amp;quot; to return to the name writing screen.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;float:left; background: #{{ruby color light}}; {{roundy|10px}}; border: 3px solid #{{ruby color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! Game&lt;br /&gt;
! Japanese&lt;br /&gt;
! English&lt;br /&gt;
! French&lt;br /&gt;
! German&lt;br /&gt;
! Italian&lt;br /&gt;
! Spanish&lt;br /&gt;
|- style=&amp;quot;background: #FFF;&amp;quot;&lt;br /&gt;
|Ruby and Sapphire&lt;br /&gt;
|&amp;lt;ab&amp;gt;リクヤ &#039;&#039;Rikuya&#039;&#039;{{sup/3|R}}&lt;br /&gt;
カイト &#039;&#039;Kaito&#039;&#039;{{sup/3|S}}&lt;br /&gt;
ヒロアキ &#039;&#039;Hiroaki&#039;&#039;&lt;br /&gt;
ヒトシ &#039;&#039;Hitoshi&#039;&#039;&lt;br /&gt;
ケイ &#039;&#039;Kei&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;LANDON{{sup/3|R}}&lt;br /&gt;
SEAN{{sup/3|S}}&lt;br /&gt;
TERRY&lt;br /&gt;
SETH&lt;br /&gt;
TOM&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;THIERRY{{sup/3|R}}&lt;br /&gt;
MARTIAL{{sup/3|S}}&lt;br /&gt;
THOMAS&lt;br /&gt;
DANIEL&lt;br /&gt;
SEB&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;ROLAND{{sup/3|R}}&lt;br /&gt;
SEBOLD{{sup/3|S}}&lt;br /&gt;
DANIEL&lt;br /&gt;
HELGE&lt;br /&gt;
JAN&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;LANDON{{sup/3|R}}&lt;br /&gt;
MARTIN{{sup/3|S}}&lt;br /&gt;
MARCO&lt;br /&gt;
PAOLO&lt;br /&gt;
LUCIO&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;TEREN{{sup/3|R}}&lt;br /&gt;
MARINO{{sup/3|S}}&lt;br /&gt;
QUIMI&lt;br /&gt;
RUFO&lt;br /&gt;
ARTURO&amp;lt;/ab&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background: #FFF;&amp;quot;&lt;br /&gt;
|Emerald&lt;br /&gt;
|&amp;lt;ab&amp;gt;イツオ &#039;&#039;Itsuo&#039;&#039;&lt;br /&gt;
ギョク &#039;&#039;Gyoku&#039;&#039;&lt;br /&gt;
ケイ &#039;&#039;Kei&#039;&#039;&lt;br /&gt;
シュウサク &#039;&#039;Shūsaku&#039;&#039;&lt;br /&gt;
セイゴ &#039;&#039;Seigo&#039;&#039;&lt;br /&gt;
ダイサク &#039;&#039;Daisaku&#039;&#039;&lt;br /&gt;
タカヒト &#039;&#039;Takahito&#039;&#039;&lt;br /&gt;
タツヤ &#039;&#039;Tatsuya&#039;&#039;&lt;br /&gt;
ダニエル &#039;&#039;Daniel&#039;&#039;&lt;br /&gt;
テルキ &#039;&#039;Teruki&#039;&#039;&lt;br /&gt;
トム &#039;&#039;Tom&#039;&#039;&lt;br /&gt;
トモヤ &#039;&#039;Tomoya&#039;&#039;&lt;br /&gt;
ヒトシ &#039;&#039;Hitoshi&#039;&#039;&lt;br /&gt;
ヒロアキ &#039;&#039;Hiroaki&#039;&#039;&lt;br /&gt;
ユキヒコ &#039;&#039;Yukihiko&#039;&#039;&lt;br /&gt;
ラルド &#039;&#039;Rald&#039;&#039;&lt;br /&gt;
リクヤ &#039;&#039;Rikuya&#039;&#039;&lt;br /&gt;
リチャード &#039;&#039;Richard&#039;&#039;&lt;br /&gt;
リュウ &#039;&#039;Ryū&#039;&#039;&lt;br /&gt;
リョウタ &#039;&#039;Ryōta&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;STU&lt;br /&gt;
MILTON&lt;br /&gt;
TOM&lt;br /&gt;
KENNY&lt;br /&gt;
REID&lt;br /&gt;
JUDE&lt;br /&gt;
JAXSON&lt;br /&gt;
EASTON&lt;br /&gt;
WALKER&lt;br /&gt;
TERU&lt;br /&gt;
JOHNNY&lt;br /&gt;
BRETT&lt;br /&gt;
SETH&lt;br /&gt;
TERRY&lt;br /&gt;
CASEY&lt;br /&gt;
DARREN&lt;br /&gt;
LANDON&lt;br /&gt;
COLLIN&lt;br /&gt;
STANLEY&lt;br /&gt;
QUINCY&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;STEF&lt;br /&gt;
MANUEL&lt;br /&gt;
SEB&lt;br /&gt;
GWENN&lt;br /&gt;
ARNO&lt;br /&gt;
JULES&lt;br /&gt;
JOHANN&lt;br /&gt;
THIBAUD&lt;br /&gt;
ALEC&lt;br /&gt;
GIBUS&lt;br /&gt;
JOHNNY&lt;br /&gt;
FABRICE&lt;br /&gt;
DANIEL&lt;br /&gt;
THOMAS&lt;br /&gt;
GARY&lt;br /&gt;
RUDDY&lt;br /&gt;
THIERRY&lt;br /&gt;
COLIN&lt;br /&gt;
STAN&lt;br /&gt;
SEVERIN&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;STEFAN&lt;br /&gt;
FLORIAN&lt;br /&gt;
JAN&lt;br /&gt;
ERIK&lt;br /&gt;
THOMAS&lt;br /&gt;
MARTIN&lt;br /&gt;
MARKUS&lt;br /&gt;
KLAUS&lt;br /&gt;
PAUL&lt;br /&gt;
ROLF&lt;br /&gt;
JÖRG&lt;br /&gt;
HAIKO&lt;br /&gt;
HELGE&lt;br /&gt;
DANIEL&lt;br /&gt;
MICHAEL&lt;br /&gt;
DAVID&lt;br /&gt;
ROLAND&lt;br /&gt;
JOHANN&lt;br /&gt;
DIETER&lt;br /&gt;
ANSELM&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;FRANCY&lt;br /&gt;
GIORGIO&lt;br /&gt;
LUCIO&lt;br /&gt;
FABY&lt;br /&gt;
ANDREA&lt;br /&gt;
DANIELE&lt;br /&gt;
MICHELE&lt;br /&gt;
RENZO&lt;br /&gt;
EUGENIO&lt;br /&gt;
ELIA&lt;br /&gt;
SANDRO&lt;br /&gt;
PIETRO&lt;br /&gt;
PAOLO&lt;br /&gt;
MARCO&lt;br /&gt;
ALBERTO&lt;br /&gt;
FILIPPO&lt;br /&gt;
LANDON&lt;br /&gt;
GINO&lt;br /&gt;
CECCO&lt;br /&gt;
MARIO&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;ELENO&lt;br /&gt;
LAREO&lt;br /&gt;
ARTURO&lt;br /&gt;
CARLO&lt;br /&gt;
MAURI&lt;br /&gt;
DANIEL&lt;br /&gt;
MARCELO&lt;br /&gt;
ROBERTO&lt;br /&gt;
AITOR&lt;br /&gt;
JULI&lt;br /&gt;
NARCISO&lt;br /&gt;
LUIS&lt;br /&gt;
RUFO&lt;br /&gt;
QUIMI&lt;br /&gt;
JESUSO&lt;br /&gt;
MARCO&lt;br /&gt;
TEREN&lt;br /&gt;
MARIO&lt;br /&gt;
PEDRO&lt;br /&gt;
ENRIQUE&amp;lt;/ab&amp;gt;&lt;br /&gt;
|}{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the TFG==&lt;br /&gt;
There are three {{TFG|Trainer figure|Trainer figures}} based on Brendan. They are versions of Brendan with the same design, but with different colors. In all figures, Brendan uses his sweater and backpack from {{game|Emerald}}, and his pants and shoes from {{game|Ruby and Sapphire|s}}.&lt;br /&gt;
&lt;br /&gt;
* {{TFG ID|Next Quest|Brendan|41}} (Japanese: ユウキ &#039;&#039;Yūki&#039;&#039;) from {{TFG|Next Quest}}, wearing clothes with blue in place of the red or orange colors from the other figures.&lt;br /&gt;
* {{TFG ID|Groundbreakers|Landon|41}} (Japanese: リクヤ &#039;&#039;Rikuya&#039;&#039;) from {{TFG|Groundbreakers}}, wearing clothes with the color palette from Ruby and Sapphire.&lt;br /&gt;
* {{TFG ID|Unnamed Third Set|Sean|41}} (Japanese: カイト &#039;&#039;Kaito&#039;&#039;), from the {{TFG|Unnamed Third Set}}, wearing clothes with the color palette from Emerald.&lt;br /&gt;
&lt;br /&gt;
The Brendan figure is part of the single released set, Next Quest. The other two sets were not released, so the Landon and Sean figures were not released either.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:BrendanNextQuest41.png|{{TFG ID|Next Quest|Brendan|41}}&lt;br /&gt;
File:LandonGroundbreakers41.png|{{TFG ID|Groundbreakers|Landon|41}}&lt;br /&gt;
File:SeanUnnamedThirdSet41.jpg|{{TFG ID|Unnamed Third Set|Sean|41}}&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Counterparts==&lt;br /&gt;
&lt;br /&gt;
===In the anime===&lt;br /&gt;
&lt;br /&gt;
====Main series====&lt;br /&gt;
[[File:Brendan anime.png|thumb|250px|Brendan in the {{pkmn|anime}}]]&lt;br /&gt;
Brendan&#039;s only appearances in the main series are small cameos in the opening sequences of {{pkmn|movie}}s, specifically &#039;&#039;[[M06|Jirachi: Wish Maker]]&#039;&#039;, &#039;&#039;[[M09|Pokémon Ranger and the Temple of the Sea]]&#039;&#039;, and &#039;&#039;[[M11|Giratina and the Sky Warrior]]&#039;&#039;. He is shown to spend time in [[Battle Tower]]s. In all of his appearances, he has appeared with his Ruby and Sapphire outfit.&lt;br /&gt;
&lt;br /&gt;
Unlike in the games, he has never interacted with [[May (anime)|May]]. It is unknown if he has ever met her, or even if his parents are the same as in the games, as neither [[Norman]] nor [[Professor Birch]] has mentioned him.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|width=68&lt;br /&gt;
|pkmn=Shiftry&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|type2=Dark&lt;br /&gt;
|img=Brendan Shiftry.png&lt;br /&gt;
|epnum=M06&lt;br /&gt;
|epname=Jirachi: Wish Maker&lt;br /&gt;
|desc=Brendan&#039;s {{p|Shiftry}} was only briefly seen in a [[Double Battle]] at the beginning of [[M06|the sixth movie]] alongside Aggron, against a Solrock and Manectric. During the battle, Shiftry was hit by the Manectric&#039;s {{m|Spark}}. Shiftry is kept within a [[Repeat Ball]].&lt;br /&gt;
&lt;br /&gt;
Shiftry&#039;s only known move is {{m|Bullet Seed}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|pkmn=Aggron&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Rock&lt;br /&gt;
|img=Brendan Aggron.png&lt;br /&gt;
|epnum=M06&lt;br /&gt;
|epname=Jirachi: Wish Maker&lt;br /&gt;
|desc=Brendan&#039;s {{p|Aggron}} was only briefly seen in a [[Double Battle]] at the beginning of [[M06|the sixth movie]] alongside Shiftry, against a {{p|Solrock}} and {{p|Manectric}}. During the battle, Aggron {{status|freeze|froze}} the opponent&#039;s Solrock. Aggron is kept within a [[Luxury Ball]].&lt;br /&gt;
&lt;br /&gt;
Aggron&#039;s only known move is {{m|Ice Beam}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|pkmn=Swampert&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=Brendan Swampert.png&lt;br /&gt;
|epnum=M09&lt;br /&gt;
|epname=Pokémon Ranger and the Temple of the Sea&lt;br /&gt;
|desc={{p|Swampert}} was seen briefly at the beginning of [[M09|the ninth movie]], where it confronted {{OBP|Rebecca|M07}}&#039;s {{p|Tyranitar}} in the [[Battle Tower]]. Not much is known about it.&lt;br /&gt;
&lt;br /&gt;
Swampert&#039;s only known move is {{m|Ice Beam}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|pkmn=Rhyperior&lt;br /&gt;
|type1=Ground&lt;br /&gt;
|type2=Rock&lt;br /&gt;
|img=Brendan Rhyperior.png&lt;br /&gt;
|epnum=M11&lt;br /&gt;
|epname=Giratina and the Sky Warrior&lt;br /&gt;
|desc=Brendan&#039;s {{p|Rhyperior}} has only made a brief appearance at the beginning of [[M11|the eleventh movie]], where it was seen battling against {{ga|Lucas}}&#039;s {{p|Magmortar}}.&lt;br /&gt;
&lt;br /&gt;
Rhyperior&#039;s only known move is {{m|Hammer Arm}}.}}&lt;br /&gt;
&lt;br /&gt;
====Pokémon Generations====&lt;br /&gt;
[[File:Brendan PG.png|thumb|250px|Brendan in [[Pokémon Generations]]]]&lt;br /&gt;
Brendan appeared in &#039;&#039;[[PG07|The Vision]]&#039;&#039;, where he was first seen battling several {{tc|Team Magma Grunt}}s with his {{p|Sceptile}} while infiltrating the [[Team Magma Hideout]], before running into [[Courtney]]. She then challenged him to a battle with her {{p|Camerupt}} just as [[Maxie]] and the rest of Team Magma headed for the [[Seafloor Cavern]] aboard [[Submarine Explorer 1]].&lt;br /&gt;
&lt;br /&gt;
Much like the other [[player character]]s depicted in [[Pokémon Generations]], Brendan doesn&#039;t have any lines of dialogue.&lt;br /&gt;
&lt;br /&gt;
Later in &#039;&#039;[[PG09|The Scoop]]&#039;&#039;, a trainer was seen battling and catching Deoxys with Mega Rayquaza, although due to the trainers hidden face, it can&#039;t be 100% confirmed this was the same Brendan from &#039;&#039;[[PG07|The Vision]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|width=68&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|pkmn=Sceptile&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|img=Brendan Sceptile PG.png&lt;br /&gt;
|epnum=PG07&lt;br /&gt;
|epname=The Vision&lt;br /&gt;
|desc={{p|Sceptile}} is Brendan&#039;s only known Pokémon, possibly his [[first partner Pokémon]]. It was used to infiltrate and fight off {{tc|Team Magma Grunt}}s and [[Courtney]] in the [[Team Magma Hideout]].&lt;br /&gt;
&lt;br /&gt;
Sceptile&#039;s known moves are {{m|Leaf Storm}} and {{m|Leaf Blade}}.}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Do not add Mega Rayquaza. It is not certain that Brendan was the person with it in PG09&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Pokémon Omega Ruby and Alpha Sapphire Animated Trailer====&lt;br /&gt;
{{MissingInfo|1|enva}}&lt;br /&gt;
[[File:Brendan ORAS Trailer.png|thumb|250px|Brendan in the Omega Ruby and Alpha Sapphire Animated Trailer]]&lt;br /&gt;
Brendan appeared in the [[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer]], where he was first seen sleeping in his house in [[Littleroot Town]]. A {{p|Treecko}} comes by and wakes him up. He then runs to {{ga|May}}&#039;s house as the [[first partner Pokémon]] were playing with one another. Brendan encountered a {{tc|Youngster}} and battled his {{p|Zigzagoon}} with {{p|Treecko}}.&lt;br /&gt;
&lt;br /&gt;
Later, sometime after his Treecko evolved all the way up into Sceptile, Brendan battled {{Steven}} and his {{TP|Steven|Mega Metagross|Metagross}}. Brendan then [[soaring in the sky|soared in the sky]] with his Mega {{p|Latios}} alongside May and her Mega {{p|Latias}}.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|pkmn=Sceptile ↔ Mega Sceptile&lt;br /&gt;
|stage1=Treecko&lt;br /&gt;
|stage2=Grovyle&lt;br /&gt;
|width=68&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|img=Brendan Treecko ORAS Trailer.png&lt;br /&gt;
|cap=Brendan&#039;s Treecko&lt;br /&gt;
|img2=Brendan {{#switch: {{#expr: {{#time: U}} mod 2}}|0=Sceptile|1=Mega Sceptile}} ORAS Trailer.png&lt;br /&gt;
|cap2=Brendan&#039;s {{#switch: {{#expr: {{#time: U}} mod 2}}|0=Sceptile|1=Mega Sceptile}}&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Sceptile}} is the first Pokémon Brendan is known to have. It was first seen as a Treecko in Brendan&#039;s house at [[Littleroot Town]]. Treecko was briefly seen battling a {{tc|Youngster}}&#039;s {{p|Zigzagoon}}. Later, it was revealed to have evolved into a {{p|Grovyle}} and then a Sceptile. Sceptile then had the ability to Mega Evolve into a Mega Sceptile. It was last seen battling {{Steven}}&#039;s {{TP|Steven|Mega Metagross|Metagross}}.&lt;br /&gt;
&lt;br /&gt;
Sceptile&#039;s only known move is {{m|Pound}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|pkmn=Latios ↔ Mega Latios&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Mega Latios ORAS Trailer.png&lt;br /&gt;
|cap=Brendan&#039;s Mega Latios&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Latios}} is another of Brendan&#039;s Pokémon. He was only seen in his Mega Evolved form [[soaring in the sky]] along with {{ga|May}}&#039;s Mega {{p|Latias}}.&lt;br /&gt;
&lt;br /&gt;
None of Latios&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
=====Voice actors=====&lt;br /&gt;
{{vatable|color={{ruby color}}|bordercolor={{ruby color light}}&lt;br /&gt;
|ja=岡本信彦 &#039;&#039;[[Nobuhiko Okamoto]]&#039;&#039;&lt;br /&gt;
|en=&lt;br /&gt;
|es_eu=Roberto Rodríguez}}&lt;br /&gt;
&lt;br /&gt;
====GOTCHA!====&lt;br /&gt;
Brendan briefly appeared in [[GOTCHA!]].&lt;br /&gt;
&lt;br /&gt;
===In the manga===&lt;br /&gt;
[[File:Ruby RS chapter.png|thumb|220px|Brendan&#039;s Pokémon Adventures counterpart, Ruby]]&lt;br /&gt;
[[File:Rald CBF.png|thumb|left|180px|Brendan&#039;s counterpart Rald]]&lt;br /&gt;
====Pokémon Adventures====&lt;br /&gt;
{{main|Ruby (Adventures)}}&lt;br /&gt;
Ruby from [[Pokémon Adventures]], who is a {{pkmn|Coordinator}}, is based on Brendan. While he is also skilled in battles, he chooses to suppress that side of himself most of the time, as a result of a traumatic encounter with a {{TP|Zinnia|Salamence}} he and {{adv|Sapphire}} had when they were little.&lt;br /&gt;
&lt;br /&gt;
====Pokémon Ruby-Sapphire====&lt;br /&gt;
{{main|Ruby (Ruby-Sapphire)}}&lt;br /&gt;
Ruby from [[Pokémon Ruby-Sapphire]] is based on Brendan.&lt;br /&gt;
&lt;br /&gt;
====Pokemon Ruby &amp;amp; Sapphire (CoroCoro)====&lt;br /&gt;
A counterpart to Brendan named Ruby is featured in [[Pokémon Ruby &amp;amp; Sapphire (CoroCoro Comic)|this short manga]] written by [[Suigun Oouchi]] for [[CoroCoro]] comics in December 2002. Ruby moves to Littleroot town with his [[mother]] and [[Norman|father]], aspiring to become a Pokémon champion. [[Mudkip]] is his [[first partner Pokémon]].&lt;br /&gt;
&lt;br /&gt;
====Pokémon Battle Frontier====&lt;br /&gt;
{{main|Rald}}&lt;br /&gt;
Rald from [[Pokémon Battle Frontier]] is based on Brendan. He is a {{pkmn|Champion|Pokémon League Champion}} and works as {{OBP|Enta|CBF}}&#039;s mentor during his {{gdis|Battle Frontier|III}} challenge.&lt;br /&gt;
&lt;br /&gt;
====Pokémon Ruby &amp;amp; Sapphire Special Walkthrough Comic!====&lt;br /&gt;
Brendan appears in the [[Pokemon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]].&lt;br /&gt;
&lt;br /&gt;
====Pokémon Omega Ruby Crimson Passion and Pokémon Alpha Sapphire Indigo Wisdom====&lt;br /&gt;
{{OBP|Omega|CPIW}} and {{OBP|Alpha|CPIW}} from [[Pokémon Omega Ruby Crimson Passion and Pokémon Alpha Sapphire Indigo Wisdom]] are based on Brendan.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
===Artwork===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color}}; font-size:80%; color: #fff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan May RS Concept Art.jpg|x200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Ruby Sapphire Brendan.png|x200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Emerald Brendan.png|x200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Omega Ruby Alpha Sapphire Contest Brendan.png|x200px]]&lt;br /&gt;
|-&lt;br /&gt;
| Concept art with {{color2|fff|May (game)|May}} from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}} by {{color2|fff|Ken Sugimori}}&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Emerald Version|Pokémon Emerald}}&lt;br /&gt;
| Contest outfit from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan ORAS concept art.png|x200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Contest Brendan ORAS concept art.png|x200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Ribbon.png|200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:RSE Secret Base Art.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
| Concept art from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Contest outfit concept art from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Giving a {{color2|fff|Ribbon}} to {{color2|fff|Torchic (Pokémon)|Torchic}}&lt;br /&gt;
| In his&amp;lt;br&amp;gt;{{color2|fff|Secret Base}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Rayquaza Encounter.png|250px]]&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Trainer Hill art.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS Contest art.png|250px]]&lt;br /&gt;
|-&lt;br /&gt;
| Encountering {{color2|fff|Rayquaza (Pokémon)|Rayquaza}}&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | In the {{color2|fff|Trainer Hill}}&lt;br /&gt;
| In a {{color2|fff|Pokémon Contest}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sprites and models===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color}}; font-size:80%; color: #fff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Spr RS Brendan.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Spr E Brendan.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:RS Brendan Back.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:E Brendan Back.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Colo Brendan.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:VSBrendan.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:VSBrendan 2.png|150px]]&lt;br /&gt;
|-&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Colosseum|Colosseum}}&lt;br /&gt;
| VS model as rival from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| VS model as rival from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}} (with {{color2|fff|Mega Bracelet}})&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan RS OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan FRLG OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:XD Brendan RS.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:XD Brendan Em.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:VSBrendan Contest.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:VSBrendan Contest 2.png|150px]]&lt;br /&gt;
|-&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|fff|Pokémon FireRed and LeafGreen Versions|FireRed and LeafGreen}}&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|fff|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon XD: Gale of Darkness|Pokémon XD}}&amp;lt;br&amp;gt;(RS variant)&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon XD: Gale of Darkness|Pokémon XD}}&amp;lt;br&amp;gt;(E variant)&lt;br /&gt;
| VS sprite in {{color2|fff|Pokémon Contests|Contests}} from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(without {{color2|fff|Key Stone}})&lt;br /&gt;
| VS sprite in {{color2|fff|Pokémon Contests|Contests}} from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(with {{color2|fff|Key Stone}})&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Contest Costume ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Go-Goggles ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Devon Scuba Gear ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Magma Suit ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Aqua Suit ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot; | [[File:ORAS Brendan Icon.png]]&lt;br /&gt;
|-&lt;br /&gt;
| Overworld model from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|fff|Contest Costume}} in&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|fff|Go-Goggles}} in&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|fff|Devon Scuba Gear}} in&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|fff|Magma Suit}} in&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby}}&lt;br /&gt;
| Wearing the {{color2|fff|Aqua Suit}} in&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Alpha Sapphire}}&lt;br /&gt;
| Icon in the main menu and {{color2|fff|Battle Maison}} in&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:PR Brendan RS.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:PR Brendan E.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan_Bike_RS.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Bike_E.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan_OW_Bike_RS.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan OW_Bike_E.png]]&lt;br /&gt;
|-&lt;br /&gt;
| Unused Ruby/Sapphire overworld sprite from Pokémon Ranger&lt;br /&gt;
| Unused Emerald overworld sprite from Pokémon Ranger&lt;br /&gt;
| Intro sprite from Pokemon Ruby and Sapphire&lt;br /&gt;
| Intro sprite from Pokemon Emerald&lt;br /&gt;
| Overworld bike sprite from Pokemon Ruby and Sapphire&lt;br /&gt;
| Overworld bike sprite from Pokemon Emerald&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* In [[Super Smash Bros. Brawl]], {{SSB|Pikachu}} wears Brendan&#039;s headband from {{game|Emerald}} as an alternate costume. Also, the {{SSB|Pokémon Trainer}} has an alternate costume with a similar color scheme as Brendan&#039;s Emerald outfit.&lt;br /&gt;
* He and {{ga|May}} are the only set of [[player character]]s who have a chance to speak with both a [[mother]] and a father in the {{pkmn|games}}.&lt;br /&gt;
* Before {{pkmn|Omega Ruby and Alpha Sapphire}}, Brendan and May were the only rivals whose [[first partner Pokémon]] does not reach its final form.&lt;br /&gt;
* In the fandom, Brendan&#039;s [https://twitter.com/SUPER_32X/status/40800048816209920 knit cap] has commonly been mistaken for white hair. Although largely obscured by his headwear, Brendan&#039;s actual hair is visible in most depictions, usually black in color.&lt;br /&gt;
* While the second battle with Brendan (or May if he is the player character) is optional, the encounter leading up to it is not.&lt;br /&gt;
** Therefore, after returning the [[Devon Goods]] before encountering Brendan or May in Rustboro City, if the player [[Black out|blacks out]] without ever visiting the [[Pokémon Center]] in Rustboro City (which causes the player character to rush to [[Petalburg City]]&#039;s Pokémon Center instead), the encounter and optional battle take place in {{rt|104|Hoenn}} in front of [[Mr. Briney]]&#039;s house instead.&lt;br /&gt;
* Similarly to May, Brendan&#039;s attire in Omega Ruby and Alpha Sapphire is mainly based on his appearance in {{game|Emerald}}.&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| style=&amp;quot;background:#{{ruby color light}}; {{roundy|10px}}; border: 3px solid #{{ruby color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! Language&lt;br /&gt;
! Name&lt;br /&gt;
! Origin&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Japanese&lt;br /&gt;
| ユウキ &#039;&#039;Yuuki&#039;&#039;&lt;br /&gt;
| From 勇気 &#039;&#039;yūki&#039;&#039; (bravery) or 悠 &#039;&#039;yū&#039;&#039; (distant)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| English&lt;br /&gt;
| Brendan&lt;br /&gt;
| From &#039;&#039;brave&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Brix&lt;br /&gt;
| From &#039;&#039;Bravour&#039;&#039; (bravery)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Bruno&lt;br /&gt;
| From &#039;&#039;bravo&#039;&#039; (bold)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| French&lt;br /&gt;
| Brice&lt;br /&gt;
| From &#039;&#039;bravoure&#039;&#039; (bravery)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Italian&lt;br /&gt;
| Brendon&lt;br /&gt;
| Similar to his English name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 휘웅 &#039;&#039;Hwiung&#039;&#039;&lt;br /&gt;
| From 웅 (雄) &#039;&#039;ung&#039;&#039; (hero). Possibly from the Japanese name 雄輝 &#039;&#039;Yūki&#039;&#039;, whose equivalent reading in Korean is &#039;&#039;Unghwi&#039;&#039;.&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| Chinese ({{tt|Mandarin|Taiwan}})&lt;br /&gt;
| 小悠 &#039;&#039;Xiǎo Yōu&#039;&#039;{{tt|*|Games}}&lt;br /&gt;
| From 悠 &#039;&#039;yōu&#039;&#039; (distant)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 祐樹 &#039;&#039;Yòushù&#039;&#039;{{tt|*|Emerald guidebook}}&lt;br /&gt;
| From the Japanese name 祐樹 &#039;&#039;Yūki&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 小悠 &#039;&#039;Síu Yàuh&#039;&#039;&lt;br /&gt;
| From 悠 &#039;&#039;yàuh&#039;&#039; (distant)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player characters|ruby}}&lt;br /&gt;
{{Rival characters|ruby}}&lt;br /&gt;
{{NPC|ruby|hoenn=yes}}&amp;lt;br/&amp;gt;&lt;br /&gt;
{{Project CharacterDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Rival characters]]&lt;br /&gt;
[[Category:Ruby and Sapphire characters]]&lt;br /&gt;
[[Category:Emerald characters]]&lt;br /&gt;
[[Category:Omega Ruby and Alpha Sapphire characters]]&lt;br /&gt;
[[Category:Laboratory assistants]]&lt;br /&gt;
[[Category:Multi Battle partners]]&lt;br /&gt;
[[Category:Champions]]&lt;br /&gt;
[[Category:Trainers with Key Stones]]&lt;br /&gt;
[[Category:Trainers with Legendary Pokémon]]&amp;lt;!--Deoxys, the Mythical Pokémon, isn&#039;t required to be caught.--&amp;gt;&lt;br /&gt;
[[Category:Pokémon Generations characters]]&lt;br /&gt;
&lt;br /&gt;
[[de:Brix]]&lt;br /&gt;
[[es:Bruno (personaje)]]&lt;br /&gt;
[[fr:Brice (Hoenn)]]&lt;br /&gt;
[[it:Brendon (gioco)]]&lt;br /&gt;
[[ja:ユウキ (ゲーム)]]&lt;br /&gt;
[[zh:小悠]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=May_(game)&amp;diff=4038716</id>
		<title>May (game)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=May_(game)&amp;diff=4038716"/>
		<updated>2024-06-24T20:50:45Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: Can replace with animated files if/when possible.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Character Infobox&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|corecolor={{sapphire color light}}&lt;br /&gt;
|name=May&lt;br /&gt;
|jname=ハルカ&lt;br /&gt;
|tmname=Haruka&lt;br /&gt;
|text=FFF&lt;br /&gt;
|image=Omega Ruby Alpha Sapphire May.png&lt;br /&gt;
|size=180px&lt;br /&gt;
|caption=Art from [[Pokémon Omega Ruby and Alpha Sapphire]]&lt;br /&gt;
|age=Unknown{{sup/3|RSE}}&amp;lt;br&amp;gt;12 (as rival){{sup/6|ORAS}}&amp;lt;ref&amp;gt;{{g|Omega Ruby and Alpha Sapphire}}: &#039;&#039;Her name is May, &#039;&#039;&#039;aged 12&#039;&#039;&#039;, a Trainer from Littleroot Town.&#039;&#039; - {{DL|TV Mauville|Hoenn News Network}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|gender=Female&lt;br /&gt;
|eyes=Blue&lt;br /&gt;
|hair=Light brown&lt;br /&gt;
|hometown=[[Littleroot Town]] (originally [[Olivine City]] if chosen by the player)&lt;br /&gt;
|region=[[Hoenn]] (originally [[Johto]] if chosen by the player)&lt;br /&gt;
|relatives=[[Norman]], [[Mom (Hoenn)|unnamed mother]] (as player)&amp;lt;br&amp;gt;[[Professor Birch]], unnamed mother, younger brother{{sup/3|E}} (as rival)&lt;br /&gt;
}}&lt;br /&gt;
{{Character Infobox/Game&lt;br /&gt;
|color={{sapphire color light}}&lt;br /&gt;
|gen={{gen|III}}, {{gen|VI}}, {{gen|VIII}}, {{gen|IX}}&lt;br /&gt;
|counterpart=[[May (Masters)]]&lt;br /&gt;
|games={{3v2|Ruby|Sapphire|Emerald}}, {{pkmn|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;{{pkmn|Masters EX}}&lt;br /&gt;
|trainer=[[Pokémon Trainer]], [[player character]]&lt;br /&gt;
|enva=Deneen Melody&amp;lt;ref name=&amp;quot;Deneen Melody&amp;quot;&amp;gt;[https://www.deneenmelody.com/ Deneen Melody | Voice Actor]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&lt;br /&gt;
|jpva=Ai Nonaka&amp;lt;ref name=&amp;quot;Ai Nonaka&amp;quot;&amp;gt;[https://twitter.com/pokemas_game/status/1349600886012698624 Pokémon Masters Official Japanese profile on Twitter]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{Character Infobox/Anime&lt;br /&gt;
|color={{sapphire color light}}&lt;br /&gt;
|series=&#039;&#039;[[Pokémon anime|Pokémon the Series]]&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;[[Pokémon Evolutions]]&#039;&#039;&lt;br /&gt;
|counterpart={{an|May}}&lt;br /&gt;
|debut=&#039;&#039;[[AG001|Get the Show on the Road!]]&#039;&#039; (&#039;&#039;Pokémon the Series&#039;&#039;)&amp;lt;br&amp;gt;&#039;&#039;[[PE06|The Wish]]&#039;&#039; (&#039;&#039;Pokémon Evolutions&#039;&#039;)&lt;br /&gt;
|enva=[[Veronica Taylor]] ([[AG001]]-[[AG145]]), [[Michele Knotz]] ([[AG146]]-present, [[The Mastermind of Mirage Pokémon|MoMP]]) (&#039;&#039;Pokémon the Series&#039;&#039;)&amp;lt;br&amp;gt;Unknown (&#039;&#039;Pokémon Evolutions&#039;&#039;)&lt;br /&gt;
|jpva=[[KAORI.]] (&#039;&#039;Pokémon the Series&#039;&#039;)&amp;lt;br&amp;gt;Hina Natsume (&#039;&#039;Pokémon Evolutions&#039;&#039;)&lt;br /&gt;
}}&lt;br /&gt;
{{Character Infobox/Manga&lt;br /&gt;
|color={{sapphire color light}}&lt;br /&gt;
|series=&#039;&#039;[[Pokémon Adventures]]&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;[[Pokémon Ruby-Sapphire]]&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;[[Pokémon Chamo-Chamo ☆ Pretty ♪]]&#039;&#039;&lt;br /&gt;
|counterpart=[[Sapphire (Adventures)]], [[Sapphire (Ruby-Sapphire)]], [[Haruka (CCP)]]&lt;br /&gt;
|debut=&#039;&#039;[[PS182|Making Mirth with Mightyena]]&#039;&#039; (&#039;&#039;Pokémon Adventures&#039;&#039;)&amp;lt;br&amp;gt;&#039;&#039;[[PMRS05|Let&#039;s Try To Be Idols!!]]&#039;&#039; (&#039;&#039;Pokémon Ruby-Sapphire&#039;&#039;)&amp;lt;br&amp;gt;&#039;&#039;[[CCP00|Achamo Princess]]&#039;&#039; (&#039;&#039;Pokémon Chamo-Chamo ☆ Pretty ♪&#039;&#039;)&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;May&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ハルカ&#039;&#039;&#039; &#039;&#039;Haruka&#039;&#039;) is the female choice for the [[player character]] in {{game2|Ruby|Sapphire|Emerald}} and their [[Generation VI]] remakes, [[Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire]]. She also serves as a [[rival]] in the same games if the player chooses to play as her male counterpart, {{ga|Brendan}}.&lt;br /&gt;
&lt;br /&gt;
==Terminology==&lt;br /&gt;
She is named &#039;&#039;&#039;May&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ハルカ&#039;&#039;&#039; &#039;&#039;Haruka&#039;&#039;) when she appears as a [[non-player character]] in the [[Generation III]] games and their [[Generation VI]] remakes. She is also known by {{mas|May|the same name}} in [[Pokémon Masters EX]].&lt;br /&gt;
&lt;br /&gt;
She is known as &#039;&#039;&#039;Anna&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;アルファ&#039;&#039;&#039; &#039;&#039;Alpha&#039;&#039;) in pre-release media for [[Pokémon Omega Ruby and Alpha Sapphire]]. She is named  &#039;&#039;&#039;エミィ&#039;&#039;&#039; (&#039;&#039;Emy&#039;&#039;) in some screenshots of {{game|Emerald}} on the Japanese Nintendo website.&amp;lt;ref&amp;gt;[https://www.nintendo.co.jp/n08/bpej/frontier2/index.html Pokémon Emerald on Nintendo] (Japanese)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
===Character profile===&lt;br /&gt;
====As the protagonist====&lt;br /&gt;
[[File:May Mega Ring ORAS.png|thumb|200px|May&#039;s Mega Ring]]&lt;br /&gt;
If the player decides to choose May their player character, she acts as a silent protagonist, like previous playable characters in the core series. Like them, she is able to make player-based decisions, with certain characters responding to different decisions if given the opportunity.&lt;br /&gt;
&lt;br /&gt;
May will interact and form relationships with most of the other characters in the [[Hoenn]] region. She forms a [[friend]]ly [[rival]]ry with her neighbor, {{ga|Brendan}}, and [[Wally]]. May can be seen as a skilled Pokémon Trainer, defeating Brendan, who had previously owned a Pokémon prior to their meet. Additionally, May is seen as helpful and friendly, teaching Wally how to capture his first Pokémon and inspiring him to become a stronger trainer.&lt;br /&gt;
&lt;br /&gt;
May&#039;s known relatives as the player character include her father [[Norman]] and an unnamed [[Mom (Hoenn)|mother]] who she lives with in [[Littleroot Town]]. She is neighbors with Brendan and [[Professor Birch]].&lt;br /&gt;
[[File:May Brendan Credits ORAS.png|thumb|200px|May and Brendan after the events of the game]]&lt;br /&gt;
&lt;br /&gt;
====As a non-playable character====&lt;br /&gt;
May also appears as a [[non-playable character]]. In this role, she forms a rivalry and friendship with the player.&lt;br /&gt;
&lt;br /&gt;
May is a young girl who performs field research for her father, [[Professor Birch]], showing a helpful side. She will occasionally battle the player in friendly sparring, complimenting them on their skill for being a newer Trainer. May often accompanies the player character, providing them with helpful information and items on their journey. In Omega Ruby and Alpha Sapphire, she offers the player the chance to travel with her between certain locations in the story. During the climax of the game, May appears to show worry for the player, in hopes that they are safe, creating a bond with the player over the story. She is given the title of &amp;quot;Rad Neighbor&amp;quot; in place of her {{DL|Pokémon Trainer|Trainer class}} on the [[PokéNav]].&lt;br /&gt;
&lt;br /&gt;
Both of May&#039;s parents appear in the video games, her father [[Professor Birch]] and an unnamed mother. In {{g|Emerald}}, she also has a younger brother who also lacks a known name. She is neighbors with the player character and their family.&lt;br /&gt;
&lt;br /&gt;
===Role===&lt;br /&gt;
May has the relatively the same role in all core series games she appears in. However, this role changes on if she was chosen as the player or non-player character. In {{g|Omega Ruby and Alpha Sapphire}}, this role is expanded upon &lt;br /&gt;
====As the protagonist====&lt;br /&gt;
If May is selected as the player character, she starts her {{pkmn|journey}} moving from her old home of [[Olivine City]] in [[Johto]] to her new home in the town of {{to|Littleroot}} in [[Hoenn]]. After saving [[Professor Birch]] from a [[wild Pokémon]], she is given one of the three first partner Pokémon of the Hoenn [[region]]. May develops a close bond with {{ga|Brendan}}, and eventually [[Wally]], who both act as her rivals. May goes on to gather the eight Badges of Hoenn, stop the plans of [[Team Aqua]]{{sup/3|Sa}}{{sup/3|E}}{{sup/6|AS}}/[[Team Magma]]{{sup/3|Ru}}{{sup/3|E}}{{sup/6|OR}} and conquer the Pokémon League all before going off to face the {{gdis|Battle Frontier|III}}{{sup/3|E}}/[[Battle Maison]]{{sup/6|ORAS}}.&lt;br /&gt;
&lt;br /&gt;
====As a non-playable character====&lt;br /&gt;
If May is not selected as the player, she is helping her dad finish the Hoenn [[Pokédex]] and becoming a Pokémon Professor. She is also the player&#039;s rival and friend. Along with Brendan (when playing as May), they are the only rivals unavailable for battle after entering the [[Hall of Fame]]. Additionally, they both are the only ones to not [[evolution|evolve]] their first partner Pokémon into its final form, except for in Omega Ruby and Alpha Sapphire, where their first partner Pokémon have been fully evolved by the battle that takes place at [[Lilycove City]].&lt;br /&gt;
&lt;br /&gt;
===={{DL|PokéNav|Trainer&#039;s Eyes}}/{{DL|PokéNav|Match Call}}====&lt;br /&gt;
{{incomplete|section|needs=RSORAS information}}&lt;br /&gt;
&#039;&#039;&#039;Rad Neighbor May&#039;&#039;&#039;{{sup/3|E}}&lt;br /&gt;
:&#039;&#039;&#039;Strategy&#039;&#039;&#039;&lt;br /&gt;
:I&#039;m not so good at battles.&lt;br /&gt;
:&#039;&#039;&#039;Trainer&#039;s Pokémon&#039;&#039;&#039;&lt;br /&gt;
:I&#039;ll use any Pokémon!&lt;br /&gt;
:&#039;&#039;&#039;Self-Introduction&#039;&#039;&#039;&lt;br /&gt;
:My Pokémon and I help my father&#039;s research.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
=====Pokémon Ruby and Sapphire=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Splash|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Rollout|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Stun Spore|move2type=Grass&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Focus Energy|move1type=Normal&lt;br /&gt;
|move2=Ember|move2type=Fire&lt;br /&gt;
|move3=Double Kick|move3type=Fighting&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Stun Spore|move2type=Grass&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Tackle|move2type=Normal&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Water Gun|move1type=Water&lt;br /&gt;
|move2=Bide|move2type=Normal&lt;br /&gt;
|move3=Mud Shot|move3type=Ground&lt;br /&gt;
|move4=Foresight|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Splash|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Rollout|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Tackle|move2type=Normal&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Quick Attack|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rollout|move1type=Rock&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Ground|ability=Oblivious&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Mud Sport|move2type=Ground&lt;br /&gt;
|move3=Foresight|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rollout|move1type=Rock&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass&lt;br /&gt;
|move2=Screech|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle (optional)======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Mist|move1type=Ice&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Amnesia|move1type=Psychic&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Mud Sport|move2type=Ground&lt;br /&gt;
|move3=Foresight|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Amnesia|move1type=Psychic&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Mist|move1type=Ice&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass&lt;br /&gt;
|move2=Screech|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Pokémon Emerald=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle (optional)======&lt;br /&gt;
If the player never uses the Rustburo City PokéCenter and blacks out during a wild Pokémon encounter after rescuing Peeko, they will encounter May on {{rt|104|Hoenn}} when going to Mr. Briney&#039;s home.&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=270&lt;br /&gt;
|pokemon=Lotad&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Ember|move4type=Fire}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=324&lt;br /&gt;
|pokemon=Torkoal&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=White Smoke&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Curse|move3type=???}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Mud-Slap|move2type=Ground&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Bide|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Quick Attack|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=271&lt;br /&gt;
|pokemon=Lombre&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|move1=Focus Energy|move1type=Normal&lt;br /&gt;
|move2=Ember|move2type=Fire&lt;br /&gt;
|move3=Double Kick|move3type=Fighting&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=271&lt;br /&gt;
|pokemon=Lombre&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Yawn|move1type=Normal&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Ember|move3type=Fire&lt;br /&gt;
|move4=Rock Throw|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|move1=Water Gun|move1type=Water&lt;br /&gt;
|move2=Bide|move2type=Normal&lt;br /&gt;
|move3=Mud Shot|move3type=Ground&lt;br /&gt;
|move4=Foresight|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Yawn|move1type=Normal&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Ember|move3type=Fire&lt;br /&gt;
|move4=Rock Throw|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Quick Attack|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=279&lt;br /&gt;
|pokemon=Pelipper&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Wing Attack|move1type=Flying&lt;br /&gt;
|move2=Supersonic|move2type=Normal&lt;br /&gt;
|move3=Mist|move3type=Ice&lt;br /&gt;
|move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=271&lt;br /&gt;
|pokemon=Lombre&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Nature Power|move2type=Normal&lt;br /&gt;
|move3=Fake Out|move3type=Normal&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Peck|move2type=Flying&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Bulk Up|move4type=Fighting}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald|&lt;br /&gt;
|ndex=271|&lt;br /&gt;
|pokemon=Lombre|&lt;br /&gt;
|gender=female|&lt;br /&gt;
|level=29|&lt;br /&gt;
|ability=Swift Swim|&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Nature Power|move2type=Normal&lt;br /&gt;
|move3=Fake Out|move3type=Normal&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden|move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Foresight|move2type=Normal&lt;br /&gt;
|move3=Mud Sport|move3type=Ground&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden|move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald|&lt;br /&gt;
|ndex=271|&lt;br /&gt;
|pokemon=Lombre|&lt;br /&gt;
|gender=female|&lt;br /&gt;
|level=29|&lt;br /&gt;
|ability=Swift Swim|&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Nature Power|move2type=Normal&lt;br /&gt;
|move3=Fake Out|move3type=Normal&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|move1=Fury Cutter|move1type=Bug&lt;br /&gt;
|move2=Pursuit|move2type=Dark&lt;br /&gt;
|move3=Screech|move3type=Normal&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fifth battle (optional)======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=357&lt;br /&gt;
|pokemon=Tropius&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Chlorophyll&lt;br /&gt;
|type1=Grass|type2=Flying&lt;br /&gt;
|move1=Stomp|move1type=Normal&lt;br /&gt;
|move2=Sweet Scent||move2type=Normal&lt;br /&gt;
|move3=Whirlwind|move3type=Normal&lt;br /&gt;
|move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=279&lt;br /&gt;
|pokemon=Pelipper&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Wing Attack|move1type=Flying&lt;br /&gt;
|move2=Supersonic|move2type=Normal&lt;br /&gt;
|move3=Mist|move3type=Ice&lt;br /&gt;
|move4=Protect|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=272&lt;br /&gt;
|pokemon=Ludicolo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|move1=Peck|move1type=Flying&lt;br /&gt;
|move2=Sand-Attack|move2type=Ground&lt;br /&gt;
|move3=Bulk Up|move3type=Fighting&lt;br /&gt;
|move4=Quick Attack|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=357&lt;br /&gt;
|pokemon=Tropius&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Chlorophyll&lt;br /&gt;
|type1=Grass|type2=Flying&lt;br /&gt;
|move1=Stomp|move1type=Normal&lt;br /&gt;
|move2=Sweet Scent|move2type=Normal&lt;br /&gt;
|move3=Whirlwind|move3type=Normal&lt;br /&gt;
|move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=272&lt;br /&gt;
|pokemon=Ludicolo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden|move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Foresight|move2type=Normal&lt;br /&gt;
|move3=Mud Sport|move3type=Ground&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=357&lt;br /&gt;
|pokemon=Tropius&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Chlorophyll&lt;br /&gt;
|type1=Grass|type2=Flying&lt;br /&gt;
|move1=Stomp|move1type=Normal&lt;br /&gt;
|move2=Sweet Scent|move2type=Normal&lt;br /&gt;
|move3=Whirlwind|move3type=Normal&lt;br /&gt;
|move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden||move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=279&lt;br /&gt;
|pokemon=Pelipper&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Wing Attack|move1type=Flying&lt;br /&gt;
|move2=Supersonic|move2type=Normal&lt;br /&gt;
|move3=Mist|move3type=Ice&lt;br /&gt;
|move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|move1=Fury Cutter|move1type=Bug&lt;br /&gt;
|move2=Pursuit|move2type=Dark&lt;br /&gt;
|move3=Screech|move3type=Normal&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Pokémon Omega Ruby and Alpha Sapphire=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Alpha Sapphire&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Alpha Sapphire&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Alpha Sapphire&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Gun|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Rollout|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Whirlpool|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Astonish|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Stun Spore|move1type=Grass|move1cat=Status&lt;br /&gt;
|move2=Leech Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Mega Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Headbutt|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Sand Attack|move1type=Ground|move1cat=Status&lt;br /&gt;
|move2=Peck|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Double Kick|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Flame Charge|move4type=Fire|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Stun Spore|move1type=Grass|move1cat=Status&lt;br /&gt;
|move2=Leech Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Mega Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Headbutt|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Ember|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Throw|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Harden|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Incinerate|move4type=Fire|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud-Slap|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Foresight|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Mud Bomb|move3type=Ground|move3cat=Special&lt;br /&gt;
|move4=Bide|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Ember|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Throw|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Harden|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Incinerate|move4type=Fire|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Gun|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Rollout|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Whirlpool|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Astonish|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Quick Attack|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Mega Drain|move2type=Grass|move2cat=Special&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Pursuit|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======[[Multi Battle]] with the {{player}}======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Whirlpool|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Astonish|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Water Pulse|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Mist|move4type=Ice|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Headbutt|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Poison Powder|move3type=Poison|move3cat=Status&lt;br /&gt;
|move4=Worry Seed|move4type=Grass|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Peck|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Double Kick|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Flame Charge|move3type=Fire|move3cat=Physical&lt;br /&gt;
|move4=Quick Attack|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Headbutt|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Poison Powder|move3type=Poison|move3cat=Status&lt;br /&gt;
|move4=Worry Seed|move4type=Grass|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Harden|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Incinerate|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Clear Smog|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Ancient Power|move4type=Rock|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Foresight|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Mud Shot|move2type=Ground|move2cat=Special&lt;br /&gt;
|move3=Bide|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Mud Bomb|move4type=Ground|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Harden|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Incinerate|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Clear Smog|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Ancient Power|move4type=Rock|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Whirlpool|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Astonish|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Water Pulse|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Mist|move4type=Ice|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Fury Cutter|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Pursuit|move3type=Dark|move3cat=Physical&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Pulse|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Mist|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Brine|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Poison Powder|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Worry Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Giga Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Growth|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Flame Charge|move2type=Fire|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Bulk Up|move4type=Fighting|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Poison Powder|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Worry Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Giga Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Growth|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Clear Smog|move1type=Poison|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Flame Burst|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Bide|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Mud Bomb|move2type=Ground|move2cat=Special&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Protect|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Clear Smog|move1type=Poison|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Flame Burst|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Pulse|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Mist|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Brine|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pursuit|move1type=Dark|move1cat=Physical&lt;br /&gt;
|move2=Leaf Blade|move2type=Grass|move2cat=Physical&lt;br /&gt;
|move3=Agility|move3type=Psychic|move3cat=Status&lt;br /&gt;
|move4=Slam|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rest|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Brine|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Water Spout|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Counter|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Mach Punch|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Force Palm|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Mind Reader|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=257&lt;br /&gt;
|pokemon=Blaziken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Quick Attack|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting|move2cat=Status&lt;br /&gt;
|move3=Blaze Kick|move3type=Fire|move3cat=Physical&lt;br /&gt;
|move4=Focus Energy|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Counter|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Mach Punch|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Force Palm|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Mind Reader|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Flame Burst|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Lava Plume|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=260&lt;br /&gt;
|pokemon=Swampert&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Bomb|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Protect|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Muddy Water|move4type=Water|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Flame Burst|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Lava Plume|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rest|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Brine|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Water Spout|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=254&lt;br /&gt;
|pokemon=Sceptile&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Agility|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Slam|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Dual Chop|move3type=Dragon|move3cat=Physical&lt;br /&gt;
|move4=Detect|move4type=Fighting|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fifth battle======&lt;br /&gt;
Winning this fight is not mandatory. The player will not [[black out]] and the story will progress either way.&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Surf|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Heavy Slam|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Bulldoze|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Seed Bomb|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Force Palm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Venoshock|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Rock Tomb|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=257&lt;br /&gt;
|pokemon=Blaziken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|held=Blazikenite&lt;br /&gt;
|move1=Blaze Kick|move1type=Fire|move1cat=Physical&lt;br /&gt;
|move2=Brick Break|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Shadow Claw|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Seed Bomb|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Force Palm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Venoshock|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Rock Tomb|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Earth Power|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Lava Plume|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Body Slam|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=260&lt;br /&gt;
|pokemon=Swampert&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|held=Swampertite&lt;br /&gt;
|move1=Earthquake|move1type=Ground|move1cat=Physical&lt;br /&gt;
|move2=Muddy Water|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Brick Break|move4type=Fighting|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Earth Power|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Lava Plume|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Body Slam|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Surf|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Heavy Slam|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Bulldoze|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=254&lt;br /&gt;
|pokemon=Sceptile&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|held=Sceptilite&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=X-Scissor|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Dual Chop|move3type=Dragon|move3cat=Physical&lt;br /&gt;
|move4=Night Slash|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Battle Maison Multi Battle======&lt;br /&gt;
May will always use these two Pokémon as the player&#039;s Multi Battle Partner.&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Battle Maison&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|held=Light Clay&lt;br /&gt;
|move1=Light Screen|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Reflect|move2type=Psychic|move2cat=Status&lt;br /&gt;
|move3=Earth Power|move3type=Ground|move3cat=Special&lt;br /&gt;
|move4=Psychic|move4type=Psychic|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=295&lt;br /&gt;
|pokemon=Exploud&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Soundproof&lt;br /&gt;
|held=Assault Vest&lt;br /&gt;
|move1=Hyper Voice|move1type=Normal|move1cat=Special&lt;br /&gt;
|move2=Fire Blast|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Blizzard|move3type=Ice|move3cat=Special&lt;br /&gt;
|move4=Shadow Ball|move4type=Ghost|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
==In the spin-off games==&lt;br /&gt;
{{incomplete|section|An Image from Super Smash Bros. Ultimate of Pokemon Trainer palette based on May}}&lt;br /&gt;
&amp;lt;!--[[File:SSBU Pokemon Trainer palette May.png|200px|thumb|The female Pokémon Trainer&#039;s May-based alternate palette in [[Super Smash Bros. Ultimate]]]]--&amp;gt;&lt;br /&gt;
===[[Super Smash Bros. Ultimate]]===&lt;br /&gt;
While May herself does not appear directly, a palette swap color scheme based on May&#039;s design in {{g|Emerald}} appears for the female {{OBP|Pokémon Trainer|Super Smash Bros.}}, who is an incarnation of {{ga|Leaf}}.&lt;br /&gt;
&lt;br /&gt;
[[File:Masters Team Hoenn Unite.png|thumb|200px|May with {{mas|Brendan}} in the [[Team Hoenn Unite!]] [[solo event]] banner]]&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
{{main|May (Masters)}}&lt;br /&gt;
May, who is based on the [[rival]], forms a [[sync pair]] with {{p|Mudkip}} and its evolved forms {{p|Marshtomp}} and {{p|Swampert}}, along with {{p|Lopunny}}, {{p|Latias}}, {{p|Blaziken}}, and {{p|Wailmer}} in [[Pokémon Masters EX]]. Aside from Wailmer, all of her Pokémon are capable of [[Mega Evolution|Mega Evolving]]. May became a playable sync pair on January 14, 2021.&lt;br /&gt;
&lt;br /&gt;
May has also made notable appearances in one of the game&#039;s Main Stories, the [[Villain Arc]].&lt;br /&gt;
&lt;br /&gt;
{{PairDex/h|Sapphire}}&lt;br /&gt;
{{PairDex|113|May|trainerlink=May (Masters)#Mudkip → Marshtomp → Swampert|trainerimg=May|0260M|Mudkip → Marshtomp → Swampert|pokemonlink=Mudkip (Pokémon)|mega=Swampertite|gender=female|form=[[Mega Evolution|Mega Swampert]]|Water|Grass|Tech|6|Sync Pair Scout}}&lt;br /&gt;
{{PairDex|113|May|trainerlink=May (Masters)#Lopunny|trainerimg=May Spring 2021|sygna=Spring 2021|0428M|Lopunny|gender=female|mega=Lopunnite|form=[[Mega Evolution|Mega Lopunny]]|Normal|Fighting|Physical Strike|6|Seasonal Sync Pair Scout}}&lt;br /&gt;
{{PairDex|113|May|trainerlink=May (Masters)#Latias|trainerimg=May Anniversary 2022|sygna=Anniversary 2022|0380M|Latias|gender=female|mega=Latiasite|form=[[Mega Evolution|Mega Latias]]|Psychic|Ice|Tech|exrole=Field|6|Poké Fair Sync Pair Scout}}&lt;br /&gt;
{{PairDex|113|May|trainerlink=May (Masters)#Blaziken|trainerimg=May Sygna|sygna=[[Sygna suit|Sygna Suit]]|0257M|Blaziken|gender=male|mega=Blazikenite|form=[[Mega Evolution|Mega Blaziken]]|Fire|Flying|Tech|exrole=Sprint|6|Poké Fair Sync Pair Scout}}&lt;br /&gt;
{{PairDex|113|May|trainerlink=May (Masters)#Wailmer|trainerimg=May|0320|Wailmer|gender=female|Water|Grass|Special Strike|4EX|Trainer Lodge Friendship Level 100}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===[[Pokémon GO]]===&lt;br /&gt;
{{main|Style (GO)}}&lt;br /&gt;
For the start of Pokémon GO Tour: Hoenn, May&#039;s outfit from {{g|Omega Ruby and Alpha Sapphire}} was released as free style options in [[Pokémon GO]].&lt;br /&gt;
&lt;br /&gt;
===Anime-based games===&lt;br /&gt;
{{Main|May (anime)#In the spin-off games|May (anime) → In the spin-off games}}&lt;br /&gt;
&lt;br /&gt;
{{an|May|May&#039;s anime counterpart}} appears in some spin-off anime-based games.&lt;br /&gt;
&lt;br /&gt;
==Quotes==&lt;br /&gt;
{{main|May (game)/Quotes}}&lt;br /&gt;
&lt;br /&gt;
==Optional names==&lt;br /&gt;
In the game, two of the optional names—one in Ruby and one in Sapphire—refer to &amp;quot;land&amp;quot; and &amp;quot;sea&amp;quot; respectively. In the English version, these are &#039;&#039;&#039;Terra&#039;&#039;&#039; and &#039;&#039;&#039;Mar&#039;&#039;&#039;ina; in the Japanese version, ムツミ &#039;&#039;&#039;&#039;&#039;Mutsu&#039;&#039;&#039;mi&#039;&#039; and ナミ &#039;&#039;&#039;&#039;&#039;Nami&#039;&#039;&#039;&#039;&#039; (陸 &#039;&#039;mutsu&#039;&#039; means land and 波 &#039;&#039;nami&#039;&#039; means a wave of water). This is also the case in other languages. Unlike Brendan&#039;s name list, none of the three shared names correspond to this theme. &amp;lt;!--Nicola is probably &amp;quot;coal&amp;quot; (the Japanese names aren&#039;t direct references, either), but that could be a coincidence.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In Emerald, if the player leaves the name writing screen without any written name, or with a name composed entirely of empty spaces, Professor Birch says &amp;quot;So it&#039;s &amp;lt;optional name&amp;gt;?&amp;quot;, suggesting one of the 20 available names. The player may answer &amp;quot;Yes&amp;quot; to accept the suggested name, or &amp;quot;No&amp;quot; to return to the name writing screen.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background:#{{sapphire color light}}; border:3px solid #{{sapphire color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! Game&lt;br /&gt;
! Japanese&lt;br /&gt;
! English&lt;br /&gt;
! French&lt;br /&gt;
! German&lt;br /&gt;
! Italian&lt;br /&gt;
! Spanish&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Ruby and Sapphire&lt;br /&gt;
|&amp;lt;ab&amp;gt;ムツミ &#039;&#039;Mutsumi&#039;&#039;{{sup/3|R}}&lt;br /&gt;
ナミ &#039;&#039;Nami&#039;&#039;{{sup/3|S}}&lt;br /&gt;
アイコ &#039;&#039;Aiko&#039;&#039;&lt;br /&gt;
マキコ &#039;&#039;Makiko&#039;&#039;&lt;br /&gt;
キョウコ &#039;&#039;Kyōko&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Terra{{sup/3|R}}&lt;br /&gt;
Marina{{sup/3|S}}&lt;br /&gt;
Kimmy&lt;br /&gt;
Nicola&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Solene{{sup/3|R}}&lt;br /&gt;
Marine{{sup/3|S}}&lt;br /&gt;
Agnes&lt;br /&gt;
Claire&lt;br /&gt;
Sophie&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Petra{{sup/3|R}}&lt;br /&gt;
Martina{{sup/3|S}}&lt;br /&gt;
Tanja&lt;br /&gt;
Andrea&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Teresa{{sup/3|R}}&lt;br /&gt;
Marina{{sup/3|S}}&lt;br /&gt;
Annie&lt;br /&gt;
Elisa&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Teresa{{sup/3|R}}&lt;br /&gt;
Marina{{sup/3|S}}&lt;br /&gt;
Raquel&lt;br /&gt;
Mariau&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Emerald&lt;br /&gt;
|&amp;lt;ab&amp;gt;アイコ &#039;&#039;Aiko&#039;&#039;&lt;br /&gt;
アヤナ &#039;&#039;Ayana&#039;&#039;&lt;br /&gt;
アン &#039;&#039;Ann&#039;&#039;&lt;br /&gt;
エミィ &#039;&#039;Emy&#039;&#039;&lt;br /&gt;
カオリ &#039;&#039;Kaori&#039;&#039;&lt;br /&gt;
カレン &#039;&#039;Karen&#039;&#039;&lt;br /&gt;
キョウコ &#039;&#039;Kyōko&#039;&#039;&lt;br /&gt;
サエ &#039;&#039;Sae&#039;&#039;&lt;br /&gt;
スイ &#039;&#039;Sui&#039;&#039;&lt;br /&gt;
ジュリ &#039;&#039;Juri&#039;&#039;&lt;br /&gt;
チエミ &#039;&#039;Chiemi&#039;&#039;&lt;br /&gt;
チヨコ &#039;&#039;Chiyoko&#039;&#039;&lt;br /&gt;
テルコ &#039;&#039;Teruko&#039;&#039;&lt;br /&gt;
ナナエ &#039;&#039;Nanae&#039;&#039;&lt;br /&gt;
ヒナ &#039;&#039;Hina&#039;&#039;&lt;br /&gt;
マキコ &#039;&#039;Makiko&#039;&#039;&lt;br /&gt;
ミサコ &#039;&#039;Misako&#039;&#039;&lt;br /&gt;
ムツミ &#039;&#039;Mutsumi&#039;&#039;&lt;br /&gt;
モニカ &#039;&#039;Monica&#039;&#039;&lt;br /&gt;
ユウメ &#039;&#039;Yūme&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;KIMMY&lt;br /&gt;
TIARA&lt;br /&gt;
BELLA&lt;br /&gt;
JAYLA&lt;br /&gt;
ALLIE&lt;br /&gt;
LIANNA&lt;br /&gt;
SARA&lt;br /&gt;
MONICA&lt;br /&gt;
CAMILA&lt;br /&gt;
AUBREE&lt;br /&gt;
RUTHIE&lt;br /&gt;
HAZEL&lt;br /&gt;
NADINE&lt;br /&gt;
TANJA&lt;br /&gt;
YASMIN&lt;br /&gt;
NICOLA&lt;br /&gt;
LILLIE&lt;br /&gt;
TERRA&lt;br /&gt;
LUCY&lt;br /&gt;
HALIE&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;AGNES&lt;br /&gt;
ARIANE&lt;br /&gt;
BELLA&lt;br /&gt;
MAEVA&lt;br /&gt;
PAULINE&lt;br /&gt;
CINDY&lt;br /&gt;
SOPHIE&lt;br /&gt;
MONICA&lt;br /&gt;
CATHY&lt;br /&gt;
FANNY&lt;br /&gt;
ROXANE&lt;br /&gt;
EDITH&lt;br /&gt;
NADINE&lt;br /&gt;
TANIA&lt;br /&gt;
JANYCE&lt;br /&gt;
CLAIRE&lt;br /&gt;
LILLY&lt;br /&gt;
SOLENE&lt;br /&gt;
CYNTHIA&lt;br /&gt;
MAUD&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;TANJA&lt;br /&gt;
MIRJAM&lt;br /&gt;
MARTINA&lt;br /&gt;
JAMIE&lt;br /&gt;
CAROLIN&lt;br /&gt;
SIMONE&lt;br /&gt;
SARA&lt;br /&gt;
CLAUDIA&lt;br /&gt;
JASMIN&lt;br /&gt;
DENISE&lt;br /&gt;
KATRIN&lt;br /&gt;
KERSTIN&lt;br /&gt;
SVENJA&lt;br /&gt;
BEATE&lt;br /&gt;
MEIKE&lt;br /&gt;
ANDREA&lt;br /&gt;
EVA&lt;br /&gt;
PETRA&lt;br /&gt;
GABI&lt;br /&gt;
NADINE&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;ANNIE&lt;br /&gt;
CATIA&lt;br /&gt;
BELLA&lt;br /&gt;
PAOLA&lt;br /&gt;
LUISA&lt;br /&gt;
GRAZIA&lt;br /&gt;
SARA&lt;br /&gt;
MONICA&lt;br /&gt;
MARTA&lt;br /&gt;
PIA&lt;br /&gt;
RITA&lt;br /&gt;
ERICA&lt;br /&gt;
ROSA&lt;br /&gt;
MELISSA&lt;br /&gt;
MARINA&lt;br /&gt;
ELISA&lt;br /&gt;
LINA&lt;br /&gt;
TERESA&lt;br /&gt;
LUCETTA&lt;br /&gt;
LUCIA&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;RAQUEL&lt;br /&gt;
ELENA&lt;br /&gt;
PALMA&lt;br /&gt;
LARA&lt;br /&gt;
CARLOTA&lt;br /&gt;
MONA&lt;br /&gt;
SARA&lt;br /&gt;
DANIELA&lt;br /&gt;
OLIMPIA&lt;br /&gt;
MARCELA&lt;br /&gt;
ROBERTA&lt;br /&gt;
ARANCHA&lt;br /&gt;
JULIETA&lt;br /&gt;
NOELIA&lt;br /&gt;
LUCITA&lt;br /&gt;
MARIAU&lt;br /&gt;
PAOLA&lt;br /&gt;
TERESA&lt;br /&gt;
NURIA&lt;br /&gt;
LINA&amp;lt;/ab&amp;gt;&lt;br /&gt;
|}{{-}}&lt;br /&gt;
&lt;br /&gt;
==Counterparts==&lt;br /&gt;
[[File:May DP series.png|thumb|250px|May in the {{pkmn|anime}}]]&lt;br /&gt;
===In the anime===&lt;br /&gt;
====Main series====&lt;br /&gt;
{{main|May (anime)}}&lt;br /&gt;
In the anime, May was a [[Pokémon Coordinator]] and one of {{Ash}}&#039;s {{ashfr|traveling companion}} throughout &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;. She also reappeared for the [[Wallace Cup]] arc in &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
====Pokémon Omega Ruby and Alpha Sapphire Animated Trailer====&lt;br /&gt;
{{MissingInfo|1|enva}}&lt;br /&gt;
[[File:May ORAS Trailer.png|thumb|left|250px|May in the animated trailer]]&lt;br /&gt;
[[File:Contest May ORAS Trailer.png|thumb|250px|May in a Contest]]&lt;br /&gt;
May appeared in the [[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer]]. She was first seen in [[Littleroot Town]]. She was then surrounded by two {{p|Wurmple}}, a {{p|Silcoon}}, {{p|Cascoon}}, and {{p|Shroomish}} in which Torchic used a Fire-type move to scare them off. May arrived in the [[Rustboro Gym]], where she had a [[Gym]] {{pkmn|battle}} against [[Roxanne]] and her {{TP|Roxanne|Nosepass}}. During the battle, Mudkip evolved into Marshtomp.&lt;br /&gt;
&lt;br /&gt;
Sometime after the battle, she participated in a {{pkmn|Contest|Pokémon Contest Spectacular}} with her {{p|Altaria}} and {{p|Audino}} and then was [[soaring in the sky]] with her Mega {{p|Latias}} alongside {{ga|Brendan}} and his Mega {{p|Latios}}.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Swampert [[File:Mezastar Mega Evolution icon.png|20px|link=Mega Evolution]]&lt;br /&gt;
|stage1=Mudkip&lt;br /&gt;
|stage2=Marshtomp&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=May Mudkip ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mudkip&lt;br /&gt;
|img2=May {{#switch: {{#expr: {{#time: U}} mod 2}}|0=Marshtomp|1=Swampert}} ORAS Trailer.png&lt;br /&gt;
|cap2=May&#039;s {{#switch: {{#expr: {{#time: U}} mod 2}}|0=Marshtomp|1=Swampert}}&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Swampert}} is May&#039;s first known Pokémon. It first appeared as a {{p|Mudkip}} by May&#039;s house. It battled against [[Roxanne&#039;s Nosepass]] and evolved into {{p|Marshtomp}} midway. It was later revealed to have evolved into a Swampert.&lt;br /&gt;
&lt;br /&gt;
None of Swampert&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Blaziken [[File:Mezastar Mega Evolution icon.png|20px|link=Mega Evolution]]&lt;br /&gt;
|stage1=Torchic&lt;br /&gt;
|stage2=Combusken&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|img=May Torchic ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Torchic&lt;br /&gt;
|img2=May Blaziken ORAS Trailer.png&lt;br /&gt;
|cap2=May&#039;s Blaziken&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Blaziken}} is May&#039;s second known Pokémon. It first appeared as a {{p|Torchic}} by May&#039;s house. It battled against two {{p|Wurmple}}, a {{p|Silcoon}}, {{p|Cascoon}}, and {{p|Shroomish}}. Torchic was later revealed to have evolved into a {{p|Combusken}} and then into Blaziken.&lt;br /&gt;
&lt;br /&gt;
Blaziken&#039;s known moves are {{m|Ember}} and {{m|Blaze Kick}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Altaria [[File:Mezastar Mega Evolution icon.png|20px|link=Mega Evolution]]&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=Mega Altaria ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mega Altaria&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Altaria}} is May&#039;s third known Pokémon. It was only seen in its Mega Evolved form participating in a {{pkmn|Contest|Pokémon Contest Spectacular}} alongside May and Audino.&lt;br /&gt;
&lt;br /&gt;
None of Altaria&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Audino [[File:Mezastar Mega Evolution icon.png|20px|link=Mega Evolution]]&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|img=Mega Audino ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mega Audino&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Audino}} is May&#039;s fourth known Pokémon. It was only seen in its Mega Evolved form participating in a {{pkmn|Contest|Pokémon Contest Spectacular}} alongside May and Altaria.&lt;br /&gt;
&lt;br /&gt;
None of Audino&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Latias [[File:Mezastar Mega Evolution icon.png|20px|link=Mega Evolution]]&lt;br /&gt;
|gender=female&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Mega Latias ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mega Latias&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Latias}} May&#039;s fifth known Pokémon. She was only seen in her Mega Evolved form [[soaring in the sky]] along with {{ga|Brendan}}&#039;s Mega {{p|Latios}}.&lt;br /&gt;
&lt;br /&gt;
None of Latias&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
=====Voice actors=====&lt;br /&gt;
{{vatable|color={{sapphire color light}}|bordercolor={{sapphire color}}&lt;br /&gt;
|ja=花澤香菜 &#039;&#039;[[Kana Hanazawa]]&#039;&#039;&lt;br /&gt;
|en=}}&lt;br /&gt;
&lt;br /&gt;
====GOTCHA!====&lt;br /&gt;
May briefly appeared in [[GOTCHA!]].&lt;br /&gt;
&lt;br /&gt;
====Pokémon Evolutions====&lt;br /&gt;
[[File:May Evolutions.png|thumb|250px|May in [[Pokémon Evolutions]]]]&lt;br /&gt;
May appeared in &#039;&#039;[[PE06|The Wish]]&#039;&#039;. She arrived at the [[Sky Pillar]], where [[Zinnia]] led her to the top of the tower while reciting the lore of the [[Draconid people]]. At the summit, Zinnia summoned {{p|Rayquaza}} to save [[Hoenn]] from a [[Grand Meteor Delta|giant meteorite]], only to discover that Rayquaza had lost its ability to [[Mega Evolution|Mega Evolve]]. When May&#039;s [[Meteorite]] reacted to Rayquaza, she fed it to the [[Legendary Pokémon]], restoring its ability to Mega Evolve. May then battled against Rayquaza and managed to {{pkmn2|caught|catch}} it. Afterwards, Zinnia challenged May to a {{pkmn|battle}} as her final duty as the Draconid Lorekeeper.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Latios&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=May Latios Evolutions.png&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc={{p|Latios}} is May&#039;s first known Pokémon. She used him to fly to the [[Sky Pillar]].&lt;br /&gt;
&lt;br /&gt;
None of Latios&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Aggron&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Rock&lt;br /&gt;
|img=May Aggron Evolutions.png&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|vajp=Shogo Sakata&lt;br /&gt;
|desc={{p|Aggron}} is May&#039;s second known Pokémon. She used it to battle {{p|Rayquaza}}, but recalled it when it failed to hit the [[Legendary Pokémon]].&lt;br /&gt;
&lt;br /&gt;
Aggron&#039;s only known move is {{m|Stone Edge}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Altaria &lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=May Altaria Evolutions.png&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc=Altaria is May&#039;s third known Pokémon. She used it to battle {{p|Rayquaza}}, but it was defeated.&lt;br /&gt;
&lt;br /&gt;
Altaria&#039;s only known move is {{m|Dragon Pulse}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Swampert [[File:Mezastar Mega Evolution icon.png|20px|link=Mega Evolution]]&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=May Mega Swampert Evolutions.png&lt;br /&gt;
|cap=May&#039;s Mega Swampert&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc={{p|Swampert}} is May&#039;s fourth known Pokémon, and is capable of [[Mega Evolution|Mega Evolving]]. She used it to battle {{p|Rayquaza}}, managing to weaken it enough for her to catch it.&lt;br /&gt;
&lt;br /&gt;
Swampert&#039;s only known move is {{m|Ice Punch}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Rayquaza [[File:Mezastar Mega Evolution icon.png|20px|link=Mega Evolution]]&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=May Rayquaza Evolutions.png&lt;br /&gt;
|cap=May&#039;s Rayquaza&lt;br /&gt;
|img2=May Mega Rayquaza Evolutions.png&lt;br /&gt;
|cap2=May&#039;s Mega Rayquaza&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc={{p|Rayquaza}} is May&#039;s fifth known Pokémon. [[Zinnia]] summoned it to the [[Sky Pillar]] to stop a [[Grand Meteor Delta|giant meteorite]] headed for [[Hoenn]], but was unable to trigger its [[Mega Evolution]]. After May had fed Rayquaza her [[Meteorite]], Zinnia let May battle and catch Rayquaza. Afterwards, May used Rayquaza in its Mega Evolved form in a battle against Zinnia&#039;s Mega {{TP|Zinnia|Salamence}}.&lt;br /&gt;
&lt;br /&gt;
Rayquaza&#039;s only known move is {{m|Extreme Speed}}.}}&lt;br /&gt;
&lt;br /&gt;
=====Voice actors=====&lt;br /&gt;
{{vatable|color={{sapphire color light}}|bordercolor={{sapphire color}}&lt;br /&gt;
|ja=夏目妃菜 &#039;&#039;Hina Natsume&#039;&#039;&lt;br /&gt;
|en=}}&lt;br /&gt;
&lt;br /&gt;
===In the manga===&lt;br /&gt;
====Pokémon Adventures====&lt;br /&gt;
[[File:Sapphire Adventures.png|thumb|250px|Sapphire Birch, May&#039;s [[Pokémon Adventures]] counterpart]]&lt;br /&gt;
{{main|Sapphire (Adventures)}}&lt;br /&gt;
May&#039;s counterpart in [[Pokémon Adventures]] is Sapphire, who, unlike her other counterparts, takes up Gym challenges and is an all-around tomboy thanks to a traumatic incident with {{adv|Ruby}} where a {{TP|Zinnia|Salamence}} attacked them when they were children. She does have a feminine side, however, as is shown in later volumes.&lt;br /&gt;
&lt;br /&gt;
====Pokémon Ruby-Sapphire====&lt;br /&gt;
{{main|Sapphire (Ruby-Sapphire)}}&lt;br /&gt;
A different counterpart to May, also called Sapphire, appears in [[Pokémon Ruby-Sapphire]]. Just like {{an|May|May&#039;s anime counterpart}}, she is a {{pkmn|Coordinator}} who chooses {{p|Torchic}} as her [[first partner Pokémon]].&lt;br /&gt;
&lt;br /&gt;
====[[Pokémon Ruby &amp;amp; Sapphire (CoroCoro Comic)]]====&lt;br /&gt;
[[File:Sapphire Suigun.jpg|thumb|left|200px|Sapphire in Pokémon Ruby &amp;amp; Sapphire CoroCoro]]&lt;br /&gt;
Another counterpart of May, called Sapphire, appears in a short manga written by [[Suigun Oouchi]] for [[CoroCoro]] Magazine in December 2002. She is the daughter of [[Professor Birch]] and catches Pokémon for his research. Sapphire has a {{p|Torchic}} as her [[first partner Pokémon]].&lt;br /&gt;
&lt;br /&gt;
====Pokemon Ruby Sapphire Special Walkthrough Comic!====&lt;br /&gt;
May appears in [[Pokemon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]].&lt;br /&gt;
&lt;br /&gt;
====Pokémon Chamo-Chamo ☆ Pretty ♪====&lt;br /&gt;
{{main|Haruka (CCP)}}&lt;br /&gt;
May&#039;s counterpart in [[Pokémon Chamo-Chamo ☆ Pretty ♪]] is Haruka, who is a Pokémon Coordinator, but she is not very good at making [[Pokéblock]]s.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
The following is a list of cards mentioning or featuring May in the [[Pokémon Trading Card Game]].&lt;br /&gt;
&lt;br /&gt;
{{cardlist/header|May&#039;s Pokémon|Colorless|char=yes}}&lt;br /&gt;
{{cardlist/entry|cardname=[[Blaziken V (Chilling Reign 20)|Blaziken]]{{TCGV}}|type=Fire|expanded=yes|enset=Silver Tempest|enrarity=TGV|ennum=TG14/TG30|jpset=VMAX Climax|jprarity=CSR|jpnum=216/184}}&lt;br /&gt;
{{cardlist/entry|cardname=[[Blaziken VMAX (Chilling Reign 21)|Blaziken]]{{VMAX}}|type=Fire|expanded=yes|enset=Silver Tempest|enrarity=TGV|ennum=TG15/TG30|jpset=VMAX Climax|jprarity=CSR|jpnum=217/184}}&lt;br /&gt;
{{cardlist/footer|Colorless}}&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
===Artwork===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Ruby Sapphire May.png|125px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Emerald May.png|125px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Omega Ruby Alpha Sapphire Contest May.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May ORAS concept art.png|225px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Official artwork from {{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Official artwork from {{color2|fff|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Contest outfit artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Concept art from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Contest May ORAS concept art.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Wailmer Pail.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Rayquaza Encounter.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Jirachi Encounter.png|250px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Contest outfit concept art from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Using the {{color2|fff|Wailmer Pail}}&lt;br /&gt;
| {{pcolor|Rayquaza|FFF}}&#039;s Imperial Wrath&lt;br /&gt;
| {{pcolor|Jirachi|FFF}}&#039;s Shooting Star&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Faraway Island Mew.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS Contest art.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Concept Art at GAME ON exhibit.jpg|200px]]&lt;br /&gt;
|  Colspan=2 style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan May RS Concept Art.jpg|325px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Encountering {{pcolor|Mew|FFF}} on {{color2|FFF|Faraway Island}}&lt;br /&gt;
| In a {{color2|fff|Pokémon Contest|Contest Spectacular}}&lt;br /&gt;
| Colspan=2 | Concept art from {{color2|fff|Pokémon Ruby and Sapphire|Ruby and Sapphire}} by {{color2|fff|Ken Sugimori}}&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Kotobukiya ArtFX J Figure May Torchic.png|225px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Torchic Pokémon Center Trainer artwork.png|200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Pokémon Day 2022 Hoenn Artwork.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Kotobukiya ArtFX J Figure May Mudkip.png|200px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Concept art of May and {{pcolor|Torchic|FFF}} by&amp;lt;br&amp;gt;{{color2|fff|Hitoshi Ariga}} for Kotobukiya ArtFx J figurines&lt;br /&gt;
| Artwork of May and {{pcolor|Torchic|fff}} for the&amp;lt;br&amp;gt;Pokémon Trainers merchandise line&lt;br /&gt;
| Artwork of May using the {{color2|fff|Devon Scope}}&amp;lt;br&amp;gt;for {{color2|fff|Pokémon Day}} by {{color2|fff|Megumi Mizutani}}&lt;br /&gt;
| Concept art of May and {{pcolor|Mudkip|FFF}} by&amp;lt;br&amp;gt;{{color2|fff|Hitoshi Ariga}} for Kotobukiya ArtFx J figurines&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS1.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS2.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS3.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS4.jpg|200px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Concept art for {{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Using {{color2|FFF|Dive (move)|Dive}} with {{pcolor|Wailmer|FFF}}&lt;br /&gt;
| Walking along the shoreline&lt;br /&gt;
| {{color2|FFF|Soaring in the sky}} on {{color2|FFF|Mega Evolution|Mega}} {{pcolor|Latios|FFF}}&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sprites and models===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr RS May.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr E May.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:RS May Back.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:E May Back.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Colo May.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay 2.png|150px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Colosseum|Colosseum}}&lt;br /&gt;
| VS model as rival from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| VS model as rival from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(with {{color2|fff|Mega Bracelet}})&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May RS OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May FRLG OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr XD May RS.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr XD May E.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay Contest.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay Contest 2.png|150px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|FFF|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|FFF|Pokémon FireRed and LeafGreen Versions|FireRed and LeafGreen}}&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|FFF|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon XD: Gale of Darkness|Pokémon XD}}&amp;lt;br&amp;gt;(RS variant)&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon XD: Gale of Darkness|Pokémon XD}}&amp;lt;br&amp;gt;(E variant)&lt;br /&gt;
| VS sprite in {{color2|FFF|Pokémon Contests|Contests}} from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(without {{color2|FFF|Key Stone}})&lt;br /&gt;
| VS sprite in {{color2|FFF|Pokémon Contests|Contests}} from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(with {{color2|FFF|Key Stone}})&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Contest Costume ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Go-Goggles ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Devon Scuba Gear ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Magma Suit ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Aqua Suit ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS May Icon.png]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Overworld model from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Contest Costume}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Go-Goggles}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Devon Scuba Gear}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Magma Suit}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby}}&lt;br /&gt;
| Wearing the {{color2|FFF|Aqua Suit}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Alpha Sapphire}}&lt;br /&gt;
| Icon in the main menu and {{color2|FFF|Battle Maison}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May_Ra_OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May_Ra_OD_2.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Bike RS.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May_Bike E.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May OW_Bike RS.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May_OW_Bike E.png]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Unused Ruby/Sapphire overworld sprite from Pokémon Ranger&lt;br /&gt;
| Unused Emerald overworld sprite from Pokémon Ranger&lt;br /&gt;
| May riding a bike in the intro/credits of Pokémon Ruby/Sapphire&lt;br /&gt;
| May riding a bike in the intro/credits of Pokémon Emerald&lt;br /&gt;
| May riding a bike in the overworld of Pokémon Ruby/Sapphire&lt;br /&gt;
| May riding a bike in the overworld of Pokémon Emerald&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* As the [[player character]] (along with {{ga|Brendan}}), they are the only set of player characters that have both a [[mother]] and a father present in the {{pkmn|games}}.&lt;br /&gt;
* Similarly to Brendan, May&#039;s attire in Omega Ruby and Alpha Sapphire is mainly based on her appearance in Emerald, though some elements are also taken from her appearance in {{v2|Ruby and Sapphire|s}}.&lt;br /&gt;
* While the second battle with May (or Brendan if she is the player character) is optional, the encounter leading up to it is not.&lt;br /&gt;
** Therefore, after receiving the [[Devon Goods]] before encountering May or Brendan in Rustboro City, if the player [[Black out|blacks out]] without ever visiting the [[Pokémon Center]] in Rustboro City (which causes the player character to rush to [[Petalburg City]]&#039;s Pokémon Center instead), the encounter and optional battle take place in {{rt|104|Hoenn}} in front of [[Mr. Briney]]&#039;s house instead.&lt;br /&gt;
* May&#039;s teams in Emerald vary slightly from Brendan&#039;s teams:&lt;br /&gt;
** When battled in either [[Rustboro City]] or {{rt|104|Hoenn}}, May (if the player chose {{p|Torchic}}) uses a {{p|Torkoal}}, which is not used in future battles; Brendan uses a {{p|Slugma}} instead.&lt;br /&gt;
** When battled on {{rt|119|Hoenn}}, May (if the player chose {{p|Mudkip}}) uses a {{p|Lombre}}, which was not used in prior nor future battles; Brendan uses a {{p|Pelipper}} instead.&lt;br /&gt;
* May bears a striking resemblance towards [[Irida]], but the exact relationship between the two is unknown.&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background:#{{sapphire color light}}; border:3px solid #{{sapphire color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! {{color|FFF|Language}}&lt;br /&gt;
! {{color|FFF|Name}}&lt;br /&gt;
! {{color|FFF|Origin}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Japanese&lt;br /&gt;
| ハルカ &#039;&#039;Haruka&#039;&#039;&lt;br /&gt;
| From 春花 &#039;&#039;haruka&#039;&#039; (spring flower) or 遥か &#039;&#039;haruka&#039;&#039; (distant)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| English&lt;br /&gt;
| May&lt;br /&gt;
| From &#039;&#039;{{wp|May}}&#039;&#039;, a month of spring in the Northern Hemisphere&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Maike&lt;br /&gt;
| From &#039;&#039;Mai&#039;&#039; (May)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Aura&lt;br /&gt;
| From &#039;&#039;aura&#039;&#039; (gentle breeze), a figure of speech commonly associated to spring&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| French&lt;br /&gt;
| Flora&lt;br /&gt;
| From &#039;&#039;{{wp|Flora (mythology)|Flora}}&#039;&#039; (Roman goddess of flower and spring)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Italian&lt;br /&gt;
| Vera&lt;br /&gt;
| From &#039;&#039;primavera&#039;&#039; (spring)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 봄이 &#039;&#039;Bomi&#039;&#039;&lt;br /&gt;
| From 봄 &#039;&#039;bom&#039;&#039; (spring)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 小遙 / 小遥 &#039;&#039;Xiǎo Yáo&#039;&#039;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | From 遙 / 遥 &#039;&#039;yáo / yìuh&#039;&#039; (distant)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 小遙 &#039;&#039;Síu Yìuh&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player characters|sapphire}}&lt;br /&gt;
{{Rival characters|sapphire}}&lt;br /&gt;
{{NPC|sapphire|hoenn=yes}}&amp;lt;br/&amp;gt;&lt;br /&gt;
{{Project CharacterDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Rival characters]]&lt;br /&gt;
[[Category:Ruby and Sapphire characters]]&lt;br /&gt;
[[Category:Emerald characters]]&lt;br /&gt;
[[Category:Omega Ruby and Alpha Sapphire characters]]&lt;br /&gt;
[[Category:Laboratory assistants]]&lt;br /&gt;
[[Category:Multi Battle partners]]&lt;br /&gt;
[[Category:Champions]]&lt;br /&gt;
[[Category:Trainers with Legendary Pokémon]]&amp;lt;!--Deoxys, the Mythical Pokémon, isn&#039;t required to be caught.--&amp;gt;&lt;br /&gt;
[[Category:Trainers with Key Stones]]&lt;br /&gt;
[[Category:Pokémon Evolutions characters]]&lt;br /&gt;
&lt;br /&gt;
[[de:Maike]]&lt;br /&gt;
[[es:Aura (personaje)]]&lt;br /&gt;
[[fr:Flora (jeux vidéo)]]&lt;br /&gt;
[[it:Vera (gioco)]]&lt;br /&gt;
[[ja:ハルカ (ゲーム)]]&lt;br /&gt;
[[zh:小遥]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Brendan_(game)&amp;diff=3986735</id>
		<title>Brendan (game)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Brendan_(game)&amp;diff=3986735"/>
		<updated>2024-04-11T18:49:18Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: The deed has been done...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{move|Brendan}}&lt;br /&gt;
{{CharInfobox&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|corecolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|text=fff&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|jname=ユウキ&lt;br /&gt;
|tmname=Yuuki&lt;br /&gt;
|image=Omega Ruby Alpha Sapphire Brendan.png&lt;br /&gt;
|size=200px&lt;br /&gt;
|caption=Art from [[Pokémon Omega Ruby and Alpha Sapphire]]&lt;br /&gt;
|gender=Male&lt;br /&gt;
|hometown=[[Littleroot Town]] (originally [[Olivine City]] if chosen by the player)&lt;br /&gt;
|region=[[Hoenn]] (originally [[Johto]] if chosen by the player)&lt;br /&gt;
|relatives=[[Norman]], {{ho|Mom}} (as player, {{pkmn|Masters EX}})&amp;lt;br&amp;gt;[[Professor Birch]], unnamed mother, younger brother{{sup/3|E}} (as rival)&lt;br /&gt;
|age=yes&lt;br /&gt;
|years=Unknown{{sup/3|RSE}}&amp;lt;br&amp;gt;12 (as rival){{sup/6|ORAS}}&amp;lt;ref&amp;gt;{{g|Omega Ruby and Alpha Sapphire}}: &#039;&#039;Brendan, &#039;&#039;&#039;12&#039;&#039;&#039;, a Pokémon Trainer from Littleroot Town.&#039;&#039; - {{DL|TV Mauville|Hoenn News Network}}, emphasis added&amp;lt;/ref&amp;gt;&lt;br /&gt;
|colors=yes&lt;br /&gt;
|eyes=Brown{{tt|*|Generation III}}, Gray{{tt|*|Generation VI and Masters EX}}, Blue{{tt|*|Colosseum model and animated trailer}}&lt;br /&gt;
|hair=Black{{tt|*|Generation III}}, Brown{{tt|*|Generation VI and Masters EX}}&lt;br /&gt;
|trainer=yes&lt;br /&gt;
|trainerclass=[[Pokémon Trainer]], [[player character]]&lt;br /&gt;
|game=yes&lt;br /&gt;
|generation={{gen|III}}, {{gen|VI}}&lt;br /&gt;
|games={{3v2|Ruby|Sapphire|Emerald}}&amp;lt;br&amp;gt;{{pkmn|Omega Ruby and Alpha Sapphire}}, {{pkmn|Masters EX}}&lt;br /&gt;
|leader=no&lt;br /&gt;
|anime=yes&lt;br /&gt;
|epnum=M06&lt;br /&gt;
|epname=Jirachi: Wish Maker&lt;br /&gt;
|manga=counterpart&lt;br /&gt;
|mangacounterpart={{adv|Ruby}}, {{OBP|Ruby|Ruby-Sapphire}}, [[Rald]], {{OBP|Alpha|CPIW}}, {{OBP|Omega|CPIW}}&lt;br /&gt;
|roundnum=PS181&lt;br /&gt;
|roundname=Creeping Past Cacnea&lt;br /&gt;
|gameanim=yes&lt;br /&gt;
|pv=yes&lt;br /&gt;
|pvnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|pvname=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|envagame=Aleks Le&amp;lt;ref name=&amp;quot;Aleks Le&amp;quot;&amp;gt;[https://twitter.com/alekslevo/status/1166943216865693697 Aleks Le on Twitter]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&lt;br /&gt;
|javagame=[[Nobuhiko Okamoto]] &amp;lt;small&amp;gt;([[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer|ORAS Trailer]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;[[Yuko Sanpei]]&amp;lt;ref&amp;gt;Nintendo DREAM (vol. 329)&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Brendan&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ユウキ&#039;&#039;&#039; &#039;&#039;Yuuki&#039;&#039;) is the male choice for the [[player character]] in {{game2|Ruby|Sapphire|Emerald}} and their [[Generation VI]] remakes, {{pkmn|Omega Ruby and Alpha Sapphire}}. He also serves as a [[rival]] in the same games if the player chooses to play as his female counterpart, {{ga|May}}.&lt;br /&gt;
&lt;br /&gt;
==Terminology==&lt;br /&gt;
He is named &#039;&#039;&#039;Brendan&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ユウキ&#039;&#039;&#039; &#039;&#039;Yuuki&#039;&#039;) when he appears as a [[non-player character]] in the [[Generation III]] games and their [[Generation VI]] remakes. He is also known by {{mas|Brendan|the same name}} in [[Pokémon Masters EX]].&lt;br /&gt;
&lt;br /&gt;
He is known as &#039;&#039;&#039;Orlando&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;オメガ&#039;&#039;&#039; &#039;&#039;Omega&#039;&#039;) in pre-release media for [[Pokémon Omega Ruby and Alpha Sapphire]], including the [[Pokémon Omega Ruby and Pokémon Alpha Sapphire Special Demo Version|Special Demo Version]]. He is named  &#039;&#039;&#039;ラルド&#039;&#039;&#039; (&#039;&#039;Rald&#039;&#039;) in some screenshots of {{game|Emerald}} on the Japanese Nintendo website.&amp;lt;ref&amp;gt;[https://www.nintendo.co.jp/n08/bpej/frontier2/index.html Pokémon Emerald on Nintendo] (Japanese)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
===As the protagonist===&lt;br /&gt;
[[File:May Brendan Credits ORAS.png|thumb|200px|May and Brendan after the events of the game]]&lt;br /&gt;
If Brendan is selected as the player character, he starts his {{pkmn|journey}} moving from his home in [[Johto]] to his new home in the town of {{to|Littleroot}} in [[Hoenn]]. After saving [[Professor Birch]] from a [[wild Pokémon]], he is given one of the three first partner Pokémon of the Hoenn [[region]]. Brendan develops a close bond with {{ga|May}}, and eventually [[Wally]], who both act as his rivals. Brendan goes on to gather the eight Badges of Hoenn, stop the plans of [[Team Aqua]]{{sup/3|Sa}}{{sup/3|E}}{{sup/6|AS}}/[[Team Magma]]{{sup/3|Ru}}{{sup/3|E}}{{sup/6|OR}} and conquer the Pokémon League all before going off to face the {{gdis|Battle Frontier|III}}{{sup/3|E}}.&lt;br /&gt;
&lt;br /&gt;
===As a non-playable character===&lt;br /&gt;
[[File:Brendan Rival ORAS.png|thumb|200px|Brendan as the rival]]&lt;br /&gt;
If Brendan is not selected as the player, he is helping his father Birch finish the Hoenn [[Pokédex]] and becoming a Pokémon Professor. He is also the player&#039;s [[rival]] and friend. Along with May (when playing as Brendan), they are the only rivals unavailable for battle after entering the [[Hall of Fame]]. Additionally, they both are the only ones to not [[evolution|evolve]] their first partner Pokémon into its final form, except for in Omega Ruby and Alpha Sapphire, where their first partner Pokémon have been fully-evolved by the battle that takes place after the [[credits]].&lt;br /&gt;
&lt;br /&gt;
===={{DL|PokéNav|Trainer&#039;s Eyes}}/{{DL|PokéNav|Match Call}}====&lt;br /&gt;
{{incomplete|section|needs=RSORAS information}}&lt;br /&gt;
&#039;&#039;&#039;Rad Neighbor Brendan&#039;&#039;&#039;{{sup/3|E}}&lt;br /&gt;
:&#039;&#039;&#039;Strategy&#039;&#039;&#039;&lt;br /&gt;
:Battle with knowledge!&lt;br /&gt;
:&#039;&#039;&#039;Trainer&#039;s Pokémon&#039;&#039;&#039;&lt;br /&gt;
:I will use various Pokémon.&lt;br /&gt;
:&#039;&#039;&#039;Self-Introduction&#039;&#039;&#039;&lt;br /&gt;
:I&#039;ll be a better Pokémon prof than my father is!&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
=====Pokémon Ruby and Sapphire=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Splash|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Rollout|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Stun Spore|move2type=Grass&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Focus Energy|move1type=Normal&lt;br /&gt;
|move2=Ember|move2type=Fire&lt;br /&gt;
|move3=Double Kick|move3type=Fighting&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Stun Spore|move2type=Grass&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Tackle|move2type=Normal&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Water Gun|move1type=Water&lt;br /&gt;
|move2=Bide|move2type=Normal&lt;br /&gt;
|move3=Mud Shot|move3type=Ground&lt;br /&gt;
|move4=Foresight|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Tackle|move2type=Normal&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Splash|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Rollout|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Quick Attack|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rollout|move1type=Rock&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Mud Sport|move2type=Ground&lt;br /&gt;
|move3=Foresight|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rollout|move1type=Rock&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass&lt;br /&gt;
|move2=Screech|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle (optional)======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Mist|move1type=Ice&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Amnesia|move1type=Psychic&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Mud Sport|move2type=Ground&lt;br /&gt;
|move3=Foresight|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Amnesia|move1type=Psychic&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Mist|move1type=Ice&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass&lt;br /&gt;
|move2=Screech|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Pokémon Emerald=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr E Brendan.png&lt;br /&gt;
|prize={{Pdollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr E Brendan.png&lt;br /&gt;
|prize={{Pdollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr E Brendan.png&lt;br /&gt;
|prize={{Pdollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle (optional)======&lt;br /&gt;
If the player never uses the Rustboro City PokéCenter and blacks out or uses [[Teleport]] after rescuing Peeko, they will encounter Brendan on {{rt|104|Hoenn}} when going to Mr. Briney&#039;s home.&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr E Brendan.png&lt;br /&gt;
|prize={{Pdollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=270&lt;br /&gt;
|pokemon=Lotad&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Ember|move4type=Fire}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr E Brendan.png&lt;br /&gt;
|prize={{Pdollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Yawn|move1type=Normal&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Mud-Slap|move2type=Ground&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Bide|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr E Brendan.png&lt;br /&gt;
|prize={{Pdollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Quick Attack|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}1200|&lt;br /&gt;
class={{PK}}{{MN}} Trainer|&lt;br /&gt;
classlink=Pokémon Trainer|&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Hoenn Route 110 |&lt;br /&gt;
locationname=Route 110 |&lt;br /&gt;
pokemon=3}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=278|&lt;br /&gt;
pokemon=Wingull|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=18|&lt;br /&gt;
ability=Keen Eye|&lt;br /&gt;
type1=Water|type2=Flying|&lt;br /&gt;
move1=Growl|move1type=Normal|&lt;br /&gt;
move2=Water Gun|move2type=Water|&lt;br /&gt;
move3=Supersonic|move3type=Normal|&lt;br /&gt;
move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=271|&lt;br /&gt;
pokemon=Lombre|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=18|&lt;br /&gt;
ability=Swift Swim|&lt;br /&gt;
type1=Water|type2=Grass|&lt;br /&gt;
move1=Astonish|move1type=Ghost|&lt;br /&gt;
move2=Growl|move2type=Normal|&lt;br /&gt;
move3=Absorb|move3type=Grass|&lt;br /&gt;
move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=256|&lt;br /&gt;
pokemon=Combusken|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=20|&lt;br /&gt;
ability=Blaze|&lt;br /&gt;
type1=Fire|type2=Fighting|&lt;br /&gt;
move1=Focus Energy|move1type=Normal|&lt;br /&gt;
move2=Ember|move2type=Fire|&lt;br /&gt;
move3=Double Kick|move3type=Fighting|&lt;br /&gt;
move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}1200|&lt;br /&gt;
class={{PK}}{{MN}} Trainer|&lt;br /&gt;
classlink=Pokémon Trainer|&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Hoenn Route 110 |&lt;br /&gt;
locationname=Route 110 |&lt;br /&gt;
pokemon=3}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=271|&lt;br /&gt;
pokemon=Lombre|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=18|&lt;br /&gt;
ability=Swift Swim|&lt;br /&gt;
type1=Water|type2=Grass|&lt;br /&gt;
move1=Astonish|move1type=Ghost|&lt;br /&gt;
move2=Growl|move2type=Normal|&lt;br /&gt;
move3=Absorb|move3type=Grass|&lt;br /&gt;
move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=218|&lt;br /&gt;
pokemon=Slugma|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=18|&lt;br /&gt;
ability=Magma Armor|&lt;br /&gt;
type1=Fire|&lt;br /&gt;
move1=Yawn|move1type=Normal|&lt;br /&gt;
move2=Smog|move2type=Poison|&lt;br /&gt;
move3=Ember|move3type=Fire|&lt;br /&gt;
move4=Rock Throw|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=259|&lt;br /&gt;
pokemon=Marshtomp|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=20|&lt;br /&gt;
ability=Torrent|&lt;br /&gt;
type1=Water|type2=Ground|&lt;br /&gt;
move1=Water Gun|move1type=Water|&lt;br /&gt;
move2=Bide|move2type=Normal|&lt;br /&gt;
move3=Mud Shot|move3type=Ground|&lt;br /&gt;
move4=Foresight|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}1200|&lt;br /&gt;
class={{PK}}{{MN}} Trainer |&lt;br /&gt;
classlink=Pokémon Trainer |&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Hoenn Route 110 |&lt;br /&gt;
locationname=Route 110 |&lt;br /&gt;
pokemon=3}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=218|&lt;br /&gt;
pokemon=Slugma|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=18|&lt;br /&gt;
ability=Magma Armor|&lt;br /&gt;
type1=Fire|&lt;br /&gt;
move1=Yawn|move1type=Normal|&lt;br /&gt;
move2=Smog|move2type=Poison|&lt;br /&gt;
move3=Ember|move3type=Fire|&lt;br /&gt;
move4=Rock Throw|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=278|&lt;br /&gt;
pokemon=Wingull|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=18|&lt;br /&gt;
ability=Keen Eye|&lt;br /&gt;
type1=Water|type2=Flying|&lt;br /&gt;
move1=Growl|move1type=Normal|&lt;br /&gt;
move2=Water Gun|move2type=Water|&lt;br /&gt;
move3=Supersonic|move3type=Normal|&lt;br /&gt;
move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=253|&lt;br /&gt;
pokemon=Grovyle|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=20|&lt;br /&gt;
ability=Overgrow|&lt;br /&gt;
type1=Grass|&lt;br /&gt;
move1=Absorb|move1type=Grass|&lt;br /&gt;
move2=Quick Attack|move2type=Normal|&lt;br /&gt;
move3=Fury Cutter|move3type=Bug|&lt;br /&gt;
move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}1860|&lt;br /&gt;
class={{PK}}{{MN}} Trainer|&lt;br /&gt;
classlink=Pokémon Trainer|&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Hoenn Route 119 |&lt;br /&gt;
locationname=Route 119 |&lt;br /&gt;
pokemon=3}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=279|&lt;br /&gt;
pokemon=Pelipper |&lt;br /&gt;
gender=male|&lt;br /&gt;
level=29|&lt;br /&gt;
ability=Keen Eye|&lt;br /&gt;
type1=Water|type2=Flying|&lt;br /&gt;
move1=Wing Attack|move1type=Flying|&lt;br /&gt;
move2=Supersonic|move2type=Normal|&lt;br /&gt;
move3=Mist|move3type=Ice|&lt;br /&gt;
move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=271|&lt;br /&gt;
pokemon=Lombre|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=29|&lt;br /&gt;
ability=Swift Swim|&lt;br /&gt;
type1=Water|type2=Grass|&lt;br /&gt;
move1=Absorb|move1type=Grass|&lt;br /&gt;
move2=Nature Power|move2type=Normal|&lt;br /&gt;
move3=Fake Out|move3type=Normal|&lt;br /&gt;
move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=256|&lt;br /&gt;
pokemon=Combusken|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=31|&lt;br /&gt;
ability=Blaze|&lt;br /&gt;
type1=Fire|type2=Fighting|&lt;br /&gt;
move1=Double Kick|move1type=Fighting|&lt;br /&gt;
move2=Peck |move2type=Flying|&lt;br /&gt;
move3=Sand-Attack|move3type=Ground|&lt;br /&gt;
move4=Bulk Up|move4type=Fighting}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}1860|&lt;br /&gt;
class={{PK}}{{MN}} Trainer|&lt;br /&gt;
classlink=Pokémon Trainer|&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Hoenn Route 119 |&lt;br /&gt;
locationname=Route 119 |&lt;br /&gt;
pokemon=3}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=271|&lt;br /&gt;
pokemon=Lombre|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=29|&lt;br /&gt;
ability=Swift Swim|&lt;br /&gt;
type1=Water|type2=Grass|&lt;br /&gt;
move1=Absorb|move1type=Grass|&lt;br /&gt;
move2=Nature Power|move2type=Normal|&lt;br /&gt;
move3=Fake Out|move3type=Normal|&lt;br /&gt;
move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=218|&lt;br /&gt;
pokemon=Slugma|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=29|&lt;br /&gt;
ability=Magma Armor|&lt;br /&gt;
type1=Fire|&lt;br /&gt;
move1=Ember|move1type=Fire|&lt;br /&gt;
move2=Rock Throw|move2type=Rock|&lt;br /&gt;
move3=Harden|move3type=Normal|&lt;br /&gt;
move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=259|&lt;br /&gt;
pokemon=Marshtomp|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=31|&lt;br /&gt;
ability=Torrent|&lt;br /&gt;
type1=Water|type2=Ground|&lt;br /&gt;
move1=Mud Shot|move1type=Ground|&lt;br /&gt;
move2=Foresight|move2type=Normal|&lt;br /&gt;
move3=Mud Sport|move3type=Ground|&lt;br /&gt;
move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}1860|&lt;br /&gt;
class={{PK}}{{MN}} Trainer |&lt;br /&gt;
classlink=Pokémon Trainer |&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Hoenn Route 119 |&lt;br /&gt;
locationname=Route 119 |&lt;br /&gt;
pokemon=3}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=218|&lt;br /&gt;
pokemon=Slugma|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=29|&lt;br /&gt;
ability=Magma Armor|&lt;br /&gt;
type1=Fire|&lt;br /&gt;
move1=Ember|move1type=Fire|&lt;br /&gt;
move2=Rock Throw|move2type=Rock|&lt;br /&gt;
move3=Harden|move3type=Normal|&lt;br /&gt;
move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=279|&lt;br /&gt;
pokemon=Pelipper|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=29|&lt;br /&gt;
ability=Keen Eye|&lt;br /&gt;
type1=Water|type2=Flying|&lt;br /&gt;
move1=Wing Attack|move1type=Flying|&lt;br /&gt;
move2=Supersonic|move2type=Normal|&lt;br /&gt;
move3=Mist|move3type=Ice|&lt;br /&gt;
move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=253|&lt;br /&gt;
pokemon=Grovyle|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=31|&lt;br /&gt;
ability=Overgrow|&lt;br /&gt;
type1=Grass|&lt;br /&gt;
move1=Fury Cutter|move1type=Bug|&lt;br /&gt;
move2=Pursuit|move2type=Dark|&lt;br /&gt;
move3=Screech|move3type=Normal|&lt;br /&gt;
move4=Leaf Blade|move4type=Grass}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fifth battle (optional)======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}2040|&lt;br /&gt;
class={{PK}}{{MN}} Trainer|&lt;br /&gt;
classlink=Pokémon Trainer|&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Lilycove City |&lt;br /&gt;
pokemon=4}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=357|&lt;br /&gt;
pokemon=Tropius|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=31|&lt;br /&gt;
ability=Chlorophyll|&lt;br /&gt;
type1=Grass|type2=Flying|&lt;br /&gt;
move1=Stomp|move1type=Normal|&lt;br /&gt;
move2=Sweet Scent|move2type=Normal|&lt;br /&gt;
move3=Whirlwind|move3type=Normal|&lt;br /&gt;
move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=279|&lt;br /&gt;
pokemon=Pelipper|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=32|&lt;br /&gt;
ability=Keen Eye|&lt;br /&gt;
type1=Water|type2=Flying|&lt;br /&gt;
move1=Wing Attack|move1type=Flying|&lt;br /&gt;
move2=Supersonic|move2type=Normal|&lt;br /&gt;
move3=Mist|move3type=Ice|&lt;br /&gt;
move4=Protect|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=272|&lt;br /&gt;
pokemon=Ludicolo|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=32|&lt;br /&gt;
ability=Swift Swim|&lt;br /&gt;
type1=Water|type2=Grass|&lt;br /&gt;
move1=Astonish|move1type=Ghost|&lt;br /&gt;
move2=Growl|move2type=Normal|&lt;br /&gt;
move3=Absorb|move3type=Grass|&lt;br /&gt;
move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=256|&lt;br /&gt;
pokemon=Combusken|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=34|&lt;br /&gt;
ability=Blaze|&lt;br /&gt;
type1=Fire|type2=Fighting|&lt;br /&gt;
move1=Peck|move1type=Flying|&lt;br /&gt;
move2=Sand-Attack|move2type=Ground|&lt;br /&gt;
move3=Bulk Up|move3type=Fighting|&lt;br /&gt;
move4=Quick Attack|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}2040|&lt;br /&gt;
class={{PK}}{{MN}} Trainer |&lt;br /&gt;
classlink=Pokémon Trainer |&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Lilycove City |&lt;br /&gt;
pokemon=4}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=357|&lt;br /&gt;
pokemon=Tropius|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=31|&lt;br /&gt;
ability=Chlorophyll|&lt;br /&gt;
type1=Grass|type2=Flying|&lt;br /&gt;
move1=Stomp|move1type=Normal|&lt;br /&gt;
move2=Sweet Scent|move2type=Normal|&lt;br /&gt;
move3=Whirlwind|move3type=Normal|&lt;br /&gt;
move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=272|&lt;br /&gt;
pokemon=Ludicolo|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=32|&lt;br /&gt;
ability=Swift Swim|&lt;br /&gt;
type1=Water|type2=Grass|&lt;br /&gt;
move1=Astonish|move1type=Ghost|&lt;br /&gt;
move2=Growl|move2type=Normal|&lt;br /&gt;
move3=Absorb|move3type=Grass|&lt;br /&gt;
move4=Nature Power|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=218|&lt;br /&gt;
pokemon=Slugma|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=32|&lt;br /&gt;
ability=Magma Armor|&lt;br /&gt;
type1=Fire|&lt;br /&gt;
move1=Ember|move1type=Fire|&lt;br /&gt;
move2=Rock Throw|move2type=Rock|&lt;br /&gt;
move3=Harden|move3type=Normal|&lt;br /&gt;
move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=259|&lt;br /&gt;
pokemon=Marshtomp|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=34|&lt;br /&gt;
ability=Torrent|&lt;br /&gt;
type1=Water|type2=Ground|&lt;br /&gt;
move1=Mud Shot|move1type=Ground|&lt;br /&gt;
move2=Foresight|move2type=Normal|&lt;br /&gt;
move3=Mud Sport|move3type=Ground|&lt;br /&gt;
move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}2040|&lt;br /&gt;
class={{PK}}{{MN}} Trainer |&lt;br /&gt;
classlink=Pokémon Trainer |&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Lilycove City |&lt;br /&gt;
pokemon=4}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=357|&lt;br /&gt;
pokemon=Tropius|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=31|&lt;br /&gt;
ability=Chlorophyll|&lt;br /&gt;
type1=Grass|type2=Flying|&lt;br /&gt;
move1=Stomp|move1type=Normal|&lt;br /&gt;
move2=Sweet Scent|move2type=Normal|&lt;br /&gt;
move3=Whirlwind|move3type=Normal|&lt;br /&gt;
move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=218|&lt;br /&gt;
pokemon=Slugma|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=32|&lt;br /&gt;
ability=Magma Armor|&lt;br /&gt;
type1=Fire|&lt;br /&gt;
move1=Ember|move1type=Fire|&lt;br /&gt;
move2=Rock Throw|move2type=Rock|&lt;br /&gt;
move3=Harden|move3type=Normal|&lt;br /&gt;
move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=279|&lt;br /&gt;
pokemon=Pelipper|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=32|&lt;br /&gt;
ability=Keen Eye|&lt;br /&gt;
type1=Water|type2=Flying|&lt;br /&gt;
move1=Wing Attack|move1type=Flying|&lt;br /&gt;
move2=Supersonic|move2type=Normal|&lt;br /&gt;
move3=Mist|move3type=Ice|&lt;br /&gt;
move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=253|&lt;br /&gt;
pokemon=Grovyle|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=34|&lt;br /&gt;
ability=Overgrow|&lt;br /&gt;
type1=Grass|&lt;br /&gt;
move1=Fury Cutter|move1type=Bug|&lt;br /&gt;
move2=Pursuit|move2type=Dark|&lt;br /&gt;
move3=Screech|move3type=Normal|&lt;br /&gt;
move4=Leaf Blade|move4type=Grass}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Pokémon Omega Ruby and Alpha Sapphire=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Gun|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Rollout|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Whirlpool|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Astonish|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Stun Spore|move1type=Grass|move1cat=Status&lt;br /&gt;
|move2=Leech Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Mega Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Headbutt|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Sand Attack|move1type=Ground|move1cat=Status&lt;br /&gt;
|move2=Peck|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Double Kick|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Flame Charge|move4type=Fire|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Stun Spore|move1type=Grass|move1cat=Status&lt;br /&gt;
|move2=Leech Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Mega Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Headbutt|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Ember|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Throw|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Harden|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Incinerate|move4type=Fire|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud-Slap|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Foresight|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Mud Bomb|move3type=Ground|move3cat=Special&lt;br /&gt;
|move4=Bide|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Ember|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Throw|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Harden|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Incinerate|move4type=Fire|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Gun|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Rollout|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Whirlpool|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Astonish|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Quick Attack|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Mega Drain|move2type=Grass|move2cat=Special&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Pursuit|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======[[Multi Battle]] with the {{player}}======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Whirlpool|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Astonish|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Water Pulse|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Mist|move4type=Ice|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Headbutt|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Poison Powder|move3type=Poison|move3cat=Status&lt;br /&gt;
|move4=Worry Seed|move4type=Grass|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Peck|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Double Kick|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Flame Charge|move3type=Fire|move3cat=Physical&lt;br /&gt;
|move4=Quick Attack|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Headbutt|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Poison Powder|move3type=Poison|move3cat=Status&lt;br /&gt;
|move4=Worry Seed|move4type=Grass|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Harden|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Incinerate|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Clear Smog|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Ancient Power|move4type=Rock|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Foresight|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Mud Shot|move2type=Ground|move2cat=Special&lt;br /&gt;
|move3=Bide|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Mud Bomb|move4type=Ground|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Harden|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Incinerate|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Clear Smog|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Ancient Power|move4type=Rock|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Whirlpool|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Astonish|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Water Pulse|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Mist|move4type=Ice|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Fury Cutter|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Pursuit|move3type=Dark|move3cat=Physical&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Pulse|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Mist|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Brine|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Poison Powder|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Worry Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Giga Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Growth|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Flame Charge|move2type=Fire|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Bulk Up|move4type=Fighting|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Poison Powder|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Worry Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Giga Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Growth|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Clear Smog|move1type=Poison|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Flame Burst|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Bide|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Mud Bomb|move2type=Ground|move2cat=Special&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Protect|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Clear Smog|move1type=Poison|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Flame Burst|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Pulse|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Mist|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Brine|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pursuit|move1type=Dark|move1cat=Physical&lt;br /&gt;
|move2=Leaf Blade|move2type=Grass|move2cat=Physical&lt;br /&gt;
|move3=Agility|move3type=Psychic|move3cat=Status&lt;br /&gt;
|move4=Slam|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rest|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Brine|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Water Spout|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Counter|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Mach Punch|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Force Palm|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Mind Reader|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=257&lt;br /&gt;
|pokemon=Blaziken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Quick Attack|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting|move2cat=Status&lt;br /&gt;
|move3=Blaze Kick|move3type=Fire|move3cat=Physical&lt;br /&gt;
|move4=Focus Energy|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Counter|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Mach Punch|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Force Palm|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Mind Reader|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Flame Burst|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Lava Plume|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=260&lt;br /&gt;
|pokemon=Swampert&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Bomb|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Protect|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Muddy Water|move4type=Water|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Flame Burst|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Lava Plume|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rest|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Brine|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Water Spout|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=254&lt;br /&gt;
|pokemon=Sceptile&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Agility|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Slam|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Dual Chop|move3type=Dragon|move3cat=Physical&lt;br /&gt;
|move4=Detect|move4type=Fighting|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fifth battle======&lt;br /&gt;
Winning this fight is not mandatory. The player will not [[black out]] and the story will progress either way.&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Surf|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Heavy Slam|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Bulldoze|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Seed Bomb|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Force Palm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Venoshock|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Rock Tomb|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=257&lt;br /&gt;
|pokemon=Blaziken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|held=Blazikenite&lt;br /&gt;
|move1=Blaze Kick|move1type=Fire|move1cat=Physical&lt;br /&gt;
|move2=Brick Break|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Shadow Claw|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Seed Bomb|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Force Palm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Venoshock|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Rock Tomb|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Earth Power|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Lava Plume|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Body Slam|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=260&lt;br /&gt;
|pokemon=Swampert&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|held=Swampertite&lt;br /&gt;
|move1=Earthquake|move1type=Ground|move1cat=Physical&lt;br /&gt;
|move2=Muddy Water|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Brick Break|move4type=Fighting|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Earth Power|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Lava Plume|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Body Slam|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Surf|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Heavy Slam|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Bulldoze|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=254&lt;br /&gt;
|pokemon=Sceptile&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|held=Sceptilite&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=X-Scissor|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Dual Chop|move3type=Dragon|move3cat=Physical&lt;br /&gt;
|move4=Night Slash|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Battle Maison Multi Battle======&lt;br /&gt;
Brendan will always use these two Pokémon as the player&#039;s Multi Battle Partner.&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Battle Maison&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|held=Light Clay&lt;br /&gt;
|move1=Light Screen|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Reflect|move2type=Psychic|move2cat=Status&lt;br /&gt;
|move3=Earth Power|move3type=Ground|move3cat=Special&lt;br /&gt;
|move4=Psychic|move4type=Psychic|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=295&lt;br /&gt;
|pokemon=Exploud&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Soundproof&lt;br /&gt;
|held=Assault Vest&lt;br /&gt;
|move1=Hyper Voice|move1type=Normal|move1cat=Special&lt;br /&gt;
|move2=Fire Blast|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Blizzard|move3type=Ice|move3cat=Special&lt;br /&gt;
|move4=Shadow Ball|move4type=Ghost|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
==In the spin-off games==&lt;br /&gt;
[[File:Masters Team Hoenn Unite.png|thumb|200px|Brendan with {{mas|May}} in the [[Team Hoenn Unite!]] [[solo event]] banner]]&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
{{main|Brendan (Masters)}}&lt;br /&gt;
Brendan, who is based on the [[player character]], forms a [[sync pair]] with {{p|Treecko}} and its evolved forms {{p|Grovyle}} and {{p|Sceptile}}, along with {{p|Latios}} in [[Pokémon Masters EX]]. Both his Sceptile and Latios are capable of [[Mega Evolution|Mega Evolving]]. Brendan has been a playable sync pair since the game&#039;s release.&lt;br /&gt;
&lt;br /&gt;
Brendan has also made notable appearances in the game&#039;s Main Stories: the [[PML Arc]], [[Legendary Adventures]], and the [[Villain Arc]].&lt;br /&gt;
&lt;br /&gt;
{{PairDex/h|Ruby}}&lt;br /&gt;
{{PairDex|018|Brendan|trainerlink=Brendan (Masters)#Treecko → Grovyle → Sceptile|trainerimg=Brendan|0254M|Treecko → Grovyle → Sceptile|pokemonlink=Treecko (Pokémon)|mega=Sceptilite|form=[[Mega Evolution|Mega Sceptile]]|gender=male|Grass|Poison|Physical Strike|6|Sync Pair Scout}}&lt;br /&gt;
{{PairDex|018|Brendan|trainerlink=Brendan (Masters)#Latios|trainerimg=Brendan Sygna|sygna=[[Sygna suit|Sygna Suit]]|0381M|Latios|pokemonlink=Latios (Pokémon)|gender=male|mega=Latiosite|form=[[Mega Evolution|Mega Latios]]|Dragon|Fairy|Support|6|Poké Fair Sync Pair Scout}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===[[Pokémon GO]]===&lt;br /&gt;
{{main|Style (GO)}}&lt;br /&gt;
For the start of Pokémon GO Tour: Hoenn, Brendan&#039;s outfit from {{g|Omega Ruby and Alpha Sapphire}} was released as free style options in [[Pokémon GO]].&lt;br /&gt;
&lt;br /&gt;
==Quotes==&lt;br /&gt;
{{main|Brendan (game)/Quotes}}&lt;br /&gt;
&lt;br /&gt;
==Optional names==&lt;br /&gt;
In the game, two of the optional names—one in Ruby and one in Sapphire—refer to &amp;quot;land&amp;quot; and &amp;quot;sea&amp;quot; respectively. In the English version, these are &#039;&#039;&#039;Land&#039;&#039;&#039;on and &#039;&#039;&#039;Sea&#039;&#039;&#039;n; in the Japanese version, リクヤ &#039;&#039;&#039;&#039;&#039;Riku&#039;&#039;&#039;ya&#039;&#039; and カイト &#039;&#039;&#039;&#039;&#039;Kai&#039;&#039;&#039;to&#039;&#039; (陸 &#039;&#039;riku&#039;&#039; means land and 海 &#039;&#039;kai&#039;&#039; means sea). This is also the case in other languages. Additionally, in the English version, two of the shared names—Terry and Seth—seem to be influenced by the same theme.&lt;br /&gt;
&lt;br /&gt;
In Emerald, if the player leaves the name writing screen without any written name, or with a name composed entirely of empty spaces, Professor Birch says &amp;quot;So it&#039;s &amp;lt;optional name&amp;gt;?&amp;quot;, suggesting one of the 20 available names. The player may answer &amp;quot;Yes&amp;quot; to accept the suggested name, or &amp;quot;No&amp;quot; to return to the name writing screen.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;float:left; background: #{{ruby color light}}; {{roundy|10px}}; border: 3px solid #{{ruby color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! Game&lt;br /&gt;
! Japanese&lt;br /&gt;
! English&lt;br /&gt;
! French&lt;br /&gt;
! German&lt;br /&gt;
! Italian&lt;br /&gt;
! Spanish&lt;br /&gt;
|- style=&amp;quot;background: #FFF;&amp;quot;&lt;br /&gt;
|Ruby and Sapphire&lt;br /&gt;
|&amp;lt;ab&amp;gt;リクヤ &#039;&#039;Rikuya&#039;&#039;{{sup/3|R}}&lt;br /&gt;
カイト &#039;&#039;Kaito&#039;&#039;{{sup/3|S}}&lt;br /&gt;
ヒロアキ &#039;&#039;Hiroaki&#039;&#039;&lt;br /&gt;
ヒトシ &#039;&#039;Hitoshi&#039;&#039;&lt;br /&gt;
ケイ &#039;&#039;Kei&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;LANDON{{sup/3|R}}&lt;br /&gt;
SEAN{{sup/3|S}}&lt;br /&gt;
TERRY&lt;br /&gt;
SETH&lt;br /&gt;
TOM&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;THIERRY{{sup/3|R}}&lt;br /&gt;
MARTIAL{{sup/3|S}}&lt;br /&gt;
THOMAS&lt;br /&gt;
DANIEL&lt;br /&gt;
SEB&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;ROLAND{{sup/3|R}}&lt;br /&gt;
SEBOLD{{sup/3|S}}&lt;br /&gt;
DANIEL&lt;br /&gt;
HELGE&lt;br /&gt;
JAN&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;LANDON{{sup/3|R}}&lt;br /&gt;
MARTIN{{sup/3|S}}&lt;br /&gt;
MARCO&lt;br /&gt;
PAOLO&lt;br /&gt;
LUCIO&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;TEREN{{sup/3|R}}&lt;br /&gt;
MARINO{{sup/3|S}}&lt;br /&gt;
QUIMI&lt;br /&gt;
RUFO&lt;br /&gt;
ARTURO&amp;lt;/ab&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background: #FFF;&amp;quot;&lt;br /&gt;
|Emerald&lt;br /&gt;
|&amp;lt;ab&amp;gt;イツオ &#039;&#039;Itsuo&#039;&#039;&lt;br /&gt;
ギョク &#039;&#039;Gyoku&#039;&#039;&lt;br /&gt;
ケイ &#039;&#039;Kei&#039;&#039;&lt;br /&gt;
シュウサク &#039;&#039;Shūsaku&#039;&#039;&lt;br /&gt;
セイゴ &#039;&#039;Seigo&#039;&#039;&lt;br /&gt;
ダイサク &#039;&#039;Daisaku&#039;&#039;&lt;br /&gt;
タカヒト &#039;&#039;Takahito&#039;&#039;&lt;br /&gt;
タツヤ &#039;&#039;Tatsuya&#039;&#039;&lt;br /&gt;
ダニエル &#039;&#039;Daniel&#039;&#039;&lt;br /&gt;
テルキ &#039;&#039;Teruki&#039;&#039;&lt;br /&gt;
トム &#039;&#039;Tom&#039;&#039;&lt;br /&gt;
トモヤ &#039;&#039;Tomoya&#039;&#039;&lt;br /&gt;
ヒトシ &#039;&#039;Hitoshi&#039;&#039;&lt;br /&gt;
ヒロアキ &#039;&#039;Hiroaki&#039;&#039;&lt;br /&gt;
ユキヒコ &#039;&#039;Yukihiko&#039;&#039;&lt;br /&gt;
ラルド &#039;&#039;Rald&#039;&#039;&lt;br /&gt;
リクヤ &#039;&#039;Rikuya&#039;&#039;&lt;br /&gt;
リチャード &#039;&#039;Richard&#039;&#039;&lt;br /&gt;
リュウ &#039;&#039;Ryū&#039;&#039;&lt;br /&gt;
リョウタ &#039;&#039;Ryōta&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;STU&lt;br /&gt;
MILTON&lt;br /&gt;
TOM&lt;br /&gt;
KENNY&lt;br /&gt;
REID&lt;br /&gt;
JUDE&lt;br /&gt;
JAXSON&lt;br /&gt;
EASTON&lt;br /&gt;
WALKER&lt;br /&gt;
TERU&lt;br /&gt;
JOHNNY&lt;br /&gt;
BRETT&lt;br /&gt;
SETH&lt;br /&gt;
TERRY&lt;br /&gt;
CASEY&lt;br /&gt;
DARREN&lt;br /&gt;
LANDON&lt;br /&gt;
COLLIN&lt;br /&gt;
STANLEY&lt;br /&gt;
QUINCY&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;STEF&lt;br /&gt;
MANUEL&lt;br /&gt;
SEB&lt;br /&gt;
GWENN&lt;br /&gt;
ARNO&lt;br /&gt;
JULES&lt;br /&gt;
JOHANN&lt;br /&gt;
THIBAUD&lt;br /&gt;
ALEC&lt;br /&gt;
GIBUS&lt;br /&gt;
JOHNNY&lt;br /&gt;
FABRICE&lt;br /&gt;
DANIEL&lt;br /&gt;
THOMAS&lt;br /&gt;
GARY&lt;br /&gt;
RUDDY&lt;br /&gt;
THIERRY&lt;br /&gt;
COLIN&lt;br /&gt;
STAN&lt;br /&gt;
SEVERIN&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;STEFAN&lt;br /&gt;
FLORIAN&lt;br /&gt;
JAN&lt;br /&gt;
ERIK&lt;br /&gt;
THOMAS&lt;br /&gt;
MARTIN&lt;br /&gt;
MARKUS&lt;br /&gt;
KLAUS&lt;br /&gt;
PAUL&lt;br /&gt;
ROLF&lt;br /&gt;
JÖRG&lt;br /&gt;
HAIKO&lt;br /&gt;
HELGE&lt;br /&gt;
DANIEL&lt;br /&gt;
MICHAEL&lt;br /&gt;
DAVID&lt;br /&gt;
ROLAND&lt;br /&gt;
JOHANN&lt;br /&gt;
DIETER&lt;br /&gt;
ANSELM&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;FRANCY&lt;br /&gt;
GIORGIO&lt;br /&gt;
LUCIO&lt;br /&gt;
FABY&lt;br /&gt;
ANDREA&lt;br /&gt;
DANIELE&lt;br /&gt;
MICHELE&lt;br /&gt;
RENZO&lt;br /&gt;
EUGENIO&lt;br /&gt;
ELIA&lt;br /&gt;
SANDRO&lt;br /&gt;
PIETRO&lt;br /&gt;
PAOLO&lt;br /&gt;
MARCO&lt;br /&gt;
ALBERTO&lt;br /&gt;
FILIPPO&lt;br /&gt;
LANDON&lt;br /&gt;
GINO&lt;br /&gt;
CECCO&lt;br /&gt;
MARIO&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;ELENO&lt;br /&gt;
LAREO&lt;br /&gt;
ARTURO&lt;br /&gt;
CARLO&lt;br /&gt;
MAURI&lt;br /&gt;
DANIEL&lt;br /&gt;
MARCELO&lt;br /&gt;
ROBERTO&lt;br /&gt;
AITOR&lt;br /&gt;
JULI&lt;br /&gt;
NARCISO&lt;br /&gt;
LUIS&lt;br /&gt;
RUFO&lt;br /&gt;
QUIMI&lt;br /&gt;
JESUSO&lt;br /&gt;
MARCO&lt;br /&gt;
TEREN&lt;br /&gt;
MARIO&lt;br /&gt;
PEDRO&lt;br /&gt;
ENRIQUE&amp;lt;/ab&amp;gt;&lt;br /&gt;
|}{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the TFG==&lt;br /&gt;
There are three {{TFG|Trainer figure|Trainer figures}} based on Brendan. They are versions of Brendan with the same design, but with different colors. In all figures, Brendan uses his sweater and backpack from {{game|Emerald}}, and his pants and shoes from {{game|Ruby and Sapphire|s}}.&lt;br /&gt;
&lt;br /&gt;
* {{TFG ID|Next Quest|Brendan|41}} (Japanese: ユウキ &#039;&#039;Yūki&#039;&#039;) from {{TFG|Next Quest}}, wearing clothes with blue in place of the red or orange colors from the other figures.&lt;br /&gt;
* {{TFG ID|Groundbreakers|Landon|41}} (Japanese: リクヤ &#039;&#039;Rikuya&#039;&#039;) from {{TFG|Groundbreakers}}, wearing clothes with the color palette from Ruby and Sapphire.&lt;br /&gt;
* {{TFG ID|Unnamed Third Set|Sean|41}} (Japanese: カイト &#039;&#039;Kaito&#039;&#039;), from the {{TFG|Unnamed Third Set}}, wearing clothes with the color palette from Emerald.&lt;br /&gt;
&lt;br /&gt;
The Brendan figure is part of the single released set, Next Quest. The other two sets were not released, so the Landon and Sean figures were not released either.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:BrendanNextQuest41.png|{{TFG ID|Next Quest|Brendan|41}}&lt;br /&gt;
File:LandonGroundbreakers41.png|{{TFG ID|Groundbreakers|Landon|41}}&lt;br /&gt;
File:SeanUnnamedThirdSet41.jpg|{{TFG ID|Unnamed Third Set|Sean|41}}&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Counterparts==&lt;br /&gt;
&lt;br /&gt;
===In the anime===&lt;br /&gt;
&lt;br /&gt;
====Main series====&lt;br /&gt;
[[File:Brendan anime.png|thumb|250px|Brendan in the {{pkmn|anime}}]]&lt;br /&gt;
Brendan&#039;s only appearances in the main series are small cameos in the opening sequences of {{pkmn|movie}}s, specifically &#039;&#039;[[M06|Jirachi: Wish Maker]]&#039;&#039;, &#039;&#039;[[M09|Pokémon Ranger and the Temple of the Sea]]&#039;&#039;, and &#039;&#039;[[M11|Giratina and the Sky Warrior]]&#039;&#039;. He is shown to spend time in [[Battle Tower]]s. In all of his appearances, he has appeared with his Ruby and Sapphire outfit.&lt;br /&gt;
&lt;br /&gt;
Unlike in the games, he has never interacted with [[May (anime)|May]]. It is unknown if he has ever met her, or even if his parents are the same as in the games, as neither [[Norman]] nor [[Professor Birch]] has mentioned him.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|width=68&lt;br /&gt;
|pkmn=Shiftry&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|type2=Dark&lt;br /&gt;
|img=Brendan Shiftry.png&lt;br /&gt;
|epnum=M06&lt;br /&gt;
|epname=Jirachi: Wish Maker&lt;br /&gt;
|desc=Brendan&#039;s {{p|Shiftry}} was only briefly seen in a [[Double Battle]] at the beginning of [[M06|the sixth movie]] alongside Aggron, against a Solrock and Manectric. During the battle, Shiftry was hit by the Manectric&#039;s {{m|Spark}}. Shiftry is kept within a [[Repeat Ball]].&lt;br /&gt;
&lt;br /&gt;
Shiftry&#039;s only known move is {{m|Bullet Seed}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|pkmn=Aggron&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Rock&lt;br /&gt;
|img=Brendan Aggron.png&lt;br /&gt;
|epnum=M06&lt;br /&gt;
|epname=Jirachi: Wish Maker&lt;br /&gt;
|desc=Brendan&#039;s {{p|Aggron}} was only briefly seen in a [[Double Battle]] at the beginning of [[M06|the sixth movie]] alongside Shiftry, against a {{p|Solrock}} and {{p|Manectric}}. During the battle, Aggron {{status|freeze|froze}} the opponent&#039;s Solrock. Aggron is kept within a [[Luxury Ball]].&lt;br /&gt;
&lt;br /&gt;
Aggron&#039;s only known move is {{m|Ice Beam}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|pkmn=Swampert&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=Brendan Swampert.png&lt;br /&gt;
|epnum=M09&lt;br /&gt;
|epname=Pokémon Ranger and the Temple of the Sea&lt;br /&gt;
|desc={{p|Swampert}} was seen briefly at the beginning of [[M09|the ninth movie]], where it confronted {{OBP|Rebecca|M07}}&#039;s {{p|Tyranitar}} in the [[Battle Tower]]. Not much is known about it.&lt;br /&gt;
&lt;br /&gt;
Swampert&#039;s only known move is {{m|Ice Beam}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|pkmn=Rhyperior&lt;br /&gt;
|type1=Ground&lt;br /&gt;
|type2=Rock&lt;br /&gt;
|img=Brendan Rhyperior.png&lt;br /&gt;
|epnum=M11&lt;br /&gt;
|epname=Giratina and the Sky Warrior&lt;br /&gt;
|desc=Brendan&#039;s {{p|Rhyperior}} has only made a brief appearance at the beginning of [[M11|the eleventh movie]], where it was seen battling against {{ga|Lucas}}&#039;s {{p|Magmortar}}.&lt;br /&gt;
&lt;br /&gt;
Rhyperior&#039;s only known move is {{m|Hammer Arm}}.}}&lt;br /&gt;
&lt;br /&gt;
====Pokémon Generations====&lt;br /&gt;
[[File:Brendan PG.png|thumb|250px|Brendan in [[Pokémon Generations]]]]&lt;br /&gt;
Brendan appeared in &#039;&#039;[[PG07|The Vision]]&#039;&#039;, where he was first seen battling several {{tc|Team Magma Grunt}}s with his {{p|Sceptile}} while infiltrating the [[Team Magma Hideout]], before running into [[Courtney]]. She then challenged him to a battle with her {{p|Camerupt}} just as [[Maxie]] and the rest of Team Magma headed for the [[Seafloor Cavern]] aboard [[Submarine Explorer 1]].&lt;br /&gt;
&lt;br /&gt;
Much like the other [[player character]]s depicted in [[Pokémon Generations]], Brendan doesn&#039;t have any lines of dialogue.&lt;br /&gt;
&lt;br /&gt;
Later in &#039;&#039;[[PG09|The Scoop]]&#039;&#039;, a trainer was seen battling and catching Deoxys with Mega Rayquaza, although due to the trainers hidden face, it can&#039;t be 100% confirmed this was the same Brendan from &#039;&#039;[[PG07|The Vision]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|width=68&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|pkmn=Sceptile&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|img=Brendan Sceptile PG.png&lt;br /&gt;
|epnum=PG07&lt;br /&gt;
|epname=The Vision&lt;br /&gt;
|desc={{p|Sceptile}} is Brendan&#039;s only known Pokémon, possibly his [[first partner Pokémon]]. It was used to infiltrate and fight off {{tc|Team Magma Grunt}}s and [[Courtney]] in the [[Team Magma Hideout]].&lt;br /&gt;
&lt;br /&gt;
Sceptile&#039;s known moves are {{m|Leaf Storm}} and {{m|Leaf Blade}}.}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Do not add Mega Rayquaza. It is not certain that Brendan was the person with it in PG09&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Pokémon Omega Ruby and Alpha Sapphire Animated Trailer====&lt;br /&gt;
{{MissingInfo|1|enva}}&lt;br /&gt;
[[File:Brendan ORAS Trailer.png|thumb|250px|Brendan in the Omega Ruby and Alpha Sapphire Animated Trailer]]&lt;br /&gt;
Brendan appeared in the [[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer]], where he was first seen sleeping in his house in [[Littleroot Town]]. A {{p|Treecko}} comes by and wakes him up. He then runs to {{ga|May}}&#039;s house as the [[first partner Pokémon]] were playing with one another. Brendan encountered a {{tc|Youngster}} and battled his {{p|Zigzagoon}} with {{p|Treecko}}.&lt;br /&gt;
&lt;br /&gt;
Later, sometime after his Treecko evolved all the way up into Sceptile, Brendan battled {{Steven}} and his {{TP|Steven|Mega Metagross|Metagross}}. Brendan then [[soaring in the sky|soared in the sky]] with his Mega {{p|Latios}} alongside May and her Mega {{p|Latias}}.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|pkmn=Sceptile ↔ Mega Sceptile&lt;br /&gt;
|stage1=Treecko&lt;br /&gt;
|stage2=Grovyle&lt;br /&gt;
|width=68&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|img=Brendan Treecko ORAS Trailer.png&lt;br /&gt;
|cap=Brendan&#039;s Treecko&lt;br /&gt;
|img2=Brendan {{#switch: {{#expr: {{#time: U}} mod 2}}|0=Sceptile|1=Mega Sceptile}} ORAS Trailer.png&lt;br /&gt;
|cap2=Brendan&#039;s {{#switch: {{#expr: {{#time: U}} mod 2}}|0=Sceptile|1=Mega Sceptile}}&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Sceptile}} is the first Pokémon Brendan is known to have. It was first seen as a Treecko in Brendan&#039;s house at [[Littleroot Town]]. Treecko was briefly seen battling a {{tc|Youngster}}&#039;s {{p|Zigzagoon}}. Later, it was revealed to have evolved into a {{p|Grovyle}} and then a Sceptile. Sceptile then had the ability to Mega Evolve into a Mega Sceptile. It was last seen battling {{Steven}}&#039;s {{TP|Steven|Mega Metagross|Metagross}}.&lt;br /&gt;
&lt;br /&gt;
Sceptile&#039;s only known move is {{m|Pound}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|pkmn=Latios ↔ Mega Latios&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Mega Latios ORAS Trailer.png&lt;br /&gt;
|cap=Brendan&#039;s Mega Latios&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Latios}} is another of Brendan&#039;s Pokémon. He was only seen in his Mega Evolved form [[soaring in the sky]] along with {{ga|May}}&#039;s Mega {{p|Latias}}.&lt;br /&gt;
&lt;br /&gt;
None of Latios&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
=====Voice actors=====&lt;br /&gt;
{{vatable|color={{ruby color}}|bordercolor={{ruby color light}}&lt;br /&gt;
|ja=岡本信彦 &#039;&#039;[[Nobuhiko Okamoto]]&#039;&#039;&lt;br /&gt;
|en=&lt;br /&gt;
|es_eu=Roberto Rodríguez}}&lt;br /&gt;
&lt;br /&gt;
====GOTCHA!====&lt;br /&gt;
Brendan briefly appeared in [[GOTCHA!]].&lt;br /&gt;
&lt;br /&gt;
===In the manga===&lt;br /&gt;
[[File:Ruby RS chapter.png|thumb|220px|Brendan&#039;s Pokémon Adventures counterpart, Ruby]]&lt;br /&gt;
[[File:Rald CBF.png|thumb|left|180px|Brendan&#039;s counterpart Rald]]&lt;br /&gt;
====Pokémon Adventures====&lt;br /&gt;
{{main|Ruby (Adventures)}}&lt;br /&gt;
Ruby from [[Pokémon Adventures]], who is a {{pkmn|Coordinator}}, is based on Brendan. While he is also skilled in battles, he chooses to suppress that side of himself most of the time, as a result of a traumatic encounter with a {{TP|Zinnia|Salamence}} he and {{adv|Sapphire}} had when they were little.&lt;br /&gt;
&lt;br /&gt;
====Pokémon Ruby-Sapphire====&lt;br /&gt;
{{main|Ruby (Ruby-Sapphire)}}&lt;br /&gt;
Ruby from [[Pokémon Ruby-Sapphire]] is based on Brendan.&lt;br /&gt;
&lt;br /&gt;
====Pokemon Ruby &amp;amp; Sapphire (CoroCoro)====&lt;br /&gt;
A counterpart to Brendan named Ruby is featured in [[Pokémon Ruby &amp;amp; Sapphire (CoroCoro Comic)|this short manga]] written by [[Suigun Oouchi]] for [[CoroCoro]] comics in December 2002. Ruby moves to Littleroot town with his [[mother]] and [[Norman|father]], aspiring to become a Pokémon champion. [[Mudkip]] is his [[first partner Pokémon]].&lt;br /&gt;
&lt;br /&gt;
====Pokémon Battle Frontier====&lt;br /&gt;
{{main|Rald}}&lt;br /&gt;
Rald from [[Pokémon Battle Frontier]] is based on Brendan. He is a {{pkmn|Champion|Pokémon League Champion}} and works as {{OBP|Enta|CBF}}&#039;s mentor during his {{gdis|Battle Frontier|III}} challenge.&lt;br /&gt;
&lt;br /&gt;
====Pokémon Ruby &amp;amp; Sapphire Special Walkthrough Comic!====&lt;br /&gt;
Brendan appears in the [[Pokemon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]].&lt;br /&gt;
&lt;br /&gt;
====Pokémon Omega Ruby Crimson Passion and Pokémon Alpha Sapphire Indigo Wisdom====&lt;br /&gt;
{{OBP|Omega|CPIW}} and {{OBP|Alpha|CPIW}} from [[Pokémon Omega Ruby Crimson Passion and Pokémon Alpha Sapphire Indigo Wisdom]] are based on Brendan.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
===Artwork===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color}}; font-size:80%; color: #fff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan May RS Concept Art.jpg|x200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Ruby Sapphire Brendan.png|x200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Emerald Brendan.png|x200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Omega Ruby Alpha Sapphire Contest Brendan.png|x200px]]&lt;br /&gt;
|-&lt;br /&gt;
| Concept art with {{color2|fff|May (game)|May}} from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}} by {{color2|fff|Ken Sugimori}}&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Emerald Version|Pokémon Emerald}}&lt;br /&gt;
| Contest outfit from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan ORAS concept art.png|x200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Contest Brendan ORAS concept art.png|x200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Ribbon.png|200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:RSE Secret Base Art.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
| Concept art from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Contest outfit concept art from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Giving a {{color2|fff|Ribbon}} to {{color2|fff|Torchic (Pokémon)|Torchic}}&lt;br /&gt;
| In his&amp;lt;br&amp;gt;{{color2|fff|Secret Base}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Rayquaza Encounter.png|250px]]&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Trainer Hill art.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS Contest art.png|250px]]&lt;br /&gt;
|-&lt;br /&gt;
| Encountering {{color2|fff|Rayquaza (Pokémon)|Rayquaza}}&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | In the {{color2|fff|Trainer Hill}}&lt;br /&gt;
| In a {{color2|fff|Pokémon Contest}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sprites and models===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color}}; font-size:80%; color: #fff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Spr RS Brendan.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Spr E Brendan.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:RS Brendan Back.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:E Brendan Back.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Colo Brendan.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:VSBrendan.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:VSBrendan 2.png|150px]]&lt;br /&gt;
|-&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Colosseum|Colosseum}}&lt;br /&gt;
| VS model as rival from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| VS model as rival from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}} (with {{color2|fff|Mega Bracelet}})&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan RS OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan FRLG OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:XD Brendan RS.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:XD Brendan Em.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:VSBrendan Contest.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:VSBrendan Contest 2.png|150px]]&lt;br /&gt;
|-&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|fff|Pokémon FireRed and LeafGreen Versions|FireRed and LeafGreen}}&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|fff|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon XD: Gale of Darkness|Pokémon XD}}&amp;lt;br&amp;gt;(RS variant)&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon XD: Gale of Darkness|Pokémon XD}}&amp;lt;br&amp;gt;(E variant)&lt;br /&gt;
| VS sprite in {{color2|fff|Pokémon Contests|Contests}} from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(without {{color2|fff|Key Stone}})&lt;br /&gt;
| VS sprite in {{color2|fff|Pokémon Contests|Contests}} from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(with {{color2|fff|Key Stone}})&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Contest Costume ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Go-Goggles ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Devon Scuba Gear ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Magma Suit ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Aqua Suit ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot; | [[File:ORAS Brendan Icon.png]]&lt;br /&gt;
|-&lt;br /&gt;
| Overworld model from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|fff|Contest Costume}} in&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|fff|Go-Goggles}} in&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|fff|Devon Scuba Gear}} in&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|fff|Magma Suit}} in&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby}}&lt;br /&gt;
| Wearing the {{color2|fff|Aqua Suit}} in&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Alpha Sapphire}}&lt;br /&gt;
| Icon in the main menu and {{color2|fff|Battle Maison}} in&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:PR Brendan RS.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:PR Brendan E.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan_Bike_RS.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Bike_E.png]]&lt;br /&gt;
|-&lt;br /&gt;
| Unused Ruby/Sapphire overworld sprite from Pokémon Ranger&lt;br /&gt;
| Unused Emerald overworld sprite from Pokémon Ranger&lt;br /&gt;
| Intro sprite from Pokemon Ruby and Sapphire&lt;br /&gt;
| Intro sprite from Pokemon Emerald&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* In [[Super Smash Bros. Brawl]], {{SSB|Pikachu}} wears Brendan&#039;s headband from {{game|Emerald}} as an alternate costume. Also, the {{SSB|Pokémon Trainer}} has an alternate costume with a similar color scheme as Brendan&#039;s Emerald outfit.&lt;br /&gt;
* He and {{ga|May}} are the only set of [[player character]]s who have a chance to speak with both a [[mother]] and a father in the {{pkmn|games}}.&lt;br /&gt;
* Before {{pkmn|Omega Ruby and Alpha Sapphire}}, Brendan and May were the only rivals whose [[first partner Pokémon]] does not reach its final form.&lt;br /&gt;
* In the fandom, Brendan&#039;s [https://twitter.com/SUPER_32X/status/40800048816209920 knit cap] has commonly been mistaken for white hair. Although largely obscured by his headwear, Brendan&#039;s actual hair is visible in most depictions, usually black in color.&lt;br /&gt;
* While the second battle with Brendan (or May if he is the player character) is optional, the encounter leading up to it is not.&lt;br /&gt;
** Therefore, after returning the [[Devon Goods]] before encountering Brendan or May in Rustboro City, if the player [[Black out|blacks out]] without ever visiting the [[Pokémon Center]] in Rustboro City (which causes the player character to rush to [[Petalburg City]]&#039;s Pokémon Center instead), the encounter and optional battle take place in {{rt|104|Hoenn}} in front of [[Mr. Briney]]&#039;s house instead.&lt;br /&gt;
* Similarly to May, Brendan&#039;s attire in Omega Ruby and Alpha Sapphire is mainly based on his appearance in {{game|Emerald}}.&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| style=&amp;quot;background:#{{ruby color light}}; {{roundy|10px}}; border: 3px solid #{{ruby color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! Language&lt;br /&gt;
! Name&lt;br /&gt;
! Origin&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Japanese&lt;br /&gt;
| ユウキ &#039;&#039;Yuuki&#039;&#039;&lt;br /&gt;
| From 勇気 &#039;&#039;yūki&#039;&#039; (bravery) or 悠 &#039;&#039;yū&#039;&#039; (distant)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| English&lt;br /&gt;
| Brendan&lt;br /&gt;
| From &#039;&#039;brave&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Brix&lt;br /&gt;
| From &#039;&#039;Bravour&#039;&#039; (bravery)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Bruno&lt;br /&gt;
| From &#039;&#039;bravo&#039;&#039; (bold)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| French&lt;br /&gt;
| Brice&lt;br /&gt;
| From &#039;&#039;bravoure&#039;&#039; (bravery)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Italian&lt;br /&gt;
| Brendon&lt;br /&gt;
| Similar to his English name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 휘웅 &#039;&#039;Hwiung&#039;&#039;&lt;br /&gt;
| From 웅 (雄) &#039;&#039;ung&#039;&#039; (hero). Possibly from the Japanese name 雄輝 &#039;&#039;Yūki&#039;&#039;, whose equivalent reading in Korean is &#039;&#039;Unghwi&#039;&#039;.&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| Chinese ({{tt|Mandarin|Taiwan}})&lt;br /&gt;
| 小悠 &#039;&#039;Xiǎo Yōu&#039;&#039;{{tt|*|Games}}&lt;br /&gt;
| From 悠 &#039;&#039;yōu&#039;&#039; (distant)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 祐樹 &#039;&#039;Yòushù&#039;&#039;{{tt|*|Emerald guidebook}}&lt;br /&gt;
| From the Japanese name 祐樹 &#039;&#039;Yūki&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 小悠 &#039;&#039;Síu Yàuh&#039;&#039;&lt;br /&gt;
| From 悠 &#039;&#039;yàuh&#039;&#039; (distant)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player characters|ruby}}&lt;br /&gt;
{{Rival characters|ruby}}&lt;br /&gt;
{{NPC|ruby|hoenn=yes}}&amp;lt;br/&amp;gt;&lt;br /&gt;
{{Project CharacterDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Rival characters]]&lt;br /&gt;
[[Category:Ruby and Sapphire characters]]&lt;br /&gt;
[[Category:Emerald characters]]&lt;br /&gt;
[[Category:Omega Ruby and Alpha Sapphire characters]]&lt;br /&gt;
[[Category:Laboratory assistants]]&lt;br /&gt;
[[Category:Champions]]&lt;br /&gt;
[[Category:Trainers with Key Stones]]&lt;br /&gt;
[[Category:Trainers with Legendary Pokémon]]&amp;lt;!--Deoxys, the Mythical Pokémon, isn&#039;t required to be caught.--&amp;gt;&lt;br /&gt;
[[Category:Pokémon Generations characters]]&lt;br /&gt;
&lt;br /&gt;
[[de:Brix]]&lt;br /&gt;
[[es:Bruno (personaje)]]&lt;br /&gt;
[[fr:Brice (Hoenn)]]&lt;br /&gt;
[[it:Brendon (gioco)]]&lt;br /&gt;
[[ja:ユウキ (ゲーム)]]&lt;br /&gt;
[[zh:小悠]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Pok%C3%A9Nav&amp;diff=3922554</id>
		<title>PokéNav</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Pok%C3%A9Nav&amp;diff=3922554"/>
		<updated>2024-02-16T18:45:42Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: /* Trivia */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:PokeNav.png|thumb|220px|PokéNav]]&lt;br /&gt;
[[File:Pokenav menu.png|thumb|Menu of the PokéNav in {{game|Emerald}}]]&lt;br /&gt;
A &#039;&#039;&#039;Pokémon Navigator&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ポケモンナビゲーター&#039;&#039;&#039; &#039;&#039;Pokémon Navigator&#039;&#039;), more often referred to as &#039;&#039;&#039;PokéNav&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ポケナビ&#039;&#039;&#039; &#039;&#039;PokéNavi&#039;&#039;), is an electronic device found in [[Hoenn]]. It was produced by the [[Devon Corporation]] under the orders of [[Mr. Stone]], who wanted to find a way to keep track of a Pokémon&#039;s feelings.&lt;br /&gt;
&lt;br /&gt;
In {{game2|Ruby|Sapphire|Emerald}}, Mr. Stone gives the {{player}} one as a reward for recovering the [[Devon Parts|Devon Goods]] from [[Team Aqua]] or [[Team Magma]]. They appear to be small, compact-disc-shaped devices. It was introduced in [[Generation III]]. Similar devices are the [[Pokégear]], the [[Pokétch]], and the [[C-Gear]].&lt;br /&gt;
&lt;br /&gt;
In {{g|Omega Ruby and Alpha Sapphire}}, the PokéNav is replaced by the [[PokéNav Plus]] and is accessible from the start of the game.&lt;br /&gt;
&lt;br /&gt;
They are chiefly useful for {{pkmn|Trainer}}s to contact and re-battle other Trainers, as well as for {{pkmn|Coordinator}}s to keep track of a Pokémon&#039;s status for {{pkmn|Contest}}s.&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
===Map===&lt;br /&gt;
The PokéNav displays a map of [[Hoenn]], along with the current location of its owner. It is also possible to zoom in to display a basic layout of towns and cities with important buildings differentiated by color.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Pokenav map.png|Full view&lt;br /&gt;
File:Pokenav map zoom.png|Zoom view&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Condition===&lt;br /&gt;
The PokéNav checks the {{OBP|Cool|condition}}, {{OBP|Beautiful|condition|Beauty}}, {{OBP|Cute|condition}}, {{OBP|Clever|condition|Smart}}, and {{OBP|Tough|condition}} [[Contest condition|condition]] of Pokémon in detail. It can be set to search only through [[party]] Pokémon, or all Pokémon owned combined.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Pokenav condition menu.png|Condition menu&lt;br /&gt;
File:Pokenav condition.png|Condition chart&lt;br /&gt;
File:Pokenav condition search.png|Condition search menu&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Trainer&#039;s Eyes===&lt;br /&gt;
{{main|List of Trainer&#039;s Eye Trainers}}&lt;br /&gt;
In {{v2|Ruby and Sapphire|s}}, the PokéNav will keep track of 69 unique Trainers and alert the user when they want a [[rematch]]. The only requirement is that the player must have obtained five Badges first. It also has information on [[Gym Leader]]s and [[Pokémon League]] members, though they cannot be battled through this function.&lt;br /&gt;
&lt;br /&gt;
After obtaining the {{badge|Balance}}. if the player is on a map with eligible Trainers, each Trainer on the map has a separate 31% chance to demand a rematch every 255 steps.&lt;br /&gt;
&lt;br /&gt;
===Match Call===&lt;br /&gt;
{{main|List of Trainer&#039;s Eye Trainers}}&lt;br /&gt;
In {{game|Emerald}}, the Trainer&#039;s Eyes function is replaced by the Match Call function. In addition to the features of the Trainer&#039;s Eyes, Match Call allows its user to call anyone who has had their PokéNav registered with the user, similar to the cell-phone feature of the [[Pokégear]]. An advantage that the Match Call has over Trainer&#039;s Eyes is that after any of the unique Trainers are defeated, they typically identify themselves and have their number listed, which makes it easier to know where they are. However, in order to register Match Call-registrable Trainers who were battled prior to receipt of the PokéNav, the user will need to manually seek out and talk to said Trainers. The Match Call can also keep track of more Trainers than Trainer&#039;s Eyes, including having a few other non-Trainers, like the player&#039;s mother and Professor Birch, listed.&lt;br /&gt;
&lt;br /&gt;
After entering [[Hall of Fame]], every 60th wild encounter, every 20th Trainer battle, and every 20th {{ho|Battle Frontier}} battle, the game has 31% chance to make a [[Gym Leader]] rematch available. &lt;br /&gt;
&lt;br /&gt;
Each Gym Leader has four teams, ordered from lowest [[level]]s to highest levels, and they will use each team after the player defeats their previous team. All teams contain Pokémon outside the [[List of Pokémon by Hoenn Pokédex number (Generation III)|Hoenn Pokédex]]. However, the teams won&#039;t progress if the player hasn&#039;t done the [[New Mauville]] sidequest, and [[Wattson]] won&#039;t be available at all.&lt;br /&gt;
&lt;br /&gt;
In Pokémon Emerald, Trainers registered with the PokéNav&#039;s Match Call function will call more often if a Pokémon with the [[Ability]] {{a|Lightning Rod|Lightningrod}} leads the [[party]].&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Pokenav match call menu.png|Mach Call menu&lt;br /&gt;
File:Pokenav match call.png|Trainer profile&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Ribbons===&lt;br /&gt;
The PokéNav will display the [[Ribbon]]s the Pokémon have acquired, either via {{pkmn|Contest}}s or special events. This function can only be unlocked when a Pokémon gains a Ribbon.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Ribbon III.png|Ribbon display&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==In the anime==&lt;br /&gt;
[[File:PokéNav anime.png|thumb|250px|A PokéNav in the {{pkmn|anime}}]]&lt;br /&gt;
[[Max]] received a PokéNav in &#039;&#039;[[AG003|There&#039;s no Place Like Hoenn]]&#039;&#039;, given to him by [[Norman|his father]] as a traveling gift. During {{ashfr|the group}}&#039;s adventures, the PokéNav was useful for their travels through [[Hoenn]] and [[Kanto]]. However, the device performs poorly in areas with particularly strong magnetic fields, like the [[Forbidden Forest]]. The PokéNav also isn&#039;t waterproof, as seen when Max spilled orange juice onto the device in &#039;&#039;[[AG017|Stairway to Devon]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
During the [[Ever Grande Conference]], several new functions of the PokéNav were revealed. Max used it to keep track of the battle rounds and record statistics on various Trainers like [[Clark]], as seen in &#039;&#039;[[AG128|Shocks and Bonds]]&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[AG133|The Right Place and The Right Mime]]&#039;&#039;, {{Tracey}} upgraded Max&#039;s PokéNav to allow it to locate the {{gdis|Battle Frontier|III}} [[Battle facility|facilities]]. [[Scott]], the owner of the Battle Frontier, also has a PokéNav.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
[[File:PokéNav Adventures.png|thumb|250px|A PokéNav in [[Pokémon Adventures]]]]&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
===={{MangaArc|Ruby &amp;amp; Sapphire}}====&lt;br /&gt;
The PokéNav first appeared in &#039;&#039;[[PS187|Tongue-Tied Kecleon]]&#039;&#039;, where {{adv|Ruby}} received one from {{adv|Wally}} as thanks for helping him catch his first Pokémon, a {{p|Kecleon}}. Like in the games, the device contains information regarding the map of the [[Hoenn]] region, and can view a Pokémon&#039;s condition, [[stat]]s, and current [[level]].&lt;br /&gt;
&lt;br /&gt;
===={{MangaArc|Emerald}}====&lt;br /&gt;
In &#039;&#039;[[PS305|Interesting Interactions Involving Illumise]]&#039;&#039;, {{adv|Emerald}} was also revealed to own a PokéNav, which he used to check the levels and stats of the [[rental Pokémon]] he used at the {{gdis|Battle Factory|III}}.&lt;br /&gt;
&lt;br /&gt;
===Pokémon Pocket Monsters===&lt;br /&gt;
{{OBP|Ruby|Ruby-Sapphire}} was seen with a PokéNav in &#039;&#039;[[PMRS03|Something Happened!!! Let&#039;s Go After Pikachu!!]]&#039;&#039;.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
This listing is of cards mentioning or featuring the PokéNav in the [[Pokémon Trading Card Game]].&lt;br /&gt;
&lt;br /&gt;
{{cardlist/header|PokéNav|Item|char=yes}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Ruby &amp;amp; Sapphire|PokéNav|88}}|type=Trainer|enset=EX Ruby &amp;amp; Sapphire|enrarity=Uncommon|ennum=88/109|jpset=Expansion Pack|jprarity=Uncommon|jpnum=052/055|jpset2=Mudkip Constructed Starter Deck|jpnum2=015/019|jpset3=Torchic Constructed Starter Deck|jpnum3=015/019|jpset4=Treecko Constructed Starter Deck|jpnum4=016/019|jpset5=Flygon Constructed Starter Deck|jpnum5=015/019|jpset6=Salamence Constructed Starter Deck|jpnum6=015/019|jpset7=Metagross Constructed Starter Deck|jpnum7=015/019|enset8=EX Emerald|enrarity8=Uncommon|ennum8=81/106|jpsetlink8=Gift Box Mew • Lucario|jpset8=Lucario Quarter Deck|jpnum8=008/015|enset9=EX Crystal Guardians|enrarity9=Uncommon|ennum9=83/100|jpset9=Ocean&#039;s Kyogre ex Constructed Starter Deck|jpnum9=011/016|jpset10=Earth&#039;s Groudon ex Constructed Starter Deck|jpnum10=013/016}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Ruby &amp;amp; Sapphire|PokéNav|88}}|type=Item|standard=yes|enset=Celestial Storm|enrarity=Uncommon|ennum=140/168|jpset=Champion Road|jprarity=U|jpnum=058/066|enset2=Celestial Storm|enrarity2=Rare Secret|ennum2=181/168|jpset2=Champion Road|jprarity2=UR|jpnum2=085/066}}&lt;br /&gt;
{{cardlist/footer|Item}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
&lt;br /&gt;
[[File:CoroCoro_289.jpg|thumb|x200px|Brendan with an early PokéNav.]]&lt;br /&gt;
* In Emerald, Scott cannot be called while he is in the {{gdis|Battle Frontier|III}}, as the game will state that it is out of the service area. However, any other Trainer may be called from the Battle Frontier, and other Trainers may call the player.&lt;br /&gt;
* Early advertisements and articles promoting [[Pokemon Ruby and Sapphire]] show a prototypical version of the PokéNav. It has a completely different appearance, with a square screen and D-pad similar to an original [[Game Boy]].&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{|&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;PokéNav&#039;&#039;&lt;br /&gt;
{{langtable|color={{sapphire color light}}|bordercolor={{ruby color}}&lt;br /&gt;
|zh_cmn=神奇領航員 &#039;&#039;{{tt|Shénqí Lǐnghángyuán|Poké Navigator}}&#039;&#039; {{tt|*|Anime (Taiwan)}}&amp;lt;br&amp;gt;神奇導覽器 &#039;&#039;{{tt|Shénqí Dǎolǎnqì|Poké Navigator}}&#039;&#039; {{tt|*|Manga (Taiwan)}}&lt;br /&gt;
|da=PokéNav&lt;br /&gt;
|nl=PokéNav&lt;br /&gt;
|fi=PokéNav&lt;br /&gt;
|fr=PokéNav&lt;br /&gt;
|de=PokéNav&lt;br /&gt;
|it=PokéNav&lt;br /&gt;
|ko=포켓 내비 &#039;&#039;Poké Navi&#039;&#039;{{tt|*|games}}&amp;lt;br&amp;gt;포켓나비 &#039;&#039;PokéNavi&#039;&#039;{{tt|*|anime and manga}}&lt;br /&gt;
|pl=PokéNawigator{{tt|*|AG017-AG022, AG038}}&amp;lt;br&amp;gt;PokéNav{{tt|*|AG017, AG029}}&amp;lt;br&amp;gt;PokéNavi{{tt|*|AG007}}&lt;br /&gt;
|pt_br=PokéNavi (manga)&amp;lt;br&amp;gt;PokéNav (TCG)&lt;br /&gt;
|ru=Навигатор &#039;&#039;Navigator&#039;&#039;&amp;lt;br&amp;gt;Покенав &#039;&#039;Pokénav&#039;&#039;{{tt|*|Pokémon TV}}&lt;br /&gt;
|es=PokéNav&lt;br /&gt;
|sv=Poké-navigator{{tt|*|anime}}&amp;lt;br&amp;gt;Pokémon kartläsare{{tt|*|Pokémon Emerald manual}}&lt;br /&gt;
|vi=Hoa tiêu Pokémon&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;Pokémon Navigator&#039;&#039;&lt;br /&gt;
{{langtable|color={{sapphire color light}}|bordercolor={{ruby color}}&lt;br /&gt;
|zh_yue=寶可夢導航器 &#039;&#039;{{tt|Pokémon Douhhòhnghei|Pokémon Navigator}}&#039;&#039; {{tt|*|Games}}&amp;lt;br&amp;gt;小精靈領航員 &#039;&#039;{{tt|Síujīnglìhng Líhnghòhngyùhn|Pokémon Navigator}}&#039;&#039;&lt;br /&gt;
|zh_cmn=寶可夢導航器/宝可梦导航器 &#039;&#039;{{tt|Pokémon Dǎohángqì|Pokémon Navigator}}&#039;&#039; {{tt|*|Games, Anime (Mainland China)}}&amp;lt;br&amp;gt;宝可梦导航仪 &#039;&#039;{{tt|Pokémon Dǎohángyí|Pokémon Navigator}}&#039;&#039; {{tt|*|Manga (Mainland China)}}&amp;lt;br&amp;gt;神奇寶貝領航員 &#039;&#039;{{tt|Shénqí Bǎobèi Lǐnghángyuán|Pokémon Navigator}}&#039;&#039; {{tt|*|Anime (Taiwan)}}&amp;lt;br&amp;gt;神奇寶貝導覽器 &#039;&#039;{{tt|Shénqí Bǎobèi Dǎolǎnqì|Pokémon Navigator}}&#039;&#039; {{tt|*|Manga (Taiwan)}}&lt;br /&gt;
|da=Pokémon-stedfinder&lt;br /&gt;
|nl=Pokémon-navigator&lt;br /&gt;
|fi=Pokémon-navigaattori&lt;br /&gt;
|fr=Navigateur Pokémon&lt;br /&gt;
|de=Pokémon Navigator&lt;br /&gt;
|it=Pokémon Navigator&lt;br /&gt;
|ko=포켓몬 네비게이터 &#039;&#039;Pokémon Navigator&#039;&#039;&lt;br /&gt;
|pl=Pokémon Nawigator&lt;br /&gt;
|pt_br=Navegador Pokémon&lt;br /&gt;
|ru=Поке-навигатор &#039;&#039;Poké-navigator&#039;&#039;&lt;br /&gt;
|es=Pokénavegador&lt;br /&gt;
|sv=Pokémon-navigatör&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
{{Menu}}&amp;lt;br/&amp;gt;&lt;br /&gt;
{{Project ItemDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:PokéNav|*]]&lt;br /&gt;
[[Category:Map equipment]]&lt;br /&gt;
[[Category:Equipment]]&lt;br /&gt;
&lt;br /&gt;
[[de:PokéNav]]&lt;br /&gt;
[[es:Pokénavegador]]&lt;br /&gt;
[[fr:PokéNav]]&lt;br /&gt;
[[it:PokéNav]]&lt;br /&gt;
[[ja:ポケナビ]]&lt;br /&gt;
[[zh:宝可梦导航器]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=May_(game)&amp;diff=3762562</id>
		<title>May (game)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=May_(game)&amp;diff=3762562"/>
		<updated>2023-08-07T07:52:15Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: Bikes.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CharInfobox&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|corecolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|name=May&lt;br /&gt;
|jname=ハルカ&lt;br /&gt;
|tmname=Haruka&lt;br /&gt;
|text=white&lt;br /&gt;
|image=Omega Ruby Alpha Sapphire May.png&lt;br /&gt;
|size=180px&lt;br /&gt;
|caption=Art from [[Pokémon Omega Ruby and Alpha Sapphire]]&lt;br /&gt;
|gender=Female&lt;br /&gt;
|hometown=[[Littleroot Town]] (originally [[Olivine City]] if chosen by the player)&lt;br /&gt;
|region=[[Hoenn]] (originally [[Johto]] if chosen by the player)&lt;br /&gt;
|relatives=[[Norman]], {{ho|Mom}} (as player)&amp;lt;br&amp;gt;[[Professor Birch]], unnamed mother, younger brother{{sup/3|E}} (as rival)&lt;br /&gt;
|age=yes&lt;br /&gt;
|years=12 (as rival){{sup/6|ORAS}}&amp;lt;ref&amp;gt;{{g|Omega Ruby and Alpha Sapphire}}: &#039;&#039;Her name is May, &#039;&#039;&#039;aged 12&#039;&#039;&#039;, a Trainer from Littleroot Town.&#039;&#039; - {{DL|TV Mauville|Hoenn News Network}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|colors=yes&lt;br /&gt;
|eyes=Blue&lt;br /&gt;
|hair=Light brown&lt;br /&gt;
|trainer=yes&lt;br /&gt;
|trainerclass=[[Pokémon Trainer]], [[player character]]&lt;br /&gt;
|game=yes&lt;br /&gt;
|generation={{Gen|III}}, {{Gen|VI}}&lt;br /&gt;
|games={{3v2|Ruby|Sapphire|Emerald}}&amp;lt;br&amp;gt;{{pkmn|Omega Ruby and Alpha Sapphire}}, {{pkmn|Masters EX}}&lt;br /&gt;
|leader=no&lt;br /&gt;
|anime=counterpart&lt;br /&gt;
|animecounterpart={{an|May}}&lt;br /&gt;
|epnum=AG001&lt;br /&gt;
|epname=Get the Show on the Road!&lt;br /&gt;
|manga=counterpart&lt;br /&gt;
|mangacounterpart={{adv|Sapphire}}, {{OBP|Sapphire|Ruby-Sapphire}}&lt;br /&gt;
|roundnum=PS182&lt;br /&gt;
|roundname=VS. Mightyena&lt;br /&gt;
|gameanim=yes&lt;br /&gt;
|pv=yes&lt;br /&gt;
|pvnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|pvname=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|envagame=Deneen Melody&amp;lt;ref name=&amp;quot;Deneen Melody&amp;quot;&amp;gt;[https://www.deneenmelody.com/ Deneen Melody | Voice Actor]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Unknown &amp;lt;small&amp;gt;({{pkmn|Evolutions}})&amp;lt;/small&amp;gt;&lt;br /&gt;
|javagame=[[Kana Hanazawa]] &amp;lt;small&amp;gt;([[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer|ORAS Trailer]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Ai Nonaka&amp;lt;ref name=&amp;quot;Ai Nonaka&amp;quot;&amp;gt;[https://twitter.com/pokemas_game/status/1349600886012698624 Pokémon Masters Official Japanese profile on Twitter]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Hina Natsume &amp;lt;small&amp;gt;({{pkmn|Evolutions}})&amp;lt;/small&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;May&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ハルカ&#039;&#039;&#039; &#039;&#039;Haruka&#039;&#039;) is the female choice for the [[player character]] in {{game2|Ruby|Sapphire|Emerald}} and their [[Generation VI]] remakes, [[Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire]]. She also serves as the [[rival]] in the same games if the player chooses to play as her male counterpart, {{ga|Brendan}}.&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
===As the protagonist===&lt;br /&gt;
If May is selected as the player character, she starts her {{pkmn|journey}} moving from her home in [[Johto]] to her new home in the town of {{to|Littleroot}} in [[Hoenn]]. After saving [[Professor Birch]] from a [[wild Pokémon]], she is given one of the three starters of the Hoenn [[region]]. May develops a close bond with {{ga|Brendan}}, and eventually [[Wally]], who both act as her rivals. May goes on to gather the eight Badges of Hoenn, stop the plans of [[Team Aqua]]{{sup/3|Sa}}{{sup/3|E}}{{sup/6|AS}}/[[Team Magma]]{{sup/3|Ru}}{{sup/3|E}}{{sup/6|OR}} and conquer the Pokémon League all before going off to face the {{gdis|Battle Frontier|III}}{{sup/3|E}}/[[Battle Maison]]{{sup/6|ORAS}}.&lt;br /&gt;
&lt;br /&gt;
===As a non-playable character===&lt;br /&gt;
If May is not selected as the player, she is helping her dad finish the Hoenn [[Pokédex]] and becoming a Pokémon Professor. She is also the player&#039;s rival and friend. Along with Brendan (when playing as May), they are the only rivals unavailable for battle after entering the [[Hall of Fame]]. Additionally, they both are the only ones to not [[evolution|evolve]] their starter Pokémon into its final form, except for in Omega Ruby and Alpha Sapphire, where their starters have been fully evolved by the battle that takes place at [[Lilycove City]].&lt;br /&gt;
&lt;br /&gt;
===={{DL|PokéNav|Trainer&#039;s Eyes}}/{{DL|PokéNav|Match Call}}====&lt;br /&gt;
{{incomplete|section|needs=RSORAS information}}&lt;br /&gt;
&#039;&#039;&#039;Rad Neighbor May&#039;&#039;&#039;{{sup/3|E}}&lt;br /&gt;
:&#039;&#039;&#039;Strategy&#039;&#039;&#039;&lt;br /&gt;
:I&#039;m not so good at battles.&lt;br /&gt;
:&#039;&#039;&#039;Trainer&#039;s Pokémon&#039;&#039;&#039;&lt;br /&gt;
:I&#039;ll use any Pokémon!&lt;br /&gt;
:&#039;&#039;&#039;Self-Introduction&#039;&#039;&#039;&lt;br /&gt;
:My Pokémon and I help my father&#039;s research.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
=====Pokémon Ruby and Sapphire=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Splash|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Rollout|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Stun Spore|move2type=Grass&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Focus Energy|move1type=Normal&lt;br /&gt;
|move2=Ember|move2type=Fire&lt;br /&gt;
|move3=Double Kick|move3type=Fighting&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Stun Spore|move2type=Grass&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Tackle|move2type=Normal&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Water Gun|move1type=Water&lt;br /&gt;
|move2=Bide|move2type=Normal&lt;br /&gt;
|move3=Mud Shot|move3type=Ground&lt;br /&gt;
|move4=Foresight|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Splash|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Rollout|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Tackle|move2type=Normal&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Quick Attack|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rollout|move1type=Rock&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Ground|ability=Oblivious&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Mud Sport|move2type=Ground&lt;br /&gt;
|move3=Foresight|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rollout|move1type=Rock&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass&lt;br /&gt;
|move2=Screech|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle (optional)======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Mist|move1type=Ice&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Amnesia|move1type=Psychic&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Mud Sport|move2type=Ground&lt;br /&gt;
|move3=Foresight|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Amnesia|move1type=Psychic&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Mist|move1type=Ice&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass&lt;br /&gt;
|move2=Screech|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Pokémon Emerald=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle (optional)======&lt;br /&gt;
If the player never uses the Rustburo City PokéCenter and blacks out during a wild Pokémon encounter after rescuing Peeko, they will encounter May on {{rt|104|Hoenn}} when going to Mr. Briney&#039;s home.&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=270&lt;br /&gt;
|pokemon=Lotad&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Ember|move4type=Fire}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=324&lt;br /&gt;
|pokemon=Torkoal&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=White Smoke&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Curse|move3type=???}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Mud-Slap|move2type=Ground&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Bide|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Quick Attack|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=271&lt;br /&gt;
|pokemon=Lombre&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|move1=Focus Energy|move1type=Normal&lt;br /&gt;
|move2=Ember|move2type=Fire&lt;br /&gt;
|move3=Double Kick|move3type=Fighting&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=271&lt;br /&gt;
|pokemon=Lombre&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Yawn|move1type=Normal&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Ember|move3type=Fire&lt;br /&gt;
|move4=Rock Throw|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|move1=Water Gun|move1type=Water&lt;br /&gt;
|move2=Bide|move2type=Normal&lt;br /&gt;
|move3=Mud Shot|move3type=Ground&lt;br /&gt;
|move4=Foresight|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Yawn|move1type=Normal&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Ember|move3type=Fire&lt;br /&gt;
|move4=Rock Throw|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Quick Attack|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=279&lt;br /&gt;
|pokemon=Pelipper&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Wing Attack|move1type=Flying&lt;br /&gt;
|move2=Supersonic|move2type=Normal&lt;br /&gt;
|move3=Mist|move3type=Ice&lt;br /&gt;
|move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=271&lt;br /&gt;
|pokemon=Lombre&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Nature Power|move2type=Normal&lt;br /&gt;
|move3=Fake Out|move3type=Normal&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Peck|move2type=Flying&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Bulk Up|move4type=Fighting}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald|&lt;br /&gt;
|ndex=271|&lt;br /&gt;
|pokemon=Lombre|&lt;br /&gt;
|gender=female|&lt;br /&gt;
|level=29|&lt;br /&gt;
|ability=Swift Swim|&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Nature Power|move2type=Normal&lt;br /&gt;
|move3=Fake Out|move3type=Normal&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden|move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Foresight|move2type=Normal&lt;br /&gt;
|move3=Mud Sport|move3type=Ground&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden|move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald|&lt;br /&gt;
|ndex=271|&lt;br /&gt;
|pokemon=Lombre|&lt;br /&gt;
|gender=female|&lt;br /&gt;
|level=29|&lt;br /&gt;
|ability=Swift Swim|&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Nature Power|move2type=Normal&lt;br /&gt;
|move3=Fake Out|move3type=Normal&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|move1=Fury Cutter|move1type=Bug&lt;br /&gt;
|move2=Pursuit|move2type=Dark&lt;br /&gt;
|move3=Screech|move3type=Normal&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fifth battle (optional)======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=357&lt;br /&gt;
|pokemon=Tropius&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Chlorophyll&lt;br /&gt;
|type1=Grass|type2=Flying&lt;br /&gt;
|move1=Stomp|move1type=Normal&lt;br /&gt;
|move2=Sweet Scent||move2type=Normal&lt;br /&gt;
|move3=Whirlwind|move3type=Normal&lt;br /&gt;
|move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=279&lt;br /&gt;
|pokemon=Pelipper&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Wing Attack|move1type=Flying&lt;br /&gt;
|move2=Supersonic|move2type=Normal&lt;br /&gt;
|move3=Mist|move3type=Ice&lt;br /&gt;
|move4=Protect|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=272&lt;br /&gt;
|pokemon=Ludicolo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|move1=Peck|move1type=Flying&lt;br /&gt;
|move2=Sand-Attack|move2type=Ground&lt;br /&gt;
|move3=Bulk Up|move3type=Fighting&lt;br /&gt;
|move4=Quick Attack|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=357&lt;br /&gt;
|pokemon=Tropius&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Chlorophyll&lt;br /&gt;
|type1=Grass|type2=Flying&lt;br /&gt;
|move1=Stomp|move1type=Normal&lt;br /&gt;
|move2=Sweet Scent|move2type=Normal&lt;br /&gt;
|move3=Whirlwind|move3type=Normal&lt;br /&gt;
|move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=272&lt;br /&gt;
|pokemon=Ludicolo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden|move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Foresight|move2type=Normal&lt;br /&gt;
|move3=Mud Sport|move3type=Ground&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=357&lt;br /&gt;
|pokemon=Tropius&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Chlorophyll&lt;br /&gt;
|type1=Grass|type2=Flying&lt;br /&gt;
|move1=Stomp|move1type=Normal&lt;br /&gt;
|move2=Sweet Scent|move2type=Normal&lt;br /&gt;
|move3=Whirlwind|move3type=Normal&lt;br /&gt;
|move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden||move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=279&lt;br /&gt;
|pokemon=Pelipper&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Wing Attack|move1type=Flying&lt;br /&gt;
|move2=Supersonic|move2type=Normal&lt;br /&gt;
|move3=Mist|move3type=Ice&lt;br /&gt;
|move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|move1=Fury Cutter|move1type=Bug&lt;br /&gt;
|move2=Pursuit|move2type=Dark&lt;br /&gt;
|move3=Screech|move3type=Normal&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Pokémon Omega Ruby and Alpha Sapphire=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Alpha Sapphire&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Alpha Sapphire&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Alpha Sapphire&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Gun|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Rollout|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Whirlpool|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Astonish|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Stun Spore|move1type=Grass|move1cat=Status&lt;br /&gt;
|move2=Leech Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Mega Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Headbutt|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Sand Attack|move1type=Ground|move1cat=Status&lt;br /&gt;
|move2=Peck|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Double Kick|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Flame Charge|move4type=Fire|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Stun Spore|move1type=Grass|move1cat=Status&lt;br /&gt;
|move2=Leech Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Mega Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Headbutt|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Ember|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Throw|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Harden|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Incinerate|move4type=Fire|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud-Slap|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Foresight|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Mud Bomb|move3type=Ground|move3cat=Special&lt;br /&gt;
|move4=Bide|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Ember|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Throw|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Harden|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Incinerate|move4type=Fire|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Gun|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Rollout|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Whirlpool|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Astonish|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Quick Attack|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Mega Drain|move2type=Grass|move2cat=Special&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Pursuit|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======[[Multi Battle]] with the {{player}}======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Whirlpool|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Astonish|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Water Pulse|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Mist|move4type=Ice|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Headbutt|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Poison Powder|move3type=Poison|move3cat=Status&lt;br /&gt;
|move4=Worry Seed|move4type=Grass|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Peck|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Double Kick|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Flame Charge|move3type=Fire|move3cat=Physical&lt;br /&gt;
|move4=Quick Attack|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Headbutt|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Poison Powder|move3type=Poison|move3cat=Status&lt;br /&gt;
|move4=Worry Seed|move4type=Grass|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Harden|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Incinerate|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Clear Smog|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Ancient Power|move4type=Rock|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Foresight|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Mud Shot|move2type=Ground|move2cat=Special&lt;br /&gt;
|move3=Bide|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Mud Bomb|move4type=Ground|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Harden|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Incinerate|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Clear Smog|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Ancient Power|move4type=Rock|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Whirlpool|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Astonish|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Water Pulse|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Mist|move4type=Ice|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Fury Cutter|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Pursuit|move3type=Dark|move3cat=Physical&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Pulse|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Mist|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Brine|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Poison Powder|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Worry Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Giga Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Growth|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Flame Charge|move2type=Fire|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Bulk Up|move4type=Fighting|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Poison Powder|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Worry Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Giga Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Growth|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Clear Smog|move1type=Poison|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Flame Burst|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Bide|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Mud Bomb|move2type=Ground|move2cat=Special&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Protect|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Clear Smog|move1type=Poison|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Flame Burst|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Pulse|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Mist|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Brine|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pursuit|move1type=Dark|move1cat=Physical&lt;br /&gt;
|move2=Leaf Blade|move2type=Grass|move2cat=Physical&lt;br /&gt;
|move3=Agility|move3type=Psychic|move3cat=Status&lt;br /&gt;
|move4=Slam|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rest|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Brine|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Water Spout|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Counter|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Mach Punch|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Force Palm|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Mind Reader|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=257&lt;br /&gt;
|pokemon=Blaziken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Quick Attack|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting|move2cat=Status&lt;br /&gt;
|move3=Blaze Kick|move3type=Fire|move3cat=Physical&lt;br /&gt;
|move4=Focus Energy|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Counter|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Mach Punch|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Force Palm|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Mind Reader|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Flame Burst|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Lava Plume|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=260&lt;br /&gt;
|pokemon=Swampert&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Bomb|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Protect|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Muddy Water|move4type=Water|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Flame Burst|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Lava Plume|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rest|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Brine|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Water Spout|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=254&lt;br /&gt;
|pokemon=Sceptile&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Agility|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Slam|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Dual Chop|move3type=Dragon|move3cat=Physical&lt;br /&gt;
|move4=Detect|move4type=Fighting|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fifth battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Surf|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Heavy Slam|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Bulldoze|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Seed Bomb|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Force Palm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Venoshock|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Rock Tomb|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=257&lt;br /&gt;
|pokemon=Blaziken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|held=Blazikenite&lt;br /&gt;
|move1=Blaze Kick|move1type=Fire|move1cat=Physical&lt;br /&gt;
|move2=Brick Break|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Shadow Claw|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Seed Bomb|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Force Palm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Venoshock|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Rock Tomb|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Earth Power|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Lava Plume|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Body Slam|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=260&lt;br /&gt;
|pokemon=Swampert&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|held=Swampertite&lt;br /&gt;
|move1=Earthquake|move1type=Ground|move1cat=Physical&lt;br /&gt;
|move2=Muddy Water|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Brick Break|move4type=Fighting|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Earth Power|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Lava Plume|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Body Slam|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Surf|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Heavy Slam|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Bulldoze|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=254&lt;br /&gt;
|pokemon=Sceptile&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|held=Sceptilite&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=X-Scissor|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Dual Chop|move3type=Dragon|move3cat=Physical&lt;br /&gt;
|move4=Night Slash|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Battle Maison Multi Battle======&lt;br /&gt;
May will always use these two Pokémon as the player&#039;s Multi Battle Partner.&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Battle Maison&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|held=Light Clay&lt;br /&gt;
|move1=Light Screen|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Reflect|move2type=Psychic|move2cat=Status&lt;br /&gt;
|move3=Earth Power|move3type=Ground|move3cat=Special&lt;br /&gt;
|move4=Psychic|move4type=Psychic|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=295&lt;br /&gt;
|pokemon=Exploud&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Soundproof&lt;br /&gt;
|held=Assault Vest&lt;br /&gt;
|move1=Hyper Voice|move1type=Normal|move1cat=Special&lt;br /&gt;
|move2=Fire Blast|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Blizzard|move3type=Ice|move3cat=Special&lt;br /&gt;
|move4=Shadow Ball|move4type=Ghost|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
==In the spin-off games==&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
{{main|May (Masters)}}&lt;br /&gt;
May forms a [[sync pair]] with {{p|Mudkip}} and its evolved forms {{p|Marshtomp}} and {{p|Swampert}} in [[Pokémon Masters EX]]. She can also partner up with {{p|Lopunny}}, {{p|Latias}}, {{p|Blaziken}}, or {{p|Wailmer}}. Aside from Wailmer, each of her fully evolved sync partners is capable of [[Mega Evolution|Mega Evolving]].&lt;br /&gt;
&lt;br /&gt;
===[[Pokémon GO]]===&lt;br /&gt;
{{main|Style (GO)}}&lt;br /&gt;
For the start of Pokémon GO Tour: Hoenn, May&#039;s outfit from {{g|Omega Ruby and Alpha Sapphire}} was released as free style options in [[Pokémon GO]].&lt;br /&gt;
&lt;br /&gt;
===Anime-based games===&lt;br /&gt;
:&#039;&#039;Main article: [[May (anime)#In the spin-off games|May (anime) → In the spin-off games]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{an|May|May&#039;s anime counterpart}} appears in some spin-off anime-based games.&lt;br /&gt;
&lt;br /&gt;
==Quotes==&lt;br /&gt;
{{main|May (game)/Quotes}}&lt;br /&gt;
&lt;br /&gt;
==Optional names==&lt;br /&gt;
In the game, two of the optional names—one in Ruby and one in Sapphire—refer to &amp;quot;land&amp;quot; and &amp;quot;sea&amp;quot; respectively. In the English version, these are &#039;&#039;&#039;Terra&#039;&#039;&#039; and &#039;&#039;&#039;Mar&#039;&#039;&#039;ina; in the Japanese version, ムツミ &#039;&#039;&#039;&#039;&#039;Mutsu&#039;&#039;&#039;mi&#039;&#039; and ナミ &#039;&#039;&#039;&#039;&#039;Nami&#039;&#039;&#039;&#039;&#039; (陸 &#039;&#039;mutsu&#039;&#039; means land and 波 &#039;&#039;nami&#039;&#039; means a wave of water). This is also the case in other languages. Unlike Brendan&#039;s name list, none of the three shared names correspond to this theme. &amp;lt;!--Nicola is probably &amp;quot;coal&amp;quot; (the Japanese names aren&#039;t direct references, either), but that could be a coincidence.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In Emerald, if the player leaves the name writing screen without any written name, or with a name composed entirely of empty spaces, Professor Birch says &amp;quot;So it&#039;s &amp;lt;optional name&amp;gt;?&amp;quot;, suggesting one of the 20 available names. The player may answer &amp;quot;Yes&amp;quot; to accept the suggested name, or &amp;quot;No&amp;quot; to return to the name writing screen.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background:#{{sapphire color light}}; border:3px solid #{{sapphire color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! Game&lt;br /&gt;
! Japanese&lt;br /&gt;
! English&lt;br /&gt;
! French&lt;br /&gt;
! German&lt;br /&gt;
! Italian&lt;br /&gt;
! Spanish&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Ruby&lt;br /&gt;
|&amp;lt;ab&amp;gt;ムツミ &#039;&#039;Mutsumi&#039;&#039;&lt;br /&gt;
アイコ &#039;&#039;Aiko&#039;&#039;&lt;br /&gt;
マキコ &#039;&#039;Makiko&#039;&#039;&lt;br /&gt;
キョウコ &#039;&#039;Kyōko&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Terra&lt;br /&gt;
Kimmy&lt;br /&gt;
Nicola&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Solene&lt;br /&gt;
Agnes&lt;br /&gt;
Claire&lt;br /&gt;
Sophie&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Petra&lt;br /&gt;
Tanja&lt;br /&gt;
Andrea&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Teresa&lt;br /&gt;
Annie&lt;br /&gt;
Elisa&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Teresa&lt;br /&gt;
Raquel&lt;br /&gt;
Mariau&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Sapphire&lt;br /&gt;
|&amp;lt;ab&amp;gt;ナミ &#039;&#039;Nami&#039;&#039;&lt;br /&gt;
アイコ &#039;&#039;Aiko&#039;&#039;&lt;br /&gt;
マキコ &#039;&#039;Makiko&#039;&#039;&lt;br /&gt;
キョウコ &#039;&#039;Kyōko&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marina&lt;br /&gt;
Kimmy&lt;br /&gt;
Nicola&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marine&lt;br /&gt;
Agnes&lt;br /&gt;
Claire&lt;br /&gt;
Sophie&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Martina&lt;br /&gt;
Tanja&lt;br /&gt;
Andrea&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marina&lt;br /&gt;
Annie&lt;br /&gt;
Elisa&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marina&lt;br /&gt;
Raquel&lt;br /&gt;
Mariau&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Emerald&lt;br /&gt;
|&amp;lt;ab&amp;gt;アイコ &#039;&#039;Aiko&#039;&#039;&lt;br /&gt;
アヤナ &#039;&#039;Ayana&#039;&#039;&lt;br /&gt;
アン &#039;&#039;Ann&#039;&#039;&lt;br /&gt;
エミィ &#039;&#039;Emy&#039;&#039;&lt;br /&gt;
カオリ &#039;&#039;Kaori&#039;&#039;&lt;br /&gt;
カレン &#039;&#039;Karen&#039;&#039;&lt;br /&gt;
キョウコ &#039;&#039;Kyōko&#039;&#039;&lt;br /&gt;
サエ &#039;&#039;Sae&#039;&#039;&lt;br /&gt;
スイ &#039;&#039;Sui&#039;&#039;&lt;br /&gt;
ジュリ &#039;&#039;Juri&#039;&#039;&lt;br /&gt;
チエミ &#039;&#039;Chiemi&#039;&#039;&lt;br /&gt;
チヨコ &#039;&#039;Chiyoko&#039;&#039;&lt;br /&gt;
テルコ &#039;&#039;Teruko&#039;&#039;&lt;br /&gt;
ナナエ &#039;&#039;Nanae&#039;&#039;&lt;br /&gt;
ヒナ &#039;&#039;Hina&#039;&#039;&lt;br /&gt;
マキコ &#039;&#039;Makiko&#039;&#039;&lt;br /&gt;
ミサコ &#039;&#039;Misako&#039;&#039;&lt;br /&gt;
ムツミ &#039;&#039;Mutsumi&#039;&#039;&lt;br /&gt;
モニカ &#039;&#039;Monica&#039;&#039;&lt;br /&gt;
ユウメ &#039;&#039;Yūme&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Kimmy&lt;br /&gt;
Tiara&lt;br /&gt;
Bella&lt;br /&gt;
Jayla&lt;br /&gt;
Allie&lt;br /&gt;
Lianna&lt;br /&gt;
Sara&lt;br /&gt;
Monica&lt;br /&gt;
Camila&lt;br /&gt;
Aubree&lt;br /&gt;
Ruthie&lt;br /&gt;
Hazel&lt;br /&gt;
Nadine&lt;br /&gt;
Tanja&lt;br /&gt;
Yasmin&lt;br /&gt;
Nicola&lt;br /&gt;
Lillie&lt;br /&gt;
Terra&lt;br /&gt;
Lucy&lt;br /&gt;
Halie&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Agnes&lt;br /&gt;
Ariane&lt;br /&gt;
Bella&lt;br /&gt;
Maeva&lt;br /&gt;
Pauline&lt;br /&gt;
Cindy&lt;br /&gt;
Sophie&lt;br /&gt;
Monica&lt;br /&gt;
Cathy&lt;br /&gt;
Fanny&lt;br /&gt;
Roxane&lt;br /&gt;
Edith&lt;br /&gt;
Nadine&lt;br /&gt;
Tania&lt;br /&gt;
Janyce&lt;br /&gt;
Claire&lt;br /&gt;
Lilly&lt;br /&gt;
Solene&lt;br /&gt;
Cynthia&lt;br /&gt;
Maud&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Tanja&lt;br /&gt;
Mirjam&lt;br /&gt;
Martina&lt;br /&gt;
Jamie&lt;br /&gt;
Carolin&lt;br /&gt;
Simone&lt;br /&gt;
Sara&lt;br /&gt;
Claudia&lt;br /&gt;
Jasmin&lt;br /&gt;
Denise&lt;br /&gt;
Katrin&lt;br /&gt;
Kerstin&lt;br /&gt;
Svenja&lt;br /&gt;
Beate&lt;br /&gt;
Meike&lt;br /&gt;
Andrea&lt;br /&gt;
Eva&lt;br /&gt;
Petra&lt;br /&gt;
Gabi&lt;br /&gt;
Nadine&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Annie&lt;br /&gt;
Catia&lt;br /&gt;
Bella&lt;br /&gt;
Paola&lt;br /&gt;
Luisa&lt;br /&gt;
Grazia&lt;br /&gt;
Sara&lt;br /&gt;
Monica&lt;br /&gt;
Marta&lt;br /&gt;
Pia&lt;br /&gt;
Rita&lt;br /&gt;
Erica&lt;br /&gt;
Rosa&lt;br /&gt;
Melissa&lt;br /&gt;
Marina&lt;br /&gt;
Elisa&lt;br /&gt;
Lina&lt;br /&gt;
Teresa&lt;br /&gt;
Lucetta&lt;br /&gt;
Lucia&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Raquel&lt;br /&gt;
Elena&lt;br /&gt;
Palma&lt;br /&gt;
Lara&lt;br /&gt;
Carlota&lt;br /&gt;
Mona&lt;br /&gt;
Sara&lt;br /&gt;
Daniela&lt;br /&gt;
Olimpia&lt;br /&gt;
Marcela&lt;br /&gt;
Roberta&lt;br /&gt;
Arancha&lt;br /&gt;
Julieta&lt;br /&gt;
Noelia&lt;br /&gt;
Lucita&lt;br /&gt;
Mariau&lt;br /&gt;
Paola&lt;br /&gt;
Teresa&lt;br /&gt;
Nuria&lt;br /&gt;
Lina&amp;lt;/ab&amp;gt;&lt;br /&gt;
|}{{-}}&lt;br /&gt;
&lt;br /&gt;
==Counterparts==&lt;br /&gt;
[[File:May DP series.png|thumb|250px|May in the {{pkmn|anime}}]]&lt;br /&gt;
===In the anime===&lt;br /&gt;
====Main series====&lt;br /&gt;
{{main|May (anime)}}&lt;br /&gt;
In the anime, May was a [[Pokémon Coordinator]] and one of {{Ash}}&#039;s {{ashfr|traveling companion}} throughout &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;. She also reappeared for the [[Wallace Cup]] arc in &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
====Pokémon Omega Ruby and Alpha Sapphire Animated Trailer====&lt;br /&gt;
{{MissingInfo|1|enva}}&lt;br /&gt;
[[File:May ORAS Trailer.png|thumb|left|250px|May in the animated trailer]]&lt;br /&gt;
[[File:Contest May ORAS Trailer.png|thumb|250px|May in a Contest]]&lt;br /&gt;
May appeared in the [[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer]]. She was first seen in [[Littleroot Town]]. She was then surrounded by two {{p|Wurmple}}, a {{p|Silcoon}}, {{p|Cascoon}}, and {{p|Shroomish}} in which Torchic used a Fire-type move to scare them off. May arrived in the [[Rustboro Gym]], where she had a [[Gym]] {{pkmn|battle}} against [[Roxanne]] and her {{TP|Roxanne|Nosepass}}. During the battle, Mudkip evolved into Marshtomp.&lt;br /&gt;
&lt;br /&gt;
Sometime after the battle, she participated in a {{pkmn|Contest|Pokémon Contest Spectacular}} with her {{p|Altaria}} and {{p|Audino}} and then was [[soaring in the sky]] with her Mega {{p|Latias}} alongside {{ga|Brendan}} and his Mega {{p|Latios}}.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Swampert ↔ Mega Swampert&lt;br /&gt;
|stage1=Mudkip&lt;br /&gt;
|stage2=Marshtomp&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=May Mudkip ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mudkip&lt;br /&gt;
|img2=May {{#switch: {{#expr: {{#time: U}} mod 2}}|0=Marshtomp|1=Swampert}} ORAS Trailer.png&lt;br /&gt;
|cap2=May&#039;s {{#switch: {{#expr: {{#time: U}} mod 2}}|0=Marshtomp|1=Swampert}}&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Swampert}} is May&#039;s first known Pokémon. It first appeared as a {{p|Mudkip}} by May&#039;s house. It battled against [[Roxanne&#039;s Nosepass]] and evolved into {{p|Marshtomp}} midway. It was later revealed to have evolved into a Swampert.&lt;br /&gt;
&lt;br /&gt;
None of Swampert&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Blaziken ↔ Mega Blaziken&lt;br /&gt;
|stage1=Torchic&lt;br /&gt;
|stage2=Combusken&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|img=May Torchic ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Torchic&lt;br /&gt;
|img2=May Blaziken ORAS Trailer.png&lt;br /&gt;
|cap2=May&#039;s Blaziken&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Blaziken}} is May&#039;s second known Pokémon. It first appeared as a {{p|Torchic}} by May&#039;s house. It battled against two {{p|Wurmple}}, a {{p|Silcoon}}, {{p|Cascoon}}, and {{p|Shroomish}}. Torchic was later revealed to have evolved into a {{p|Combusken}} and then into Blaziken.&lt;br /&gt;
&lt;br /&gt;
Blaziken&#039;s known moves are {{m|Ember}} and {{m|Blaze Kick}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Altaria ↔ Mega Altaria&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=Mega Altaria ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mega Altaria&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Altaria}} is May&#039;s third known Pokémon. It was only seen in its Mega Evolved form participating in a {{pkmn|Contest|Pokémon Contest Spectacular}} alongside May and Audino.&lt;br /&gt;
&lt;br /&gt;
None of Altaria&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Audino ↔ Mega Audino&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|img=Mega Audino ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mega Audino&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Audino}} is May&#039;s fourth known Pokémon. It was only seen in its Mega Evolved form participating in a {{pkmn|Contest|Pokémon Contest Spectacular}} alongside May and Altaria.&lt;br /&gt;
&lt;br /&gt;
None of Audino&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Latias ↔ Mega Latias&lt;br /&gt;
|gender=female&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Mega Latias ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mega Latias&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Latias}} May&#039;s fifth known Pokémon. She was only seen in her Mega Evolved form [[soaring in the sky]] along with {{ga|Brendan}}&#039;s Mega {{p|Latios}}.&lt;br /&gt;
&lt;br /&gt;
None of Latias&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
=====Voice actors=====&lt;br /&gt;
{{vatable|color={{sapphire color}}|bordercolor={{sapphire color light}}&lt;br /&gt;
|ja=花澤香菜 &#039;&#039;[[Kana Hanazawa]]&#039;&#039;&lt;br /&gt;
|en=}}&lt;br /&gt;
&lt;br /&gt;
====GOTCHA!====&lt;br /&gt;
May briefly appeared in [[GOTCHA!]].&lt;br /&gt;
&lt;br /&gt;
====Pokémon Evolutions====&lt;br /&gt;
[[File:May Evolutions.png|thumb|250px|May in [[Pokémon Evolutions]]]]&lt;br /&gt;
May appeared in &#039;&#039;[[PE06|The Wish]]&#039;&#039;. She arrived at the [[Sky Pillar]], where [[Zinnia]] led her to the top of the tower while reciting the lore of the [[Draconid people]]. At the summit, Zinnia summoned {{p|Rayquaza}} to save [[Hoenn]] from a [[Grand Meteor Delta|giant meteorite]], only to discover that Rayquaza had lost its ability to [[Mega Evolution|Mega Evolve]]. When May&#039;s [[Meteorite]] reacted to Rayquaza, she fed it to the [[Legendary Pokémon]], restoring its ability to Mega Evolve. May then battled against Rayquaza and managed to {{pkmn2|caught|catch}} it. Afterwards, Zinnia challenged May to a {{pkmn|battle}} as her final duty as the Draconid Lorekeeper.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Latios&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=May Latios Evolutions.png&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc={{p|Latios}} is May&#039;s first known Pokémon. She used him to fly to the [[Sky Pillar]].&lt;br /&gt;
&lt;br /&gt;
None of Latios&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Aggron&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Rock&lt;br /&gt;
|img=May Aggron Evolutions.png&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|vajp=Shogo Sakata&lt;br /&gt;
|desc={{p|Aggron}} is May&#039;s second known Pokémon. She used it to battle {{p|Rayquaza}}, but recalled it when it failed to hit the [[Legendary Pokémon]].&lt;br /&gt;
&lt;br /&gt;
Aggron&#039;s only known move is {{m|Stone Edge}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Altaria &lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=May Altaria Evolutions.png&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc=Altaria is May&#039;s third known Pokémon. She used it to battle {{p|Rayquaza}}, but it was defeated.&lt;br /&gt;
&lt;br /&gt;
Altaria&#039;s only known move is {{m|Dragon Pulse}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Swampert ↔ Mega Swampert&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=May Mega Swampert Evolutions.png&lt;br /&gt;
|cap=May&#039;s Mega Swampert&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc={{p|Swampert}} is May&#039;s fourth known Pokémon, and is capable of [[Mega Evolution|Mega Evolving]]. She used it to battle {{p|Rayquaza}}, managing to weaken it enough for her to catch it.&lt;br /&gt;
&lt;br /&gt;
Swampert&#039;s only known move is {{m|Ice Punch}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Rayquaza ↔ Mega Rayquaza&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=May Rayquaza Evolutions.png&lt;br /&gt;
|cap=May&#039;s Rayquaza&lt;br /&gt;
|img2=May Mega Rayquaza Evolutions.png&lt;br /&gt;
|cap2=May&#039;s Mega Rayquaza&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc={{p|Rayquaza}} is May&#039;s fifth known Pokémon. [[Zinnia]] summoned it to the [[Sky Pillar]] to stop a [[Grand Meteor Delta|giant meteorite]] headed for [[Hoenn]], but was unable to trigger its [[Mega Evolution]]. After May had fed Rayquaza her [[Meteorite]], Zinnia let May battle and catch Rayquaza. Afterwards, May used Rayquaza in its Mega Evolved form in a battle against Zinnia&#039;s Mega {{TP|Zinnia|Salamence}}.&lt;br /&gt;
&lt;br /&gt;
Rayquaza&#039;s only known move is {{m|Extreme Speed}}.}}&lt;br /&gt;
&lt;br /&gt;
=====Voice actors=====&lt;br /&gt;
{{vatable|color={{sapphire color}}|bordercolor={{sapphire color light}}&lt;br /&gt;
|ja=夏目妃菜 &#039;&#039;Hina Natsume&#039;&#039;&lt;br /&gt;
|en=}}&lt;br /&gt;
&lt;br /&gt;
===In the manga===&lt;br /&gt;
====Pokémon Adventures====&lt;br /&gt;
[[File:Sapphire Adventures.png|thumb|250px|Sapphire Birch, May&#039;s [[Pokémon Adventures]] counterpart]]&lt;br /&gt;
{{main|Sapphire (Adventures)}}&lt;br /&gt;
May&#039;s counterpart in [[Pokémon Adventures]] is Sapphire, who, unlike her other counterparts, takes up Gym challenges and is an all-around tomboy thanks to a traumatic incident with {{adv|Ruby}} where a {{TP|Zinnia|Salamence}} attacked them when they were children. She does have a feminine side, however, as is shown in later volumes.&lt;br /&gt;
&lt;br /&gt;
====Pokémon Ruby-Sapphire====&lt;br /&gt;
{{main|Sapphire (Ruby-Sapphire)}}&lt;br /&gt;
A different counterpart to May, also called Sapphire, appears in [[Pokémon Ruby-Sapphire]]. Just like {{an|May|May&#039;s anime counterpart}}, she is a {{pkmn|Coordinator}} who chooses {{p|Torchic}} as her [[starter Pokémon]].&lt;br /&gt;
&lt;br /&gt;
====Pokemon Ruby &amp;amp; Sapphire (CoroCoro)====&lt;br /&gt;
[[File:Sapphire Suigun.jpg|thumb|left|200px|Sapphire in Pokémon Ruby &amp;amp; Sapphire CoroCoro]]&lt;br /&gt;
Another counterpart of May, called Sapphire, appears in a short manga written by [[Suigun Oouchi]] for [[CoroCoro]] Magazine in December 2002. She is the daughter of [[Professor Birch]] and catches Pokémon for his research. Sapphire has a {{p|Torchic}} as her [[starter Pokémon]].&lt;br /&gt;
&lt;br /&gt;
====Pokemon Ruby Sapphire Special Walkthrough Comic!====&lt;br /&gt;
May appears in [[Pokemon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]].&lt;br /&gt;
&lt;br /&gt;
====Pokémon Chamo-Chamo ☆ Pretty ♪====&lt;br /&gt;
{{main|Haruka (CCP)}}&lt;br /&gt;
May&#039;s counterpart in [[Pokémon Chamo-Chamo ☆ Pretty ♪]] is Haruka, who is a Pokémon Coordinator, but she is not very good at making [[Pokéblock]]s.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
The following is a list of cards mentioning or featuring May in the [[Pokémon Trading Card Game]].&lt;br /&gt;
&lt;br /&gt;
{{cardlist/header|May&#039;s Pokémon|Colorless|char=yes}}&lt;br /&gt;
{{cardlist/entry|cardname=[[Blaziken V (Chilling Reign 20)|Blaziken]]{{TCGV}}|type=Fire|standard=yes|enset=Silver Tempest|enrarity=TGV|ennum=TG14/TG30|jpset=VMAX Climax|jprarity=CSR|jpnum=216/184}}&lt;br /&gt;
{{cardlist/entry|cardname=[[Blaziken VMAX (Chilling Reign 21)|Blaziken]]{{VMAX}}|type=Fire|standard=yes|enset=Silver Tempest|enrarity=TGV|ennum=TG15/TG30|jpset=VMAX Climax|jprarity=CSR|jpnum=217/184}}&lt;br /&gt;
{{cardlist/footer|Colorless}}&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
===Artwork===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Ruby Sapphire May.png|125px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Emerald May.png|125px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Omega Ruby Alpha Sapphire Contest May.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May ORAS concept art.png|225px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Emerald Version|Pokémon Emerald}}&lt;br /&gt;
| Contest outfit from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Regular conceptual artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Contest May ORAS concept art.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Wailmer Pail.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Rayquaza Encounter.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Jirachi Encounter.png|250px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Contest outfit conceptual artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Artwork of the&amp;lt;br&amp;gt;{{color2|fff|Wailmer Pail}}&lt;br /&gt;
| Encountering&amp;lt;br&amp;gt;{{pcolor|Rayquaza|FFF}}&lt;br /&gt;
| Encountering&amp;lt;br&amp;gt;{{pcolor|Jirachi|FFF}}&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Faraway Island Mew.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS Contest art.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Concept_Art_at_GAME_ON_exhibit.jpg|200px]]&lt;br /&gt;
|  Colspan=2 style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan May RS Concept Art.jpg|325px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
|  Encountering {{pcolor|Mew|FFF}} in {{pcolor|Faraway Island|FFF}}&lt;br /&gt;
| In a {{color2|fff|Pokémon Contest|Pokémon Contest Spectacular}}&lt;br /&gt;
| Colspan=2 | Concept artwork for {{color2|fff|Pokémon Ruby and Sapphire|Ruby and Sapphire}}&amp;lt;br&amp;gt;illustrated by {{color2|fff|Ken Sugimori}}&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Torchic Ariga artwork.png|225px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Torchic Pokémon Center Trainer artwork.png|200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Pokémon Day 2022 Hoenn Artwork.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Mudkip Ariga artwork.png|200px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| May and {{pcolor|Torchic|FFF}} concept artwork by&amp;lt;br&amp;gt;{{color2|fff|Hitoshi Ariga}} for Kotobukiya ArtFx J figurines&lt;br /&gt;
| Artwork of May and {{pcolor|Torchic|fff}}&amp;lt;br&amp;gt;for the {{color2|fff|Pokémon Center (store)|Pokémon Center}} Pokémon Trainers merchandise line&lt;br /&gt;
| Artwork using the {{color2|fff|Devon Scope}} for {{color2|fff|Pokémon Day}} by {{color2|fff|Megumi Mizutani}}&lt;br /&gt;
| May and {{pcolor|Mudkip|FFF}} concept artwork by&amp;lt;br&amp;gt;{{color2|fff|Hitoshi Ariga}} for Kotobukiya ArtFx J figurines&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS1.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS2.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS3.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS4.jpg|200px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Conceptual artwork for Pokémon Omega Ruby and Pokémon Alpha Sapphire.&lt;br /&gt;
| Diving in the ocean.&lt;br /&gt;
| Walking along the shoreline.&lt;br /&gt;
| Soaring on Mega Latios.&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sprites and models===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr RS May.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr E May.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:RS May Back.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:E May Back.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Colo May.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay 2.png|150px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Colosseum|Colosseum}}&lt;br /&gt;
| VS model as rival from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| VS model as rival from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(with {{color2|fff|Mega Bracelet}})&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May RS OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May FRLG OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr XD May RS.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr XD May E.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay Contest.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay Contest 2.png|150px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|FFF|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|FFF|Pokémon FireRed and LeafGreen Versions|FireRed and LeafGreen}}&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|FFF|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon XD: Gale of Darkness|Pokémon XD}}&amp;lt;br&amp;gt;(RS variant)&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon XD: Gale of Darkness|Pokémon XD}}&amp;lt;br&amp;gt;(E variant)&lt;br /&gt;
| VS sprite in {{color2|FFF|Pokémon Contests|Contests}} from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(without {{color2|FFF|Key Stone}})&lt;br /&gt;
| VS sprite in {{color2|FFF|Pokémon Contests|Contests}} from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(with {{color2|FFF|Key Stone}})&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Contest Costume ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Go-Goggles ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Devon Scuba Gear ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Magma Suit ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Aqua Suit ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS May Icon.png]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Overworld model from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Contest Costume}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Go-Goggles}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Devon Scuba Gear}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Magma Suit}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby}}&lt;br /&gt;
| Wearing the {{color2|FFF|Aqua Suit}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Alpha Sapphire}}&lt;br /&gt;
| Icon in the main menu and {{color2|FFF|Battle Maison}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May_Ra_OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May_Ra_OD_2.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Bike RS.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May_Bike E.png]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Unused Ruby/Sapphire overworld sprite from Pokémon Ranger&lt;br /&gt;
| Unused Emerald overworld sprite from Pokémon Ranger&lt;br /&gt;
| May riding a bike in the intro/credits of Pokémon Ruby/Sapphire&lt;br /&gt;
| May riding a bike in the intro/credits of Pokémon Emerald&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* As the [[player character]] (along with {{ga|Brendan}}), they are the only set of player characters that have both a [[mother]] and a father present in the {{pkmn|games}}.&lt;br /&gt;
* Before Omega Ruby and Alpha Sapphire, May and Brendan were the only rivals whose [[starter Pokémon]] does not reach its final form.&lt;br /&gt;
* Screenshots of {{game|Emerald}} on the Japanese Nintendo website refer to May as &amp;quot;Emy&amp;quot; (Japanese: &#039;&#039;&#039;エミィ&#039;&#039;&#039;).&amp;lt;ref&amp;gt;[https://www.nintendo.co.jp/n08/bpej/frontier2/index.html Pokémon Emerald on Nintendo] (Japanese)&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Pre-release media for [[Pokémon Omega Ruby and Alpha Sapphire]] referred to May as &amp;quot;Anna&amp;quot; (Japanese: &#039;&#039;&#039;アルファ&#039;&#039;&#039; &#039;&#039;Alpha&#039;&#039;).&lt;br /&gt;
* One of {{SSB|Pokémon Trainer}}&#039;s palette swaps in [[Super Smash Bros. Ultimate]] has a color scheme based on May&#039;s appearance in {{game|Emerald}}.&lt;br /&gt;
* Similarly to Brendan, May&#039;s attire in Omega Ruby and Alpha Sapphire is mainly based on her appearance in Emerald, though some elements are also taken from her appearance in {{v2|Ruby and Sapphire|s}}.&lt;br /&gt;
* While the second battle with May (or Brendan if she is the player character) is optional, the encounter leading up to it is not.&lt;br /&gt;
** Therefore, after receiving the [[Devon Goods]] before encountering May or Brendan in Rustboro City, if the player [[Black out|blacks out]] without ever visiting the [[Pokémon Center]] in Rustboro City (which causes the player character to rush to [[Petalburg City]]&#039;s Pokémon Center instead), the encounter and optional battle take place in {{rt|104|Hoenn}} in front of [[Mr. Briney]]&#039;s house instead.&lt;br /&gt;
* May&#039;s teams in Emerald vary slightly from Brendan&#039;s teams:&lt;br /&gt;
** When battled in either [[Rustboro City]] or {{rt|104|Hoenn}}, May (if the player chose {{p|Torchic}}) uses a {{p|Torkoal}}, which is not used in future battles; Brendan uses a {{p|Slugma}} instead.&lt;br /&gt;
** When battled on {{rt|119|Hoenn}}, May (if the player chose {{p|Mudkip}}) uses a {{p|Lombre}}, which was not used in prior nor future battles; Brendan uses a {{p|Pelipper}} instead.&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background:#{{sapphire color light}}; border:3px solid #{{sapphire color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! {{color|FFF|Language}}&lt;br /&gt;
! {{color|FFF|Name}}&lt;br /&gt;
! {{color|FFF|Origin}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Japanese&lt;br /&gt;
| ハルカ &#039;&#039;Haruka&#039;&#039;&lt;br /&gt;
| From 春花 &#039;&#039;haruka&#039;&#039; (spring flower) or 遥か &#039;&#039;haruka&#039;&#039; (distant)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| English&lt;br /&gt;
| May&lt;br /&gt;
| From &#039;&#039;{{wp|May}}&#039;&#039;, a month of spring in the Northern Hemisphere&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Maike&lt;br /&gt;
| From &#039;&#039;Mai&#039;&#039; (May)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Aura&lt;br /&gt;
| From &#039;&#039;aura&#039;&#039; (gentle breeze), a figure of speech commonly associated to spring&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| French&lt;br /&gt;
| Flora&lt;br /&gt;
| From &#039;&#039;{{wp|Flora (mythology)|Flora}}&#039;&#039; (Roman goddess of flower and spring)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Italian&lt;br /&gt;
| Vera&lt;br /&gt;
| From &#039;&#039;primavera&#039;&#039; (spring)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 봄이 &#039;&#039;Bomi&#039;&#039;&lt;br /&gt;
| From 봄 &#039;&#039;bom&#039;&#039; (spring)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 小遙 / 小遥 &#039;&#039;Xiǎo Yáo&#039;&#039;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | From 遙 / 遥 &#039;&#039;yáo / yìuh&#039;&#039; (distant)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 小遙 &#039;&#039;Síu Yìuh&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player characters|sapphire}}&lt;br /&gt;
{{Rival characters|sapphire}}&lt;br /&gt;
{{NPC|sapphire|hoenn=yes}}&amp;lt;br/&amp;gt;&lt;br /&gt;
{{Project CharacterDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Rival characters]]&lt;br /&gt;
[[Category:Ruby and Sapphire characters]]&lt;br /&gt;
[[Category:Emerald characters]]&lt;br /&gt;
[[Category:Omega Ruby and Alpha Sapphire characters]]&lt;br /&gt;
[[Category:Laboratory assistants]]&lt;br /&gt;
[[Category:Champions]]&lt;br /&gt;
[[Category:Trainers with Legendary Pokémon]]&amp;lt;!--Deoxys, the Mythical Pokémon, isn&#039;t required to be caught.--&amp;gt;&lt;br /&gt;
[[Category:Trainers with Key Stones]]&lt;br /&gt;
[[Category:Pokémon Evolutions characters]]&lt;br /&gt;
&lt;br /&gt;
[[de:Maike]]&lt;br /&gt;
[[es:Aura (personaje)]]&lt;br /&gt;
[[fr:Flora (jeux vidéo)]]&lt;br /&gt;
[[it:Vera (gioco)]]&lt;br /&gt;
[[ja:ハルカ (ゲーム)]]&lt;br /&gt;
[[zh:小遥]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Brendan_(game)&amp;diff=3762390</id>
		<title>Brendan (game)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Brendan_(game)&amp;diff=3762390"/>
		<updated>2023-08-06T23:57:19Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: /* Sprites and models */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CharInfobox&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|corecolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|text=fff&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|jname=ユウキ&lt;br /&gt;
|tmname=Yuuki&lt;br /&gt;
|image=Omega Ruby Alpha Sapphire Brendan.png&lt;br /&gt;
|size=200px&lt;br /&gt;
|caption=Art from [[Pokémon Omega Ruby and Alpha Sapphire]]&lt;br /&gt;
|gender=Male&lt;br /&gt;
|hometown=[[Littleroot Town]] (originally [[Olivine City]] if chosen by the player)&lt;br /&gt;
|region=[[Hoenn]] (originally [[Johto]] if chosen by the player)&lt;br /&gt;
|relatives=[[Norman]], {{ho|Mom}} (as player, {{pkmn|Masters EX}})&amp;lt;br&amp;gt;[[Professor Birch]], unnamed mother, younger brother{{sup/3|E}} (as rival)&lt;br /&gt;
|age=yes&lt;br /&gt;
|years=12 (as rival){{sup/6|ORAS}}&amp;lt;ref&amp;gt;{{g|Omega Ruby and Alpha Sapphire}}: &#039;&#039;Brendan, &#039;&#039;&#039;12&#039;&#039;&#039;, a Pokémon Trainer from Littleroot Town.&#039;&#039; - {{DL|TV Mauville|Hoenn News Network}}, emphasis added&amp;lt;/ref&amp;gt;&lt;br /&gt;
|colors=yes&lt;br /&gt;
|eyes=Brown{{tt|*|Generation III}}, Gray{{tt|*|Generation VI and Masters EX}}, Blue{{tt|*|Colosseum model and animated trailer}}&lt;br /&gt;
|hair=Black{{tt|*|Generation III}}, Brown{{tt|*|Generation VI and Masters EX}}&lt;br /&gt;
|trainer=yes&lt;br /&gt;
|trainerclass=[[Pokémon Trainer]], [[player character]]&lt;br /&gt;
|game=yes&lt;br /&gt;
|generation={{gen|III}}, {{gen|VI}}&lt;br /&gt;
|games={{3v2|Ruby|Sapphire|Emerald}}&amp;lt;br&amp;gt;{{pkmn|Omega Ruby and Alpha Sapphire}}, {{pkmn|Masters EX}}&lt;br /&gt;
|leader=no&lt;br /&gt;
|anime=yes&lt;br /&gt;
|epnum=M06&lt;br /&gt;
|epname=Jirachi: Wish Maker&lt;br /&gt;
|manga=counterpart&lt;br /&gt;
|mangacounterpart={{adv|Ruby}}, {{OBP|Ruby|Ruby-Sapphire}}, [[Rald]], {{OBP|Alpha|CPIW}}, {{OBP|Omega|CPIW}}&lt;br /&gt;
|roundnum=PS181&lt;br /&gt;
|roundname=Creeping Past Cacnea&lt;br /&gt;
|gameanim=yes&lt;br /&gt;
|pv=yes&lt;br /&gt;
|pvnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|pvname=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|envagame=Aleks Le&amp;lt;ref name=&amp;quot;Aleks Le&amp;quot;&amp;gt;[https://twitter.com/alekslevo/status/1166943216865693697 Aleks Le on Twitter]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&lt;br /&gt;
|javagame=[[Nobuhiko Okamoto]] &amp;lt;small&amp;gt;([[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer|ORAS Trailer]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;[[Yuko Sanpei]]&amp;lt;ref&amp;gt;Nintendo DREAM (vol. 329)&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Brendan&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ユウキ&#039;&#039;&#039; &#039;&#039;Yuuki&#039;&#039;) is the male choice for the [[player character]] in {{game2|Ruby|Sapphire|Emerald}} and their [[Generation VI]] remakes, {{pkmn|Omega Ruby and Alpha Sapphire}}. He also serves as the [[rival]] in the same games if the player chooses to play as his female counterpart, {{ga|May}}.&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
===As the protagonist===&lt;br /&gt;
If Brendan is selected as the player character, he starts his {{pkmn|journey}} moving from his home in [[Johto]] to his new home in the town of {{to|Littleroot}} in [[Hoenn]]. After saving [[Professor Birch]] from a [[wild Pokémon]], he is given one of the three starters of the Hoenn [[region]]. Brendan develops a close bond with {{ga|May}}, and eventually [[Wally]], who both act as his rivals. Brendan goes on to gather the eight Badges of Hoenn, stop the plans of [[Team Aqua]]{{sup/3|Sa}}{{sup/3|E}}{{sup/6|AS}}/[[Team Magma]]{{sup/3|Ru}}{{sup/3|E}}{{sup/6|OR}} and conquer the Pokémon League all before going off to face the {{gdis|Battle Frontier|III}}{{sup/3|E}}.&lt;br /&gt;
&lt;br /&gt;
===As a non-playable character===&lt;br /&gt;
If Brendan is not selected as the player, he is helping his father Birch finish the Hoenn [[Pokédex]] and becoming a Pokémon Professor. He is also the player&#039;s [[rival]] and friend. Along with May (when playing as Brendan), they are the only rivals unavailable for battle after entering the [[Hall of Fame]]. Additionally, they both are the only ones to not [[evolution|evolve]] their starter Pokémon into its final form, except for in Omega Ruby and Alpha Sapphire, where their starters have been fully evolved by the battle that takes place after the [[credits]].&lt;br /&gt;
&lt;br /&gt;
===={{DL|PokéNav|Trainer&#039;s Eyes}}/{{DL|PokéNav|Match Call}}====&lt;br /&gt;
{{incomplete|section|needs=RSORAS information}}&lt;br /&gt;
&#039;&#039;&#039;Rad Neighbor Brendan&#039;&#039;&#039;{{sup/3|E}}&lt;br /&gt;
:&#039;&#039;&#039;Strategy&#039;&#039;&#039;&lt;br /&gt;
:Battle with knowledge!&lt;br /&gt;
:&#039;&#039;&#039;Trainer&#039;s Pokémon&#039;&#039;&#039;&lt;br /&gt;
:I will use various Pokémon.&lt;br /&gt;
:&#039;&#039;&#039;Self-Introduction&#039;&#039;&#039;&lt;br /&gt;
:I&#039;ll be a better Pokémon prof than my father is!&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
=====Pokémon Ruby and Sapphire=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Splash|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Rollout|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Stun Spore|move2type=Grass&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Focus Energy|move1type=Normal&lt;br /&gt;
|move2=Ember|move2type=Fire&lt;br /&gt;
|move3=Double Kick|move3type=Fighting&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Stun Spore|move2type=Grass&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Tackle|move2type=Normal&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Water Gun|move1type=Water&lt;br /&gt;
|move2=Bide|move2type=Normal&lt;br /&gt;
|move3=Mud Shot|move3type=Ground&lt;br /&gt;
|move4=Foresight|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Tackle|move2type=Normal&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Splash|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Rollout|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Quick Attack|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rollout|move1type=Rock&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Mud Sport|move2type=Ground&lt;br /&gt;
|move3=Foresight|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rollout|move1type=Rock&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass&lt;br /&gt;
|move2=Screech|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle (optional)======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Mist|move1type=Ice&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Amnesia|move1type=Psychic&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Mud Sport|move2type=Ground&lt;br /&gt;
|move3=Foresight|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Amnesia|move1type=Psychic&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Mist|move1type=Ice&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass&lt;br /&gt;
|move2=Screech|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Pokémon Emerald=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr E Brendan.png&lt;br /&gt;
|prize={{Pdollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr E Brendan.png&lt;br /&gt;
|prize={{Pdollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr E Brendan.png&lt;br /&gt;
|prize={{Pdollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle (optional)======&lt;br /&gt;
If the player never uses the Rustboro City PokéCenter and blacks out or uses [[Teleport]] after rescuing Peeko, they will encounter Brendan on {{rt|104|Hoenn}} when going to Mr. Briney&#039;s home.&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr E Brendan.png&lt;br /&gt;
|prize={{Pdollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=270&lt;br /&gt;
|pokemon=Lotad&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Ember|move4type=Fire}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr E Brendan.png&lt;br /&gt;
|prize={{Pdollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Yawn|move1type=Normal&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Mud-Slap|move2type=Ground&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Bide|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr E Brendan.png&lt;br /&gt;
|prize={{Pdollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Quick Attack|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}1200|&lt;br /&gt;
class={{PK}}{{MN}} Trainer|&lt;br /&gt;
classlink=Pokémon Trainer|&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Hoenn Route 110 |&lt;br /&gt;
locationname=Route 110 |&lt;br /&gt;
pokemon=3}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=278|&lt;br /&gt;
pokemon=Wingull|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=18|&lt;br /&gt;
ability=Keen Eye|&lt;br /&gt;
type1=Water|type2=Flying|&lt;br /&gt;
move1=Growl|move1type=Normal|&lt;br /&gt;
move2=Water Gun|move2type=Water|&lt;br /&gt;
move3=Supersonic|move3type=Normal|&lt;br /&gt;
move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=271|&lt;br /&gt;
pokemon=Lombre|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=18|&lt;br /&gt;
ability=Swift Swim|&lt;br /&gt;
type1=Water|type2=Grass|&lt;br /&gt;
move1=Astonish|move1type=Ghost|&lt;br /&gt;
move2=Growl|move2type=Normal|&lt;br /&gt;
move3=Absorb|move3type=Grass|&lt;br /&gt;
move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=256|&lt;br /&gt;
pokemon=Combusken|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=20|&lt;br /&gt;
ability=Blaze|&lt;br /&gt;
type1=Fire|type2=Fighting|&lt;br /&gt;
move1=Focus Energy|move1type=Normal|&lt;br /&gt;
move2=Ember|move2type=Fire|&lt;br /&gt;
move3=Double Kick|move3type=Fighting|&lt;br /&gt;
move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}1200|&lt;br /&gt;
class={{PK}}{{MN}} Trainer|&lt;br /&gt;
classlink=Pokémon Trainer|&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Hoenn Route 110 |&lt;br /&gt;
locationname=Route 110 |&lt;br /&gt;
pokemon=3}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=271|&lt;br /&gt;
pokemon=Lombre|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=18|&lt;br /&gt;
ability=Swift Swim|&lt;br /&gt;
type1=Water|type2=Grass|&lt;br /&gt;
move1=Astonish|move1type=Ghost|&lt;br /&gt;
move2=Growl|move2type=Normal|&lt;br /&gt;
move3=Absorb|move3type=Grass|&lt;br /&gt;
move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=218|&lt;br /&gt;
pokemon=Slugma|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=18|&lt;br /&gt;
ability=Magma Armor|&lt;br /&gt;
type1=Fire|&lt;br /&gt;
move1=Yawn|move1type=Normal|&lt;br /&gt;
move2=Smog|move2type=Poison|&lt;br /&gt;
move3=Ember|move3type=Fire|&lt;br /&gt;
move4=Rock Throw|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=259|&lt;br /&gt;
pokemon=Marshtomp|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=20|&lt;br /&gt;
ability=Torrent|&lt;br /&gt;
type1=Water|type2=Ground|&lt;br /&gt;
move1=Water Gun|move1type=Water|&lt;br /&gt;
move2=Bide|move2type=Normal|&lt;br /&gt;
move3=Mud Shot|move3type=Ground|&lt;br /&gt;
move4=Foresight|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}1200|&lt;br /&gt;
class={{PK}}{{MN}} Trainer |&lt;br /&gt;
classlink=Pokémon Trainer |&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Hoenn Route 110 |&lt;br /&gt;
locationname=Route 110 |&lt;br /&gt;
pokemon=3}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=218|&lt;br /&gt;
pokemon=Slugma|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=18|&lt;br /&gt;
ability=Magma Armor|&lt;br /&gt;
type1=Fire|&lt;br /&gt;
move1=Yawn|move1type=Normal|&lt;br /&gt;
move2=Smog|move2type=Poison|&lt;br /&gt;
move3=Ember|move3type=Fire|&lt;br /&gt;
move4=Rock Throw|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=278|&lt;br /&gt;
pokemon=Wingull|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=18|&lt;br /&gt;
ability=Keen Eye|&lt;br /&gt;
type1=Water|type2=Flying|&lt;br /&gt;
move1=Growl|move1type=Normal|&lt;br /&gt;
move2=Water Gun|move2type=Water|&lt;br /&gt;
move3=Supersonic|move3type=Normal|&lt;br /&gt;
move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=253|&lt;br /&gt;
pokemon=Grovyle|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=20|&lt;br /&gt;
ability=Overgrow|&lt;br /&gt;
type1=Grass|&lt;br /&gt;
move1=Absorb|move1type=Grass|&lt;br /&gt;
move2=Quick Attack|move2type=Normal|&lt;br /&gt;
move3=Fury Cutter|move3type=Bug|&lt;br /&gt;
move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}1860|&lt;br /&gt;
class={{PK}}{{MN}} Trainer|&lt;br /&gt;
classlink=Pokémon Trainer|&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Hoenn Route 119 |&lt;br /&gt;
locationname=Route 119 |&lt;br /&gt;
pokemon=3}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=279|&lt;br /&gt;
pokemon=Pelipper |&lt;br /&gt;
gender=male|&lt;br /&gt;
level=29|&lt;br /&gt;
ability=Keen Eye|&lt;br /&gt;
type1=Water|type2=Flying|&lt;br /&gt;
move1=Wing Attack|move1type=Flying|&lt;br /&gt;
move2=Supersonic|move2type=Normal|&lt;br /&gt;
move3=Mist|move3type=Ice|&lt;br /&gt;
move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=271|&lt;br /&gt;
pokemon=Lombre|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=29|&lt;br /&gt;
ability=Swift Swim|&lt;br /&gt;
type1=Water|type2=Grass|&lt;br /&gt;
move1=Absorb|move1type=Grass|&lt;br /&gt;
move2=Nature Power|move2type=Normal|&lt;br /&gt;
move3=Fake Out|move3type=Normal|&lt;br /&gt;
move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=256|&lt;br /&gt;
pokemon=Combusken|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=31|&lt;br /&gt;
ability=Blaze|&lt;br /&gt;
type1=Fire|type2=Fighting|&lt;br /&gt;
move1=Double Kick|move1type=Fighting|&lt;br /&gt;
move2=Peck |move2type=Flying|&lt;br /&gt;
move3=Sand-Attack|move3type=Ground|&lt;br /&gt;
move4=Bulk Up|move4type=Fighting}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}1860|&lt;br /&gt;
class={{PK}}{{MN}} Trainer|&lt;br /&gt;
classlink=Pokémon Trainer|&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Hoenn Route 119 |&lt;br /&gt;
locationname=Route 119 |&lt;br /&gt;
pokemon=3}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=271|&lt;br /&gt;
pokemon=Lombre|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=29|&lt;br /&gt;
ability=Swift Swim|&lt;br /&gt;
type1=Water|type2=Grass|&lt;br /&gt;
move1=Absorb|move1type=Grass|&lt;br /&gt;
move2=Nature Power|move2type=Normal|&lt;br /&gt;
move3=Fake Out|move3type=Normal|&lt;br /&gt;
move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=218|&lt;br /&gt;
pokemon=Slugma|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=29|&lt;br /&gt;
ability=Magma Armor|&lt;br /&gt;
type1=Fire|&lt;br /&gt;
move1=Ember|move1type=Fire|&lt;br /&gt;
move2=Rock Throw|move2type=Rock|&lt;br /&gt;
move3=Harden|move3type=Normal|&lt;br /&gt;
move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=259|&lt;br /&gt;
pokemon=Marshtomp|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=31|&lt;br /&gt;
ability=Torrent|&lt;br /&gt;
type1=Water|type2=Ground|&lt;br /&gt;
move1=Mud Shot|move1type=Ground|&lt;br /&gt;
move2=Foresight|move2type=Normal|&lt;br /&gt;
move3=Mud Sport|move3type=Ground|&lt;br /&gt;
move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}1860|&lt;br /&gt;
class={{PK}}{{MN}} Trainer |&lt;br /&gt;
classlink=Pokémon Trainer |&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Hoenn Route 119 |&lt;br /&gt;
locationname=Route 119 |&lt;br /&gt;
pokemon=3}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=218|&lt;br /&gt;
pokemon=Slugma|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=29|&lt;br /&gt;
ability=Magma Armor|&lt;br /&gt;
type1=Fire|&lt;br /&gt;
move1=Ember|move1type=Fire|&lt;br /&gt;
move2=Rock Throw|move2type=Rock|&lt;br /&gt;
move3=Harden|move3type=Normal|&lt;br /&gt;
move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=279|&lt;br /&gt;
pokemon=Pelipper|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=29|&lt;br /&gt;
ability=Keen Eye|&lt;br /&gt;
type1=Water|type2=Flying|&lt;br /&gt;
move1=Wing Attack|move1type=Flying|&lt;br /&gt;
move2=Supersonic|move2type=Normal|&lt;br /&gt;
move3=Mist|move3type=Ice|&lt;br /&gt;
move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=253|&lt;br /&gt;
pokemon=Grovyle|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=31|&lt;br /&gt;
ability=Overgrow|&lt;br /&gt;
type1=Grass|&lt;br /&gt;
move1=Fury Cutter|move1type=Bug|&lt;br /&gt;
move2=Pursuit|move2type=Dark|&lt;br /&gt;
move3=Screech|move3type=Normal|&lt;br /&gt;
move4=Leaf Blade|move4type=Grass}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fifth battle (optional)======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}2040|&lt;br /&gt;
class={{PK}}{{MN}} Trainer|&lt;br /&gt;
classlink=Pokémon Trainer|&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Lilycove City |&lt;br /&gt;
pokemon=4}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=357|&lt;br /&gt;
pokemon=Tropius|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=31|&lt;br /&gt;
ability=Chlorophyll|&lt;br /&gt;
type1=Grass|type2=Flying|&lt;br /&gt;
move1=Stomp|move1type=Normal|&lt;br /&gt;
move2=Sweet Scent|move2type=Normal|&lt;br /&gt;
move3=Whirlwind|move3type=Normal|&lt;br /&gt;
move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=279|&lt;br /&gt;
pokemon=Pelipper|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=32|&lt;br /&gt;
ability=Keen Eye|&lt;br /&gt;
type1=Water|type2=Flying|&lt;br /&gt;
move1=Wing Attack|move1type=Flying|&lt;br /&gt;
move2=Supersonic|move2type=Normal|&lt;br /&gt;
move3=Mist|move3type=Ice|&lt;br /&gt;
move4=Protect|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=272|&lt;br /&gt;
pokemon=Ludicolo|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=32|&lt;br /&gt;
ability=Swift Swim|&lt;br /&gt;
type1=Water|type2=Grass|&lt;br /&gt;
move1=Astonish|move1type=Ghost|&lt;br /&gt;
move2=Growl|move2type=Normal|&lt;br /&gt;
move3=Absorb|move3type=Grass|&lt;br /&gt;
move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=256|&lt;br /&gt;
pokemon=Combusken|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=34|&lt;br /&gt;
ability=Blaze|&lt;br /&gt;
type1=Fire|type2=Fighting|&lt;br /&gt;
move1=Peck|move1type=Flying|&lt;br /&gt;
move2=Sand-Attack|move2type=Ground|&lt;br /&gt;
move3=Bulk Up|move3type=Fighting|&lt;br /&gt;
move4=Quick Attack|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}2040|&lt;br /&gt;
class={{PK}}{{MN}} Trainer |&lt;br /&gt;
classlink=Pokémon Trainer |&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Lilycove City |&lt;br /&gt;
pokemon=4}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=357|&lt;br /&gt;
pokemon=Tropius|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=31|&lt;br /&gt;
ability=Chlorophyll|&lt;br /&gt;
type1=Grass|type2=Flying|&lt;br /&gt;
move1=Stomp|move1type=Normal|&lt;br /&gt;
move2=Sweet Scent|move2type=Normal|&lt;br /&gt;
move3=Whirlwind|move3type=Normal|&lt;br /&gt;
move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=272|&lt;br /&gt;
pokemon=Ludicolo|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=32|&lt;br /&gt;
ability=Swift Swim|&lt;br /&gt;
type1=Water|type2=Grass|&lt;br /&gt;
move1=Astonish|move1type=Ghost|&lt;br /&gt;
move2=Growl|move2type=Normal|&lt;br /&gt;
move3=Absorb|move3type=Grass|&lt;br /&gt;
move4=Nature Power|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=218|&lt;br /&gt;
pokemon=Slugma|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=32|&lt;br /&gt;
ability=Magma Armor|&lt;br /&gt;
type1=Fire|&lt;br /&gt;
move1=Ember|move1type=Fire|&lt;br /&gt;
move2=Rock Throw|move2type=Rock|&lt;br /&gt;
move3=Harden|move3type=Normal|&lt;br /&gt;
move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=259|&lt;br /&gt;
pokemon=Marshtomp|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=34|&lt;br /&gt;
ability=Torrent|&lt;br /&gt;
type1=Water|type2=Ground|&lt;br /&gt;
move1=Mud Shot|move1type=Ground|&lt;br /&gt;
move2=Foresight|move2type=Normal|&lt;br /&gt;
move3=Mud Sport|move3type=Ground|&lt;br /&gt;
move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}2040|&lt;br /&gt;
class={{PK}}{{MN}} Trainer |&lt;br /&gt;
classlink=Pokémon Trainer |&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Lilycove City |&lt;br /&gt;
pokemon=4}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=357|&lt;br /&gt;
pokemon=Tropius|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=31|&lt;br /&gt;
ability=Chlorophyll|&lt;br /&gt;
type1=Grass|type2=Flying|&lt;br /&gt;
move1=Stomp|move1type=Normal|&lt;br /&gt;
move2=Sweet Scent|move2type=Normal|&lt;br /&gt;
move3=Whirlwind|move3type=Normal|&lt;br /&gt;
move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=218|&lt;br /&gt;
pokemon=Slugma|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=32|&lt;br /&gt;
ability=Magma Armor|&lt;br /&gt;
type1=Fire|&lt;br /&gt;
move1=Ember|move1type=Fire|&lt;br /&gt;
move2=Rock Throw|move2type=Rock|&lt;br /&gt;
move3=Harden|move3type=Normal|&lt;br /&gt;
move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=279|&lt;br /&gt;
pokemon=Pelipper|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=32|&lt;br /&gt;
ability=Keen Eye|&lt;br /&gt;
type1=Water|type2=Flying|&lt;br /&gt;
move1=Wing Attack|move1type=Flying|&lt;br /&gt;
move2=Supersonic|move2type=Normal|&lt;br /&gt;
move3=Mist|move3type=Ice|&lt;br /&gt;
move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=253|&lt;br /&gt;
pokemon=Grovyle|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=34|&lt;br /&gt;
ability=Overgrow|&lt;br /&gt;
type1=Grass|&lt;br /&gt;
move1=Fury Cutter|move1type=Bug|&lt;br /&gt;
move2=Pursuit|move2type=Dark|&lt;br /&gt;
move3=Screech|move3type=Normal|&lt;br /&gt;
move4=Leaf Blade|move4type=Grass}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Pokémon Omega Ruby and Alpha Sapphire=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Gun|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Rollout|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Whirlpool|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Astonish|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Stun Spore|move1type=Grass|move1cat=Status&lt;br /&gt;
|move2=Leech Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Mega Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Headbutt|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Sand Attack|move1type=Ground|move1cat=Status&lt;br /&gt;
|move2=Peck|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Double Kick|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Flame Charge|move4type=Fire|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Stun Spore|move1type=Grass|move1cat=Status&lt;br /&gt;
|move2=Leech Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Mega Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Headbutt|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Ember|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Throw|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Harden|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Incinerate|move4type=Fire|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud-Slap|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Foresight|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Mud Bomb|move3type=Ground|move3cat=Special&lt;br /&gt;
|move4=Bide|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Ember|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Throw|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Harden|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Incinerate|move4type=Fire|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Gun|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Rollout|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Whirlpool|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Astonish|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Quick Attack|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Mega Drain|move2type=Grass|move2cat=Special&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Pursuit|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======[[Multi Battle]] with the {{player}}======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Whirlpool|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Astonish|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Water Pulse|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Mist|move4type=Ice|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Headbutt|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Poison Powder|move3type=Poison|move3cat=Status&lt;br /&gt;
|move4=Worry Seed|move4type=Grass|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Peck|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Double Kick|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Flame Charge|move3type=Fire|move3cat=Physical&lt;br /&gt;
|move4=Quick Attack|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Headbutt|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Poison Powder|move3type=Poison|move3cat=Status&lt;br /&gt;
|move4=Worry Seed|move4type=Grass|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Harden|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Incinerate|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Clear Smog|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Ancient Power|move4type=Rock|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Foresight|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Mud Shot|move2type=Ground|move2cat=Special&lt;br /&gt;
|move3=Bide|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Mud Bomb|move4type=Ground|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Harden|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Incinerate|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Clear Smog|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Ancient Power|move4type=Rock|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Whirlpool|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Astonish|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Water Pulse|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Mist|move4type=Ice|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Fury Cutter|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Pursuit|move3type=Dark|move3cat=Physical&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Pulse|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Mist|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Brine|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Poison Powder|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Worry Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Giga Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Growth|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Flame Charge|move2type=Fire|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Bulk Up|move4type=Fighting|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Poison Powder|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Worry Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Giga Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Growth|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Clear Smog|move1type=Poison|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Flame Burst|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Bide|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Mud Bomb|move2type=Ground|move2cat=Special&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Protect|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Clear Smog|move1type=Poison|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Flame Burst|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Pulse|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Mist|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Brine|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pursuit|move1type=Dark|move1cat=Physical&lt;br /&gt;
|move2=Leaf Blade|move2type=Grass|move2cat=Physical&lt;br /&gt;
|move3=Agility|move3type=Psychic|move3cat=Status&lt;br /&gt;
|move4=Slam|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rest|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Brine|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Water Spout|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Counter|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Mach Punch|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Force Palm|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Mind Reader|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=257&lt;br /&gt;
|pokemon=Blaziken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Quick Attack|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting|move2cat=Status&lt;br /&gt;
|move3=Blaze Kick|move3type=Fire|move3cat=Physical&lt;br /&gt;
|move4=Focus Energy|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Counter|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Mach Punch|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Force Palm|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Mind Reader|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Flame Burst|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Lava Plume|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=260&lt;br /&gt;
|pokemon=Swampert&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Bomb|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Protect|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Muddy Water|move4type=Water|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Flame Burst|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Lava Plume|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rest|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Brine|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Water Spout|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=254&lt;br /&gt;
|pokemon=Sceptile&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Agility|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Slam|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Dual Chop|move3type=Dragon|move3cat=Physical&lt;br /&gt;
|move4=Detect|move4type=Fighting|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fifth battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Surf|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Heavy Slam|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Bulldoze|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Seed Bomb|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Force Palm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Venoshock|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Rock Tomb|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=257&lt;br /&gt;
|pokemon=Blaziken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|held=Blazikenite&lt;br /&gt;
|move1=Blaze Kick|move1type=Fire|move1cat=Physical&lt;br /&gt;
|move2=Brick Break|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Shadow Claw|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Seed Bomb|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Force Palm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Venoshock|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Rock Tomb|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Earth Power|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Lava Plume|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Body Slam|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=260&lt;br /&gt;
|pokemon=Swampert&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|held=Swampertite&lt;br /&gt;
|move1=Earthquake|move1type=Ground|move1cat=Physical&lt;br /&gt;
|move2=Muddy Water|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Brick Break|move4type=Fighting|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Earth Power|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Lava Plume|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Body Slam|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Surf|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Heavy Slam|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Bulldoze|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=254&lt;br /&gt;
|pokemon=Sceptile&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|held=Sceptilite&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=X-Scissor|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Dual Chop|move3type=Dragon|move3cat=Physical&lt;br /&gt;
|move4=Night Slash|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Battle Maison Multi Battle======&lt;br /&gt;
Brendan will always use these two Pokémon as the player&#039;s Multi Battle Partner.&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Battle Maison&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|held=Light Clay&lt;br /&gt;
|move1=Light Screen|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Reflect|move2type=Psychic|move2cat=Status&lt;br /&gt;
|move3=Earth Power|move3type=Ground|move3cat=Special&lt;br /&gt;
|move4=Psychic|move4type=Psychic|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=295&lt;br /&gt;
|pokemon=Exploud&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Soundproof&lt;br /&gt;
|held=Assault Vest&lt;br /&gt;
|move1=Hyper Voice|move1type=Normal|move1cat=Special&lt;br /&gt;
|move2=Fire Blast|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Blizzard|move3type=Ice|move3cat=Special&lt;br /&gt;
|move4=Shadow Ball|move4type=Ghost|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
==In spin-off games==&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
{{main|Brendan (Masters)}}&lt;br /&gt;
Brendan appears during the main story of [[Pokémon Masters EX]], forming a [[sync pair]] with {{p|Treecko}} and its evolved forms {{p|Grovyle}} and {{p|Sceptile}}. In his alternate outfit, he can also team up with {{p|Latios}}.&lt;br /&gt;
&lt;br /&gt;
===[[Pokémon GO]]===&lt;br /&gt;
{{main|Style (GO)}}&lt;br /&gt;
For the start of Pokémon GO Tour: Hoenn, Brendan&#039;s outfit from {{g|Omega Ruby and Alpha Sapphire}} was released as free style options in [[Pokémon GO]].&lt;br /&gt;
&lt;br /&gt;
==Quotes==&lt;br /&gt;
{{main|Brendan (game)/Quotes}}&lt;br /&gt;
&lt;br /&gt;
==Optional names==&lt;br /&gt;
In the game, two of the optional names—one in Ruby and one in Sapphire—refer to &amp;quot;land&amp;quot; and &amp;quot;sea&amp;quot; respectively. In the English version, these are &#039;&#039;&#039;Land&#039;&#039;&#039;on and &#039;&#039;&#039;Sea&#039;&#039;&#039;n; in the Japanese version, リクヤ &#039;&#039;&#039;&#039;&#039;Riku&#039;&#039;&#039;ya&#039;&#039; and カイト &#039;&#039;&#039;&#039;&#039;Kai&#039;&#039;&#039;to&#039;&#039; (陸 &#039;&#039;riku&#039;&#039; means land and 海 &#039;&#039;kai&#039;&#039; means sea). This is also the case in other languages. Additionally, in the English version, two of the shared names—Terry and Seth—seem to be influenced by the same theme.&lt;br /&gt;
&lt;br /&gt;
In Emerald, if the player leaves the name writing screen without any written name, or with a name composed entirely of empty spaces, Professor Birch says &amp;quot;So it&#039;s &amp;lt;optional name&amp;gt;?&amp;quot;, suggesting one of the 20 available names. The player may answer &amp;quot;Yes&amp;quot; to accept the suggested name, or &amp;quot;No&amp;quot; to return to the name writing screen.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;float:left; background: #{{ruby color light}}; {{roundy|10px}}; border: 3px solid #{{ruby color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! Game&lt;br /&gt;
! Japanese&lt;br /&gt;
! English&lt;br /&gt;
! French&lt;br /&gt;
! German&lt;br /&gt;
! Italian&lt;br /&gt;
! Spanish&lt;br /&gt;
|- style=&amp;quot;background: #FFF;&amp;quot;&lt;br /&gt;
|Ruby&lt;br /&gt;
|&amp;lt;ab&amp;gt;リクヤ &#039;&#039;Rikuya&#039;&#039;&lt;br /&gt;
ヒロアキ &#039;&#039;Hiroaki&#039;&#039;&lt;br /&gt;
ヒトシ &#039;&#039;Hitoshi&#039;&#039;&lt;br /&gt;
ケイ &#039;&#039;Kei&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Landon&lt;br /&gt;
Terry&lt;br /&gt;
Seth&lt;br /&gt;
Tom&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Thierry&lt;br /&gt;
Thomas&lt;br /&gt;
Daniel&lt;br /&gt;
Seb&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Roland&lt;br /&gt;
Daniel&lt;br /&gt;
Helge&lt;br /&gt;
Jan&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Landon&lt;br /&gt;
Marco&lt;br /&gt;
Paolo&lt;br /&gt;
Lucio&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Teren&lt;br /&gt;
Quimi&lt;br /&gt;
Rufo&lt;br /&gt;
Arturo&amp;lt;/ab&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background: #FFF;&amp;quot;&lt;br /&gt;
|Sapphire&lt;br /&gt;
|&amp;lt;ab&amp;gt;カイト &#039;&#039;Kaito&#039;&#039;&lt;br /&gt;
ヒロアキ &#039;&#039;Hiroaki&#039;&#039;&lt;br /&gt;
ヒトシ &#039;&#039;Hitoshi&#039;&#039;&lt;br /&gt;
ケイ &#039;&#039;Kei&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Sean&lt;br /&gt;
Terry&lt;br /&gt;
Seth&lt;br /&gt;
Tom&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Martial&lt;br /&gt;
Thomas&lt;br /&gt;
Daniel&lt;br /&gt;
Seb&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Sebold&lt;br /&gt;
Daniel&lt;br /&gt;
Helge&lt;br /&gt;
Jan&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Martin&lt;br /&gt;
Marco&lt;br /&gt;
Paolo&lt;br /&gt;
Lucio&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marino&lt;br /&gt;
Quimi&lt;br /&gt;
Rufo&lt;br /&gt;
Arturo&amp;lt;/ab&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background: #FFF;&amp;quot;&lt;br /&gt;
|Emerald&lt;br /&gt;
|&amp;lt;ab&amp;gt;イツオ &#039;&#039;Itsuo&#039;&#039;&lt;br /&gt;
ギョク &#039;&#039;Gyoku&#039;&#039;&lt;br /&gt;
ケイ &#039;&#039;Kei&#039;&#039;&lt;br /&gt;
シュウサク &#039;&#039;Shūsaku&#039;&#039;&lt;br /&gt;
セイゴ &#039;&#039;Seigo&#039;&#039;&lt;br /&gt;
ダイサク &#039;&#039;Daisaku&#039;&#039;&lt;br /&gt;
タカヒト &#039;&#039;Takahito&#039;&#039;&lt;br /&gt;
タツヤ &#039;&#039;Tatsuya&#039;&#039;&lt;br /&gt;
ダニエル &#039;&#039;Daniel&#039;&#039;&lt;br /&gt;
テルキ &#039;&#039;Teruki&#039;&#039;&lt;br /&gt;
トム &#039;&#039;Tom&#039;&#039;&lt;br /&gt;
トモヤ &#039;&#039;Tomoya&#039;&#039;&lt;br /&gt;
ヒトシ &#039;&#039;Hitoshi&#039;&#039;&lt;br /&gt;
ヒロアキ &#039;&#039;Hiroaki&#039;&#039;&lt;br /&gt;
ユキヒコ &#039;&#039;Yukihiko&#039;&#039;&lt;br /&gt;
ラルド &#039;&#039;Rald&#039;&#039;&lt;br /&gt;
リクヤ &#039;&#039;Rikuya&#039;&#039;&lt;br /&gt;
リチャード &#039;&#039;Richard&#039;&#039;&lt;br /&gt;
リュウ &#039;&#039;Ryū&#039;&#039;&lt;br /&gt;
リョウタ &#039;&#039;Ryōta&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Stu&lt;br /&gt;
Milton&lt;br /&gt;
Tom&lt;br /&gt;
Kenny&lt;br /&gt;
Reid&lt;br /&gt;
Jude&lt;br /&gt;
Jaxson&lt;br /&gt;
Easton&lt;br /&gt;
Walker&lt;br /&gt;
Teru&lt;br /&gt;
Johnny&lt;br /&gt;
Brett&lt;br /&gt;
Seth&lt;br /&gt;
Terry&lt;br /&gt;
Casey&lt;br /&gt;
Darren&lt;br /&gt;
Landon&lt;br /&gt;
Collin&lt;br /&gt;
Stanley&lt;br /&gt;
Quincy&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Stef&lt;br /&gt;
Manuel&lt;br /&gt;
Seb&lt;br /&gt;
Gwenn&lt;br /&gt;
Arno&lt;br /&gt;
Jules&lt;br /&gt;
Johann&lt;br /&gt;
Thibaud&lt;br /&gt;
Alec&lt;br /&gt;
Gibus&lt;br /&gt;
Johnny&lt;br /&gt;
Fabrice&lt;br /&gt;
Daniel&lt;br /&gt;
Thomas&lt;br /&gt;
Gary&lt;br /&gt;
Ruddy&lt;br /&gt;
Thierry&lt;br /&gt;
Colin&lt;br /&gt;
Stan&lt;br /&gt;
Severin&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Stefan&lt;br /&gt;
Florian&lt;br /&gt;
Jan&lt;br /&gt;
Erik&lt;br /&gt;
Thomas&lt;br /&gt;
Martin&lt;br /&gt;
Markus&lt;br /&gt;
Klaus&lt;br /&gt;
Paul&lt;br /&gt;
Rolf&lt;br /&gt;
Jörg&lt;br /&gt;
Haiko&lt;br /&gt;
Helge&lt;br /&gt;
Daniel&lt;br /&gt;
Michael&lt;br /&gt;
David&lt;br /&gt;
Roland&lt;br /&gt;
Johann&lt;br /&gt;
Dieter&lt;br /&gt;
Anselm&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Francy&lt;br /&gt;
Giorgio&lt;br /&gt;
Lucio&lt;br /&gt;
Faby&lt;br /&gt;
Andrea&lt;br /&gt;
Daniele&lt;br /&gt;
Michele&lt;br /&gt;
Renzo&lt;br /&gt;
Eugenio&lt;br /&gt;
Elia&lt;br /&gt;
Sandro&lt;br /&gt;
Pietro&lt;br /&gt;
Paolo&lt;br /&gt;
Marco&lt;br /&gt;
Alberto&lt;br /&gt;
Filippo&lt;br /&gt;
Landon&lt;br /&gt;
Gino&lt;br /&gt;
Cecco&lt;br /&gt;
Mario&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Eleno&lt;br /&gt;
Lareo&lt;br /&gt;
Arturo&lt;br /&gt;
Carlo&lt;br /&gt;
Mauri&lt;br /&gt;
Daniel&lt;br /&gt;
Marcelo&lt;br /&gt;
Roberto&lt;br /&gt;
Aitor&lt;br /&gt;
Juli&lt;br /&gt;
Narciso&lt;br /&gt;
Luis&lt;br /&gt;
Rufo&lt;br /&gt;
Quimi&lt;br /&gt;
Jesuso&lt;br /&gt;
Marco&lt;br /&gt;
Teren&lt;br /&gt;
Mario&lt;br /&gt;
Pedro&lt;br /&gt;
Enrique&amp;lt;/ab&amp;gt;&lt;br /&gt;
|}{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the TFG==&lt;br /&gt;
There are three {{TFG|Trainer figure|Trainer figures}} based on Brendan. They are versions of Brendan with the same design, but with different colors. In all figures, Brendan uses his sweater and backpack from {{game|Emerald}}, and his pants and shoes from {{game|Ruby and Sapphire|s}}.&lt;br /&gt;
&lt;br /&gt;
* {{TFG ID|Next Quest|Brendan|41}} (Japanese: ユウキ &#039;&#039;Yūki&#039;&#039;) from {{TFG|Next Quest}}, wearing clothes with blue in place of the red or orange colors from the other figures.&lt;br /&gt;
* {{TFG ID|Groundbreakers|Landon|41}} (Japanese: リクヤ &#039;&#039;Rikuya&#039;&#039;) from {{TFG|Groundbreakers}}, wearing clothes with the color palette from Ruby and Sapphire.&lt;br /&gt;
* {{TFG ID|Unnamed Third Set|Sean|41}} (Japanese: カイト &#039;&#039;Kaito&#039;&#039;), from the {{TFG|Unnamed Third Set}}, wearing clothes with the color palette from Emerald.&lt;br /&gt;
&lt;br /&gt;
The Brendan figure is part of the single released set, Next Quest. The other two sets were not released, so the Landon and Sean figures were not released either.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:BrendanNextQuest41.png|{{TFG ID|Next Quest|Brendan|41}}&lt;br /&gt;
File:LandonGroundbreakers41.png|{{TFG ID|Groundbreakers|Landon|41}}&lt;br /&gt;
File:SeanUnnamedThirdSet41.jpg|{{TFG ID|Unnamed Third Set|Sean|41}}&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Counterparts==&lt;br /&gt;
&lt;br /&gt;
===In the anime===&lt;br /&gt;
&lt;br /&gt;
====Main series====&lt;br /&gt;
[[File:Brendan anime.png|thumb|250px|Brendan in the {{pkmn|anime}}]]&lt;br /&gt;
Brendan&#039;s only appearances in the main series are small cameos in the opening sequences of {{pkmn|movie}}s, specifically &#039;&#039;[[M06|Jirachi: Wish Maker]]&#039;&#039;, &#039;&#039;[[M09|Pokémon Ranger and the Temple of the Sea]]&#039;&#039;, and &#039;&#039;[[M11|Giratina and the Sky Warrior]]&#039;&#039;. He is shown to spend time in [[Battle Tower]]s. In all of his appearances, he has appeared with his Ruby and Sapphire outfit.&lt;br /&gt;
&lt;br /&gt;
Unlike in the games, he has never interacted with [[May (anime)|May]]. It is unknown if he has ever met her, or even if his parents are the same as in the games, as neither [[Norman]] nor [[Professor Birch]] has mentioned him.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|width=68&lt;br /&gt;
|pkmn=Shiftry&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|type2=Dark&lt;br /&gt;
|img=Brendan Shiftry.png&lt;br /&gt;
|epnum=M06&lt;br /&gt;
|epname=Jirachi: Wish Maker&lt;br /&gt;
|desc=Brendan&#039;s {{p|Shiftry}} was only briefly seen in a [[Double Battle]] at the beginning of [[M06|the sixth movie]] alongside Aggron, against a Solrock and Manectric. During the battle, Shiftry was hit by the Manectric&#039;s {{m|Spark}}. Shiftry is kept within a [[Repeat Ball]].&lt;br /&gt;
&lt;br /&gt;
Shiftry&#039;s only known move is {{m|Bullet Seed}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|pkmn=Aggron&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Rock&lt;br /&gt;
|img=Brendan Aggron.png&lt;br /&gt;
|epnum=M06&lt;br /&gt;
|epname=Jirachi: Wish Maker&lt;br /&gt;
|desc=Brendan&#039;s {{p|Aggron}} was only briefly seen in a [[Double Battle]] at the beginning of [[M06|the sixth movie]] alongside Shiftry, against a {{p|Solrock}} and {{p|Manectric}}. During the battle, Aggron {{status|freeze|froze}} the opponent&#039;s Solrock. Aggron is kept within a [[Luxury Ball]].&lt;br /&gt;
&lt;br /&gt;
Aggron&#039;s only known move is {{m|Ice Beam}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|pkmn=Swampert&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=Brendan Swampert.png&lt;br /&gt;
|epnum=M09&lt;br /&gt;
|epname=Pokémon Ranger and the Temple of the Sea&lt;br /&gt;
|desc={{p|Swampert}} was seen briefly at the beginning of [[M09|the ninth movie]], where it confronted {{OBP|Rebecca|M07}}&#039;s {{p|Tyranitar}} in the [[Battle Tower]]. Not much is known about it.&lt;br /&gt;
&lt;br /&gt;
Swampert&#039;s only known move is {{m|Ice Beam}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|pkmn=Rhyperior&lt;br /&gt;
|type1=Ground&lt;br /&gt;
|type2=Rock&lt;br /&gt;
|img=Brendan Rhyperior.png&lt;br /&gt;
|epnum=M11&lt;br /&gt;
|epname=Giratina and the Sky Warrior&lt;br /&gt;
|desc=Brendan&#039;s {{p|Rhyperior}} has only made a brief appearance at the beginning of [[M11|the eleventh movie]], where it was seen battling against {{ga|Lucas}}&#039;s {{p|Magmortar}}.&lt;br /&gt;
&lt;br /&gt;
Rhyperior&#039;s only known move is {{m|Hammer Arm}}.}}&lt;br /&gt;
&lt;br /&gt;
====Pokémon Generations====&lt;br /&gt;
[[File:Brendan PG.png|thumb|250px|Brendan in [[Pokémon Generations]]]]&lt;br /&gt;
Brendan appeared in &#039;&#039;[[PG07|The Vision]]&#039;&#039;, where he was first seen battling several {{tc|Team Magma Grunt}}s with his {{p|Sceptile}} while infiltrating the [[Team Magma Hideout]], before running into [[Courtney]]. She then challenged him to a battle with her {{p|Camerupt}} just as [[Maxie]] and the rest of Team Magma headed for the [[Seafloor Cavern]] aboard [[Submarine Explorer 1]].&lt;br /&gt;
&lt;br /&gt;
Much like the other [[player character]]s depicted in [[Pokémon Generations]], Brendan doesn&#039;t have any lines of dialogue.&lt;br /&gt;
&lt;br /&gt;
Later in &#039;&#039;[[PG09|The Scoop]]&#039;&#039;, a trainer was seen battling and catching Deoxys with Mega Rayquaza, although due to the trainers hidden face, it can&#039;t be 100% confirmed this was the same Brendan from &#039;&#039;[[PG07|The Vision]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|width=68&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|pkmn=Sceptile&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|img=Brendan Sceptile PG.png&lt;br /&gt;
|epnum=PG07&lt;br /&gt;
|epname=The Vision&lt;br /&gt;
|desc={{p|Sceptile}} is Brendan&#039;s only known Pokémon, possibly his {{pkmn2|starter}}. It was used to infiltrate and fight off {{tc|Team Magma Grunt}}s and [[Courtney]] in the [[Team Magma Hideout]].&lt;br /&gt;
&lt;br /&gt;
Sceptile&#039;s known moves are {{m|Leaf Storm}} and {{m|Leaf Blade}}.}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Do not add Mega Rayquaza. It is not certain that Brendan was the person with it in PG09&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Pokémon Omega Ruby and Alpha Sapphire Animated Trailer====&lt;br /&gt;
{{MissingInfo|1|enva}}&lt;br /&gt;
[[File:Brendan ORAS Trailer.png|thumb|250px|Brendan in the Omega Ruby and Alpha Sapphire Animated Trailer]]&lt;br /&gt;
Brendan appeared in the [[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer]], where he was first seen sleeping in his house in [[Littleroot Town]]. A {{p|Treecko}} comes by and woke him up. He ran to {{ga|May}}&#039;s house as the [[starter Pokémon]] were playing with one another. Brendan encountered a {{tc|Youngster}} and battled his {{p|Zigzagoon}} with {{p|Treecko}}.&lt;br /&gt;
&lt;br /&gt;
Later, sometime after his Treecko evolved all the way up into Sceptile, Brendan battled {{Steven}} and his {{TP|Steven|Mega Metagross|Metagross}}. Brendan then [[soaring in the sky|soared in the sky]] with his Mega {{p|Latios}} alongside May and her Mega {{p|Latias}}.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|pkmn=Sceptile ↔ Mega Sceptile&lt;br /&gt;
|stage1=Treecko&lt;br /&gt;
|stage2=Grovyle&lt;br /&gt;
|width=68&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|img=Brendan Treecko ORAS Trailer.png&lt;br /&gt;
|cap=Brendan&#039;s Treecko&lt;br /&gt;
|img2=Brendan {{#switch: {{#expr: {{#time: U}} mod 2}}|0=Sceptile|1=Mega Sceptile}} ORAS Trailer.png&lt;br /&gt;
|cap2=Brendan&#039;s {{#switch: {{#expr: {{#time: U}} mod 2}}|0=Sceptile|1=Mega Sceptile}}&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Sceptile}} is the first Pokémon Brendan is known to have. It was first seen as a Treecko in Brendan&#039;s house at [[Littleroot Town]]. Treecko was briefly seen battling a {{tc|Youngster}}&#039;s {{p|Zigzagoon}}. Later, it was revealed to have evolved into a {{p|Grovyle}} and then a Sceptile. Sceptile then had the ability to Mega Evolve into a Mega Sceptile. It was last seen battling {{Steven}}&#039;s {{TP|Steven|Mega Metagross|Metagross}}.&lt;br /&gt;
&lt;br /&gt;
Sceptile&#039;s only known move is {{m|Pound}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|pkmn=Latios ↔ Mega Latios&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Mega Latios ORAS Trailer.png&lt;br /&gt;
|cap=Brendan&#039;s Mega Latios&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Latios}} is another of Brendan&#039;s Pokémon. He was only seen in his Mega Evolved form [[soaring in the sky]] along with {{ga|May}}&#039;s Mega {{p|Latias}}.&lt;br /&gt;
&lt;br /&gt;
None of Latios&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
=====Voice actors=====&lt;br /&gt;
{{vatable|color={{ruby color}}|bordercolor={{ruby color light}}&lt;br /&gt;
|ja=岡本信彦 &#039;&#039;[[Nobuhiko Okamoto]]&#039;&#039;&lt;br /&gt;
|en=&lt;br /&gt;
|es_eu=Roberto Rodríguez}}&lt;br /&gt;
&lt;br /&gt;
====GOTCHA!====&lt;br /&gt;
Brendan briefly appeared in [[GOTCHA!]].&lt;br /&gt;
&lt;br /&gt;
===In the manga===&lt;br /&gt;
[[File:Ruby RS chapter.png|thumb|220px|Brendan&#039;s Pokémon Adventures counterpart, Ruby]]&lt;br /&gt;
[[File:Rald CBF.png|thumb|left|180px|Brendan&#039;s counterpart Rald]]&lt;br /&gt;
====Pokémon Adventures====&lt;br /&gt;
{{main|Ruby (Adventures)}}&lt;br /&gt;
Ruby from [[Pokémon Adventures]], who is a {{pkmn|Coordinator}}, is based on Brendan. While he is also skilled in battles, he chooses to suppress that side of himself most of the time, as a result of a traumatic encounter with a {{TP|Zinnia|Salamence}} he and {{adv|Sapphire}} had when they were little.&lt;br /&gt;
&lt;br /&gt;
====Pokémon Ruby-Sapphire====&lt;br /&gt;
{{main|Ruby (Ruby-Sapphire)}}&lt;br /&gt;
Ruby from [[Pokémon Ruby-Sapphire]] is based on Brendan.&lt;br /&gt;
&lt;br /&gt;
====Pokemon Ruby &amp;amp; Sapphire (CoroCoro)====&lt;br /&gt;
A counterpart to Brendan named Ruby is featured in this short manga written by [[Suigun Oouchi]] for [[CoroCoro]] comics in December 2002. Ruby moves to Littleroot town with his [[mother]] and [[Norman|father]], aspiring to become a Pokémon champion. [[Mudkip]] is his [[starter Pokémon]].&lt;br /&gt;
&lt;br /&gt;
====Pokémon Battle Frontier====&lt;br /&gt;
{{main|Rald}}&lt;br /&gt;
Rald from [[Pokémon Battle Frontier]] is based on Brendan. He is a {{pkmn|Champion|Pokémon League Champion}} and works as {{OBP|Enta|CBF}}&#039;s mentor during his {{gdis|Battle Frontier|III}} challenge.&lt;br /&gt;
&lt;br /&gt;
====Pokémon Ruby &amp;amp; Sapphire Special Walkthrough Comic!====&lt;br /&gt;
Brendan appears in the [[Pokemon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]].&lt;br /&gt;
&lt;br /&gt;
====Pokémon Omega Ruby Crimson Passion and Pokémon Alpha Sapphire Indigo Wisdom====&lt;br /&gt;
{{OBP|Omega|CPIW}} and {{OBP|Alpha|CPIW}} from [[Pokémon Omega Ruby Crimson Passion and Pokémon Alpha Sapphire Indigo Wisdom]] are based on Brendan.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
===Artwork===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color}}; font-size:80%; color: #fff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan May RS Concept Art.jpg|x200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Ruby Sapphire Brendan.png|x200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Emerald Brendan.png|x200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Omega Ruby Alpha Sapphire Contest Brendan.png|x200px]]&lt;br /&gt;
|-&lt;br /&gt;
| Concept art with {{color2|fff|May (game)|May}} from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}} by {{color2|fff|Ken Sugimori}}&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Emerald Version|Pokémon Emerald}}&lt;br /&gt;
| Contest outfit from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan ORAS concept art.png|x200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Contest Brendan ORAS concept art.png|x200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Ribbon.png|200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:RSE Secret Base Art.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
| Concept art from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Contest outfit concept art from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Giving a {{color2|fff|Ribbon}} to {{color2|fff|Torchic (Pokémon)|Torchic}}&lt;br /&gt;
| In his&amp;lt;br&amp;gt;{{color2|fff|Secret Base}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Rayquaza Encounter.png|250px]]&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Trainer Hill art.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS Contest art.png|250px]]&lt;br /&gt;
|-&lt;br /&gt;
| Encountering {{color2|fff|Rayquaza (Pokémon)|Rayquaza}}&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | In the {{color2|fff|Trainer Hill}}&lt;br /&gt;
| In a {{color2|fff|Pokémon Contest}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sprites and models===&lt;br /&gt;
{{incomplete|section|Add sprite of Brendan riding a bicycle in the intro/credits of Ruby/Sapphire, and also the one in the intro/credits of Emerald}}&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color}}; font-size:80%; color: #fff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Spr RS Brendan.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Spr E Brendan.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:RS Brendan Back.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:E Brendan Back.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Colo Brendan.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:VSBrendan.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:PR Brendan E.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:PR Brendan RS.png]]&lt;br /&gt;
|-&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Colosseum|Colosseum}}&lt;br /&gt;
| VS model as rival from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Unused overworld Emerald sprite from Pokémon Ranger&lt;br /&gt;
| Unused overworld Ruby/Sapphire sprite from Pokémon Ranger&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan RS OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan FRLG OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:XD Brendan RS.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:XD Brendan Em.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:VSBrendan Contest.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:VSBrendan Contest 2.png|150px]]&lt;br /&gt;
|-&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|fff|Pokémon FireRed and LeafGreen Versions|FireRed and LeafGreen}}&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|fff|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon XD: Gale of Darkness|Pokémon XD}}&amp;lt;br&amp;gt;(RS variant)&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon XD: Gale of Darkness|Pokémon XD}}&amp;lt;br&amp;gt;(E variant)&lt;br /&gt;
| VS sprite in {{color2|fff|Pokémon Contests|Contests}} from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(without {{color2|fff|Key Stone}})&lt;br /&gt;
| VS sprite in {{color2|fff|Pokémon Contests|Contests}} from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(with {{color2|fff|Key Stone}})&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Contest Costume ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Go-Goggles ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Devon Scuba Gear ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Magma Suit ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Aqua Suit ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot; | [[File:ORAS Brendan Icon.png]]&lt;br /&gt;
|-&lt;br /&gt;
| Overworld model from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|fff|Contest Costume}} in&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|fff|Go-Goggles}} in&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|fff|Devon Scuba Gear}} in&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|fff|Magma Suit}} in&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby}}&lt;br /&gt;
| Wearing the {{color2|fff|Aqua Suit}} in&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Alpha Sapphire}}&lt;br /&gt;
| Icon in the main menu and {{color2|fff|Battle Maison}} in&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* In [[Super Smash Bros. Brawl]], {{SSB|Pikachu}} wears Brendan&#039;s headband from {{game|Emerald}} as an alternate costume. Also, the {{SSB|Pokémon Trainer}} has an alternate costume with a similar color scheme as Brendan&#039;s Emerald outfit.&lt;br /&gt;
* He and {{ga|May}} are the only set of [[player character]]s who have a chance to speak with both a [[mother]] and a father in the {{pkmn|games}}.&lt;br /&gt;
* Before {{pkmn|Omega Ruby and Alpha Sapphire}}, Brendan and May were the only rivals whose [[starter Pokémon]] does not reach its final form.&lt;br /&gt;
* In the fandom, Brendan&#039;s [https://twitter.com/SUPER_32X/status/40800048816209920 knit cap] has commonly been mistaken for white hair. Although largely obscured by his headwear, Brendan&#039;s actual hair is visible in most depictions, usually black in color.&lt;br /&gt;
* While the second battle with Brendan (or May if he is the player character) is optional, the encounter leading up to it is not.&lt;br /&gt;
** Therefore, after returning the [[Devon Goods]] before encountering Brendan or May in Rustboro City, if the player [[Black out|blacks out]] without ever visiting the [[Pokémon Center]] in Rustboro City (which causes the player character to rush to [[Petalburg City]]&#039;s Pokémon Center instead), the encounter and optional battle take place in {{rt|104|Hoenn}} in front of [[Mr. Briney]]&#039;s house instead.&lt;br /&gt;
* Screenshots of {{game|Emerald}} on the Japanese Nintendo website refer to Brendan as &amp;quot;Rald&amp;quot; (Japanese: &#039;&#039;&#039;ラルド&#039;&#039;&#039;).&amp;lt;ref&amp;gt;[https://www.nintendo.co.jp/n08/bpej/frontier2/index.html Pokémon Emerald on Nintendo] (Japanese)&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Pre-release media for [[Pokémon Omega Ruby and Alpha Sapphire]], including the [[Pokémon Omega Ruby and Pokémon Alpha Sapphire Special Demo Version|Special Demo Version]], referred to Brendan as &amp;quot;Orlando&amp;quot; (Japanese: &#039;&#039;&#039;オメガ&#039;&#039;&#039; &#039;&#039;Omega&#039;&#039;).&lt;br /&gt;
* Similarly to May, Brendan&#039;s attire in Omega Ruby and Alpha Sapphire is mainly based on his appearance in {{game|Emerald}}.&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| style=&amp;quot;background:#{{ruby color light}}; {{roundy|10px}}; border: 3px solid #{{ruby color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! Language&lt;br /&gt;
! Name&lt;br /&gt;
! Origin&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Japanese&lt;br /&gt;
| ユウキ &#039;&#039;Yuuki&#039;&#039;&lt;br /&gt;
| From 勇気 &#039;&#039;yūki&#039;&#039; (bravery) or 悠 &#039;&#039;yū&#039;&#039; (distant)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| English&lt;br /&gt;
| Brendan&lt;br /&gt;
| From &#039;&#039;brave&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Brix&lt;br /&gt;
| From &#039;&#039;Bravour&#039;&#039; (bravery)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Bruno&lt;br /&gt;
| From &#039;&#039;bravo&#039;&#039; (bold)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| French&lt;br /&gt;
| Brice&lt;br /&gt;
| From &#039;&#039;bravoure&#039;&#039; (bravery)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Italian&lt;br /&gt;
| Brendon&lt;br /&gt;
| Similar to his English name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 휘웅 &#039;&#039;Hwiung&#039;&#039;&lt;br /&gt;
| From 웅 (雄) &#039;&#039;ung&#039;&#039; (hero). Possibly from the Japanese name 雄輝 &#039;&#039;Yūki&#039;&#039;, whose equivalent reading in Korean is &#039;&#039;Unghwi&#039;&#039;.&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| Chinese ({{tt|Mandarin|Taiwan}})&lt;br /&gt;
| 小悠 &#039;&#039;Xiǎo Yōu&#039;&#039;{{tt|*|Games}}&lt;br /&gt;
| From 悠 &#039;&#039;yōu&#039;&#039; (distant)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 祐樹 &#039;&#039;Yòushù&#039;&#039;{{tt|*|Emerald guidebook}}&lt;br /&gt;
| From the Japanese name 祐樹 &#039;&#039;Yūki&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 小悠 &#039;&#039;Síu Yàuh&#039;&#039;&lt;br /&gt;
| From 悠 &#039;&#039;yàuh&#039;&#039; (distant)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player characters|ruby}}&lt;br /&gt;
{{Rival characters|ruby}}&lt;br /&gt;
{{NPC|ruby|hoenn=yes}}&amp;lt;br/&amp;gt;&lt;br /&gt;
{{Project CharacterDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Rival characters]]&lt;br /&gt;
[[Category:Ruby and Sapphire characters]]&lt;br /&gt;
[[Category:Emerald characters]]&lt;br /&gt;
[[Category:Omega Ruby and Alpha Sapphire characters]]&lt;br /&gt;
[[Category:Laboratory assistants]]&lt;br /&gt;
[[Category:Champions]]&lt;br /&gt;
[[Category:Trainers with Key Stones]]&lt;br /&gt;
[[Category:Trainers with Legendary Pokémon]]&amp;lt;!--Deoxys, the Mythical Pokémon, isn&#039;t required to be caught.--&amp;gt;&lt;br /&gt;
[[Category:Pokémon Generations characters]]&lt;br /&gt;
&lt;br /&gt;
[[de:Brix]]&lt;br /&gt;
[[es:Bruno (personaje)]]&lt;br /&gt;
[[fr:Brice (Hoenn)]]&lt;br /&gt;
[[it:Brendon (gioco)]]&lt;br /&gt;
[[ja:ユウキ (ゲーム)]]&lt;br /&gt;
[[zh:小悠]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Steven_Stone&amp;diff=3761719</id>
		<title>Steven Stone</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Steven_Stone&amp;diff=3761719"/>
		<updated>2023-08-05T20:58:58Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: /* Sprites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;:&#039;&#039;For the [[character of the day]] whose name is Steven, see [[Steven (EP239)]].&#039;&#039;&lt;br /&gt;
:&#039;&#039;For the character whose name is often mispronounced as Stephen or Steven, see [[Stephan]].&#039;&#039;&lt;br /&gt;
{{CharInfobox&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|corecolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|name=Steven Stone&lt;br /&gt;
|jname=ツワブキ・ダイゴ&lt;br /&gt;
|tmname=Daigo Tsuwabuki&lt;br /&gt;
|image=Omega Ruby Alpha Sapphire Steven.png&lt;br /&gt;
|size=200px&lt;br /&gt;
|caption=Artwork from {{pkmn|Omega Ruby and Alpha Sapphire}} by [[Megumi Mizutani]]&amp;lt;ref&amp;gt;[[a:File:StevenRoaringSkies90.jpg|Steven (Roaring Skies 90)]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|age=yes&lt;br /&gt;
|years=25{{sup/6|ORAS}} &amp;lt;ref&amp;gt;&#039;&#039;&#039;[[Steven Stone/Quotes#Delta Episode|Steven Stone]]&#039;&#039;&#039;: &amp;quot;&#039;&#039;My father is... Well, let me just say that I have been his son for &#039;&#039;&#039;25 years&#039;&#039;&#039;, and sometimes even I am not sure I understand him fully.&#039;&#039;&amp;quot;&amp;lt;/ref&amp;gt;&lt;br /&gt;
|colors=yes&lt;br /&gt;
|eyes=Light steel blue&lt;br /&gt;
|hair=Light steel blue&lt;br /&gt;
|gender=Male&lt;br /&gt;
|hometown=[[Mossdeep City]]&lt;br /&gt;
|region=[[Hoenn]]&lt;br /&gt;
|relatives=[[Mr. Stone]] (father)&lt;br /&gt;
|trainer=yes&lt;br /&gt;
|trainerclass={{pkmn|Champion}}{{sup/3|RS}}{{sup/6|ORAS}}&amp;lt;br&amp;gt;[[Pokémon Trainer]]{{sup/3|E}}{{sup/5|B2W2}}&lt;br /&gt;
|game=yes&lt;br /&gt;
|generation={{Gen|III}}, {{Gen|IV}}, {{Gen|V}}, {{Gen|VI}}, {{Gen|VII}}&lt;br /&gt;
|games={{3v2|Ruby|Sapphire|Emerald}}&amp;lt;br&amp;gt;{{2v2|HeartGold|SoulSilver}}&amp;lt;br&amp;gt;{{2v2|Black|White|2}}&amp;lt;br&amp;gt;{{pkmn|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;{{pkmn|Masters EX}}&lt;br /&gt;
|leader=no&lt;br /&gt;
|anime=counterpart&lt;br /&gt;
|animecounterpart={{an|Steven Stone}}&lt;br /&gt;
|epnum=AG022&lt;br /&gt;
|epname=A Hole Lotta Trouble&lt;br /&gt;
|champ=yes&lt;br /&gt;
|league=Ever Grande City&lt;br /&gt;
|specialist=yes&lt;br /&gt;
|type={{t|Steel}} types&lt;br /&gt;
|enva=[[Andrew Paull]]&lt;br /&gt;
|java=Rintarō Nishi &amp;lt;small&amp;gt;([[AG022]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;[[Kenichi Suzumura]] &amp;lt;small&amp;gt;([[XYS02]]-present)&amp;lt;/small&amp;gt;&lt;br /&gt;
|gameanim=yes&lt;br /&gt;
|pv=yes&lt;br /&gt;
|pvnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|pvname=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|envagame=[[Tom Wayland]] &amp;lt;small&amp;gt;([[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer|ORAS Trailer]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;[[Xander Mobus]]&amp;lt;ref name=&amp;quot;Xander Mobus&amp;quot;&amp;gt;[https://twitter.com/XanderMobusVO/status/1304968120054894592 Xander Mobus on Twitter]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&lt;br /&gt;
|javagame=[[Akira Ishida]] &amp;lt;small&amp;gt;([[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer|ORAS Trailer]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Tomoaki Maeno&amp;lt;ref name=&amp;quot;Tomoaki Maeno&amp;quot;&amp;gt;[https://twitter.com/pokemas_game/status/1417366158546714624 Pokémon Masters EX on Twitter] (Japanese)&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Steven Stone&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ツワブキ・ダイゴ&#039;&#039;&#039; &#039;&#039;Daigo Tsuwabuki&#039;&#039;) is a skilled {{pkmn|Trainer}} who [[Type expert|specializes]] in {{type|Steel}} {{OBP|Pokémon|species}}. He is the {{pkmn|Champion}} of the [[Hoenn]] [[region]]&#039;s [[Hoenn League|Pokémon League]] in [[Pokémon Ruby and Sapphire Versions|Pokémon Ruby, Sapphire]], [[Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby, and Alpha Sapphire]], as well as the Hoenn League Champion during {{game|HeartGold and SoulSilver|s}}.&lt;br /&gt;
&lt;br /&gt;
A collector of rare stones, Steven is the son of the [[Mr. Stone|president]] of the [[Devon Corporation]], and makes his home in [[Mossdeep City]]. In the Hoenn-based games, he wanders the region, aiding the {{player}} on their {{pkmn|journey}}. In {{game|Emerald}}, he is no longer the Champion, with [[Wallace]] taking his place.&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
[[File:Steven challenge RS.png|240px|right|thumb|{{ga|Brendan}} challenging Steven in Ruby and Sapphire]]&lt;br /&gt;
In {{game|Ruby and Sapphire|s|Pokémon Ruby, Sapphire}}, {{pkmn|Omega Ruby and Alpha Sapphire|Omega Ruby, and Alpha Sapphire}}, Steven appears as the {{pkmn|Champion}} of the [[Hoenn]] region. His strategy in battle is to use {{type|Steel}} Pokémon to find the weaknesses of his opponents, with [[Steven&#039;s Metagross|his Metagross]] being the cornerstone of his team.&lt;br /&gt;
&lt;br /&gt;
In {{game|Emerald}}, Steven is a powerful, wandering Trainer who gave up competing seriously to spend more time looking for rare rocks and stones, which he claims he would {{m|Waterfall|climb waterfalls}} to find. Fittingly, the {{player}} can find and challenge him in the upper area of [[Meteor Falls]] after they defeat the new Champion, [[Wallace]]. This battle cannot have a rematch.&lt;br /&gt;
&lt;br /&gt;
In Ruby, Sapphire, and Emerald, after the player enters the [[Hall of Fame]], Steven will leave a {{p|Beldum}} and a note for the player at his house in [[Mossdeep City]]. In the remakes of these games, he leaves one for the player after the [[Delta Episode]] is fully completed.&lt;br /&gt;
&lt;br /&gt;
In {{game|Platinum}}, the person who gives the player their [[villa]] in the [[Resort Area]] mentions that the man who gave him the villa came to [[Sinnoh]] to collect rare stones. After collecting the stones, he left the region with all the items in the villa. This mysterious previous owner may in fact be Steven.&lt;br /&gt;
&lt;br /&gt;
Steven also appears in {{game|HeartGold and SoulSilver|s}}, introducing himself as the Hoenn Champion. The player first meets him when they leave the [[Pokémon Fan Club]] in [[Vermilion City]] after collecting {{OBP|Copycat|character}}&#039;s [[Lost Item]], where he will appear and inform them that there have been reports of either a {{p|Latios}}{{sup/4|SS}} or {{p|Latias}}{{sup/4|HG}} {{pkmn2|roaming}} [[Kanto]]. The player meets him a second time after defeating {{ga|Red}} on [[Mt. Silver]], where he will appear in the [[Silph Co.]] building in [[Saffron City]] and let the player choose one of three colored stones: the Green Stone, the Red Stone or the Blue Stone. Depending on which color is picked, he will give the player one of the three Hoenn [[starter Pokémon]]. He can later be found in the [[Pewter Museum of Science]], examining a shelf. After visiting and speaking to him there, he will return to the Silph Co. building and offer to [[trade]] a Beldum for a {{p|Forretress}}.&lt;br /&gt;
&lt;br /&gt;
If the player has the [[Enigma Stone]] and enters the Pewter Museum of Science, an event will occur in which Steven will be talking to one of the museum&#039;s researchers. When he is spoken to, he will notice the Enigma Stone and have the researcher examine it. The researcher will extract the [[Soul Dew]] from the stone and give it to the player. Steven will tell the player that Soul Dew is said to be the solidified spirits of Latias and Latios, and that it can bring out their true potential. Upon walking outside, Latias{{sup/4|SS}} or Latios{{sup/4|HG}} will be waiting to battle in [[Pewter City]], drawn to the player by the Soul Dew.&lt;br /&gt;
&lt;br /&gt;
In {{game|Black and White|s}}, a tourist who visits [[Undella Town]] in the [[Season (mechanic)|summer]] mentions Steven, explaining that he is a very powerful Pokémon Trainer who collects stones. In {{game|Black and White|s|Pokémon Black 2 and White 2|2}}, Steven appears alongside the other Champions from the first five [[generation]]s as an opponent in the [[Champions Tournament]] at the [[Pokémon World Tournament]].&lt;br /&gt;
&lt;br /&gt;
In [[Omega Ruby and Alpha Sapphire]], Steven performs the same roll as he did in the originals. He also appears in the [[Delta Episode]], attempting to find a way to stop the [[Grand Meteor Delta]] from destroying the [[Pokémon world]]. His plans are sabotaged by [[Zinnia]], as she claims his plan would instead send the meteor to [[Pokémon multiverse|another world]] and cause even greater damage. He attempts unsuccessfully to reason with Zinnia as the lorekeeper carries out her own plan to summon [[Rayquaza]] and it destroy the meteor. After the player&#039;s final battle with [[Deoxys]], Steven is seen speaking with [[Wallace]]. Steven confides in his friend that he wishes to one day step down from his duty as champion and see the world, and hopes that Wallace will take his place when that day comes. Wallace playfully agrees to Steven&#039;s proposal. &lt;br /&gt;
&lt;br /&gt;
==={{DL|PokéNav|Trainer&#039;s Eyes}}/{{DL|PokéNav|Match Call}}===&lt;br /&gt;
&#039;&#039;&#039;Champion Steven&#039;&#039;&#039;{{sup/3|RS}}{{sup/6|ORAS}} / &#039;&#039;&#039;Hard as Rock Steven&#039;&#039;&#039;{{sup/3|E}}&lt;br /&gt;
:&#039;&#039;&#039;Strategy&#039;&#039;&#039;&lt;br /&gt;
:Pick on the foe&#039;s weakness.{{sup/3|RS}}&lt;br /&gt;
:Attack the weak points!{{sup/3|E}}&lt;br /&gt;
:Strike enemies where they&#039;re weakest!{{sup/6|ORAS}}&lt;br /&gt;
:&#039;&#039;&#039;Trainer&#039;s Pokémon&#039;&#039;&#039;{{sup/3|RSE}} / &#039;&#039;&#039;Favorite Pokémon&#039;&#039;&#039;{{sup/6|ORAS}}&lt;br /&gt;
:The ultimate Steel Pokémon{{sup/3|RS}}&lt;br /&gt;
:Ultimate &amp;lt;sc&amp;gt;Steel&amp;lt;/sc&amp;gt; Pokémon.{{sup/3|E}}&lt;br /&gt;
:The ultimate Steel-type Pokémon.{{sup/6|ORAS}}&lt;br /&gt;
:&#039;&#039;&#039;Self-Introduction&#039;&#039;&#039;{{sup/3|RSE}} / &#039;&#039;&#039;Trainer Message&#039;&#039;&#039;{{sup/6|ORAS}}&lt;br /&gt;
:When it comes down to it, I&#039;m still the strongest!{{sup/3|RS}}&lt;br /&gt;
:I&#039;d climb even waterfalls to find a rare stone!{{sup/3|E}}&lt;br /&gt;
:When it comes down to it, I&#039;m just the strongest there is right now.{{sup/6|ORAS}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
Steven uses four [[Full Restore]]s in [[Generation III]] when fighting the player.&lt;br /&gt;
===={{game|Ruby and Sapphire|s}}====&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=Spr RS Steven.png&lt;br /&gt;
|prize={{Pdollar}}11600&lt;br /&gt;
|class=Champion&lt;br /&gt;
|classlink=Pokémon Champion&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Ever Grande City&lt;br /&gt;
|pokemon=6&lt;br /&gt;
}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=227&lt;br /&gt;
|pokemon=Skarmory&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Steel|type2=Flying&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|move1=Steel Wing|move1type=Steel&lt;br /&gt;
|move2=Toxic|move2type=Poison&lt;br /&gt;
|move3=Aerial Ace|move3type=Flying&lt;br /&gt;
|move4=Spikes|move4type=Ground}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=55&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|move1=Earthquake|move1type=Ground&lt;br /&gt;
|move2=AncientPower|move2type=Rock&lt;br /&gt;
|move3=Light Screen|move3type=Psychic&lt;br /&gt;
|move4=Reflect|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=56&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Earthquake|move1type=Ground&lt;br /&gt;
|move2=Dragon Claw|move2type=Dragon&lt;br /&gt;
|move3=Thunder|move3type=Electric&lt;br /&gt;
|move4=SolarBeam|move4type=Grass}}&lt;br /&gt;
{{Party/Div|color={{steel color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=346&lt;br /&gt;
|pokemon=Cradily&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=56&lt;br /&gt;
|type1=Rock|type2=Grass&lt;br /&gt;
|ability=Suction Cups&lt;br /&gt;
|move1=AncientPower|move1type=Rock&lt;br /&gt;
|move2=Confuse Ray|move2type=Ghost&lt;br /&gt;
|move3=Sludge Bomb|move3type=Poison&lt;br /&gt;
|move4=Giga Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=348&lt;br /&gt;
|pokemon=Armaldo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=56&lt;br /&gt;
|type1=Rock|type2=Bug&lt;br /&gt;
|ability=Battle Armor&lt;br /&gt;
|move1=AncientPower|move1type=Rock&lt;br /&gt;
|move2=Slash|move2type=Normal&lt;br /&gt;
|move3=Aerial Ace|move3type=Flying&lt;br /&gt;
|move4=Water Pulse|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=58&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Sitrus Berry&lt;br /&gt;
|move1=Meteor Mash|move1type=Steel&lt;br /&gt;
|move2=Earthquake|move2type=Ground&lt;br /&gt;
|move3=Psychic|move3type=Psychic&lt;br /&gt;
|move4=Hyper Beam|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Left for the player=====&lt;br /&gt;
{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=374&lt;br /&gt;
|pokemon=Beldum&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Take Down|move1type=Normal}}&lt;br /&gt;
&lt;br /&gt;
===={{game|Emerald}}====&lt;br /&gt;
=====[[Multi Battle]] with {{player}}=====&lt;br /&gt;
Steven battles alongside player against [[Maxie]] and [[Tabitha]] in the [[Mossdeep Space Center]].&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=E Steven Back.png&lt;br /&gt;
|prize=none&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Mossdeep Space Center&lt;br /&gt;
|pokemon=3&lt;br /&gt;
}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|back=yes&lt;br /&gt;
|ndex=375&lt;br /&gt;
|pokemon=Metang&lt;br /&gt;
|level=42&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Light Screen|move1type=Psychic&lt;br /&gt;
|move2=Psychic|move2type=Psychic&lt;br /&gt;
|move3=Reflect|move3type=Psychic&lt;br /&gt;
|move4=Metal Claw|move4type=Steel}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|back=yes&lt;br /&gt;
|ndex=227&lt;br /&gt;
|pokemon=Skarmory&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=43&lt;br /&gt;
|type1=Steel|type2=Flying&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Toxic|move1type=Poison&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying&lt;br /&gt;
|move3=Protect|move3type=Normal&lt;br /&gt;
|move4=Steel Wing|move4type=Steel}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|back=yes&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=44&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Thunder|move1type=Electric&lt;br /&gt;
|move2=Protect|move2type=Normal&lt;br /&gt;
|move3=SolarBeam|move3type=Grass&lt;br /&gt;
|move4=Dragon Claw|move4type=Dragon}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====[[Meteor Falls]]=====&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=Spr RS Steven.png&lt;br /&gt;
|prize={{PDollar}}4680&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=6&lt;br /&gt;
}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=227&lt;br /&gt;
|pokemon=Skarmory&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=77&lt;br /&gt;
|type1=Steel|type2=Flying&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|move1=Toxic|move1type=Poison&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying&lt;br /&gt;
|move3=Spikes|move3type=Ground&lt;br /&gt;
|move4=Steel Wing|move4type=Steel}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=75&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|move1=Reflect|move1type=Psychic&lt;br /&gt;
|move2=Light Screen|move2type=Psychic&lt;br /&gt;
|move3=AncientPower|move3type=Rock&lt;br /&gt;
|move4=Earthquake|move4type=Ground}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=76&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Thunder|move1type=Electric&lt;br /&gt;
|move2=Earthquake|move2type=Ground&lt;br /&gt;
|move3=SolarBeam|move3type=Grass&lt;br /&gt;
|move4=Dragon Claw|move4type=Dragon}}&lt;br /&gt;
{{Party/Div|color={{steel color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=346&lt;br /&gt;
|pokemon=Cradily&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=76&lt;br /&gt;
|type1=Rock|type2=Grass&lt;br /&gt;
|ability=Suction Cups&lt;br /&gt;
|move1=Giga Drain|move1type=Grass&lt;br /&gt;
|move2=AncientPower|move2type=Rock&lt;br /&gt;
|move3=Ingrain|move3type=Grass&lt;br /&gt;
|move4=Confuse Ray|move4type=Ghost}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=348&lt;br /&gt;
|pokemon=Armaldo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=76&lt;br /&gt;
|type1=Rock|type2=Bug&lt;br /&gt;
|ability=Battle Armor&lt;br /&gt;
|move1=Water Pulse|move1type=Water&lt;br /&gt;
|move2=AncientPower|move2type=Rock&lt;br /&gt;
|move3=Aerial Ace|move3type=Flying&lt;br /&gt;
|move4=Slash|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=78&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|held=Sitrus Berry&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Earthquake|move1type=Ground&lt;br /&gt;
|move2=Psychic|move2type=Psychic&lt;br /&gt;
|move3=Meteor Mash|move3type=Steel&lt;br /&gt;
|move4=Shadow Ball|move4type=Ghost}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Left for the player=====&lt;br /&gt;
{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=374&lt;br /&gt;
|pokemon=Beldum&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Take Down|move1type=Normal}}&lt;br /&gt;
&lt;br /&gt;
===={{game|HeartGold and SoulSilver|s}}====&lt;br /&gt;
=====[[Trade]]d to the player=====&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background:#{{heartgold color}}; border:3px solid #{{soulsilver color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}; {{roundytl|5px}}&amp;quot; | {{color|{{soulsilver color dark}}|Location}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color|{{soulsilver color dark}}|Player&#039;s Pokémon}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color|{{soulsilver color dark}}|Traded Pokémon}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color|{{soulsilver color dark}}|English}}&amp;lt;br/&amp;gt;{{color2|{{soulsilver color dark}}|nickname}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color|{{soulsilver color dark}}|Japanese}}&amp;lt;br/&amp;gt;{{color2|{{soulsilver color dark}}|nickname}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color2|{{soulsilver color dark}}|Item}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color2|{{soulsilver color dark}}|Ability}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color2|{{soulsilver color dark}}|Nature}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color|{{soulsilver color dark}}|English}}&amp;lt;br/&amp;gt;{{color2|{{soulsilver color dark}}|Original Trainer|OT}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color|{{soulsilver color dark}}|Japanese}}&amp;lt;br/&amp;gt;{{color2|{{soulsilver color dark}}|Original Trainer|OT}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color2|{{soulsilver color dark}}|Trainer ID number|ID}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}; {{roundytr|5px}}&amp;quot; | {{tt|{{color|{{soulsilver color dark}}|IVs}}|HP/Attack/Defense/Sp. Atk/Sp. Def/Speed}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#fff; {{roundybl|5px}}&amp;quot; | [[Silph Co.]]&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{MSP/3|205|Forretress}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{p|Forretress}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{MSP/3|374|Beldum}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{p|Beldum}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | Iron&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{tt|こうてつ|Kōtetsu}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{bag|Dawn Stone}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | [[Dawn Stone]]&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{a|Clear Body}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | Brave&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | Steven {{male}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{tt|ダイゴ|Daigo}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | 23478&lt;br /&gt;
| style=&amp;quot;background:#fff; {{roundybr|5px}}&amp;quot; | 28/29/24/24/25/23&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Given to the player=====&lt;br /&gt;
After defeating {{ga|Red}} and receiving a Kanto [[Starter Pokémon]] from [[Professor Oak]], Steven gives one of these Pokémon to the player. He asks the {{player}} what stone do they like the most (green, red, or blue). The stone&#039;s color corresponds to the received Hoenn Starter Pokémon.&lt;br /&gt;
{|&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot; &lt;br /&gt;
! Green stone&lt;br /&gt;
! Red stone&lt;br /&gt;
! Blue stone&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/4&lt;br /&gt;
|game=HeartGold&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Leer|move2type=Normal|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/4&lt;br /&gt;
|game=HeartGold&lt;br /&gt;
|ndex=255&lt;br /&gt;
|spritegender=male&lt;br /&gt;
|gender=both&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Growl|move2type=Normal|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/4&lt;br /&gt;
|game=HeartGold&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Growl|move2type=Normal|move2cat=Status}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===={{game|Black and White|s|Pokémon Black 2 and White 2|2}}====&lt;br /&gt;
Steven uses three of these Pokémon in [[Pokémon battle|Single Battles]], four in [[Double Battle|Double]] and [[Rotation Battle]]s, and all six in [[Triple Battle]]s. He will always lead with his signature Pokémon, {{p|Metagross}}.&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=Spr B2W2 Steven.png&lt;br /&gt;
|prize=1{{color2|000|Battle Point|BP}}&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=B2W2&lt;br /&gt;
|location=Pokémon World Tournament&lt;br /&gt;
|pokemon=6}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|held=Occa Berry&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Zen Headbutt|move1type=Psychic|move1cat=Physical&lt;br /&gt;
|move2=Hammer Arm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Earthquake|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Bullet Punch|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy|ability2=Rock Head&lt;br /&gt;
|held=Air Balloon&lt;br /&gt;
|move1=Head Smash|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Avalanche|move2type=Ice|move2cat=Physical&lt;br /&gt;
|move3=Earthquake|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Metal Burst|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=530&lt;br /&gt;
|pokemon=Excadrill&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Ground|type2=Steel&lt;br /&gt;
|ability=Sand Rush|ability2=Sand Force&lt;br /&gt;
|held=Focus Sash&lt;br /&gt;
|move1=Earthquake|move1type=Ground|move1cat=Physical&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=X-Scissor|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Sandstorm|move4type=Rock|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{steel color}}}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=567&lt;br /&gt;
|pokemon=Archeops&lt;br /&gt;
|level=50&lt;br /&gt;
|gender=both&lt;br /&gt;
|type1=Rock|type2=Flying&lt;br /&gt;
|ability=Defeatist&lt;br /&gt;
|held=Sitrus Berry&lt;br /&gt;
|move1=Head Smash|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Acrobatics|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Earthquake|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Quick Attack|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=346&lt;br /&gt;
|pokemon=Cradily&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Rock|type2=Grass&lt;br /&gt;
|ability=Suction Cups&lt;br /&gt;
|held=Expert Belt&lt;br /&gt;
|move1=Stone Edge|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Seed Bomb|move2type=Grass|move2cat=Physical&lt;br /&gt;
|move3=Earthquake|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Sandstorm|move4type=Rock|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=348&lt;br /&gt;
|pokemon=Armaldo&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Rock|type2=Bug&lt;br /&gt;
|ability=Battle Armor&lt;br /&gt;
|held=White Herb&lt;br /&gt;
|move1=X-Scissor|move1type=Bug|move1cat=Physical&lt;br /&gt;
|move2=Rock Blast|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Earthquake|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Superpower|move4type=Fighting|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
====[[Pokémon Omega Ruby and Pokémon Alpha Sapphire Special Demo Version]]====&lt;br /&gt;
Steven will use this Pokémon when teaming with the player in a [[Multi Battle]].&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|name=Steven&lt;br /&gt;
|sprite=VSSteven.png{{!}}150px&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn&lt;br /&gt;
|prize=none&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
| style=&amp;quot;margin:auto&amp;quot; | {{Pokémon/6&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|form=-Shiny&lt;br /&gt;
|spritegender=shiny&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Metagrossite&lt;br /&gt;
|level=45&lt;br /&gt;
|move1=Meteor Mash|move1type=Steel|move1cat=Physical&lt;br /&gt;
|move2=Zen Headbutt|move2type=Psychic|move2cat=Physical&lt;br /&gt;
|move3=Bullet Punch|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Giga Impact|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
===={{g|Omega Ruby and Alpha Sapphire}}====&lt;br /&gt;
=====First [[Multi Battle]] with {{player}}=====&lt;br /&gt;
Steven will work as the player&#039;s partner during the Multi Battle against [[Courtney]] and a {{tc|Team Magma Grunt}}{{sup/6|OR}}/[[Matt]] and a {{tc|Team Aqua Grunt}}{{sup/6|AS}} on [[Southern Island]].&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|name=Steven&lt;br /&gt;
|sprite=VSSteven.png{{!}}150px&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Southern Island&lt;br /&gt;
|prize=none&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
| style=&amp;quot;margin:auto&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|pokemon=Metang&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ndex=375&lt;br /&gt;
|level=35&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Zen Headbutt|move1type=Psychic|move1cat=Physical&lt;br /&gt;
|move2=Bullet Punch|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Pursuit|move3type=Dark|move3cat=Physical&lt;br /&gt;
|move4=Metal Claw|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Champion battle=====&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=VSSteven.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}11,800&lt;br /&gt;
|class=Champion&lt;br /&gt;
|classlink=Pokémon Champion&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Ever Grande City&lt;br /&gt;
|locationname=Pokémon League&lt;br /&gt;
|pokemon=6}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=227&lt;br /&gt;
|pokemon=Skarmory&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Steel|type2=Flying&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Toxic|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Spikes|move3type=Ground|move3cat=Status&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|move1=Reflect|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Light Screen|move2type=Psychic|move2cat=Status&lt;br /&gt;
|move3=Extrasensory|move3type=Psychic|move3cat=Special&lt;br /&gt;
|move4=Earth Power|move4type=Ground|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Stone Edge|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Earthquake|move2type=Ground|move2cat=Physical&lt;br /&gt;
|move3=Iron Tail|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Dragon Claw|move4type=Dragon|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{steel color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=346&lt;br /&gt;
|pokemon=Cradily&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Rock|type2=Grass&lt;br /&gt;
|ability=Suction Cups&lt;br /&gt;
|move1=Giga Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Sludge Bomb|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Confuse Ray|move4type=Ghost|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=348&lt;br /&gt;
|pokemon=Armaldo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Rock|type2=Bug&lt;br /&gt;
|ability=Battle Armor&lt;br /&gt;
|move1=X-Scissor|move1type=Bug|move1cat=Physical&lt;br /&gt;
|move2=Rock Blast|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Metal Claw|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Crush Claw|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=59&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Metagrossite&lt;br /&gt;
|move1=Bullet Punch|move1type=Steel|move1cat=Physical&lt;br /&gt;
|move2=Zen Headbutt|move2type=Psychic|move2cat=Physical&lt;br /&gt;
|move3=Meteor Mash|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Giga Impact|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Second [[Multi Battle]] with {{player}}=====&lt;br /&gt;
Steven will work as the player&#039;s partner during the Multi Battle against Courtney and a Team Magma Grunt{{sup/6|OR}}/Matt and a Team Aqua Grunt{{sup/6|AS}} at [[Mossdeep Space Center]] during the Delta Episode, using a [[party|team]] identical to his initial Champion team.&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=VSSteven.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Mossdeep Space Center&lt;br /&gt;
|pokemon=6}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=227&lt;br /&gt;
|pokemon=Skarmory&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Steel|type2=Flying&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Toxic|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Spikes|move3type=Ground|move3cat=Status&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|move1=Reflect|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Light Screen|move2type=Psychic|move2cat=Status&lt;br /&gt;
|move3=Extrasensory|move3type=Psychic|move3cat=Special&lt;br /&gt;
|move4=Earth Power|move4type=Ground|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Stone Edge|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Earthquake|move2type=Ground|move2cat=Physical&lt;br /&gt;
|move3=Iron Tail|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Dragon Claw|move4type=Dragon|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{steel color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=346&lt;br /&gt;
|pokemon=Cradily&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Rock|type2=Grass&lt;br /&gt;
|ability=Suction Cups&lt;br /&gt;
|move1=Giga Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Sludge Bomb|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Confuse Ray|move4type=Ghost|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=348&lt;br /&gt;
|pokemon=Armaldo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Rock|type2=Bug&lt;br /&gt;
|ability=Battle Armor&lt;br /&gt;
|move1=X-Scissor|move1type=Bug|move1cat=Physical&lt;br /&gt;
|move2=Rock Blast|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Metal Claw|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Crush Claw|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=59&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Metagrossite&lt;br /&gt;
|move1=Bullet Punch|move1type=Steel|move1cat=Physical&lt;br /&gt;
|move2=Zen Headbutt|move2type=Psychic|move2cat=Physical&lt;br /&gt;
|move3=Meteor Mash|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Giga Impact|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====[[Rematch]]=====&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=VSSteven.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}15,800&lt;br /&gt;
|class=Champion&lt;br /&gt;
|classlink=Pokémon Champion&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Ever Grande City&lt;br /&gt;
|locationname=Pokémon League&lt;br /&gt;
|pokemon=6}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=227&lt;br /&gt;
|pokemon=Skarmory&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=77&lt;br /&gt;
|type1=Steel|type2=Flying&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Toxic|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Spikes|move3type=Ground|move3cat=Status&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=77&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|move1=Reflect|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Light Screen|move2type=Psychic|move2cat=Status&lt;br /&gt;
|move3=Extrasensory|move3type=Psychic|move3cat=Special&lt;br /&gt;
|move4=Earth Power|move4type=Ground|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=77&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Stone Edge|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Earthquake|move2type=Ground|move2cat=Physical&lt;br /&gt;
|move3=Iron Tail|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Dragon Claw|move4type=Dragon|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{steel color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=703&lt;br /&gt;
|pokemon=Carbink&lt;br /&gt;
|level=77&lt;br /&gt;
|type1=Rock|type2=Fairy&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Moonblast|move1type=Fairy|move1cat=Special&lt;br /&gt;
|move2=Power Gem|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Psychic|move3type=Psychic|move3cat=Special&lt;br /&gt;
|move4=Earth Power|move4type=Ground|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=142&lt;br /&gt;
|pokemon=Aerodactyl&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=77&lt;br /&gt;
|type1=Rock|type2=Flying&lt;br /&gt;
|ability=Pressure&lt;br /&gt;
|move1=Rock Slide|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Ice Fang|move2type=Ice|move2cat=Physical&lt;br /&gt;
|move3=Thunder Fang|move3type=Electric|move3cat=Physical&lt;br /&gt;
|move4=Fire Fang|move4type=Fire|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=79&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Metagrossite&lt;br /&gt;
|move1=Bullet Punch|move1type=Steel|move1cat=Physical&lt;br /&gt;
|move2=Zen Headbutt|move2type=Psychic|move2cat=Physical&lt;br /&gt;
|move3=Meteor Mash|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Giga Impact|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Battle Maison Multi Battle=====&lt;br /&gt;
Steven will always use these two Pokémon as the player&#039;s Multi Battle partner.&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=VSSteven.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Battle Maison&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=142&lt;br /&gt;
|pokemon=Aerodactyl&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Rock|type2=Flying&lt;br /&gt;
|ability=Rock Head&lt;br /&gt;
|held=Focus Sash&lt;br /&gt;
|move1=Rock Slide|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Ice Fang|move2type=Ice|move2cat=Physical&lt;br /&gt;
|move3=Thunder Fang|move3type=Electric|move3cat=Physical&lt;br /&gt;
|move4=Fire Fang|move4type=Fire|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Metagrossite&lt;br /&gt;
|move1=Meteor Mash|move1type=Steel|move1cat=Physical&lt;br /&gt;
|move2=Bullet Punch|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Zen Headbutt|move3type=Psychic|move3cat=Physical&lt;br /&gt;
|move4=Hammer Arm|move4type=Fighting|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Left for the player=====&lt;br /&gt;
{{Pokémon/6&lt;br /&gt;
|ndex=374&lt;br /&gt;
|pokemon=Beldum&lt;br /&gt;
|level=1&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Iron Plate&lt;br /&gt;
|move1=Take Down|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
&lt;br /&gt;
==In spin-off games==&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
{{main|Steven (Masters)}}&lt;br /&gt;
Steven, as he appears in {{g|Omega Ruby and Alpha Sapphire}}, is a character in {{g|Masters EX}}. He forms a [[sync pair]] with his {{TP|Steven|Metagross}}, which is capable of [[Mega Evolution|Mega Evolving]]. He can also form additional sync pairs with {{p|Cradily}}, {{rf|Alolan}} {{p|Sandslash}}, {{Shiny}} {{p|Rayquaza}} (which can also Mega Evolve), {{p|Deoxys}} (which can change into any of its {{form|Deoxys|Formes}}), and Shiny {{p|Stoutland}}.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
===Artwork===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:96px; height:96px&amp;quot;| [[File:Ruby Sapphire Steven.png|140px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:96px; height:96px&amp;quot;| [[File:Steven ORAS concept art.png|410px]]&lt;br /&gt;
|-&lt;br /&gt;
| Official artwork from {{color2|000|Generation III}} by {{color2|000|Ken Sugimori}}&amp;lt;ref&amp;gt;[[a:File:StevenAdviceEXHiddenLegends92.jpg|Steven&#039;s Advice (EX Hidden Legends 92)]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Conceptual artwork from {{color2|000|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:96px; height:96px&amp;quot;| [[File:Steven with Mega Metagross.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:96px; height:96px&amp;quot;| [[File:Trainer Collection Steven Stone Artwork.png|250px]]&lt;br /&gt;
|-&lt;br /&gt;
| With {{color2|000|Mega Evolution|Mega}} {{color2|000|Metagross (Pokémon)|Metagross}}&lt;br /&gt;
| Trainer Collection illustration featuring Steven and his {{color2|000|Party|team}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sprites===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Spr RS Steven.png]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:E Steven Back.png]]&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Spr B2W2 Steven.png]]&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;{{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot; | [[File:VSSteven.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon Ruby and Sapphire Versions|Ruby, Sapphire}}, and {{color2|000|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon Black and White Versions 2|Black 2 and White 2}}&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;|VS model from&amp;lt;br&amp;gt;{{color2|000|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Steven III OD.png]]&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Steven IV OD.png]]&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Steven OD.png]]&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Steven ORAS OD.png|100px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:ORAS Steven Icon.png]]&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Steven_Ra_OD.png]]&lt;br /&gt;
|-&lt;br /&gt;
| Overworld sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon Ruby and Sapphire Versions|Ruby, Sapphire}}, and {{color2|000|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Overworld sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon HeartGold and SoulSilver Versions|HeartGold and SoulSilver}}&lt;br /&gt;
| Overworld sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon Black and White Versions 2|Black 2 and White 2}}&lt;br /&gt;
| Overworld model from&amp;lt;br&amp;gt;{{color2|000|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Icon in the {{color2|000|Battle Maison}} in&amp;lt;br&amp;gt;{{color2|000|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Unused overworld sprite from Pokémon Ranger&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Quotes==&lt;br /&gt;
{{main|Steven Stone/Quotes}}&lt;br /&gt;
&lt;br /&gt;
==In the anime==&lt;br /&gt;
===Main series===&lt;br /&gt;
[[File:Steven Stone JN.png|250px|thumb|Steven Stone in the {{pkmn|anime}}]]&lt;br /&gt;
{{main|Steven Stone (anime)}}&lt;br /&gt;
Steven Stone is a recurring character in the anime. He debuted in &#039;&#039;[[AG022|A Hole Lotta Trouble]]&#039;&#039; in a minor role before reappearing as a {{pkmn|Champion}} in the &#039;&#039;[[Mega Evolution Specials]]&#039;&#039; with a {{shiny}} {{TP|Steven|Metagross}} as an ally to [[Alain]]. He later assisted {{ash}} and {{ashfr}} during the climax of the [[Team Flare]] arc during &#039;&#039;[[Pokémon the Series: XY]]&#039;&#039;, and took part in the [[Masters Eight Tournament]] in &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Omega Ruby and Alpha Sapphire Animated Trailer===&lt;br /&gt;
[[File:Steven Stone ORAS Trailer.png|thumb|250px|Steven in the animated trailer]]&lt;br /&gt;
Steven briefly appeared in the [[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer]]. He was the final Trainer that {{ga|Brendan}} battled.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|width=68&lt;br /&gt;
|main=Steven&#039;s Metagross&lt;br /&gt;
|trainer=Steven&lt;br /&gt;
|pkmn=Metagross ↔ Mega Metagross&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Steven Mega Metagross ORAS Trailer.png&lt;br /&gt;
|cap=Steven&#039;s Mega Metagross&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|desc={{p|Metagross}} is Steven&#039;s only known Pokémon. It was used in a battle against {{ga|Brendan}}&#039;s {{p|Sceptile}}. It has the ability to Mega Evolve into Mega Metagross.}}&lt;br /&gt;
&lt;br /&gt;
====Voice actors====&lt;br /&gt;
{{vatable|color={{steel color}}|bordercolor={{steel color light}}&lt;br /&gt;
|ja=石田彰 &#039;&#039;[[Akira Ishida]]&#039;&#039;&lt;br /&gt;
|en=[[Tom Wayland]]&lt;br /&gt;
|he=גדי לוי &#039;&#039;Gadi Levy&#039;&#039; (XY), גל בר-און &#039;&#039;Gal Bar-On&#039;&#039; (JN)&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===GOTCHA!===&lt;br /&gt;
Steven briefly appeared in [[GOTCHA!]].&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
[[File: Steven Adventures.png|thumb|320px|Steven in [[Pokémon Adventures]]]]&lt;br /&gt;
====={{chap|Ruby &amp;amp; Sapphire}}=====&lt;br /&gt;
Steven is the [[Hoenn League]] {{pkmn|Champion}}, having taken the position from [[Wallace]], who turned down the title despite winning the previous Pokémon League tournament. &lt;br /&gt;
&lt;br /&gt;
Steven debuted in &#039;&#039;[[PS196|Blowing Past Nosepass II]]&#039;&#039;. There, he spoke to [[Captain Stern]] about the status of the creation of the [[Submarine Explorer 1]]. In &#039;&#039;[[PS194|Guile from Mawile]]&#039;&#039;, Steven rescued {{adv|Ruby}} from a hoard of rampaging {{p|Mawile}} in [[Granite Cave]]. Once they escaped, Steven considered recruiting Ruby to help him combat [[Team Magma]] and [[Team Aqua]], but decided against it due to Ruby&#039;s young age. Steven said his farewells to Ruby and headed off.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS250|The Beginning of the End with Kyogre &amp;amp; Groudon XII]]&#039;&#039;, Steven arrived at the [[Lilycove Department Store]] and found Wallace battling [[Tabitha]], who had gone berserk from touching the [[Blue Orb]]. Steven revealed that after the Submarine Explorer 1 was stolen, he went to other regions and recruited the Hoenn [[Elite Four]] as allies against {{adv|Super-ancient Pokémon|Groudon and Kyogre}}. Steven passed his title of Hoenn League Champion to Wallace and sent the Elite Four to three locations where the [[Legendary Pokémon]] [[Brandon&#039;s Legendary titans#In the Pokémon Adventures manga|Registeel, Regirock, and Regice]] were sealed. With a [[blind boy]]&#039;s help, Steven attempted to decipher an stone slab containing the secret to awaken the sleeping Pokémon. The slab was too damaged to properly translate, forcing the plan to be abandoned. &lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS253|A Royal Rumble with Regirock, Regice and Registeel I]]&#039;&#039;, Steven found [[Sootopolis City]] surrounded by a massive explosion of energy. Amidst the chaos, Steven found and rescued {{adv|Sapphire}}, who handed him a [[letter]] she received from his father, [[Mr. Stone]]. The letter contained a decoding for the missing part of the slab, allowing Steven to finish the translation. With assistance from Sapphire&#039;s {{p|Wailord|Lorry}} and {{p|Relicanth|Relly}}, Steven successfully awakened {{p|Registeel}}, {{p|Regirock}}, and {{p|Regice}}. Steven and Sapphire were then separated by another explosion. Steven, Wallace, and the Elite Four separated into three teams of two and used Registeel, Regirock, and Regice to contain the energy generated from Groudon and Kyogre&#039;s clash and prevent it from spreading throughout Hoenn. Their efforts lasted for several weeks until &#039;&#039;[[PS263|It All Ends Now IV]]&#039;&#039;, when Ruby and [[Norman]] ended Groudon and Kyogre&#039;s battle with {{p|Rayquaza}}&#039;s power, returning the super-ancient Pokémon to their slumber. Controlling three Legendary Pokémon for so long left Steven so exhausted that he collapsed and died soon after. With Steven&#039;s passing, Registeel, Regirock, and Regice returned to the wild. &lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS263|It All Ends Now VIII]]&#039;&#039;, Steven and those who lost their lives in the fight against Groudon and Kyogre were revived by Ruby&#039;s {{adv|Celebi}}&#039;s [[time travel]] powers. With Team Magma and Team Aqua defeated, Steven celebrated the victory with his allies and thanked Ruby and Sapphire for their assistance in the battle.&lt;br /&gt;
&lt;br /&gt;
====={{chap|Platinum}}=====&lt;br /&gt;
In &#039;&#039;[[PS417|Leaping Past Lopunny]]&#039;&#039;, Steven was revealed to have spent time collecting stones in the [[Sinnoh]] region. After obtaining the stones he wanted, Steven sold the [[Villa]] he had built to use as a home base. The Villa was bought by {{adv|Platinum}} shortly afterward.&lt;br /&gt;
&lt;br /&gt;
====={{chap|Omega Ruby &amp;amp; Alpha Sapphire}}=====&lt;br /&gt;
[[File: Steven ORAS chapter.png|thumb|200px|left|Steven in the thirteenth chapter]]&lt;br /&gt;
In the thirteenth chapter, it was discovered that [[Grand Meteor Delta]], a giant meteoroid, would crash into Hoenn and destroy the planet. To prevent this disaster, Steven enlisted the help of Ruby, Sapphire, and {{adv|Emerald}}. In [[PS596]], Steven had [[Ultima]] train the Hoenn [[Pokédex holders]] [[Mumu]], [[Chic]], and {{TP|Emerald|Sceptile}} in mastering the ultimate moves so they would be prepared to use [[Mega Evolution]]. Despite Ruby being elsewhere on other business, Mr. Stone had everyone move onto the next phase once the training had finished.&lt;br /&gt;
&lt;br /&gt;
In [[PS601]], Steven, Sapphire, and Emerald arrived on the [[Sea Mauville]]. The former energy plant contained a machine called an [[ultimate weapon|Absorber]] capable of fueling a dimensional shifter designed to deal with Grand Meteor Delta. That night, Emerald was attacked by a mischievous {{p|Hoopa}}. Steven assisted Emerald in battling the [[Mythical Pokémon]], revealing he was capable of using Mega Evolution as well. Hoopa eventually escaped before Steven and Emerald could defeat or identify it.&lt;br /&gt;
&lt;br /&gt;
In [[PS603]], Steven and Mr. Stone used the Absorber to drain Emerald&#039;s Sceptile and Sapphire&#039;s Chic of their life energy while in their Mega-Evolved states. Once the process was finished, the Sea Mauville was raided by by [[Zinnia]], a [[Draconid people|Draconid]] with a hatred for the [[Devon Corporation]]. Zinnia and her allies made of former Team Magma and Aqua members attempted to destroy the dimensional shifter, forcing Steven, Sapphire, and Emerald to defend it. By the time Ruby returned, everyone realized that Sapphire and the shifter had disappeared due to Hoopa&#039;s interference. With the shifter gone, Zinnia attempted to steal Steven&#039;s [[Key Stone]] but was convinced to leave when Ruby offered up his and Emerald&#039;s [[Mega Bracelet]]s in exchange. &lt;br /&gt;
&lt;br /&gt;
In [[PS606]], Steven and Mr. Stone stayed behind while Ruby and the others went ahead to find an alternate solution to the meteoroid impact. They received a call from the [[Mossdeep Space Center]] stating that Sapphire successfully delivered the shifter. While [[Professor Cozmo]] and [[Professor Cozmo&#039;s assistants|his assistants]] outfitted the shifter onto a rocket, Steven and his father traveled to [[Mossdeep City]] to deal with the public, who had learned of the upcoming disaster due to a news leak. In [[PS608]], Steven and Mr. Stone arrived at Mossdeep. Sapphire told Steven that she sensed Zinnia&#039;s presence and went off to prevent her from interfering with the rocket&#039;s launch. Sapphire and Zinnia&#039;s clash led to them battling on top of the rocket as it flew through the air. Eventually, Sapphire was defeated, allowing Zinnia to destroy the dimensional shifter and knock the rocket down into the ocean.&lt;br /&gt;
&lt;br /&gt;
In [[PS615]], Steven and Mr. Stone arrived at Sootopolis, where Zinnia was taken to after she failed to get {{DL|Super-ancient Pokémon (Adventures)|Rayquaza}} to join her. Mr. Stone apologized for trying to control Rayquaza years ago, only for Zinnia to reject it, claiming he was only trying to save face for his failures. When Zinnia gave up and stated it was impossible to stop disaster, Emerald suggested the differing factions worked together to save the planet. Together, everyone gathered allies from across Hoenn, [[Kanto]], and [[Johto]] to assist in stopping Grand Meteor Delta. While the plan was being set up, Steven gave Zinnia a jar of Key Stones that were collected at the [[Embedded Tower]]. When Zinnia assumed the stones Steven and Hoenn Pokédex holders used were stolen from the late [[Aster]], Steven explained he received those from the [[Gurkinn|Mega Evolution guru]] in the [[Kalos]] region.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PAORAS21|Omega Alpha Adventure 21]]&#039;&#039;, the plan to destroy Grand Meteor Delta went underway. Ruby and Sapphire rode on Mega Rayquaza into space, where they attacked the meteoroid with {{m|Dragon Ascent}}. Back on Earth, Steven and the three allied regions launched a simultaneous attack on Grand Meteor Delta, successfully shattering it into pieces. With the crisis averted, Steven and the others watched as Ruby and Sapphire flew back to Sootopolis with Rayquaza. &lt;br /&gt;
&lt;br /&gt;
Once everything had returned to normal, Steven was revealed to be taking {{p|Diancie}} back to its home in Kalos.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
This listing is of Steven&#039;s Pokémon in the [[Pokémon Adventures]] manga.&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|main=Steven&#039;s Metagross&lt;br /&gt;
|trainer=Steven&lt;br /&gt;
|pkmn=Metagross ↔ Mega Metagross&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Steven Metagross Adventures.png&lt;br /&gt;
|cap=Steven&#039;s Metagross&lt;br /&gt;
|img2=Steven Mega Metagross Adventures.png&lt;br /&gt;
|cap2=Steven&#039;s Mega Metagross&lt;br /&gt;
|epnum=PS191&lt;br /&gt;
|epname=Blowing Past Nosepass II&lt;br /&gt;
|desc={{p|Metagross}} is Steven&#039;s main Pokémon and strongest as well. It is often used as a method of flight transportation. In the {{chap|Omega Ruby &amp;amp; Alpha Sapphire}}, it was given the ability to Mega Evolve into Mega Metagross.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Steven&lt;br /&gt;
|pkmn=Beldum (multiple)&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Steven Beldum Adventures.png&lt;br /&gt;
|cap=Steven&#039;s Beldum&lt;br /&gt;
|epnum=PS196&lt;br /&gt;
|epname=Ring Ring Goes Beldum&lt;br /&gt;
|desc=Steven is seen with four {{p|Beldum}}. He first used them in Granite Cave to stop a group of {{p|Mawile}} from attacking Ruby. They did so by coming out of some rocks. These Beldum later lined up with Sapphire&#039;s [[Sapphire (Adventures)#At Sea|Lorry and Relly]] to unseal the [[Legendary titans]]. One of his Beldum was also seen when Steven signed a contract to sell his Villa.&lt;br /&gt;
&lt;br /&gt;
Another one of his Beldum, nicknamed &#039;&#039;&#039;Iron&#039;&#039;&#039; (Japanese: こうてつ &#039;&#039;Kōtetsu&#039;&#039;), was seen with Steven in the {{chap|Omega Ruby &amp;amp; Alpha Sapphire}}. It is based on the [[#Traded to the player|Beldum]] the player receives from Steven in a [[In-game trade#HeartGold and SoulSilver|trade]] in {{game|HeartGold and SoulSilver|s}}.&lt;br /&gt;
&lt;br /&gt;
Their only known move is {{m|Take Down}}{{tt|*|revealed on an official site only}}, and their Ability is {{a|Clear Body}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Steven&lt;br /&gt;
|pkmn=Metang (multiple)&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Steven Metang Adventures.png&lt;br /&gt;
|cap=Steven&#039;s Metang&lt;br /&gt;
|epnum=PS196&lt;br /&gt;
|epname=Ring Ring Goes Beldum&lt;br /&gt;
|desc=Steven owns multiple {{p|Metang}}. They were first used to stop a group of Mawile in Granite Cave. Steven lent his Metang to the Elite Four so that they would be able to stay in the air while they tried to contain Groudon and Kyogre&#039;s power.&lt;br /&gt;
&lt;br /&gt;
None of Metang&#039;s moves are known, and its Ability is {{a|Clear Body}}.}}&lt;br /&gt;
&lt;br /&gt;
=====Temporary=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Steven&lt;br /&gt;
|pkmn=Registeel&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|img=Brandon Registeel Adventures.png&lt;br /&gt;
|epnum=PS254&lt;br /&gt;
|epname=A Royal Rumble with Regirock, Regice and Registeel II&lt;br /&gt;
|desc={{main|Brandon&#039;s Legendary titans#In the Pokémon Adventures manga|Brandon&#039;s Registeel}}&lt;br /&gt;
&lt;br /&gt;
{{p|Registeel}} was awakened by Steven and the Elite Four to be used to contain Groudon and Kyogre&#039;s power. Steven controlled Registeel with Wallace while the others controlled Regice and Regirock. After Steven died from the strain of controlling the three Pokémon, Registeel lashed out and ran away. It was later found by [[Brandon]] and captured.}}&lt;br /&gt;
&lt;br /&gt;
=====Borrowed=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|main=Mumu&lt;br /&gt;
|trainer=Ruby&lt;br /&gt;
|pkmn=Swampert&lt;br /&gt;
|nick=Mumu&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=Mumu.png&lt;br /&gt;
|epnum=PS183&lt;br /&gt;
|epname=Trying to Trounce Torchic&lt;br /&gt;
|desc={{p|Swampert|Mumu}} was lent to Steven while Ruby was away on [[Southern Island]]. While under Steven&#039;s care, he trained to fully master {{m|Hydro Cannon}} to prepare for his Mega Evolution.}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Omega Ruby Crimson Passion and Pokémon Alpha Sapphire Indigo Wisdom===&lt;br /&gt;
Steven appeared in the [[Pokémon Omega Ruby Crimson Passion and Pokémon Alpha Sapphire Indigo Wisdom]] manga.&lt;br /&gt;
{{sectionstub}}&lt;br /&gt;
====Pokémon====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|width=75&lt;br /&gt;
|trainer=Steven&lt;br /&gt;
|pkmn=Beldum&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Steven Stone CPIW.png&lt;br /&gt;
|epnum=Pokémon Omega Ruby Crimson Passion and Pokémon Alpha Sapphire Indigo Wisdom&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Beldum}} is Steven&#039;s only known Pokémon. It was seen with Steven when he interacted with {{OBP|Alpha|CPIW}} and {{OBP|Omega|CPIW}} two different times.&lt;br /&gt;
&lt;br /&gt;
None of Beldum&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Ruby &amp;amp; Sapphire Special Walkthrough Comic!===&lt;br /&gt;
[[File:Steven in RS Walkthrough Comic.jpg|thumb|150px|Steven in the Pokémon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]]&lt;br /&gt;
Steven appeared at the beginning of the [[Pokémon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]], where his {{TP|Steven|Metagross}} was defeated by {{ga|Brendan}}&#039;s {{p|Sceptile}}.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
The following is a list of cards mentioning or featuring Steven or his Pokémon in the [[Pokémon Trading Card Game]].&lt;br /&gt;
&lt;br /&gt;
{{cardlist/header|Steven&#039;s Pokémon|Metal|char=yes}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Celestial Storm|Claydol|79}}|type=Fighting|expanded=Yes|enset=Celestial Storm|enrarity=Rare|ennum=79/168|jpset=Sky-Splitting Charisma|jprarity=U|jpnum=048/096}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Celestial Storm|Metagross|95}}|type=Metal|expanded=Yes|enset=Celestial Storm|enrarity=Rare Holo|ennum=95/168|jpset=Sky-Splitting Charisma|jprarity=R|jpnum=055/096}}&lt;br /&gt;
{{cardlist/div|Other related cards|Metal}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Hidden Legends|Steven&#039;s Advice|92}}|type=Trainer|type2=Supporter|enset=EX Hidden Legends|enrarity=Uncommon|ennum=92/101|jpset=Undone Seal|jprarity=Uncommon|jpnum=074/083|jpset2=Metagross Constructed Starter Deck|jpnum2=018/019|jpset3=Shockwave! Tyranitar ex Constructed Standard Deck|jpnum3=018/024|enset4=EX Power Keepers|enrarity4=Uncommon|ennum4=83/108|jpset4=World Champions Pack|jprarity4=Uncommon|jpnum4=092/108}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Roaring Skies|Steven|90}}|type=Supporter|enset=Roaring Skies|expanded=Yes|enrarity=Uncommon|ennum=90/108|jpset=M Rayquaza-EX Mega Battle Deck|jprarity=Uncommon|jpnum=014/018|enset2=Ancient Origins|enrarity2=Rare Ultra|ennum2=95/98|jpset2=XY-P Promotional cards|jprarity2=Rare Ultra|jpnum2=121/XY-P}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Celestial Storm|Steven&#039;s Resolve|145}}|type=Supporter|expanded=Yes|enset=Celestial Storm|enrarity=Rare Holo|ennum=145/168|jpset=Sky-Splitting Charisma|jprarity=R|jpnum=088/096|enset2=Celestial Storm|enrarity2=Rare Ultra|ennum2=165/168|jpset2=Sky-Splitting Charisma|jprarity2=SR|jpnum2=102/096}}&lt;br /&gt;
{{cardlist/footer|Metal}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* In {{3v2|Ruby|Sapphire|Emerald}}, as well as {{pkmn|Omega Ruby and Alpha Sapphire|their remakes}}, Steven states that his favorite Pokémon is {{p|Beldum}} and that his favorite move is {{m|Steel Wing}}. Consequently, he leaves Beldum in his house as a {{pkmn2|gift}} for the {{player}}, and gives the player the TM for Steel Wing in [[Granite Cave]].&lt;br /&gt;
* In Emerald, when the player speaks to Steven in [[Meteor Falls]] before their battle, he mistakenly refers to battling alongside the player in the {{ci|Sootopolis}} Space Center. The Space Center is actually in [[Mossdeep City]].&lt;br /&gt;
* The battle with Steven against [[Maxie]] and [[Tabitha]] is the only occasion in the [[Generation III]] games where the player teams up with an ally for a [[Double Battle]].&lt;br /&gt;
* Steven&#039;s [[Trainer ID number]] is 61226 in Pokémon Emerald, 23478 in {{2v2|HeartGold|SoulSilver}}, and 11214 in Omega Ruby and Alpha Sapphire.&lt;br /&gt;
* Steven shares his French name (Pierre) with [[Brock]], the [[Gym Leader]] of [[Pewter City]]. In the French dub of &#039;&#039;[[AG022|A Hole Lotta Trouble]]&#039;&#039;, he keeps his English name of Steven Stone so as to not be confused with {{an|Brock}}, who was traveling with Ash when the group met Steven.&lt;br /&gt;
** However, from &#039;&#039;[[XY075|Rivals: Today and Tomorrow!]]&#039;&#039; onward, he is referred to as Pierre Rochard.&lt;br /&gt;
** In games where both Steven and Brock appear, Steven is referred to as &amp;quot;P. Rochard&amp;quot; (HeartGold and SoulSilver) and &amp;quot;Rochard&amp;quot; (Black 2 and White 2).&lt;br /&gt;
* Despite being a {{type|Steel}} specialist, all of Steven&#039;s teams feature just as many or more {{type|Rock}} Pokémon.&lt;br /&gt;
* In Omega Ruby and Alpha Sapphire, Steven mentions to [[Wallace]] that he will relinquish his position as Champion sometime in order to travel the world, and asks Wallace if he will become Champion in his place, referencing their roles in Emerald.&lt;br /&gt;
* In the rematch with Steven in Omega Ruby and Alpha Sapphire, all of his Pokémon have at least one immunity.&lt;br /&gt;
** In the Elite Four and Champion rematch in Omega Ruby and Alpha Sapphire, Steven is the only trainer in the Hoenn Pokémon League to use a Pokémon from {{p|Aerodactyl|Generation I}}.&lt;br /&gt;
* In Emerald, {{ga|Brendan}} and {{ga|May}} share their battle theme with Steven.&lt;br /&gt;
* If the player skips obtaining the HM for Dive from Steven&#039;s house in Ruby and Sapphire (by trading in a Pokémon with the move), Steven will include the HM alongside the Beldum.&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background:#{{steel color light}}; border:3px solid #{{steel color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Language&lt;br /&gt;
! Name&lt;br /&gt;
! Origin&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Japanese&lt;br /&gt;
| ツワブキ　ダイゴ &#039;&#039;Tsuwabuki Daigo&#039;&#039;&lt;br /&gt;
| From 梯梧 &#039;&#039;deigo&#039;&#039; ({{wp|Erythrina variegata|Indian coral tree}}) and 石蕗 &#039;&#039;tsuwabuki&#039;&#039; ({{wp|Farfugium japonicum|leopard plant}}) with the latter containing 石 &#039;&#039;ishi&#039;&#039; (stone)&amp;lt;br&amp;gt;In Okinawan traditions, the blooming of the Indian coral tree is associated with looming typhoons and drought.&amp;lt;ref&amp;gt;[https://twitter.com/matsumiyan/status/522396604230168576 Toshinobu Matsumiya on Twitter] (Japanese)&amp;lt;/ref&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| English&lt;br /&gt;
| Steven Stone&lt;br /&gt;
| From &#039;&#039;steel&#039;&#039; and &#039;&#039;stone&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Troy Trumm&lt;br /&gt;
| From &#039;&#039;Trümmer&#039;&#039; (rubble)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Máximo Peñas&lt;br /&gt;
| From &#039;&#039;máximo&#039;&#039; (maximum) and &#039;&#039;peñasco&#039;&#039; (boulder)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| French&lt;br /&gt;
| Pierre Rochard&lt;br /&gt;
| From &#039;&#039;pierre&#039;&#039; (stone) and &#039;&#039;roche&#039;&#039; (rock)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Italian&lt;br /&gt;
| Rocco Petri&lt;br /&gt;
| From &#039;&#039;roccia&#039;&#039; (rock) and &#039;&#039;pietra&#039;&#039; (stone)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 나성호 &#039;&#039;Na Seongho&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 茲伏奇大吾 / 兹伏奇大吾 &#039;&#039;Zīfúqí Dàwú&#039;&#039;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | From the transcription of &#039;&#039;Tsuwabuki&#039;&#039; and the Japanese name 大吾 &#039;&#039;Daigo&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 茲伏奇大吾 &#039;&#039;Jīfuhkkèih Daaihngh&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Thai&lt;br /&gt;
| ไดโกะ &#039;&#039;Daiko&#039;&#039;&lt;br /&gt;
| Transcription of his Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Russian&lt;br /&gt;
| Стивен Стоун &#039;&#039;Stiven Stoun&#039;&#039;&lt;br /&gt;
| Transcription of his English name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Vietnamese&lt;br /&gt;
| Tsuwabuki Daigo&lt;br /&gt;
| Transcription of his Japanese name&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[a:Category:Steven Stone|Images on the Bulbagarden Archives]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
{{-}}&lt;br /&gt;
{{Champions|Steel}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Hoenn League}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{NPC|steel|kanto=yes|hoenn=yes}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Project CharacterDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Champions]]&lt;br /&gt;
[[Category:Pokémon Adventures characters]]&lt;br /&gt;
[[Category:Manga characters]]&lt;br /&gt;
[[Category:Pokémon Omega Ruby Crimson Passion and Pokémon Alpha Sapphire Indigo Wisdom characters]]&lt;br /&gt;
[[Category:Ruby and Sapphire characters]]&lt;br /&gt;
[[Category:Emerald characters]]&lt;br /&gt;
[[Category:HeartGold and SoulSilver characters]]&lt;br /&gt;
[[Category:Black 2 and White 2 characters]]&lt;br /&gt;
[[Category:Omega Ruby and Alpha Sapphire characters]]&lt;br /&gt;
[[Category:Steel-type Trainers]]&lt;br /&gt;
[[Category:Battle facility leaders]]&lt;br /&gt;
[[Category:Trainers with Key Stones]]&lt;br /&gt;
[[Category:Trainers with Shiny Pokémon]]&lt;br /&gt;
&lt;br /&gt;
[[de:Troy Trumm]]&lt;br /&gt;
[[es:Máximo Peñas]]&lt;br /&gt;
[[fr:Pierre Rochard (jeux vidéo)]]&lt;br /&gt;
[[it:Rocco Petri]]&lt;br /&gt;
[[ja:ダイゴ]]&lt;br /&gt;
[[zh:大吾]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=May_(game)&amp;diff=3760927</id>
		<title>May (game)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=May_(game)&amp;diff=3760927"/>
		<updated>2023-08-04T19:18:04Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: /* Sprites and models */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CharInfobox&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|corecolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|name=May&lt;br /&gt;
|jname=ハルカ&lt;br /&gt;
|tmname=Haruka&lt;br /&gt;
|text=white&lt;br /&gt;
|image=Omega Ruby Alpha Sapphire May.png&lt;br /&gt;
|size=180px&lt;br /&gt;
|caption=Art from [[Pokémon Omega Ruby and Alpha Sapphire]]&lt;br /&gt;
|gender=Female&lt;br /&gt;
|hometown=[[Littleroot Town]] (originally [[Olivine City]] if chosen by the player)&lt;br /&gt;
|region=[[Hoenn]] (originally [[Johto]] if chosen by the player)&lt;br /&gt;
|relatives=[[Norman]], {{ho|Mom}} (as player)&amp;lt;br&amp;gt;[[Professor Birch]], unnamed mother, younger brother{{sup/3|E}} (as rival)&lt;br /&gt;
|age=yes&lt;br /&gt;
|years=12 (as rival){{sup/6|ORAS}}&amp;lt;ref&amp;gt;{{g|Omega Ruby and Alpha Sapphire}}: &#039;&#039;Her name is May, &#039;&#039;&#039;aged 12&#039;&#039;&#039;, a Trainer from Littleroot Town.&#039;&#039; - {{DL|TV Mauville|Hoenn News Network}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|colors=yes&lt;br /&gt;
|eyes=Blue&lt;br /&gt;
|hair=Light brown&lt;br /&gt;
|trainer=yes&lt;br /&gt;
|trainerclass=[[Pokémon Trainer]], [[player character]]&lt;br /&gt;
|game=yes&lt;br /&gt;
|generation={{Gen|III}}, {{Gen|VI}}&lt;br /&gt;
|games={{3v2|Ruby|Sapphire|Emerald}}&amp;lt;br&amp;gt;{{pkmn|Omega Ruby and Alpha Sapphire}}, {{pkmn|Masters EX}}&lt;br /&gt;
|leader=no&lt;br /&gt;
|anime=counterpart&lt;br /&gt;
|animecounterpart={{an|May}}&lt;br /&gt;
|epnum=AG001&lt;br /&gt;
|epname=Get the Show on the Road!&lt;br /&gt;
|manga=counterpart&lt;br /&gt;
|mangacounterpart={{adv|Sapphire}}, {{OBP|Sapphire|Ruby-Sapphire}}&lt;br /&gt;
|roundnum=PS182&lt;br /&gt;
|roundname=VS. Mightyena&lt;br /&gt;
|gameanim=yes&lt;br /&gt;
|pv=yes&lt;br /&gt;
|pvnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|pvname=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|envagame=Deneen Melody&amp;lt;ref name=&amp;quot;Deneen Melody&amp;quot;&amp;gt;[https://www.deneenmelody.com/ Deneen Melody | Voice Actor]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Unknown &amp;lt;small&amp;gt;({{pkmn|Evolutions}})&amp;lt;/small&amp;gt;&lt;br /&gt;
|javagame=[[Kana Hanazawa]] &amp;lt;small&amp;gt;([[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer|ORAS Trailer]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Ai Nonaka&amp;lt;ref name=&amp;quot;Ai Nonaka&amp;quot;&amp;gt;[https://twitter.com/pokemas_game/status/1349600886012698624 Pokémon Masters Official Japanese profile on Twitter]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Hina Natsume &amp;lt;small&amp;gt;({{pkmn|Evolutions}})&amp;lt;/small&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;May&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ハルカ&#039;&#039;&#039; &#039;&#039;Haruka&#039;&#039;) is the female choice for the [[player character]] in {{game2|Ruby|Sapphire|Emerald}} and their [[Generation VI]] remakes, [[Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire]]. She also serves as the [[rival]] in the same games if the player chooses to play as her male counterpart, {{ga|Brendan}}.&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
===As the protagonist===&lt;br /&gt;
If May is selected as the player character, she starts her {{pkmn|journey}} moving from her home in [[Johto]] to her new home in the town of {{to|Littleroot}} in [[Hoenn]]. After saving [[Professor Birch]] from a [[wild Pokémon]], she is given one of the three starters of the Hoenn [[region]]. May develops a close bond with {{ga|Brendan}}, and eventually [[Wally]], who both act as her rivals. May goes on to gather the eight Badges of Hoenn, stop the plans of [[Team Aqua]]{{sup/3|Sa}}{{sup/3|E}}{{sup/6|AS}}/[[Team Magma]]{{sup/3|Ru}}{{sup/3|E}}{{sup/6|OR}} and conquer the Pokémon League all before going off to face the {{gdis|Battle Frontier|III}}{{sup/3|E}}/[[Battle Maison]]{{sup/6|ORAS}}.&lt;br /&gt;
&lt;br /&gt;
===As a non-playable character===&lt;br /&gt;
If May is not selected as the player, she is helping her dad finish the Hoenn [[Pokédex]] and becoming a Pokémon Professor. She is also the player&#039;s rival and friend. Along with Brendan (when playing as May), they are the only rivals unavailable for battle after entering the [[Hall of Fame]]. Additionally, they both are the only ones to not [[evolution|evolve]] their starter Pokémon into its final form, except for in Omega Ruby and Alpha Sapphire, where their starters have been fully evolved by the battle that takes place at [[Lilycove City]].&lt;br /&gt;
&lt;br /&gt;
===={{DL|PokéNav|Trainer&#039;s Eyes}}/{{DL|PokéNav|Match Call}}====&lt;br /&gt;
{{incomplete|section|needs=RSORAS information}}&lt;br /&gt;
&#039;&#039;&#039;Rad Neighbor May&#039;&#039;&#039;{{sup/3|E}}&lt;br /&gt;
:&#039;&#039;&#039;Strategy&#039;&#039;&#039;&lt;br /&gt;
:I&#039;m not so good at battles.&lt;br /&gt;
:&#039;&#039;&#039;Trainer&#039;s Pokémon&#039;&#039;&#039;&lt;br /&gt;
:I&#039;ll use any Pokémon!&lt;br /&gt;
:&#039;&#039;&#039;Self-Introduction&#039;&#039;&#039;&lt;br /&gt;
:My Pokémon and I help my father&#039;s research.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
=====Pokémon Ruby and Sapphire=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Splash|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Rollout|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Stun Spore|move2type=Grass&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Focus Energy|move1type=Normal&lt;br /&gt;
|move2=Ember|move2type=Fire&lt;br /&gt;
|move3=Double Kick|move3type=Fighting&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Stun Spore|move2type=Grass&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Tackle|move2type=Normal&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Water Gun|move1type=Water&lt;br /&gt;
|move2=Bide|move2type=Normal&lt;br /&gt;
|move3=Mud Shot|move3type=Ground&lt;br /&gt;
|move4=Foresight|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Splash|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Rollout|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Tackle|move2type=Normal&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Quick Attack|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rollout|move1type=Rock&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Ground|ability=Oblivious&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Mud Sport|move2type=Ground&lt;br /&gt;
|move3=Foresight|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rollout|move1type=Rock&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass&lt;br /&gt;
|move2=Screech|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle (optional)======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Mist|move1type=Ice&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Amnesia|move1type=Psychic&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Mud Sport|move2type=Ground&lt;br /&gt;
|move3=Foresight|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Amnesia|move1type=Psychic&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Mist|move1type=Ice&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass&lt;br /&gt;
|move2=Screech|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Pokémon Emerald=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle (optional)======&lt;br /&gt;
If the player never uses the Rustburo City PokéCenter and blacks out during a wild Pokémon encounter after rescuing Peeko, they will encounter May on {{rt|104|Hoenn}} when going to Mr. Briney&#039;s home.&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=270&lt;br /&gt;
|pokemon=Lotad&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Ember|move4type=Fire}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=324&lt;br /&gt;
|pokemon=Torkoal&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=White Smoke&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Curse|move3type=???}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Mud-Slap|move2type=Ground&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Bide|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Quick Attack|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=271&lt;br /&gt;
|pokemon=Lombre&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|move1=Focus Energy|move1type=Normal&lt;br /&gt;
|move2=Ember|move2type=Fire&lt;br /&gt;
|move3=Double Kick|move3type=Fighting&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=271&lt;br /&gt;
|pokemon=Lombre&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Yawn|move1type=Normal&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Ember|move3type=Fire&lt;br /&gt;
|move4=Rock Throw|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|move1=Water Gun|move1type=Water&lt;br /&gt;
|move2=Bide|move2type=Normal&lt;br /&gt;
|move3=Mud Shot|move3type=Ground&lt;br /&gt;
|move4=Foresight|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Yawn|move1type=Normal&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Ember|move3type=Fire&lt;br /&gt;
|move4=Rock Throw|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Quick Attack|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=279&lt;br /&gt;
|pokemon=Pelipper&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Wing Attack|move1type=Flying&lt;br /&gt;
|move2=Supersonic|move2type=Normal&lt;br /&gt;
|move3=Mist|move3type=Ice&lt;br /&gt;
|move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=271&lt;br /&gt;
|pokemon=Lombre&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Nature Power|move2type=Normal&lt;br /&gt;
|move3=Fake Out|move3type=Normal&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Peck|move2type=Flying&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Bulk Up|move4type=Fighting}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald|&lt;br /&gt;
|ndex=271|&lt;br /&gt;
|pokemon=Lombre|&lt;br /&gt;
|gender=female|&lt;br /&gt;
|level=29|&lt;br /&gt;
|ability=Swift Swim|&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Nature Power|move2type=Normal&lt;br /&gt;
|move3=Fake Out|move3type=Normal&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden|move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Foresight|move2type=Normal&lt;br /&gt;
|move3=Mud Sport|move3type=Ground&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden|move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald|&lt;br /&gt;
|ndex=271|&lt;br /&gt;
|pokemon=Lombre|&lt;br /&gt;
|gender=female|&lt;br /&gt;
|level=29|&lt;br /&gt;
|ability=Swift Swim|&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Nature Power|move2type=Normal&lt;br /&gt;
|move3=Fake Out|move3type=Normal&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|move1=Fury Cutter|move1type=Bug&lt;br /&gt;
|move2=Pursuit|move2type=Dark&lt;br /&gt;
|move3=Screech|move3type=Normal&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fifth battle (optional)======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=357&lt;br /&gt;
|pokemon=Tropius&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Chlorophyll&lt;br /&gt;
|type1=Grass|type2=Flying&lt;br /&gt;
|move1=Stomp|move1type=Normal&lt;br /&gt;
|move2=Sweet Scent||move2type=Normal&lt;br /&gt;
|move3=Whirlwind|move3type=Normal&lt;br /&gt;
|move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=279&lt;br /&gt;
|pokemon=Pelipper&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Wing Attack|move1type=Flying&lt;br /&gt;
|move2=Supersonic|move2type=Normal&lt;br /&gt;
|move3=Mist|move3type=Ice&lt;br /&gt;
|move4=Protect|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=272&lt;br /&gt;
|pokemon=Ludicolo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|move1=Peck|move1type=Flying&lt;br /&gt;
|move2=Sand-Attack|move2type=Ground&lt;br /&gt;
|move3=Bulk Up|move3type=Fighting&lt;br /&gt;
|move4=Quick Attack|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=357&lt;br /&gt;
|pokemon=Tropius&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Chlorophyll&lt;br /&gt;
|type1=Grass|type2=Flying&lt;br /&gt;
|move1=Stomp|move1type=Normal&lt;br /&gt;
|move2=Sweet Scent|move2type=Normal&lt;br /&gt;
|move3=Whirlwind|move3type=Normal&lt;br /&gt;
|move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=272&lt;br /&gt;
|pokemon=Ludicolo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden|move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Foresight|move2type=Normal&lt;br /&gt;
|move3=Mud Sport|move3type=Ground&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=357&lt;br /&gt;
|pokemon=Tropius&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Chlorophyll&lt;br /&gt;
|type1=Grass|type2=Flying&lt;br /&gt;
|move1=Stomp|move1type=Normal&lt;br /&gt;
|move2=Sweet Scent|move2type=Normal&lt;br /&gt;
|move3=Whirlwind|move3type=Normal&lt;br /&gt;
|move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden||move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=279&lt;br /&gt;
|pokemon=Pelipper&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Wing Attack|move1type=Flying&lt;br /&gt;
|move2=Supersonic|move2type=Normal&lt;br /&gt;
|move3=Mist|move3type=Ice&lt;br /&gt;
|move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|move1=Fury Cutter|move1type=Bug&lt;br /&gt;
|move2=Pursuit|move2type=Dark&lt;br /&gt;
|move3=Screech|move3type=Normal&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Pokémon Omega Ruby and Alpha Sapphire=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Alpha Sapphire&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Alpha Sapphire&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Alpha Sapphire&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Gun|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Rollout|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Whirlpool|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Astonish|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Stun Spore|move1type=Grass|move1cat=Status&lt;br /&gt;
|move2=Leech Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Mega Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Headbutt|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Sand Attack|move1type=Ground|move1cat=Status&lt;br /&gt;
|move2=Peck|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Double Kick|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Flame Charge|move4type=Fire|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Stun Spore|move1type=Grass|move1cat=Status&lt;br /&gt;
|move2=Leech Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Mega Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Headbutt|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Ember|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Throw|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Harden|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Incinerate|move4type=Fire|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud-Slap|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Foresight|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Mud Bomb|move3type=Ground|move3cat=Special&lt;br /&gt;
|move4=Bide|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Ember|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Throw|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Harden|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Incinerate|move4type=Fire|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Gun|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Rollout|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Whirlpool|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Astonish|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Quick Attack|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Mega Drain|move2type=Grass|move2cat=Special&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Pursuit|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======[[Multi Battle]] with the {{player}}======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Whirlpool|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Astonish|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Water Pulse|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Mist|move4type=Ice|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Headbutt|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Poison Powder|move3type=Poison|move3cat=Status&lt;br /&gt;
|move4=Worry Seed|move4type=Grass|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Peck|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Double Kick|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Flame Charge|move3type=Fire|move3cat=Physical&lt;br /&gt;
|move4=Quick Attack|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Headbutt|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Poison Powder|move3type=Poison|move3cat=Status&lt;br /&gt;
|move4=Worry Seed|move4type=Grass|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Harden|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Incinerate|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Clear Smog|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Ancient Power|move4type=Rock|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Foresight|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Mud Shot|move2type=Ground|move2cat=Special&lt;br /&gt;
|move3=Bide|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Mud Bomb|move4type=Ground|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Harden|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Incinerate|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Clear Smog|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Ancient Power|move4type=Rock|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Whirlpool|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Astonish|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Water Pulse|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Mist|move4type=Ice|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Fury Cutter|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Pursuit|move3type=Dark|move3cat=Physical&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Pulse|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Mist|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Brine|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Poison Powder|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Worry Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Giga Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Growth|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Flame Charge|move2type=Fire|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Bulk Up|move4type=Fighting|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Poison Powder|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Worry Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Giga Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Growth|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Clear Smog|move1type=Poison|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Flame Burst|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Bide|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Mud Bomb|move2type=Ground|move2cat=Special&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Protect|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Clear Smog|move1type=Poison|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Flame Burst|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Pulse|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Mist|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Brine|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pursuit|move1type=Dark|move1cat=Physical&lt;br /&gt;
|move2=Leaf Blade|move2type=Grass|move2cat=Physical&lt;br /&gt;
|move3=Agility|move3type=Psychic|move3cat=Status&lt;br /&gt;
|move4=Slam|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rest|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Brine|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Water Spout|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Counter|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Mach Punch|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Force Palm|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Mind Reader|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=257&lt;br /&gt;
|pokemon=Blaziken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Quick Attack|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting|move2cat=Status&lt;br /&gt;
|move3=Blaze Kick|move3type=Fire|move3cat=Physical&lt;br /&gt;
|move4=Focus Energy|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Counter|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Mach Punch|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Force Palm|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Mind Reader|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Flame Burst|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Lava Plume|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=260&lt;br /&gt;
|pokemon=Swampert&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Bomb|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Protect|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Muddy Water|move4type=Water|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Flame Burst|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Lava Plume|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rest|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Brine|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Water Spout|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=254&lt;br /&gt;
|pokemon=Sceptile&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Agility|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Slam|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Dual Chop|move3type=Dragon|move3cat=Physical&lt;br /&gt;
|move4=Detect|move4type=Fighting|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fifth battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Surf|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Heavy Slam|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Bulldoze|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Seed Bomb|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Force Palm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Venoshock|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Rock Tomb|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=257&lt;br /&gt;
|pokemon=Blaziken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|held=Blazikenite&lt;br /&gt;
|move1=Blaze Kick|move1type=Fire|move1cat=Physical&lt;br /&gt;
|move2=Brick Break|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Shadow Claw|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Seed Bomb|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Force Palm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Venoshock|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Rock Tomb|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Earth Power|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Lava Plume|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Body Slam|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=260&lt;br /&gt;
|pokemon=Swampert&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|held=Swampertite&lt;br /&gt;
|move1=Earthquake|move1type=Ground|move1cat=Physical&lt;br /&gt;
|move2=Muddy Water|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Brick Break|move4type=Fighting|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Earth Power|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Lava Plume|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Body Slam|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Surf|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Heavy Slam|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Bulldoze|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=254&lt;br /&gt;
|pokemon=Sceptile&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|held=Sceptilite&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=X-Scissor|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Dual Chop|move3type=Dragon|move3cat=Physical&lt;br /&gt;
|move4=Night Slash|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Battle Maison Multi Battle======&lt;br /&gt;
May will always use these two Pokémon as the player&#039;s Multi Battle Partner.&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Battle Maison&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|held=Light Clay&lt;br /&gt;
|move1=Light Screen|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Reflect|move2type=Psychic|move2cat=Status&lt;br /&gt;
|move3=Earth Power|move3type=Ground|move3cat=Special&lt;br /&gt;
|move4=Psychic|move4type=Psychic|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=295&lt;br /&gt;
|pokemon=Exploud&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Soundproof&lt;br /&gt;
|held=Assault Vest&lt;br /&gt;
|move1=Hyper Voice|move1type=Normal|move1cat=Special&lt;br /&gt;
|move2=Fire Blast|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Blizzard|move3type=Ice|move3cat=Special&lt;br /&gt;
|move4=Shadow Ball|move4type=Ghost|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
==In the spin-off games==&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
{{main|May (Masters)}}&lt;br /&gt;
May forms a [[sync pair]] with {{p|Mudkip}} and its evolved forms {{p|Marshtomp}} and {{p|Swampert}} in [[Pokémon Masters EX]]. She can also partner up with {{p|Lopunny}}, {{p|Latias}}, {{p|Blaziken}}, or {{p|Wailmer}}. Aside from Wailmer, each of her fully evolved sync partners is capable of [[Mega Evolution|Mega Evolving]].&lt;br /&gt;
&lt;br /&gt;
===[[Pokémon GO]]===&lt;br /&gt;
{{main|Style (GO)}}&lt;br /&gt;
For the start of Pokémon GO Tour: Hoenn, May&#039;s outfit from {{g|Omega Ruby and Alpha Sapphire}} was released as free style options in [[Pokémon GO]].&lt;br /&gt;
&lt;br /&gt;
===Anime-based games===&lt;br /&gt;
:&#039;&#039;Main article: [[May (anime)#In the spin-off games|May (anime) → In the spin-off games]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{an|May|May&#039;s anime counterpart}} appears in some spin-off anime-based games.&lt;br /&gt;
&lt;br /&gt;
==Quotes==&lt;br /&gt;
{{main|May (game)/Quotes}}&lt;br /&gt;
&lt;br /&gt;
==Optional names==&lt;br /&gt;
In the game, two of the optional names—one in Ruby and one in Sapphire—refer to &amp;quot;land&amp;quot; and &amp;quot;sea&amp;quot; respectively. In the English version, these are &#039;&#039;&#039;Terra&#039;&#039;&#039; and &#039;&#039;&#039;Mar&#039;&#039;&#039;ina; in the Japanese version, ムツミ &#039;&#039;&#039;&#039;&#039;Mutsu&#039;&#039;&#039;mi&#039;&#039; and ナミ &#039;&#039;&#039;&#039;&#039;Nami&#039;&#039;&#039;&#039;&#039; (陸 &#039;&#039;mutsu&#039;&#039; means land and 波 &#039;&#039;nami&#039;&#039; means a wave of water). This is also the case in other languages. Unlike Brendan&#039;s name list, none of the three shared names correspond to this theme. &amp;lt;!--Nicola is probably &amp;quot;coal&amp;quot; (the Japanese names aren&#039;t direct references, either), but that could be a coincidence.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In Emerald, if the player leaves the name writing screen without any written name, or with a name composed entirely of empty spaces, Professor Birch says &amp;quot;So it&#039;s &amp;lt;optional name&amp;gt;?&amp;quot;, suggesting one of the 20 available names. The player may answer &amp;quot;Yes&amp;quot; to accept the suggested name, or &amp;quot;No&amp;quot; to return to the name writing screen.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background:#{{sapphire color light}}; border:3px solid #{{sapphire color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! Game&lt;br /&gt;
! Japanese&lt;br /&gt;
! English&lt;br /&gt;
! French&lt;br /&gt;
! German&lt;br /&gt;
! Italian&lt;br /&gt;
! Spanish&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Ruby&lt;br /&gt;
|&amp;lt;ab&amp;gt;ムツミ &#039;&#039;Mutsumi&#039;&#039;&lt;br /&gt;
アイコ &#039;&#039;Aiko&#039;&#039;&lt;br /&gt;
マキコ &#039;&#039;Makiko&#039;&#039;&lt;br /&gt;
キョウコ &#039;&#039;Kyōko&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Terra&lt;br /&gt;
Kimmy&lt;br /&gt;
Nicola&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Solene&lt;br /&gt;
Agnes&lt;br /&gt;
Claire&lt;br /&gt;
Sophie&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Petra&lt;br /&gt;
Tanja&lt;br /&gt;
Andrea&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Teresa&lt;br /&gt;
Annie&lt;br /&gt;
Elisa&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Teresa&lt;br /&gt;
Raquel&lt;br /&gt;
Mariau&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Sapphire&lt;br /&gt;
|&amp;lt;ab&amp;gt;ナミ &#039;&#039;Nami&#039;&#039;&lt;br /&gt;
アイコ &#039;&#039;Aiko&#039;&#039;&lt;br /&gt;
マキコ &#039;&#039;Makiko&#039;&#039;&lt;br /&gt;
キョウコ &#039;&#039;Kyōko&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marina&lt;br /&gt;
Kimmy&lt;br /&gt;
Nicola&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marine&lt;br /&gt;
Agnes&lt;br /&gt;
Claire&lt;br /&gt;
Sophie&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Martina&lt;br /&gt;
Tanja&lt;br /&gt;
Andrea&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marina&lt;br /&gt;
Annie&lt;br /&gt;
Elisa&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marina&lt;br /&gt;
Raquel&lt;br /&gt;
Mariau&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Emerald&lt;br /&gt;
|&amp;lt;ab&amp;gt;アイコ &#039;&#039;Aiko&#039;&#039;&lt;br /&gt;
アヤナ &#039;&#039;Ayana&#039;&#039;&lt;br /&gt;
アン &#039;&#039;Ann&#039;&#039;&lt;br /&gt;
エミィ &#039;&#039;Emy&#039;&#039;&lt;br /&gt;
カオリ &#039;&#039;Kaori&#039;&#039;&lt;br /&gt;
カレン &#039;&#039;Karen&#039;&#039;&lt;br /&gt;
キョウコ &#039;&#039;Kyōko&#039;&#039;&lt;br /&gt;
サエ &#039;&#039;Sae&#039;&#039;&lt;br /&gt;
スイ &#039;&#039;Sui&#039;&#039;&lt;br /&gt;
ジュリ &#039;&#039;Juri&#039;&#039;&lt;br /&gt;
チエミ &#039;&#039;Chiemi&#039;&#039;&lt;br /&gt;
チヨコ &#039;&#039;Chiyoko&#039;&#039;&lt;br /&gt;
テルコ &#039;&#039;Teruko&#039;&#039;&lt;br /&gt;
ナナエ &#039;&#039;Nanae&#039;&#039;&lt;br /&gt;
ヒナ &#039;&#039;Hina&#039;&#039;&lt;br /&gt;
マキコ &#039;&#039;Makiko&#039;&#039;&lt;br /&gt;
ミサコ &#039;&#039;Misako&#039;&#039;&lt;br /&gt;
ムツミ &#039;&#039;Mutsumi&#039;&#039;&lt;br /&gt;
モニカ &#039;&#039;Monica&#039;&#039;&lt;br /&gt;
ユウメ &#039;&#039;Yūme&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Kimmy&lt;br /&gt;
Tiara&lt;br /&gt;
Bella&lt;br /&gt;
Jayla&lt;br /&gt;
Allie&lt;br /&gt;
Lianna&lt;br /&gt;
Sara&lt;br /&gt;
Monica&lt;br /&gt;
Camila&lt;br /&gt;
Aubree&lt;br /&gt;
Ruthie&lt;br /&gt;
Hazel&lt;br /&gt;
Nadine&lt;br /&gt;
Tanja&lt;br /&gt;
Yasmin&lt;br /&gt;
Nicola&lt;br /&gt;
Lillie&lt;br /&gt;
Terra&lt;br /&gt;
Lucy&lt;br /&gt;
Halie&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Agnes&lt;br /&gt;
Ariane&lt;br /&gt;
Bella&lt;br /&gt;
Maeva&lt;br /&gt;
Pauline&lt;br /&gt;
Cindy&lt;br /&gt;
Sophie&lt;br /&gt;
Monica&lt;br /&gt;
Cathy&lt;br /&gt;
Fanny&lt;br /&gt;
Roxane&lt;br /&gt;
Edith&lt;br /&gt;
Nadine&lt;br /&gt;
Tania&lt;br /&gt;
Janyce&lt;br /&gt;
Claire&lt;br /&gt;
Lilly&lt;br /&gt;
Solene&lt;br /&gt;
Cynthia&lt;br /&gt;
Maud&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Tanja&lt;br /&gt;
Mirjam&lt;br /&gt;
Martina&lt;br /&gt;
Jamie&lt;br /&gt;
Carolin&lt;br /&gt;
Simone&lt;br /&gt;
Sara&lt;br /&gt;
Claudia&lt;br /&gt;
Jasmin&lt;br /&gt;
Denise&lt;br /&gt;
Katrin&lt;br /&gt;
Kerstin&lt;br /&gt;
Svenja&lt;br /&gt;
Beate&lt;br /&gt;
Meike&lt;br /&gt;
Andrea&lt;br /&gt;
Eva&lt;br /&gt;
Petra&lt;br /&gt;
Gabi&lt;br /&gt;
Nadine&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Annie&lt;br /&gt;
Catia&lt;br /&gt;
Bella&lt;br /&gt;
Paola&lt;br /&gt;
Luisa&lt;br /&gt;
Grazia&lt;br /&gt;
Sara&lt;br /&gt;
Monica&lt;br /&gt;
Marta&lt;br /&gt;
Pia&lt;br /&gt;
Rita&lt;br /&gt;
Erica&lt;br /&gt;
Rosa&lt;br /&gt;
Melissa&lt;br /&gt;
Marina&lt;br /&gt;
Elisa&lt;br /&gt;
Lina&lt;br /&gt;
Teresa&lt;br /&gt;
Lucetta&lt;br /&gt;
Lucia&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Raquel&lt;br /&gt;
Elena&lt;br /&gt;
Palma&lt;br /&gt;
Lara&lt;br /&gt;
Carlota&lt;br /&gt;
Mona&lt;br /&gt;
Sara&lt;br /&gt;
Daniela&lt;br /&gt;
Olimpia&lt;br /&gt;
Marcela&lt;br /&gt;
Roberta&lt;br /&gt;
Arancha&lt;br /&gt;
Julieta&lt;br /&gt;
Noelia&lt;br /&gt;
Lucita&lt;br /&gt;
Mariau&lt;br /&gt;
Paola&lt;br /&gt;
Teresa&lt;br /&gt;
Nuria&lt;br /&gt;
Lina&amp;lt;/ab&amp;gt;&lt;br /&gt;
|}{{-}}&lt;br /&gt;
&lt;br /&gt;
==Counterparts==&lt;br /&gt;
[[File:May DP series.png|thumb|250px|May in the {{pkmn|anime}}]]&lt;br /&gt;
===In the anime===&lt;br /&gt;
====Main series====&lt;br /&gt;
{{main|May (anime)}}&lt;br /&gt;
In the anime, May was a [[Pokémon Coordinator]] and one of {{Ash}}&#039;s {{ashfr|traveling companion}} throughout &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;. She also reappeared for the [[Wallace Cup]] arc in &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
====Pokémon Omega Ruby and Alpha Sapphire Animated Trailer====&lt;br /&gt;
{{MissingInfo|1|enva}}&lt;br /&gt;
[[File:May ORAS Trailer.png|thumb|left|250px|May in the animated trailer]]&lt;br /&gt;
[[File:Contest May ORAS Trailer.png|thumb|250px|May in a Contest]]&lt;br /&gt;
May appeared in the [[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer]]. She was first seen in [[Littleroot Town]]. She was then surrounded by two {{p|Wurmple}}, a {{p|Silcoon}}, {{p|Cascoon}}, and {{p|Shroomish}} in which Torchic used a Fire-type move to scare them off. May arrived in the [[Rustboro Gym]], where she had a [[Gym]] {{pkmn|battle}} against [[Roxanne]] and her {{TP|Roxanne|Nosepass}}. During the battle, Mudkip evolved into Marshtomp.&lt;br /&gt;
&lt;br /&gt;
Sometime after the battle, she participated in a {{pkmn|Contest|Pokémon Contest Spectacular}} with her {{p|Altaria}} and {{p|Audino}} and then was [[soaring in the sky]] with her Mega {{p|Latias}} alongside {{ga|Brendan}} and his Mega {{p|Latios}}.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Swampert ↔ Mega Swampert&lt;br /&gt;
|stage1=Mudkip&lt;br /&gt;
|stage2=Marshtomp&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=May Mudkip ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mudkip&lt;br /&gt;
|img2=May {{#switch: {{#expr: {{#time: U}} mod 2}}|0=Marshtomp|1=Swampert}} ORAS Trailer.png&lt;br /&gt;
|cap2=May&#039;s {{#switch: {{#expr: {{#time: U}} mod 2}}|0=Marshtomp|1=Swampert}}&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Swampert}} is May&#039;s first known Pokémon. It first appeared as a {{p|Mudkip}} by May&#039;s house. It battled against [[Roxanne&#039;s Nosepass]] and evolved into {{p|Marshtomp}} midway. It was later revealed to have evolved into a Swampert.&lt;br /&gt;
&lt;br /&gt;
None of Swampert&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Blaziken ↔ Mega Blaziken&lt;br /&gt;
|stage1=Torchic&lt;br /&gt;
|stage2=Combusken&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|img=May Torchic ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Torchic&lt;br /&gt;
|img2=May Blaziken ORAS Trailer.png&lt;br /&gt;
|cap2=May&#039;s Blaziken&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Blaziken}} is May&#039;s second known Pokémon. It first appeared as a {{p|Torchic}} by May&#039;s house. It battled against two {{p|Wurmple}}, a {{p|Silcoon}}, {{p|Cascoon}}, and {{p|Shroomish}}. Torchic was later revealed to have evolved into a {{p|Combusken}} and then into Blaziken.&lt;br /&gt;
&lt;br /&gt;
Blaziken&#039;s known moves are {{m|Ember}} and {{m|Blaze Kick}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Altaria ↔ Mega Altaria&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=Mega Altaria ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mega Altaria&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Altaria}} is May&#039;s third known Pokémon. It was only seen in its Mega Evolved form participating in a {{pkmn|Contest|Pokémon Contest Spectacular}} alongside May and Audino.&lt;br /&gt;
&lt;br /&gt;
None of Altaria&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Audino ↔ Mega Audino&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|img=Mega Audino ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mega Audino&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Audino}} is May&#039;s fourth known Pokémon. It was only seen in its Mega Evolved form participating in a {{pkmn|Contest|Pokémon Contest Spectacular}} alongside May and Altaria.&lt;br /&gt;
&lt;br /&gt;
None of Audino&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Latias ↔ Mega Latias&lt;br /&gt;
|gender=female&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Mega Latias ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mega Latias&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Latias}} May&#039;s fifth known Pokémon. She was only seen in her Mega Evolved form [[soaring in the sky]] along with {{ga|Brendan}}&#039;s Mega {{p|Latios}}.&lt;br /&gt;
&lt;br /&gt;
None of Latias&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
=====Voice actors=====&lt;br /&gt;
{{vatable|color={{sapphire color}}|bordercolor={{sapphire color light}}&lt;br /&gt;
|ja=花澤香菜 &#039;&#039;[[Kana Hanazawa]]&#039;&#039;&lt;br /&gt;
|en=}}&lt;br /&gt;
&lt;br /&gt;
====GOTCHA!====&lt;br /&gt;
May briefly appeared in [[GOTCHA!]].&lt;br /&gt;
&lt;br /&gt;
====Pokémon Evolutions====&lt;br /&gt;
[[File:May Evolutions.png|thumb|250px|May in [[Pokémon Evolutions]]]]&lt;br /&gt;
May appeared in &#039;&#039;[[PE06|The Wish]]&#039;&#039;. She arrived at the [[Sky Pillar]], where [[Zinnia]] led her to the top of the tower while reciting the lore of the [[Draconid people]]. At the summit, Zinnia summoned {{p|Rayquaza}} to save [[Hoenn]] from a [[Grand Meteor Delta|giant meteorite]], only to discover that Rayquaza had lost its ability to [[Mega Evolution|Mega Evolve]]. When May&#039;s [[Meteorite]] reacted to Rayquaza, she fed it to the [[Legendary Pokémon]], restoring its ability to Mega Evolve. May then battled against Rayquaza and managed to {{pkmn2|caught|catch}} it. Afterwards, Zinnia challenged May to a {{pkmn|battle}} as her final duty as the Draconid Lorekeeper.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Latios&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=May Latios Evolutions.png&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc={{p|Latios}} is May&#039;s first known Pokémon. She used him to fly to the [[Sky Pillar]].&lt;br /&gt;
&lt;br /&gt;
None of Latios&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Aggron&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Rock&lt;br /&gt;
|img=May Aggron Evolutions.png&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|vajp=Shogo Sakata&lt;br /&gt;
|desc={{p|Aggron}} is May&#039;s second known Pokémon. She used it to battle {{p|Rayquaza}}, but recalled it when it failed to hit the [[Legendary Pokémon]].&lt;br /&gt;
&lt;br /&gt;
Aggron&#039;s only known move is {{m|Stone Edge}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Altaria &lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=May Altaria Evolutions.png&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc=Altaria is May&#039;s third known Pokémon. She used it to battle {{p|Rayquaza}}, but it was defeated.&lt;br /&gt;
&lt;br /&gt;
Altaria&#039;s only known move is {{m|Dragon Pulse}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Swampert ↔ Mega Swampert&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=May Mega Swampert Evolutions.png&lt;br /&gt;
|cap=May&#039;s Mega Swampert&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc={{p|Swampert}} is May&#039;s fourth known Pokémon, and is capable of [[Mega Evolution|Mega Evolving]]. She used it to battle {{p|Rayquaza}}, managing to weaken it enough for her to catch it.&lt;br /&gt;
&lt;br /&gt;
Swampert&#039;s only known move is {{m|Ice Punch}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Rayquaza ↔ Mega Rayquaza&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=May Rayquaza Evolutions.png&lt;br /&gt;
|cap=May&#039;s Rayquaza&lt;br /&gt;
|img2=May Mega Rayquaza Evolutions.png&lt;br /&gt;
|cap2=May&#039;s Mega Rayquaza&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc={{p|Rayquaza}} is May&#039;s fifth known Pokémon. [[Zinnia]] summoned it to the [[Sky Pillar]] to stop a [[Grand Meteor Delta|giant meteorite]] headed for [[Hoenn]], but was unable to trigger its [[Mega Evolution]]. After May had fed Rayquaza her [[Meteorite]], Zinnia let May battle and catch Rayquaza. Afterwards, May used Rayquaza in its Mega Evolved form in a battle against Zinnia&#039;s Mega {{TP|Zinnia|Salamence}}.&lt;br /&gt;
&lt;br /&gt;
Rayquaza&#039;s only known move is {{m|Extreme Speed}}.}}&lt;br /&gt;
&lt;br /&gt;
=====Voice actors=====&lt;br /&gt;
{{vatable|color={{sapphire color}}|bordercolor={{sapphire color light}}&lt;br /&gt;
|ja=夏目妃菜 &#039;&#039;Hina Natsume&#039;&#039;&lt;br /&gt;
|en=}}&lt;br /&gt;
&lt;br /&gt;
===In the manga===&lt;br /&gt;
====Pokémon Adventures====&lt;br /&gt;
[[File:Sapphire Adventures.png|thumb|250px|Sapphire Birch, May&#039;s [[Pokémon Adventures]] counterpart]]&lt;br /&gt;
{{main|Sapphire (Adventures)}}&lt;br /&gt;
May&#039;s counterpart in [[Pokémon Adventures]] is Sapphire, who, unlike her other counterparts, takes up Gym challenges and is an all-around tomboy thanks to a traumatic incident with {{adv|Ruby}} where a {{TP|Zinnia|Salamence}} attacked them when they were children. She does have a feminine side, however, as is shown in later volumes.&lt;br /&gt;
&lt;br /&gt;
====Pokémon Ruby-Sapphire====&lt;br /&gt;
{{main|Sapphire (Ruby-Sapphire)}}&lt;br /&gt;
A different counterpart to May, also called Sapphire, appears in [[Pokémon Ruby-Sapphire]]. Just like {{an|May|May&#039;s anime counterpart}}, she is a {{pkmn|Coordinator}} who chooses {{p|Torchic}} as her [[starter Pokémon]].&lt;br /&gt;
&lt;br /&gt;
====Pokemon Ruby &amp;amp; Sapphire (CoroCoro)====&lt;br /&gt;
[[File:Sapphire Suigun.jpg|thumb|left|200px|Sapphire in Pokémon Ruby &amp;amp; Sapphire CoroCoro]]&lt;br /&gt;
Another counterpart of May, called Sapphire, appears in a short manga written by [[Suigun Oouchi]] for [[CoroCoro]] Magazine in December 2002. She is the daughter of [[Professor Birch]] and catches Pokémon for his research. Sapphire has a {{p|Torchic}} as her [[starter Pokémon]].&lt;br /&gt;
&lt;br /&gt;
====Pokemon Ruby Sapphire Special Walkthrough Comic!====&lt;br /&gt;
May appears in [[Pokemon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]].&lt;br /&gt;
&lt;br /&gt;
====Pokémon Chamo-Chamo ☆ Pretty ♪====&lt;br /&gt;
{{main|Haruka (CCP)}}&lt;br /&gt;
May&#039;s counterpart in [[Pokémon Chamo-Chamo ☆ Pretty ♪]] is Haruka, who is a Pokémon Coordinator, but she is not very good at making [[Pokéblock]]s.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
The following is a list of cards mentioning or featuring May in the [[Pokémon Trading Card Game]].&lt;br /&gt;
&lt;br /&gt;
{{cardlist/header|May&#039;s Pokémon|Colorless|char=yes}}&lt;br /&gt;
{{cardlist/entry|cardname=[[Blaziken V (Chilling Reign 20)|Blaziken]]{{TCGV}}|type=Fire|standard=yes|enset=Silver Tempest|enrarity=TGV|ennum=TG14/TG30|jpset=VMAX Climax|jprarity=CSR|jpnum=216/184}}&lt;br /&gt;
{{cardlist/entry|cardname=[[Blaziken VMAX (Chilling Reign 21)|Blaziken]]{{VMAX}}|type=Fire|standard=yes|enset=Silver Tempest|enrarity=TGV|ennum=TG15/TG30|jpset=VMAX Climax|jprarity=CSR|jpnum=217/184}}&lt;br /&gt;
{{cardlist/footer|Colorless}}&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
===Artwork===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Ruby Sapphire May.png|125px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Emerald May.png|125px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Omega Ruby Alpha Sapphire Contest May.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May ORAS concept art.png|225px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Emerald Version|Pokémon Emerald}}&lt;br /&gt;
| Contest outfit from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Regular conceptual artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Contest May ORAS concept art.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Wailmer Pail.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Rayquaza Encounter.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Jirachi Encounter.png|250px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Contest outfit conceptual artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Artwork of the&amp;lt;br&amp;gt;{{color2|fff|Wailmer Pail}}&lt;br /&gt;
| Encountering&amp;lt;br&amp;gt;{{pcolor|Rayquaza|FFF}}&lt;br /&gt;
| Encountering&amp;lt;br&amp;gt;{{pcolor|Jirachi|FFF}}&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Faraway Island Mew.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS Contest art.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Concept_Art_at_GAME_ON_exhibit.jpg|200px]]&lt;br /&gt;
|  Colspan=2 style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan May RS Concept Art.jpg|325px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
|  Encountering {{pcolor|Mew|FFF}} in {{pcolor|Faraway Island|FFF}}&lt;br /&gt;
| In a {{color2|fff|Pokémon Contest|Pokémon Contest Spectacular}}&lt;br /&gt;
| Colspan=2 | Concept artwork for {{color2|fff|Pokémon Ruby and Sapphire|Ruby and Sapphire}}&amp;lt;br&amp;gt;illustrated by {{color2|fff|Ken Sugimori}}&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Torchic Ariga artwork.png|225px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Torchic Pokémon Center Trainer artwork.png|200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Pokémon Day 2022 Hoenn Artwork.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Mudkip Ariga artwork.png|200px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| May and {{pcolor|Torchic|FFF}} concept artwork by&amp;lt;br&amp;gt;{{color2|fff|Hitoshi Ariga}} for Kotobukiya ArtFx J figurines&lt;br /&gt;
| Artwork of May and {{pcolor|Torchic|fff}}&amp;lt;br&amp;gt;for the {{color2|fff|Pokémon Center (store)|Pokémon Center}} Pokémon Trainers merchandise line&lt;br /&gt;
| Artwork using the {{color2|fff|Devon Scope}} for {{color2|fff|Pokémon Day}} by {{color2|fff|Megumi Mizutani}}&lt;br /&gt;
| May and {{pcolor|Mudkip|FFF}} concept artwork by&amp;lt;br&amp;gt;{{color2|fff|Hitoshi Ariga}} for Kotobukiya ArtFx J figurines&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS1.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS2.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS3.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS4.jpg|200px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Conceptual artwork for Pokémon Omega Ruby and Pokémon Alpha Sapphire.&lt;br /&gt;
| Diving in the ocean.&lt;br /&gt;
| Walking along the shoreline.&lt;br /&gt;
| Soaring on Mega Latios.&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sprites and models===&lt;br /&gt;
{{incomplete|section|Add sprite of May riding a bicycle in the intro/credits of Ruby/Sapphire, and also the one in the intro/credits of Emerald}}&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr RS May.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr E May.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:RS May Back.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:E May Back.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Colo May.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay 2.png|150px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Colosseum|Colosseum}}&lt;br /&gt;
| VS model as rival from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| VS model as rival from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(with {{color2|fff|Mega Bracelet}})&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May RS OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May FRLG OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr XD May RS.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr XD May E.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay Contest.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay Contest 2.png|150px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|FFF|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|FFF|Pokémon FireRed and LeafGreen Versions|FireRed and LeafGreen}}&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|FFF|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon XD: Gale of Darkness|Pokémon XD}}&amp;lt;br&amp;gt;(RS variant)&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon XD: Gale of Darkness|Pokémon XD}}&amp;lt;br&amp;gt;(E variant)&lt;br /&gt;
| VS sprite in {{color2|FFF|Pokémon Contests|Contests}} from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(without {{color2|FFF|Key Stone}})&lt;br /&gt;
| VS sprite in {{color2|FFF|Pokémon Contests|Contests}} from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(with {{color2|FFF|Key Stone}})&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Contest Costume ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Go-Goggles ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Devon Scuba Gear ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Magma Suit ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Aqua Suit ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS May Icon.png]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Overworld model from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Contest Costume}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Go-Goggles}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Devon Scuba Gear}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Magma Suit}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby}}&lt;br /&gt;
| Wearing the {{color2|FFF|Aqua Suit}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Alpha Sapphire}}&lt;br /&gt;
| Icon in the main menu and {{color2|FFF|Battle Maison}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May_Ra_OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May_Ra_OD_2.png]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Unused Ruby/Sapphire overworld sprite from Pokémon Ranger&lt;br /&gt;
| Unused Emerald overworld sprite from Pokémon Ranger&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* As the [[player character]] (along with {{ga|Brendan}}), they are the only set of player characters that have both a [[mother]] and a father present in the {{pkmn|games}}.&lt;br /&gt;
* Before Omega Ruby and Alpha Sapphire, May and Brendan were the only rivals whose [[starter Pokémon]] does not reach its final form.&lt;br /&gt;
* Screenshots of {{game|Emerald}} on the Japanese Nintendo website refer to May as &amp;quot;Emy&amp;quot; (Japanese: &#039;&#039;&#039;エミィ&#039;&#039;&#039;).&amp;lt;ref&amp;gt;[https://www.nintendo.co.jp/n08/bpej/frontier2/index.html Pokémon Emerald on Nintendo] (Japanese)&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Pre-release media for [[Pokémon Omega Ruby and Alpha Sapphire]] referred to May as &amp;quot;Anna&amp;quot; (Japanese: &#039;&#039;&#039;アルファ&#039;&#039;&#039; &#039;&#039;Alpha&#039;&#039;).&lt;br /&gt;
* One of {{SSB|Pokémon Trainer}}&#039;s palette swaps in [[Super Smash Bros. Ultimate]] has a color scheme based on May&#039;s appearance in {{game|Emerald}}.&lt;br /&gt;
* Similarly to Brendan, May&#039;s attire in Omega Ruby and Alpha Sapphire is mainly based on her appearance in Emerald, though some elements are also taken from her appearance in {{v2|Ruby and Sapphire|s}}.&lt;br /&gt;
* While the second battle with May (or Brendan if she is the player character) is optional, the encounter leading up to it is not.&lt;br /&gt;
** Therefore, after receiving the [[Devon Goods]] before encountering May or Brendan in Rustboro City, if the player [[Black out|blacks out]] without ever visiting the [[Pokémon Center]] in Rustboro City (which causes the player character to rush to [[Petalburg City]]&#039;s Pokémon Center instead), the encounter and optional battle take place in {{rt|104|Hoenn}} in front of [[Mr. Briney]]&#039;s house instead.&lt;br /&gt;
* May&#039;s teams in Emerald vary slightly from Brendan&#039;s teams:&lt;br /&gt;
** When battled in either [[Rustboro City]] or {{rt|104|Hoenn}}, May (if the player chose {{p|Torchic}}) uses a {{p|Torkoal}}, which is not used in future battles; Brendan uses a {{p|Slugma}} instead.&lt;br /&gt;
** When battled on {{rt|119|Hoenn}}, May (if the player chose {{p|Mudkip}}) uses a {{p|Lombre}}, which was not used in prior nor future battles; Brendan uses a {{p|Pelipper}} instead.&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background:#{{sapphire color light}}; border:3px solid #{{sapphire color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! {{color|FFF|Language}}&lt;br /&gt;
! {{color|FFF|Name}}&lt;br /&gt;
! {{color|FFF|Origin}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Japanese&lt;br /&gt;
| ハルカ &#039;&#039;Haruka&#039;&#039;&lt;br /&gt;
| From 春花 &#039;&#039;haruka&#039;&#039; (spring flower) or 遥か &#039;&#039;haruka&#039;&#039; (distant)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| English&lt;br /&gt;
| May&lt;br /&gt;
| From &#039;&#039;{{wp|May}}&#039;&#039;, a month of spring in the Northern Hemisphere&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Maike&lt;br /&gt;
| From &#039;&#039;Mai&#039;&#039; (May)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Aura&lt;br /&gt;
| From &#039;&#039;aura&#039;&#039; (gentle breeze), a figure of speech commonly associated to spring&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| French&lt;br /&gt;
| Flora&lt;br /&gt;
| From &#039;&#039;{{wp|Flora (mythology)|Flora}}&#039;&#039; (Roman goddess of flower and spring)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Italian&lt;br /&gt;
| Vera&lt;br /&gt;
| From &#039;&#039;primavera&#039;&#039; (spring)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 봄이 &#039;&#039;Bomi&#039;&#039;&lt;br /&gt;
| From 봄 &#039;&#039;bom&#039;&#039; (spring)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 小遙 / 小遥 &#039;&#039;Xiǎo Yáo&#039;&#039;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | From 遙 / 遥 &#039;&#039;yáo / yìuh&#039;&#039; (distant)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 小遙 &#039;&#039;Síu Yìuh&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player characters|sapphire}}&lt;br /&gt;
{{Rival characters|sapphire}}&lt;br /&gt;
{{NPC|sapphire|hoenn=yes}}&amp;lt;br/&amp;gt;&lt;br /&gt;
{{Project CharacterDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Rival characters]]&lt;br /&gt;
[[Category:Ruby and Sapphire characters]]&lt;br /&gt;
[[Category:Emerald characters]]&lt;br /&gt;
[[Category:Omega Ruby and Alpha Sapphire characters]]&lt;br /&gt;
[[Category:Laboratory assistants]]&lt;br /&gt;
[[Category:Champions]]&lt;br /&gt;
[[Category:Trainers with Legendary Pokémon]]&amp;lt;!--Deoxys, the Mythical Pokémon, isn&#039;t required to be caught.--&amp;gt;&lt;br /&gt;
[[Category:Trainers with Key Stones]]&lt;br /&gt;
[[Category:Pokémon Evolutions characters]]&lt;br /&gt;
&lt;br /&gt;
[[de:Maike]]&lt;br /&gt;
[[es:Aura (personaje)]]&lt;br /&gt;
[[fr:Flora (jeux vidéo)]]&lt;br /&gt;
[[it:Vera (gioco)]]&lt;br /&gt;
[[ja:ハルカ (ゲーム)]]&lt;br /&gt;
[[zh:小遥]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=List_of_clothing_(anime)&amp;diff=3758329</id>
		<title>List of clothing (anime)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=List_of_clothing_(anime)&amp;diff=3758329"/>
		<updated>2023-08-01T02:16:56Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: Had a screenshot and thought I&amp;#039;d share.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float: right; margin: 0 0 1.0em 1.0em;&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
In the [[Pokémon anime]], while the main characters will generally wear a single outfit for several seasons, they have changed outfits from time to time. At the start of a new [[series]], protagonists continuing on will change their main outfit entirely. This is a list of the different clothing and outfits worn by the main characters.&lt;br /&gt;
&lt;br /&gt;
=={{Ash}}==&lt;br /&gt;
===Main outfits===&lt;br /&gt;
====Main series====&lt;br /&gt;
All of Ash&#039;s main outfits are highlighted by [[Ash&#039;s hat|his hat]]. They often strongly feature the colors red and blue, along with black, white, green, and golden yellow. These are primary and bold colors, accenting Ash&#039;s primary status in the series.&lt;br /&gt;
&lt;br /&gt;
=====Original series=====&lt;br /&gt;
[[File:Ash anime art.png|thumb|left|120px|Ash&#039;s [[original series]] outfit]]&lt;br /&gt;
Ash&#039;s first outfit is, unlike those of many of {{ashfr}}, a unique outfit design in its own right, though it is also directly inspired by {{ga|Red}}&#039;s. This fact is also echoed by the outfits of {{an|Brock}} and {{an|Misty}}, which were designed purely for the {{pkmn|anime}} instead of using the outfits seen in the games themselves, and also the artwork for the games.&lt;br /&gt;
&lt;br /&gt;
The upper part of the outfit is a medium blue jacket with gold trim and white collar and sleeves, worn open over a dark cyan or teal t-shirt. Ash kept his [[Kanto]], [[Orange League]], and [[Johto]] [[Badge]]s pinned to the inside of the jacket, which from time to time, would be taken off by him, most notably when his Pokémon need warmth. His lower outfit consists of jeans with light blue cuffs, black and white sneakers with red dots on both sides, and a brown belt, which he used to hang his [[Poké Ball]]s.&lt;br /&gt;
&lt;br /&gt;
Ash also wears green finger-less gloves with light green borders, and of course, [[Ash&#039;s hat|his hat]]. The only part of the outfit with a known story behind it is the hat, which he won from a contest from the [[Pokémon League]]. Ash would turn his hat backwards when he was concentrating heavily, such as when he would face a Trainer or capture a Pokémon. This was very much the case early in his journey in Kanto, though by the time his journey in Johto ended, he hardly ever turned his cap.&lt;br /&gt;
&lt;br /&gt;
He has a green [[bag|backpack]] with a yellow square label and slings with black adjusters on them. The backpack has two pockets and two open compartments on each side. The main, bigger pocket is delimited by a black zip fastener, while the external pocket has an orange stripe on it.&lt;br /&gt;
&lt;br /&gt;
Ash wore this outfit from &#039;&#039;[[EP001|Pokémon - I Choose You!]]&#039;&#039; to &#039;&#039;[[EP273|Gotta Catch Ya Later!]]&#039;&#039;. Ash has worn this outfit in the most episodes, wearing it during a total of 273.&lt;br /&gt;
{{clear-left}}&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;Pokémon the Series: Ruby and Sapphire&#039;&#039;=====&lt;br /&gt;
[[File:Ash AG 3.png|thumb|left|120px|Ash&#039;s &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039; outfit]]&lt;br /&gt;
Ash&#039;s second outfit was the first alternate main outfit to be seen on any character, and by default, the least expected. Brock and Misty&#039;s second outfits would not debut until several episodes after Ash&#039;s did. This outfit was given to Ash as a gift by [[Delia Ketchum|his mother]] in &#039;&#039;[[EP273|Gotta Catch Ya Later!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Along with a new hat, Ash wore a hoodie instead of a jacket, black gloves instead of green, and new jeans and sneakers. In &#039;&#039;[[EP274|Hoenn Alone!]]&#039;&#039; and &#039;&#039;[[AG001|Get the Show on the Road!]]&#039;&#039;, Ash can be seen wearing a T-shirt similar to the original series, but with an orange horizontal stripe. However, he keeps the hoodie closed, possibly because he no longer keeps Badges pinned to the inside. The backpack is green, with one pocket and a red Poké Ball design on it.&lt;br /&gt;
&lt;br /&gt;
All of his new clothes, however, bear a notable resemblance to his old clothes, probably to maintain his style and avoid confusion which would be caused by a completely new appearance. This becomes a common theme among all new outfits: the new ones take on the style on the former outfits.&lt;br /&gt;
&lt;br /&gt;
The symbol on his hat, backpack, and hoodie pocket reflect the {{i|Poké Ball}} symbols seen frequently in the [[Generation III]] games, particularly in the designs of the [[player character|main characters&#039;]] clothes. Ash&#039;s &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039; outfit is similar to the one {{ga|Red}} wears in Generation III, most notably, his sleeves.&lt;br /&gt;
&lt;br /&gt;
Ash wore this outfit from &#039;&#039;[[EP274|Hoenn Alone!]]&#039;&#039; to &#039;&#039;[[DP003|When Pokémon Worlds Collide!]]&#039;&#039;. Ash has worn this outfit in more different series than any other, wearing it during three different series.&lt;br /&gt;
{{clear-left}}&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;Pokémon the Series: Diamond and Pearl&#039;&#039;=====&lt;br /&gt;
[[File:Ash DP.png|thumb|left|120px|Ash&#039;s &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039; outfit]]&lt;br /&gt;
Ash&#039;s third outfit takes a step back to his first outfit by wearing a jacket instead of a hoodie, and with colors closer to the original. It also has a white undershirt instead of black for a change, as well as a new hat, new jeans, and new sneakers. The gloves are the same as those from his second outfit. The backpack is similar to the one he wore in AG, being green with two pockets, and having a white Poké Ball design with a red &amp;quot;button&amp;quot;. It should be noted that this new outfit possessed some similarities to that of {{ga|Lucas}}, the male player character from {{game|Diamond and Pearl|s}}. The primary differences are the hat designs, sneakers, backpack color, and the fact that Ash wears open fingered gloves, but no scarf. It also bears traits of {{ga|Red}}&#039;s outfit, mainly the white collar, though there is the fact he is now wearing a closed jacket, another similarity with Red&#039;s.&lt;br /&gt;
&lt;br /&gt;
One of the most common complaints among fans about the outfit is the yellow stripe across Ash&#039;s chest. This is, considering its curve, apparently based on the lower half of the {{i|Poké Ball}} symbol which was seen on Ash&#039;s pocket in his second outfit. However, given how long it is now, it is more difficult to tell.&lt;br /&gt;
&lt;br /&gt;
Ash wore this outfit from &#039;&#039;[[DP003|When Pokémon Worlds Collide!]]&#039;&#039; to &#039;&#039;[[DP191|Memories Are Made of Bliss]]&#039;&#039;.&lt;br /&gt;
{{clear-left}}&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;Pokémon the Series: Black &amp;amp; White&#039;&#039;=====&lt;br /&gt;
[[File:Ash Ketchum BW.png|thumb|left|120px|Ash&#039;s &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039; outfit]]&lt;br /&gt;
Ash&#039;s fourth outfit is different then his previous outfit, this one displayed some similarities to the outfit worn by {{ga|Hilbert}} from {{game|Black and White|s}}, with the main differences being the clothing shades, it having a yellow zipper, the coat being nearly all zipped up instead of being partially open nearing the bottom, it lacking a satchel and the hat, which resembles the one from the original series. Ash&#039;s new clothing closely follows the same color scheme he has always had: red, blue, yellow, green, black, and white. In this series, Ash&#039;s sneakers are high tops, rather than the normal sneakers he wore during the other series. Instead of blue jeans, Ash starts to wear black baggy jeans and wears a hooded jacket just like in AG, colored mostly blue and white along with a yellow zipper. He wears black finger-less gloves but the border is red. The backpack is blue-green, with one pocket, black straps, and a light green, curved stripe on it, resembling a Poké Ball design.&lt;br /&gt;
&lt;br /&gt;
Ash wore this outfit from &#039;&#039;[[BW001|In The Shadow of Zekrom!]]&#039;&#039; to &#039;&#039;[[BW142|The Dream Continues!]]&#039;&#039;.&lt;br /&gt;
{{clear-left}}&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;Pokémon the Series: XY&#039;&#039;=====&lt;br /&gt;
[[File:Ash XY 4.png|thumb|left|120px|Ash&#039;s &#039;&#039;[[Pokémon the Series: XY]]&#039;&#039; outfit]]&lt;br /&gt;
Ash&#039;s fifth outfit possessed some similarities to the outfit worn by {{ga|Calem}} from [[Pokémon X and Y]], with some differences. Ash uses a backpack instead of a satchel, like his Best Wishes outfit. The jacket that Calem wears has been shortened into a collared shirt for Ash, and a black undershirt is visible, both worn very much in the same style as {{ga|Red}}&#039;s Generation III outfit. Ash wears red high top sneakers, similar to those worn in &#039;&#039;Pokémon the Series: Black &amp;amp; White&#039;&#039;, and darker blue jeans. The backpack is one pocket, colored green with black straps and a white, slanted Poké Ball design on it, similar to previous generations. The gloves are the same as those from his fourth outfit.&lt;br /&gt;
&lt;br /&gt;
Ash&#039;s hat continues to sport the rounded Poké Ball design seen in previous generations, and most notably seems to be directly based on Red&#039;s Generation III hat; albeit modified to somewhat resemble characteristics of Calem&#039;s hat as well. In general, the outfit heavily borrows characteristics from Red and Calem.&lt;br /&gt;
&lt;br /&gt;
Ash wore this outfit from &#039;&#039;[[BW142|The Dream Continues!]]&#039;&#039; to &#039;&#039;[[XY140|Till We Compete Again!]]&#039;&#039;. This is the second outfit that Ash has worn in more than one series, namely two.&lt;br /&gt;
{{clear-left}}&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039;=====&lt;br /&gt;
[[File:Ash SM.png|thumb|left|120px|Ash&#039;s &#039;&#039;[[Pokémon the Series: Sun &amp;amp; Moon]]&#039;&#039; outfit, with his original Z-Ring]]&lt;br /&gt;
Ash&#039;s sixth outfit is almost identical to the outfit worn by {{ga|Elio}} in {{g|Sun and Moon}}, with the coloring of the shirt being inverted and the hat being recolored from black to red, in keeping with the usual color scheme of Ash&#039;s headwear. This outfit deviates from Ash&#039;s previous styles in many ways; Ash no longer wears jeans, instead of wearing ribbed capri shorts with a red border, he now wears only a t-shirt with no jacket or hoodie over the top, and he no longer wears gloves and socks. His shoes are blue and are modeled after those worn by people to stand in water. His backpack, shorts, and shoes are all identical to Elio&#039;s.&lt;br /&gt;
&lt;br /&gt;
Ash wore this outfit from &#039;&#039;[[SM001|Alola to New Adventure!]]&#039;&#039; to &#039;&#039;[[SM146|Thank You, Alola! The Journey Continues!]]&#039;&#039;. In the same episode, Ash obtained a silver [[Z-Ring]], which was eventually upgraded into a black [[Z-Power Ring]] in &#039;&#039;[[SM052|Revealing the Stuff of Legend!]]&#039;&#039;.&lt;br /&gt;
{{clear-left}}&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;Pokémon Journeys: The Series&#039;&#039;=====&lt;br /&gt;
[[File:Ash JN.png|thumb|left|120px|Ash&#039;s &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039; outfit]]&lt;br /&gt;
Ash&#039;s seventh outfit consists of a blue vest with yellow outlines, a white short sleeve undershirt with a red stripe, indigo shorts with black outlines, and black sneakers with blue highlights. His hat is red with a black Poké Ball design in the shape of the letter C. His backpack is green and black with one pocket and a C-shaped Poké Ball design similar to the one on his hat. This is the first outfit since the &#039;&#039;Pokémon the Series: Ruby and Sapphire&#039;&#039; outfit not to have any similarities with a male player character&#039;s outfit.&lt;br /&gt;
&lt;br /&gt;
Ash started wearing this outfit in &#039;&#039;[[JN001|Enter Pikachu!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[JN013|The Climb to Be the Very Best!]]&#039;&#039;, Ash received a [[Dynamax Band]] from {{an|Leon}}. Ash also left his Z-Power Ring at home, as revealed in &#039;&#039;[[JN002|Legend? Go! Friends? Go!]]&#039;&#039; until he retrieved it prior to &#039;&#039;[[JN077|Ultra Exciting from the Shocking Start!]]&#039;&#039;. In &#039;&#039;[[JN084|An Adventure of Mega Proportions!]]&#039;&#039;, Ash received a black with red band around Mega Glove with a [[Key Stone]] in the middle from {{an|Korrina}}, which resembles the gloves that he wore in &#039;&#039;Pokémon the Series: Black &amp;amp; White&#039;&#039; and &#039;&#039;Pokémon the Series: XY&#039;&#039;. Unlike his Z-Ring and Z-Power Ring in &#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039;, Ash usually only wears these in battle.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[JN147|The Rainbow and the Pokémon Master!]]&#039;&#039;, Ash wore red and black shoes with the green league logo on them given by his mom.&lt;br /&gt;
&lt;br /&gt;
====Alternate movie continuity====&lt;br /&gt;
This section deals with the main outfits worn by the [[Ash Ketchum (M20)|alternate version of Ash]] who appeared in the twentieth, twenty-first, and twenty-third Pokémon movies.&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;I Choose You!&#039;&#039;=====&lt;br /&gt;
[[File:Ash M20.png|thumb|left|120px|Ash&#039;s outfit in [[M20|&#039;&#039;I Choose You&#039;&#039;]]]]&lt;br /&gt;
This outfit from &#039;&#039;[[M20|I Choose You!]]&#039;&#039;, which retells parts of Ash&#039;s journey during the earliest episodes of the original series, is nearly identical to his original outfit, with certain parts of its design slightly altered. His hat now bears a logo similar to the one he has on his &#039;&#039;[[Pokémon the Series: Sun &amp;amp; Moon]]&#039;&#039; hat, except it is colored green and a part of the upper section is missing, which gives it a similar appearance to the old logo.&lt;br /&gt;
&lt;br /&gt;
His jacket was also given a few changes. It is a different shade of blue, it now has pockets that are horizontal rather than diagonal, the white collar is slightly smaller, the gold trim on the bottom is now just a small stripe, and there is now just a single top button instead of the original two. His shirt is black instead of dark cyan or teal and it isn&#039;t tucked into his belt, making the belt not visible. Ash&#039;s blue jeans now have cuffs that resemble bracelets. His black and white sneakers are less detailed and lack the red dots. The hat&#039;s original logo now appears on his backpack, which is two shades of green with one pocket.&lt;br /&gt;
&lt;br /&gt;
Ash also wore this outfit during &#039;&#039;[[JNS05|Distant Blue Sky!]]&#039;&#039;.&lt;br /&gt;
{{clear-left}}&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;The Power of Us&#039;&#039;=====&lt;br /&gt;
[[File:Ash M21.png|thumb|left|180px|Ash&#039;s outfit in [[M21|&#039;&#039;The Power of Us&#039;&#039;]]]]&lt;br /&gt;
In &#039;&#039;[[M21|The Power of Us]]&#039;&#039;, Ash has another new outfit, this time unlike anything seen in the main series. Besides retaining the same hat that he wore in the previous movie, this outfit consists of a light-blue and white jacket with a large red collar, which in turn has a single yellow line across the center and a similarly-colored trim at the bottom of said jacket. His jacket is kept open to reveal a black shirt, looser-fitting than his previous outfit. The bottom half has him sporting gray capri shorts with a thin white line coming down both sides, and blue sneakers with orange laces. His usual fingerless gloves are black with a blue line across the cuff. His backpack is dark blue and black with a small Poké Ball design on it and one pocket.&lt;br /&gt;
{{clear-left}}&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;Secrets of the Jungle&#039;&#039;=====&lt;br /&gt;
[[File:Ash M23.png|thumb|left|120px|Ash&#039;s outfit in &#039;&#039;[[M23|Secrets of the Jungle]]&#039;&#039;]]&lt;br /&gt;
Ash gains another new outfit in &#039;&#039;[[M23|Secrets of the Jungle]]&#039;&#039;, which closely resembles his outfit from &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;. Notable differences include more details on his blue vest, white and blue shoes with yellow accents instead of black, dark gray shorts with yellow accents instead of indigo ones, and a Poké Ball on his shirt instead of a red stripe. He retains his hat from &#039;&#039;I Choose You!&#039;&#039; and his gloves from &#039;&#039;The Power of Us&#039;&#039;.&lt;br /&gt;
{{clear-left}}&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* Ash wore a cow suit in &#039;&#039;[[EP004|Challenge of the Samurai]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[EP043|The March of the Exeggutor Squad]]&#039;&#039;, Ash wore an Arabian snake charmer outfit to perform a Pokémon magic show.&lt;br /&gt;
* In &#039;&#039;[[EP064|It&#039;s Mr. Mime Time]]&#039;&#039;, Ash wore a {{p|Mr. Mime}} costume.&lt;br /&gt;
* In &#039;&#039;[[EP107|Pokémon Food Fight!]]&#039;&#039;, Ash wore an apple costume.&lt;br /&gt;
* Ash briefly imagined himself wearing Gligarman&#039;s costume in &#039;&#039;[[EP138|The Superhero Secret]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[EP142|A Shadow of a Drought]]&#039;&#039;, Ash wore a {{p|Slowpoke}} costume.&lt;br /&gt;
* Ash wore a medieval themed outfit for [[DJ Mary]]&#039;s radio show in &#039;&#039;[[EP160|Air Time!]]&#039;&#039; consisting of a long blue tunic with light gray tights. He also wore a green cap similar to the signature one of {{wp|Robin Hood}}, as well as a sword in a scabbard across his back.&lt;br /&gt;
* In &#039;&#039;[[EP215|Octillery The Outcast]]&#039;&#039;, Ash wore an {{p|Octillery}} costume.&lt;br /&gt;
* In &#039;&#039;[[M06|Jirachi Wish Maker]]&#039;&#039;, Ash wore a clown costume.&lt;br /&gt;
* In &#039;&#039;[[AG048|ZigZag Zangoose]]&#039;&#039;, Ash wore a {{p|Seviper}} costume.&lt;br /&gt;
* In &#039;&#039;[[AG104|Claydol Big and Tall]]&#039;&#039;, Ash wore an eggplant costume.&lt;br /&gt;
* In &#039;&#039;[[DP086|Arriving in Style!]]&#039;&#039;, Ash wore a black-striped yellow loincloth and a blue wig with horns on the top.&lt;br /&gt;
* In &#039;&#039;[[BW038|Movie Time! Zorua in &amp;quot;The Legend of the Pokémon Knight&amp;quot;!]]&#039;&#039;, Ash wears a knight costume for [[Luke]]&#039;s film.&lt;br /&gt;
* In &#039;&#039;[[BW069|Climbing the Tower of Success!]]&#039;&#039;, Ash and Pikachu dressed up as [[Alder]] and {{p|Bouffalant}} for the dress up contest in the [[Wishing Bell Festival]].&lt;br /&gt;
* In &#039;&#039;[[BW082|An Epic Defense Force!]]&#039;&#039;, Ash wore a red and black uniform with gray gloves, boots and helmet for Luke’s second film.&lt;br /&gt;
* In &#039;&#039;[[XY012|To Catch a Pokémon Smuggler!]]&#039;&#039;, Ash wore a {{p|Spewpa}} costume.&lt;br /&gt;
* During the [[Gourgeist Festival]] in &#039;&#039;[[XY082|A Festival Trade! A Festival Farewell?]]&#039;&#039;, Ash wore a costume based on a {{p|Snorlax}}.&lt;br /&gt;
* In [[SM064]], Ash wore a {{p|Passimian}} costume.&lt;br /&gt;
* In &#039;&#039;[[SM093|Lillier and the Staff!]]&#039;&#039;, Ash wore a {{p|Tapu Koko}}, wizard, {{p|Necrozma}} in its Ultra form, and a {{p|Buzzwole}} costume for a play at the [[Pokémon School]].&lt;br /&gt;
* In &#039;&#039;[[JN098|Out of Their Elements!]]&#039;&#039;, Ash wore a dark-blue shirt and hat with a yellow bow in the middle, blue jacket with a yellow and red on it. He also wore light-blue pants, yellow boots with designs based on {{p|Pikachu}} and a piece of pink paint on one side of his face while performing at a circus.&lt;br /&gt;
&lt;br /&gt;
====Formal clothes====&lt;br /&gt;
* Ash wore a {{wp|yukata}} to a summer festival in &#039;&#039;[[EP020|The Ghost of Maiden&#039;s Peak]]&#039;&#039;.&lt;br /&gt;
* Ash and Brock don party outfits in &#039;&#039;[[EP043|The March of the Exeggutor Squad]]&#039;&#039;. Ash wears a bright orange {{wp|tuxedo (clothing)|tuxedo}} with a frilled shirt and orange {{wp|bowler hat}}.&lt;br /&gt;
* Ash fantasizes about wearing a blue tuxedo for a movie premiere in &#039;&#039;[[EP070|Go West Young Meowth]]&#039;&#039;.&lt;br /&gt;
* Ash wore a black suit and tie as part of Brock&#039;s fantasy in &#039;&#039;[[EP165|Hassle in the Castle]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[M08|Lucario and the Mystery of Mew]]&#039;&#039;, the characters dress up in formal medieval-themed outfits. Ash wore an outfit based directly on that of [[Sir Aaron]]: a blue {{wp|tunic}} over a gray long-sleeved shirt and gray pants, matched with blue gloves and boots and a black hat with a teal band and a hooded {{wp|cape}}.&lt;br /&gt;
* In the [[Wallace Cup]], Ash wore a fedora hat and a tuxedo.&lt;br /&gt;
* Ash wore a black suit with a yellow tie as part of Brock’s fantasy in &#039;&#039;[[DP082|Cream of the Croagunk Crop!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[BW051|Lost at the Stamp Rally!]]&#039;&#039;, Ash wore a pink tuxedo in the Pokémon Musical.&lt;br /&gt;
* In &#039;&#039;[[XY105|Party Dancecapades!]]&#039;&#039;, Ash wore a blue suit.&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* Under all his outfits, Ash wears white boxer shorts, blue boxer shorts with dark-blue stripes, light-purple boxer shorts with thin vertical purple stripes, light-purple and purple-striped boxer shorts, or blue boxer shorts. He is seen wearing white boxer shorts in &#039;&#039;[[EP022|Abra and the Psychic Showdown]]&#039;&#039;; blue boxer shorts with dark-blue stripes in &#039;&#039;[[Holiday Hi-Jynx]]&#039;&#039;, light-purple boxer shorts with thin vertical purple stripes in &#039;&#039;[[AG023|Gone Corphishin&#039;]]&#039;&#039; (although covered up by his top) and &#039;&#039;[[BW013|Minccino—Neat and Tidy!]]&#039;&#039;, light-purple and purple striped boxer shorts in  &#039;&#039;[[BW037|A Fishing Connoisseur in a Fishy Competition!]]&#039;&#039;; and blue boxer shorts in &#039;&#039;[[SM020|Partner Promises!]]&#039;&#039; and &#039;&#039;[[SM032|Treasure Hunt, Akala Style!]]&#039;&#039;.&lt;br /&gt;
** A running gag in the dubs of the [[original series]] and &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039; showed Ash&#039;s [[Delia Ketchum|mother]] reminding him to change his underwear everyday, much to his embarrassment.&lt;br /&gt;
* In &#039;&#039;[[EP023|The Tower of Terror]]&#039;&#039;, Ash wore a ghost mask.&lt;br /&gt;
* In &#039;&#039;[[EP239|Whichever Way the Wind Blows]]&#039;&#039;, Ash wore a face mask.&lt;br /&gt;
* In &#039;&#039;[[EP255|Why? Wynaut!]]&#039;&#039;, Ash wore a king crown and cape with his regular clothes.&lt;br /&gt;
* In &#039;&#039;[[DP025|Oh Do You Know The Poffin Plan!]]&#039;&#039;, &#039;&#039;[[DP084|Hungry for the Good Life!]]&#039;&#039;, and &#039;&#039;[[DP092|A Lean Mean Team Rocket Machine!]]&#039;&#039;, Ash wore a yellow apron.&lt;br /&gt;
* In &#039;&#039;[[DP062|Tanks for the Memories!]]&#039;&#039;, Ash wore a French maid&#039;s outfit while helping at the [[Café Cabin]].&lt;br /&gt;
* In &#039;&#039;[[BW066|Baffling the Bouffalant!]]&#039;&#039;, Ash wore a yellow wig.&lt;br /&gt;
* In &#039;&#039;[[BW104|Mission: Defeat Your Rival!]]&#039;&#039; and &#039;&#039;[[BW108|A Unova League Evolution!]]&#039;&#039;, Ash wore light-green shorts while at the sauna.&lt;br /&gt;
* In &#039;&#039;[[BW133|Capacia Island UFO!]]&#039;&#039;, Ash wore a {{p|Beheeyem}} mask.&lt;br /&gt;
* In &#039;&#039;[[XY007|Giving Chase at the Rhyhorn Race!]]&#039;&#039;, Ash wore a blue jumpsuit at the Rhyhorn race.&lt;br /&gt;
* In &#039;&#039;[[XY020|Breaking Titles at the Chateau!]]&#039;&#039;, Ash wore a Baron cape, after receiving his first title in his first battle at the [[Battle Chateau]].&lt;br /&gt;
* In &#039;&#039;[[XY036|Battles in the Sky!]]&#039;&#039;, Ash wore a blue sky trainer&#039;s suit along with a blue helmet and tall blue boots.&lt;br /&gt;
* In &#039;&#039;[[SM001|Alola to New Adventures!]]&#039;&#039; and &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039;, Ash wore a green life jacket.&lt;br /&gt;
* In &#039;&#039;[[SM023|Getting the Band Back Together!]]&#039;&#039;, Ash wore a long blonde wig to a [[DJ Leo|Dig-Dug-Leo]] concert.&lt;br /&gt;
* In &#039;&#039;[[SM081|A Young Royal Flame Ignites!]]&#039;&#039;, &#039;&#039;[[SM085|The Long Vault Home!]]&#039;&#039; and &#039;&#039;[[JN112|Helping the Hometown Hero!]]&#039;&#039;, Ash as Ash-Royal wore a blue, red, yellow, and green mask with his outfit, minus his shirt.&lt;br /&gt;
* In &#039;&#039;[[SM121|A Recipe for Success!]]&#039;&#039;, Ash, along with his classmates, wore a pink apron that is similar to {{an|Mallow}}&#039;s while helping out at [[Aina&#039;s Kitchen|her family&#039;s restaurant]].&lt;br /&gt;
* In &#039;&#039;[[JN010|A Test in Paradise!]]&#039;&#039;, &#039;&#039;[[JN046|Getting More Than You Battled For!]]&#039;&#039;, &#039;&#039;[[JN084|An Adventure of Mega Proportions!]]&#039;&#039;, &#039;&#039;[[JN088|Looking Out for Number Two!]]&#039;&#039;, &#039;&#039;[[JN102|Battling in the Freezing Raid!]]&#039;&#039;, and &#039;&#039;[[JN110|Narrowing the Chaser Chase!]]&#039;&#039;, Ash wore a dark-green with a light-green stripe in the middle life jacket.&lt;br /&gt;
* In &#039;&#039;[[JN014|Raid Battle in The Ruins!]]&#039;&#039;, &#039;&#039;[[JN036|Making Battles in the Sand!]]&#039;&#039;, and &#039;&#039;[[JN095|The Good, The Bad, and The Lucky!]]&#039;&#039;, Ash wore a pair of [[Go-Goggles]].&lt;br /&gt;
* In &#039;&#039;[[JN028|Sobbing Sobble!]]&#039;&#039; and &#039;&#039;[[JN088|Looking Out for Number Two!]]&#039;&#039;, Ash wore a pair of blue goggles.&lt;br /&gt;
* In &#039;&#039;[[JN052|How Are You Gonna Keep &#039;Em Off of the Farm?]]&#039;&#039;, Ash wore a light blue jumpsuit along with dark teal Wellington boots with a yellow band on top.&lt;br /&gt;
* In &#039;&#039;[[JN056|Searching for Chivalry!]]&#039;&#039;, Ash wore a knight&#039;s armor complete with a knight&#039;s helmet with a blue plume.&lt;br /&gt;
* In &#039;&#039;[[JN082|The Sweet Taste of Battle!]]&#039;&#039;, Ash wore a light-pink apron while participating in the [[All-Alcremie Decoration Challenge]].&lt;br /&gt;
* In &#039;&#039;[[JN105|Reuniting for the First Time!]]&#039;&#039;, Ash briefly wore [[Wallace]]&#039;s light-green and white scarf.&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* In &#039;&#039;[[EP026|Pokémon Scent-sation!]]&#039;&#039;, Ash wore an orange and white dress with red Mary-Janes that he had to wear to get into [[Celadon Gym|Erika&#039;s Gym]]. The outfit was worn with a blonde wig with a large pink bow in it. When wearing this outfit, he went by the name &amp;quot;{{DL|Cross-dressing (anime)|Ashley}}&amp;quot;. The wig was destroyed when Pikachu electrocuted him, but it is unknown what happened to the dress and shoes afterwards. It is possible he still has them. This is the first of five times that he cross-dressed (albeit unwillingly).&lt;br /&gt;
* In &#039;&#039;[[M03|Pokémon 3: The Movie - Spell of the Unown: Entei]]&#039;&#039; and &#039;&#039;[[DP138|Strategy Begins At Home!]]&#039;&#039;, a picture and a flashback of Ash when he was younger shows him wearing a yellow shirt with a red stripe and blue shorts.&lt;br /&gt;
* In &#039;&#039;[[AG015|Gonna Rule the School!]]&#039;&#039;, Ash wore an open green shirt with buttons around it, and a white shirt with buildings on it. He also wore a pair of glasses with palm tree leafs on both sides, golden building earnings, a white top piece hat, and a palm tree and building on his face while holding a flag on one hand.&lt;br /&gt;
* In &#039;&#039;[[AG042|Love at First Flight]]&#039;&#039;, Ash wore [[Juliet|Juliet&#039;s]] outfit and a wig that looks exactly like her hair to help [[Romeo]] talk to her.&lt;br /&gt;
* In &#039;&#039;[[AG086|Lights, Camerupt, Action!]]&#039;&#039;, Ash when he was younger wore a green shirt with a yellow stripe in the middle and gray pants.&lt;br /&gt;
* In &#039;&#039;[[DP042|The Electrike Company!]]&#039;&#039;, Ash wore a black jacket with a bullseye on the back of it.&lt;br /&gt;
* Ash and {{AP|Pikachu}} wore Hawaiian-styled clothing in &#039;&#039;[[DP095|Battling the Generation Gap!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[DP116|The Drifting Snorunt!]]&#039;&#039;, Ash wore a light-red poncho.&lt;br /&gt;
* In &#039;&#039;[[BW098|Beauties Battling for Pride and Prestige!]]&#039;&#039;, Ash wore a light blue dress with a light pink bow in the middle, and a pink wig with yellow bows on each side.&lt;br /&gt;
* In &#039;&#039;[[XY002|Lumiose City Pursuit!]]&#039;&#039;, &#039;&#039;[[XY005|A Blustery Santalune Gym Battle!]]&#039;&#039;, &#039;&#039;[[XY006|Battling on Thin Ice!]]&#039;&#039;, &#039;&#039;[[XY007|Giving Chase at the Rhyhorn Race!]]&#039;&#039;, and &#039;&#039;[[XY121|Seeing the Forest for the Trees!]]&#039;&#039;, a flashback of Ash when he was younger shows him wearing a red and yellow sleeveless t-shirt with blue shorts, and black and red shoes.&lt;br /&gt;
* In &#039;&#039;[[M19|Volcanion and the Mechanical Marvel]]&#039;&#039;,  Ash wore a brown and white shirt with a light brown outline on both sides, turquoise tie in the middle and a Poké Ball pin on one side, and dark gray pants. He also wore a brown hat with a Poké Ball design on one side, and dark brown fingerless gloves and boots. Also, Ash wore a [[Clemontic Gear|gray defense]] outfit that Clemont made for him.&lt;br /&gt;
* In &#039;&#039;[[SM001|Alola to New Adventure!]]&#039;&#039;, a flashback of Mimey winning a trip to the [[Alola]] region via lottery shows Ash wearing a green T-shirt with a print design of this game sprite [[File:MS Aquatic I.png|stock overworld/menu sprite of a Water-type-like Pokémon (and also when the player used Surf) from the Generation I games]] and blue shorts. He wore these clothes again in &#039;&#039;[[SM006|A Shocking Grocery Run!]]&#039;&#039;.&lt;br /&gt;
* During the Poké Problem extra scene in &#039;&#039;[[SM032|Treasure Hunt, Akala Style!]]&#039;&#039;, Ash is seen wearing a green T-shirt with a print design of this game sprite [[File:MS Rhydon I.png|stock menu/overworld Rhydon sprite from the Generation I games]] on it and blue shorts.&lt;br /&gt;
* In &#039;&#039;[[SM117|Drawn with the Wind!]]&#039;&#039; and &#039;&#039;[[SM118|Aiming for the Top Floor!]]&#039;&#039;, Ash wore a dark blue shirt and shoes with a pair of light-blue capris, and a cape that resembles a {{p|Rowlet}}.&lt;br /&gt;
* In &#039;&#039;[[JN001|Enter Pikachu!]]&#039;&#039; and &#039;&#039;[[JN135|Heroes Unite!]]&#039;&#039;, Ash when he was at the age of six wore a light blue shirt with a dark blue underline and a picture of two phases of the moon. He also wore dark blue shorts.&lt;br /&gt;
* In &#039;&#039;[[JN055|The Tale of You and Glimwood Tangle!]]&#039;&#039;, Ash wore a pink t-shirt and sweatshirt with his regular clothes.&lt;br /&gt;
* In &#039;&#039;[[JNS01|The Arceus Chronicles (Part 1)]]&#039;&#039;, Ash wore an outfit similar to {{ga|Rei}}&#039;s for the [[Sinnoh Festival]].&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* In &#039;&#039;[[EP001|Pokémon - I Choose You!]]&#039;&#039;, when he went to [[Professor Oak&#039;s Laboratory]], Ash wore green and yellow pajamas. He also wore it at the beginning of &#039;&#039;[[EP065|Showdown at the Po-ké Corral]]&#039;&#039;, when [[Mimey|Mr. Mime]] used a vacuum in front of his face. He also wears it in &#039;&#039;[[JN002|Legend? Go! Friends? Go!]]&#039;&#039; and &#039;&#039;[[JN147|The Rainbow and the Pokémon Master!]]&#039;&#039;.&lt;br /&gt;
** He also wears extremely similar pajamas near the end of &#039;&#039;[[BW142|The Dream Continues!]]&#039;&#039;; however, these ones are a much lighter shade of green and have a green button instead of a yellow one.&lt;br /&gt;
** In &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039; and &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039;, Ash is seen wearing a white or light-blue undershirt and blue or dark-cyan shorts with white lines at the bottom as pajamas. In &#039;&#039;[[Pokémon the Series: XY]]&#039;&#039;, Ash dropped this in favor of a white and red sleeveless undershirt and blue shorts. He wears similar-looking pajamas in &#039;&#039;[[M21|The Power of Us]]&#039;&#039;.&lt;br /&gt;
** In &#039;&#039;[[Pokémon the Series: Sun &amp;amp; Moon]]&#039;&#039; and &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;, Ash wears T-shirts that comes in various colors and print designs on the front, along with beige shorts as pajamas:&lt;br /&gt;
*** In &#039;&#039;[[SM011|Young Kiawe Had a Farm!]]&#039;&#039;, Ash wears a muted green T-shirt.&lt;br /&gt;
*** In &#039;&#039;[[SM017|Crystal-Clear Sleuthing!]]&#039;&#039;, Ash wears a white T-shirt with the print design of the same rainbow Poké Ball design from {{an|Professor Kukui}}&#039;s hat.&lt;br /&gt;
*** In &#039;&#039;[[SM022|A Shivering Shovel Search!]]&#039;&#039;, Ash wore a black T-shirt with a print design of {{p|Litten}}&#039;s face on it.&lt;br /&gt;
*** In &#039;&#039;[[SM026|So Long, Sophocles!]]&#039;&#039;, when Ash is deciding which goodbye present he should give to Sophocles, he picks between a green T-shirt, which features a print design of this game sprite [[File:MS Plant I.png|stock menu/overworld sprite of a plant-like Pokémon from the Generation I games]], and a white T-shirt with a Pikachu head without any facial features (except the cheeks), which is similar to the [[Pokémon 20th Anniversary]] logo. He actually wore the Pikachu head print shirt in &#039;&#039;[[SM035|Currying Favor and Flavor!]]&#039;&#039;.&lt;br /&gt;
*** In &#039;&#039;[[SM027|A Glaring Rivalry!]]&#039;&#039;, &#039;&#039;[[SM048|Night of a Thousand Poses!]]&#039;&#039;, and &#039;&#039;[[SM087|Filling the Light with Darkness!]]&#039;&#039;, Ash wore a beige T-shirt with a print design of {{p|Rowlet}}&#039;s face on the front.&lt;br /&gt;
*** In &#039;&#039;[[SM037|Rising from the Ruins!]]&#039;&#039;, Ash wore a white T-shirt with a print design of an exclamation mark in the shape of a Pikachu&#039;s tail.&lt;br /&gt;
*** In &#039;&#039;[[SM044|A Dream Encounter!]]&#039;&#039;, and in the second ending of &#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039;, [[Twerp, Twerpette]], Ash wore an orange T-shirt with a print design of a green palm tree next to the top half of a sun.&lt;br /&gt;
*** In &#039;&#039;[[SM058|Fighting Back the Tears!]]&#039;&#039;, Ash wore a light-blue T-shirt with a print design of a {{p|Popplio}}&#039;s face.&lt;br /&gt;
*** In &#039;&#039;[[SM070|The Young Flame Strikes Back!]]&#039;&#039;, Ash wore a white shirt with an unknown print design.&lt;br /&gt;
*** In &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, Ash wore a light-purple T-shirt with a print design of a red ping-pong racket and a ping-pong ball.&lt;br /&gt;
*** In &#039;&#039;[[SM084|The Shape of Love to Come!]]&#039;&#039;, Ash wore a white T-shirt. However, it is unknown what print design it is on the front, since nothing below his shoulders was seen under the blankets.&lt;br /&gt;
*** In &#039;&#039;[[SM097|No Stone Unturned!]]&#039;&#039;, Ash wore a light green T-shirt with a print design of two {{i|Poké Ball}}s and a yellow explosion-like print behind the Poké Balls.&lt;br /&gt;
*** In &#039;&#039;[[SM098|Bright Lights, Big Changes!]]&#039;&#039;, Ash wore an orange T-shirt as pajamas. However, it is unknown what print design it is on the front, since nothing below his shoulders was seen under the blankets.&lt;br /&gt;
*** In &#039;&#039;[[SM100|Battling the Beast Within!]]&#039;&#039;, Ash wore a blue T-shirt with a print design of a Pikachu surfing on a pink surfboard and light blue waves at the bottom.&lt;br /&gt;
*** In &#039;&#039;[[SM114|Beauty is Only Crystal Deep!]]&#039;&#039;, Ash wore a red T-shirt based off his hat (including the white Poké Ball design).&lt;br /&gt;
*** In the [[Poké Problem]] segment for &#039;&#039;[[SM126|Pikachu’s Exciting Adventure!]]&#039;&#039;, Ash wore a yellow T-shirt with a print design of Pikachu&#039;s face on it.&lt;br /&gt;
*** In &#039;&#039;[[SM145|Dreams of the Sun and Moon!]]&#039;&#039;, Ash wore a white T-shirt with a large blue stripe and a white airplane in the middle.&lt;br /&gt;
*** In &#039;&#039;[[JN004|Settling the Scorbunny!]]&#039;&#039;, &#039;&#039;[[JN042|Sword and Shield, Slumbering Weald!]]&#039;&#039;, and &#039;&#039;[[JN052|How Are You Gonna Keep &#039;Em Off of the Farm?]]&#039;&#039;, Ash wore a yellow-and-black T-shirt with a print design of Pikachu&#039;s face on it.&lt;br /&gt;
*** In &#039;&#039;[[JN016|A Chilling Curse!]]&#039;&#039;, Ash wore a pale yellow T-shirt with a print design of {{p|Charmander}}&#039;s head and tail complete with its flame on it.&lt;br /&gt;
*** In &#039;&#039;[[JN021|Caring for a Mystery!]]&#039;&#039;, Ash wore a blue T-shirt with a print design of a Poké Ball with two yellow stars.&lt;br /&gt;
*** In &#039;&#039;[[JN022|Goodbye, Friend!]]&#039;&#039;, Ash wore a white T-shirt with a print design of a volcano.&lt;br /&gt;
*** In &#039;&#039;[[JN030|Betrayed, Bothered, and Beleaguered!]]&#039;&#039;, Ash wore a white T-shirt with a print design of a {{p|Lickitung}}&#039;s face and one of its stripes.&lt;br /&gt;
*** In &#039;&#039;[[JN058|A Rollicking Roll...]]&#039;&#039;, &#039;&#039;[[JN059|When a House is Not a Home!]]&#039;&#039; and &#039;&#039;[[JN122|It&#039;s... Champion Time!]]&#039;&#039;, Ash wore a white T-shirt with a print design of a brown fist with an orange outline.&lt;br /&gt;
*** In &#039;&#039;[[JN059|When a House is Not a Home!]]&#039;&#039;, Ash wore a blue-violet T-shirt with a print design of {{p|Shellder}} on it.&lt;br /&gt;
*** In &#039;&#039;[[JN078|Detective Drizzile!]]&#039;&#039; and &#039;&#039;[[JN106|Radio Lulled the Mischievous Stars!]]&#039;&#039;, Ash wore a plain yellow T-shirt with a print design of Pikachu&#039;s face on it.&lt;br /&gt;
*** In &#039;&#039;[[JN132|Partners in Time!]]&#039;&#039;, Ash wore a white T-shirt with a print design of a gold medal and a crown above it.&lt;br /&gt;
* Whenever Ash and Goh (sometimes Chloe) sleep in at a [[Pokémon Center]] in &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;, they wear a set of cream-colored pajamas with brown buttons and a brown stripe in a Poké Ball fashion on the front pocket, first seen in &#039;&#039;[[JN038|Restore and Renew!]]&#039;&#039;. He wore them again in &#039;&#039;[[JN066|Under Color of Darkness!]]&#039;&#039;, &#039;&#039;[[JN074|Nightfall? Nightmares!]]&#039;&#039;, &#039;&#039;[[JN085|Battle Three With Bea!]]&#039;&#039;, and &#039;&#039;[[JN100|Meeting Up with the Monarch!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* Ash sometimes wore a white and orange shirt with blue shorts. He wore it in &#039;&#039;[[EP067|The Pi-Kahuna]]&#039;&#039; and &#039;&#039;[[EP074|All Fired Up!]]&#039;&#039;.&lt;br /&gt;
* Ash wore a tennis outfit in &#039;&#039;[[EP108|Pokémon Double Trouble]]&#039;&#039; consisting of a white collared shirt and blue shorts.&lt;br /&gt;
* In &#039;&#039;[[SM028|Pulling Out the Pokémon Base Pepper!]]&#039;&#039; and &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, Ash wore a baseball uniform when he played Pokémon Base with his classmates.&lt;br /&gt;
* In &#039;&#039;[[SM066|Smashing with Sketch!]]&#039;&#039;, Ash wore a blue ping-pong uniform when he played Pokémon Ping-Pong with his classmates.&lt;br /&gt;
* In &#039;&#039;[[SM110|Keeping Your Eyes on the Ball!]]&#039;&#039;, Ash wore a blue golf uniform when he played Pokémon Golf with his classmates.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* Ash wore a Team Rocket uniform in &#039;&#039;[[EP037|Ditto&#039;s Mysterious Mansion]]&#039;&#039;.&lt;br /&gt;
* Ash wore a doctors lab coat while helping out at the clinic in &#039;&#039;[[EP047|A Chansey Operation]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[EP053|The Purr-fect Hero]]&#039;&#039;, Ash fantasizes about wearing a {{wp|karate gi}}, and a {{wp|gyōji}} uniform.&lt;br /&gt;
* Ash wore army attire in &#039;&#039;[[EP133|Tanks a Lot!]]&#039;&#039; and &#039;&#039;[[EP218|Plant It Now... Diglett Later]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[EP176|Ariados, Amigos]]&#039;&#039;, Ash wore a red ninja uniform.&lt;br /&gt;
* Ash wore a blue-and-black-colored ninja clothing in &#039;&#039;[[AG156|From Cradle to Save!]]&#039;&#039;. Interestingly, he did not wear a white headband like most of the other characters, presumably because of his hat.&lt;br /&gt;
* Ash&#039;s [[Ultra Guardians|Ultra Guardian]] uniform is blue with a light blue line around the chest area.&lt;br /&gt;
* In &#039;&#039;[[SM068|Real Life...Inquire Within!]]&#039;&#039;, Ash wore a nurse outfit similar to the one that the Nurse Joy of [[Melemele Island]] wears. At first, he wore the female uniform, but later, he changed to a male uniform.&lt;br /&gt;
* In &#039;&#039;[[JN067|Sleuths for Truth!]]&#039;&#039;, Ash, along with Goh, wore a male police officer uniform similar to the one that the [[Officer Jenny]] of [[Vermilion City]] wears.&lt;br /&gt;
* In &#039;&#039;[[JN074|Nightfall? Nightmares!]]&#039;&#039;, Ash, along with Goh, had a dream where he wore the same Team Rocket uniform James wears, but the red &amp;quot;R&amp;quot; on the front in the English dub is an &amp;quot;S&amp;quot; in the Japanese version.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Rainwear=====&lt;br /&gt;
* In &#039;&#039;[[EP011|Charmander – The Stray Pokémon]]&#039;&#039; and a flashback scene in &#039;&#039;[[BW116|The Fires of a Red-Hot Reunion!]]&#039;&#039;, Ash wore a green raincoat.&lt;br /&gt;
* In &#039;&#039;[[XY084|Adventures in Running Errands!]]&#039;&#039;, Ash wore a green raincoat with a light green stripe in the middle.&lt;br /&gt;
&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
[[File:Ash snow pt.png|thumb|250px|Ash&#039;s jacket]]&lt;br /&gt;
* Ash wore a red jacket and olive pants in &#039;&#039;[[EP189|Freeze Frame]]&#039;&#039; and &#039;&#039;[[AG108|Let it Snow, Let it Snow, Let it Snorunt!]]&#039;&#039;.&lt;br /&gt;
* Ash wore a jacket similar to {{ga|Lucas}}&#039;s {{v2|Platinum}} jacket from &#039;&#039;[[DP125|Battling a Cute Drama!]]&#039;&#039; to &#039;&#039;[[DP129|Pillars of Friendship!]]&#039;&#039;. He was also seen wearing it during the credits of &#039;&#039;[[M12|Arceus and the Jewel of Life]]&#039;&#039;.&lt;br /&gt;
* In the freezer room in &#039;&#039;[[XY023|Coming Back into the Cold!]]&#039;&#039;, Ash, along with Clemont, Serena, Alexa, and Bonnie, he wore an orange snowsuit.&lt;br /&gt;
* In &#039;&#039;[[XY083|Over the Mountain of Snow!]]&#039;&#039;, Ash wore a blue snow jacket with mittens, an orange scarf, and red boots.&lt;br /&gt;
* In &#039;&#039;[[XY119|A Full-Strength Battle Surprise!]]&#039;&#039; to &#039;&#039;[[XY122|A Real Icebreaker!]]&#039;&#039;, Ash was sometimes seen wearing a blue coat with a light-blue cross shape across the front and blue boots with a light blue line along the top of them.&lt;br /&gt;
* In &#039;&#039;[[SM060|Getting a Jump on the Competition!]]&#039;&#039; and the third ending of &#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039;, [[Notebook of the Heart]], Ash wore red gloves, a blue jacket with a yellow stripe down the middle and a smaller and thinner stripe on the left side of his chest, with darker blue pants, and blue boots that are lighter than his boots and darker than his jacket with the yellow stripe around the top the boots.&lt;br /&gt;
* In &#039;&#039;[[JN008|The Sinnoh Iceberg Race!]]&#039;&#039;, &#039;&#039;[[JN015|A Snow Day for Searching!]]&#039;&#039;, &#039;&#039;[[JN057|Memories of a Warming Kindness!]]&#039;&#039;, and &#039;&#039;[[JN140|Bearing Down Easy!]]&#039;&#039;, Ash wore a blue jacket based on his vest, with yellow outlines on the opening of his pockets and on the of the left and right sides. He also wore it in &#039;&#039;[[JN111|The Homecoming Crown!]]&#039;&#039; and the fourth version of the Japanese opening to &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;, [[One, Two, Three]] along with indigo snow pants with black stripes on the sides, blue and yellow snow boots, red snow gloves, and off-white winter earmuffs.&lt;br /&gt;
* In &#039;&#039;[[JN071|Leaping Toward the Dream!]]&#039;&#039;, Ash wore orange exploration gear that are very similar to the ones in [[The Crown Tundra]] expansion in [[Pokémon Sword and Shield]].&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* In the [[original series]], Ash&#039;s most common swimwear is a pair of teal trunks with yellow stripes running down the sides. He also wore those same swim trunks in the end credits of &#039;&#039;[[M06|Jirachi Wishmaker]]&#039;&#039;. &lt;br /&gt;
* In &#039;&#039;[[EP081|Pallet Party Panic]]&#039;&#039;, Ash wore a blue with white stripes on the sides swim trunks in a fantasy.&lt;br /&gt;
* Ash wore blue trunks with palm trees and coconuts in &#039;&#039;[[EP108|Pokémon Double Trouble]]&#039;&#039;.&lt;br /&gt;
* Ash wore a blue wetsuit and scuba gear in &#039;&#039;[[EP214|Mantine Overboard!]]&#039;&#039; and &#039;&#039;[[EP220|The Mystery is History]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[M05|Pokémon Heroes: Latios &amp;amp; Latias]]&#039;&#039;, Ash wears a pair of light blue swim trunks with white stripes.&lt;br /&gt;
* Ash changed to a different swimsuit along with his main clothing in &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;, in which he wore orange trunks with a green and yellow double stripe going down the left side. The same pattern was on the right as well, but appeared only on the waistband and was much smaller. This swimsuit actually appeared once before, in &#039;&#039;[[EP067|The Pi-Kahuna]]&#039;&#039;, but it didn&#039;t appear frequently until Ash&#039;s adventures in Hoenn.&lt;br /&gt;
* In &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;, Ash wears red trunks with light blue lines at the bottom and dark blue upside-down v-patterns on the sides. Like his &#039;&#039;Advanced Generation&#039;&#039; swimsuit, Ash had worn this one before in &#039;&#039;[[M08|Lucario and the Mystery of Mew]]&#039;&#039;, but it didn&#039;t make frequent appearances until his adventures in Sinnoh.&lt;br /&gt;
* Ash wore trunks that were two shades of blue (dark on top and lighter on the bottom) with white stripes down the sides in &#039;&#039;[[M09|Pokémon Ranger and the Temple of the Sea]]&#039;&#039;.&lt;br /&gt;
* He also wore red trunks with large white Poké Ball prints on the sides in &#039;&#039;[[M12|Arceus and the Jewel of Life]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039;, Ash wears purple trunks with red lines near the legs and yellow lines on the side.&lt;br /&gt;
* Another pair of trunks appears in the fourth ending of &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039;, [[Look Look☆Here]]. The swim trunks are red, with a dark blue stripe at both sides of the trunks. In the anime itself, Ash wore it for the first time in &#039;&#039;[[BW087|Expedition to Onix Island!]]&#039;&#039;.&lt;br /&gt;
* During [[Peace Smile!]], the second ending of &#039;&#039;[[Pokémon the Series: XY]]&#039;&#039;, Ash wears blue swim trunks with an orange waistband.&lt;br /&gt;
* In &#039;&#039;[[M18|Hoopa and the Clash of Ages]]&#039;&#039;, Ash wears a pair of light blue swim trunks with white spots. In the actual anime, he wore this swimsuit in &#039;&#039;[[XY123|A Diamond in the Rough!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[Pokémon the Series: Sun &amp;amp; Moon]]&#039;&#039; and &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;, Ash wears black swim trunks with a white stripe running down both sides.&lt;br /&gt;
* In &#039;&#039;[[M20|Pokémon the Movie: I Choose You!]]&#039;&#039; and &#039;&#039;[[JNS05|Distant Blue Sky!]]&#039;&#039;, Ash in an alternate community wore a blue, red and yellow pair of swim trunks.&lt;br /&gt;
* In &#039;&#039;[[JN063|On Land, In the Sea, and to the Future!]]&#039;&#039;, when he, Goh and Chloe competed in the [[Marine Athletic Race]], Ash wears a blue and teal wetsuit with a small grey Poké Ball print and zip-up pocket pouches on the side along with blue goggles.&lt;br /&gt;
* In &#039;&#039;[[JN064|Absol Absolved!]]&#039;&#039;, Ash wears a pair of blue swim trunks with a white stripe running down both sides.&lt;br /&gt;
* In &#039;&#039;[[JN088|Looking Out for Number Two!]]&#039;&#039;, Ash wore a dark and light blue scuba gear.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Ash Pajamas.png|Ash&#039;s pajamas&lt;br /&gt;
File:Ash cow suit.png|Ash in a cow suit&lt;br /&gt;
File:Ashley.png|{{DL|Cross-dressing (anime)|Ashley}}&lt;br /&gt;
File:Ashmaturity.png|Ash without his hat, on his way to retrieve it&lt;br /&gt;
File:Ash Misty Brock army.png|Ash in Army attire&lt;br /&gt;
File:Misty Hollywood.png|Ash&#039;s [[Hollywood]] fantasy outfit&lt;br /&gt;
File:Ash Green Trunks.png|Ash&#039;s teal trunks in the [[original series]]&lt;br /&gt;
File:Ash Orange Swimtrunks.png|Ash&#039;s orange trunks from &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;&lt;br /&gt;
File:Ash Blue Trunks M09.png|Ash&#039;s blue trunks in &#039;&#039;[[M09|Pokémon Ranger and the Temple of the Sea]]&#039;&#039;&lt;br /&gt;
File:Ash Trunks DP089.png|Ash&#039;s red trunks in &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;&lt;br /&gt;
File:Ash Red Trunks M12.png|Ash&#039;s red trunks in &#039;&#039;[[M12|Arceus and the Jewel of Life]]&#039;&#039;&lt;br /&gt;
File:Ash BW Trunks.png|Ash&#039;s purple trunks in &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039;&lt;br /&gt;
File:BW ED 04.png|Ash&#039;s other pair of trunks in &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039;&lt;br /&gt;
File:Ash maid.png|Ash&#039;s maid outfit&lt;br /&gt;
File:Ninja Suits.png|Ash&#039;s ninja suit&lt;br /&gt;
File:Ash AG156 ninja.png|Ash&#039;s ninja outfit&lt;br /&gt;
File:Ash Aura Guardian.png|Ash in &#039;&#039;[[M08|Lucario and the Mystery of Mew]]&#039;&#039;&lt;br /&gt;
File:Ash Wallace Cup.png|Contest attire for the [[Wallace Cup]]&lt;br /&gt;
File:Hearthome Collection Ash.png|Ash in the [[Hearthome Collection]]&lt;br /&gt;
File:Hawaiian Clothing.png|Ash and {{AP|Pikachu}} [[DP096|wearing Hawaiian-styled clothing]] from [[Lila|Lila&#039;s shop]]&lt;br /&gt;
File:Younger Ash DP138.png|Younger Ash&lt;br /&gt;
File:Poke Ball Belt.png|Ash&#039;s [[Poké Ball]] belt&lt;br /&gt;
File:Ash Different Shirt.png|An orange striped, white t-shirt.&lt;br /&gt;
File:Ash Knight.png|Ash&#039;s knight costume worn [[BW038|during Luke&#039;s film]]&lt;br /&gt;
File:AG108 Winter Jacket.png|Ash&#039;s winter jacket in &#039;&#039;[[AG108|Let it Snow, Let it Snow, Let it Snorunt!]]&#039;&#039;&lt;br /&gt;
File:Ash Tennis Outfit.png|Ash&#039;s tennis outfit in &#039;&#039;[[EP108|Pokémon Double Trouble]]&#039;&#039;&lt;br /&gt;
File:Ash Musical show.png|Ash in the [[Pokémon Musical]]&lt;br /&gt;
File:Ash as Alder.png|Ash and {{AP|Pikachu}} as [[Alder]] and {{p|Bouffalant}} in &#039;&#039;[[BW069|Climbing the Tower of Success!]]&#039;&#039;&lt;br /&gt;
File:Ash racing suit.png|Ash&#039;s Rhyhorn racing suit in &#039;&#039;[[XY007|Giving Chase at the Rhyhorn Race!]]&#039;&#039;&lt;br /&gt;
File:Baron Ash.png|Ash at the [[Battle Chateau]] in &#039;&#039;[[XY020|Breaking Titles at the Chateau!]]&#039;&#039;&lt;br /&gt;
File:Ash Pajamas XY.png|Ash&#039;s pajamas in &#039;&#039;[[Pokémon the Series: XY]]&#039;&#039;&lt;br /&gt;
File:XY group swimsuits.png|Ash&#039;s swim trunks in &#039;&#039;Pokémon the Series: XY&#039;&#039;&lt;br /&gt;
File:Sky Trainer Ash.png|Ash&#039;s Sky Trainer suit in &#039;&#039;[[XY036|Battles in the Sky!]]&#039;&#039;&lt;br /&gt;
File:Ash Gourgeist Festival Costume.png|Ash in his {{p|Snorlax}} costume&lt;br /&gt;
File:Ash M19.png|Ash&#039;s outfit in &#039;&#039;[[M19|Volcanion and the Mechanical Marvel]]&#039;&#039;&lt;br /&gt;
File:Ketchums winning the lottery.png|Ash in one of his green Generation I game stock overworld/menu sprite T-shirts&lt;br /&gt;
File:Ash AG015.png|Ash&#039;s outfit in &#039;&#039;[[AG015|Gonna Rule The School!]]&#039;&#039;&lt;br /&gt;
File:Ash and classmates SM012.png|Ash&#039;s swim trunks in &#039;&#039;[[Pokémon the Series: Sun &amp;amp; Moon]]&#039;&#039;&lt;br /&gt;
Ash baseball uniform.png|Ash in his baseball uniform&lt;br /&gt;
File:Ash Ultra Guardian outfit.png|Ash&#039;s Ultra Guardian outfit&lt;br /&gt;
File:Ash Nurse Outfit.png|Ash&#039;s nurse outfit&lt;br /&gt;
File:Younger Ash JN.png|Ash at the age of six&lt;br /&gt;
File:Ash Goh police uniform.png|Ash&#039;s police unform&lt;br /&gt;
File:Ash Goh Team Rocket Uniform.png|Team Cerise uniform (original version)&lt;br /&gt;
File:JN074 dub edit.png|Team Cerise uniform (dub version)&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Outfits for Ash&#039;s Pokémon===&lt;br /&gt;
The following are images of {{cat|Ash&#039;s Pokémon}} wearing clothing and accessories:&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Pikachu M08.png|Pikachu&#039;s clown outfit in &#039;&#039;[[M08|Lucario and the Mystery of Mew]]&#039;&#039;&lt;br /&gt;
File:Hearthome Collection Pikachu.png|Pikachu in the [[Hearthome Collection]] (&#039;&#039;[[DP086|Arriving in Style!]]&#039;&#039;)&lt;br /&gt;
File:Ash Pikachu Gourgeist Festival Costume.png|Pikachu&#039;s {{p|Psyduck}} outfit in &#039;&#039;[[XY082|A Festival Trade! A Festival Farewell?]]&#039;&#039;&lt;br /&gt;
File:Ash Pikachu baseball cap.png|Pikachu&#039;s baseball cap in &#039;&#039;[[SM028|Pulling Out the Pokémon Base Pepper!]]&#039;&#039;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Misty}}==&lt;br /&gt;
===Main outfits===&lt;br /&gt;
[[File:Misty SM.png|thumb|120px|Misty&#039;s &#039;&#039;[[Original series]]&#039;, &#039;&#039;[[Pokémon the Series: Sun &amp;amp; Moon]]&#039;&#039; and &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039; outfit]]&lt;br /&gt;
====&#039;&#039;Original series&#039;&#039;, &#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039;, and &#039;&#039;Pokémon Journeys: The Series&#039;&#039;====&lt;br /&gt;
Misty&#039;s first outfit, and her best known, is a yellow crop top and jean shorts held up by red suspenders. Most of her midriff is exposed. She wears red, yellow and white sneakers with it, and carries a red drawstring backpack.&lt;br /&gt;
&lt;br /&gt;
This outfit also debuted her hairstyle, which is typically how she always wears it, regardless of her outfit: a small side ponytail. In &#039;&#039;[[Pokémon the Series: Sun &amp;amp; Moon]]&#039;&#039;, Misty holds a [[Key Stone]] on her hairband. She occasionally takes her hair down, but only when she is sleeping, bathing, or wearing a formal outfit of some sort. With her mermaid outfit, she wears her hair down with pearl ornaments.&lt;br /&gt;
&lt;br /&gt;
Misty wore this outfit from &#039;&#039;[[EP001|Pokémon - I Choose You!]]&#039;&#039; to &#039;&#039;[[HS11|A Date With Delcatty]]&#039;&#039;. She returned to wearing this outfit in &#039;&#039;[[SM042|Alola, Kanto!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;Pokémon the Series: Ruby and Sapphire&#039;&#039;====&lt;br /&gt;
[[File:Misty AG.png|thumb|200px|left|Misty&#039;s &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039; outfit]]&lt;br /&gt;
Misty&#039;s second outfit is a yellow sleeveless top or vest with a large blue button on the front and matching shorts, worn over some sort of dark red under-all (swimsuit or leotard, etc.). She wears short pale and burnt orange ankle boots with it. Misty changed bags three times while wearing this outfit. She had her red drawstring bag from her original outfit from &#039;&#039;[[AG044|The Princess and the Togepi]]&#039;&#039; to &#039;&#039;[[AG045|A Togepi Mirage!]]&#039;&#039;, a {{p|Spheal}}-shaped backpack from &#039;&#039;[[AG133|The Right Place and the Right Mime]]&#039;&#039; to &#039;&#039;[[AG134|A Real Cleffa-Hanger]]&#039;&#039;, and a pink purse in &#039;&#039;[[The Mastermind of Mirage Pokémon]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Misty wore this outfit from &#039;&#039;The Princess and the Togepi&#039;&#039; to &#039;&#039;The Mastermind of Mirage Pokémon&#039;&#039;.&lt;br /&gt;
{{clear-left}}&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* Misty wears a mermaid outfit when performing at the Cerulean Gym. It was first seen in &#039;&#039;[[EP061|The Misty Mermaid]]&#039;&#039;. The outfit consists of a shell-pattern bikini top, a light blue mermaid fin, and a pearl ornament.&lt;br /&gt;
* Misty wore a {{p|Slowpoke}} costume in  &#039;&#039;[[EP142|A Shadow of a Drought]]&#039;&#039;.&lt;br /&gt;
* Misty wore a red and pink dress with long red tights in &#039;&#039;[[EP160|Air Time!]]&#039;&#039;. One of the sleeves jutted out, which she used as a perch for {{TP|Misty|Togepi}} to sit on.&lt;br /&gt;
[[File:Misty Kimono Girl.png|thumb|120px|Misty in her pink yukata]]&lt;br /&gt;
====Formal clothes====&lt;br /&gt;
* Misty wears a {{wp|yukata}} to a summer festival in &#039;&#039;[[EP020|The Ghost of Maiden&#039;s Peak]]&#039;&#039;. It appears again in the fourth ending theme, &#039;&#039;[[Pokémon Ondo]]&#039;&#039;.&lt;br /&gt;
* Misty wears a stage dress designed to look like {{p|Goldeen}} in &#039;&#039;[[EP043|The March of the Exeggutor Squad]]&#039;&#039;.&lt;br /&gt;
* Misty wears a pink {{wp|kimono}} for the Princess festival in &#039;&#039;[[EP052|Princess vs. Princess]]&#039;&#039;.&lt;br /&gt;
* Misty fantasizes about wearing a red dress for a movie premier in &#039;&#039;[[EP070|Go West Young Meowth]]&#039;&#039;.&lt;br /&gt;
* Misty and Brock both wore special outfits for the [[Weekly Pokémon Broadcasting Station]]. Misty&#039;s outfit is a red {{wp|Cheongsam}}.&lt;br /&gt;
* Misty wore a yellow dress as part of Brock’s fantasy in &#039;&#039;[[EP165|Hassle in the Castle]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* Misty wore a light-brown blanket in &#039;&#039;[[Snow Way Out!]]&#039;&#039;.&lt;br /&gt;
* Misty wore a face mask in &#039;&#039;[[EP239|Whichever Way the Wind Blows]]&#039;&#039;.&lt;br /&gt;
* Misty wore an orange life jacket in &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039;.&lt;br /&gt;
* Misty wore a pink heart-shape hair tie in her hair in &#039;&#039;[[JN144|Getting to the Heart of it All!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
[[File:Misty SM2.png|thumb|250px|Misty in her Alola outfit]]&lt;br /&gt;
* Misty wore a pink blouse and a long, brown skirt in her fantasy of France in &#039;&#039;[[EP009|The School of Hard Knocks]]&#039;&#039;.&lt;br /&gt;
* Misty wore a red shirt underneath a pink jacket with green and yellow stripes, that had the image of an {{P|Electrode}}, and blue sunglasses around her neck, and a fortune cookie shape necklace. She also had her hair up in bun tails that was hold up by two pink-heart shape and green circle hair ties, and two pink hair clips in the middle as part of [[Team Rocket]]&#039;s makeover in &#039;&#039;[[EP028|Pokémon Fashion Flash]]&#039;&#039;.&lt;br /&gt;
* A flashback in &#039;&#039;[[EP052|Princess vs. Princess]]&#039;&#039; showed Misty as a child, wearing a pink dress with some yellow spots around it and a red bow on the back.&lt;br /&gt;
* Misty wore a blue jacket with a black and red cap as a disguise in &#039;&#039;[[EP057|The Breeding Center Secret]]&#039;&#039;.&lt;br /&gt;
* A flashback in &#039;&#039;[[HS02|Cerulean Blues!]]&#039;&#039; showed Misty as a baby, wearing a sky-blue shirt and yellow diaper.&lt;br /&gt;
* Misty wore a sleeveless yellow top with a hood, slightly longer and looser blue shorts, a small white belt with a pink buckle, and reddish-brown penny loafer shoes worn with white socks in &#039;&#039;[[HS16|Luvdisc is a Many Splendored Thing!]]&#039;&#039;.&lt;br /&gt;
* Misty wore an orange, summer-oriented outfit during her visit to [[Alola]] from &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039; to &#039;&#039;[[SM103|Heart of Fire! Heart of Stone!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* Misty wore a yellow shirt with sleeves as pajamas in &#039;&#039;[[EP068|Make Room for Gloom]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* Misty sometimes wore a blue shirt with black shorts. She wore it in &#039;&#039;[[EP067|The Pi-Kahuna]]&#039;&#039; and &#039;&#039;[[EP074|All Fired Up!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* Misty donned a Team Rocket uniform in &#039;&#039;[[EP037|Ditto&#039;s Mysterious Mansion]]&#039;&#039;.&lt;br /&gt;
* Misty wore a [[Nurse Joy]] outfit while helping out at the clinic in &#039;&#039;[[EP047|A Chansey Operation]]&#039;&#039;.&lt;br /&gt;
* Misty wore an army attire in &#039;&#039;[[EP133|Tanks A Lot!]]&#039;&#039; and &#039;&#039;[[EP218|Plant It Now... Diglett Later]]&#039;&#039;.&lt;br /&gt;
* Misty wore a blue ninja uniform in &#039;&#039;[[EP176|Ariados, Amigos]]&#039;&#039;.&lt;br /&gt;
[[File:Misty HGSS Jacket.png|thumb|150px|Misty&#039;s jacket]]&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Rainwear=====&lt;br /&gt;
* Misty wore a pink raincoat in &#039;&#039;[[EP011|Charmander – The Stray Pokémon]]&#039;&#039; and a flashback scene in &#039;&#039;[[BW116|The Fires of a Red-Hot Reunion!]]&#039;&#039;.&lt;br /&gt;
* After the weather conditions turned poor in &#039;&#039;[[M02|The Power of One]]&#039;&#039;, Misty wore a pink jacket that had a horizontal light blue stripe across the chest.&lt;br /&gt;
&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* Misty wore a hot pink with a black stripe on one side jacket in &#039;&#039;[[EP126|The Chikorita Rescue]]&#039;&#039;.&lt;br /&gt;
* Misty wore a red jacket and olive pants in &#039;&#039;[[EP189|Freeze Frame]]&#039;&#039;.&lt;br /&gt;
* Misty wore a white and light blue jacket in &#039;&#039;[[JN140|Bearing Down Easy!]]&#039;&#039;, similar to her {{ga|Misty|game counterpart&#039;s}} in {{g|HeartGold and SoulSilver}}.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
[[File:Misty Blue Bikini.png|thumb|250px|Misty in a blue bikini]]&lt;br /&gt;
* Misty&#039;s most common swimwear is a red bikini, seen worn in &#039;&#039;[[EP004|Challenge of the Samurai]]&#039;&#039;, &#039;&#039;[[EP018|Beauty and the Beach]]&#039;&#039;, &#039;&#039;[[EP031|Dig Those Diglett!]]&#039;&#039;, &#039;&#039;[[EP066|The Evolution Solution]]&#039;&#039;, &#039;&#039;[[EP142|A Shadow of a Drought]]&#039;&#039; and &#039;&#039;[[EP167|A Hot Water Battle]]&#039;&#039;.&lt;br /&gt;
* Misty fantasizes about sunbathing in a pink bikini in &#039;&#039;[[EP015|Battle Aboard the St. Anne]]&#039;&#039;.&lt;br /&gt;
* Misty wears a yellow bikini with a skirt and a red star on the top in &#039;&#039;[[EP067|The Pi-Kahuna]]&#039;&#039;.&lt;br /&gt;
* Misty wore a red and pink bikini in a fantasy in &#039;&#039;[[EP081|Pallet Party Panic]]&#039;&#039;.&lt;br /&gt;
* Misty wears a red one-piece bathing suit with white flowers in &#039;&#039;[[EP108|Pokémon Double Trouble]]&#039;&#039;.&lt;br /&gt;
* Misty wore a pink and blue wetsuit and scuba gear in &#039;&#039;[[EP214|Mantine Overboard!]]&#039;&#039; and &#039;&#039;[[EP220|The Mystery is History]]&#039;&#039;.&lt;br /&gt;
* Misty wears a green and white striped bikini in &#039;&#039;[[HS02|Cerulean Blues]]&#039;&#039;.&lt;br /&gt;
* Misty wore a dark blue, two-piece bikini underneath her normal clothes that resembles the one her video game counterpart wore in the [[Generation I]] games in &#039;&#039;[[SM042|Alola, Kanto!]]&#039;&#039;, &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039; and &#039;&#039;[[JN132|Partners in Time!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Baby Misty.png|Misty as a baby&lt;br /&gt;
File:Misty outfit HS16.png|Misty in &#039;&#039;[[HS16|Luvdisc is a Many Splendored Thing!]]&#039;&#039;&lt;br /&gt;
File:Misty Ash Kimonos.png|Misty and Ash dancing in their yukatas&lt;br /&gt;
File:Misty EP028 Makeover.png|Misty&#039;s makeover&lt;br /&gt;
File:Jessie Misty kimonos crowns.png|Misty wearing a pink kimono and crown&lt;br /&gt;
File:Misty Hollywood.png|Misty&#039;s [[Hollywood]] fantasy outfit&lt;br /&gt;
File:Misty Brock Sports Outfit.png|Misty and Brock in sports wear&lt;br /&gt;
File:Misty Red Bikini.png|Misty in a red bikini&lt;br /&gt;
File:Misty St Anne fantasy.png|Misty&#039;s St. Anne Fantasy&lt;br /&gt;
File:Misty Yellow Bikini.png|Misty in a yellow bikini&lt;br /&gt;
File:Misty Green Bikini.png|Misty in a green bikini&lt;br /&gt;
File:Misty Goldeen outfit.png|Misty&#039;s Goldeen outfit&lt;br /&gt;
File:Misty Mermaid HS02.png|Misty&#039;s Mermaid outfit&lt;br /&gt;
File:Misty France.png|Misty&#039;s French fantasy&lt;br /&gt;
File:Misty red dress.png|Misty&#039;s red Chinese-style dress&lt;br /&gt;
File:Ninja Suits.png|Misty in a ninja suit&lt;br /&gt;
File:Misty pajamas.jpg|Misty in her pajamas&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Brock}}==&lt;br /&gt;
===Main outfits===&lt;br /&gt;
Brock&#039;s main outfits contain different shades of the earthy colors green, brown, and orange.&lt;br /&gt;
[[File:Brock OS.png|thumb|left|80px|Brock&#039;s [[original series]] outfit]]&lt;br /&gt;
[[File:BrockAG.png|thumb|120px|Brock&#039;s &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039; outfit]]&lt;br /&gt;
[[File:Brock DP.png|thumb|120px|Brock&#039;s &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039; and &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039; outfit]]&lt;br /&gt;
&lt;br /&gt;
====Original series====&lt;br /&gt;
One of the most distinct features of Brock&#039;s first outfit was his green vest, which had four large pockets on the front. He wore this over an orange short-sleeved shirt, along with brown pants and blue and white sneakers. On either side of his belt, which was black with a gold rectangular buckle, he had attached brown belt pockets. With it, he carried a large, blue backpack with a bedroll seen strapped to it at the top.&lt;br /&gt;
&lt;br /&gt;
It is assumed he keeps many supplies in his many pockets, just as he tends to fill his bag with more supplies than it should be realistically able to hold. However, he has never been seen reaching into these pockets, so their contents remain unknown. The numerous pockets in this outfit were seen in all of his outfits.&lt;br /&gt;
&lt;br /&gt;
Brock wore this outfit from &#039;&#039;[[EP005|Showdown in Pewter City]]&#039;&#039; to &#039;&#039;[[HS01|A Family That Battles Together Stays Together!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;Pokémon the Series: Ruby and Sapphire&#039;&#039;====&lt;br /&gt;
Brock&#039;s second outfit was a brown jacket with an orange collar. Under it, he wore a green undershirt, but he no longer wears a belt. His clothing slightly mirrors that of his game counterpart in Generation III.&lt;br /&gt;
His shoes are dark blue, and his new backpack is blue but has no bedroll.&lt;br /&gt;
&lt;br /&gt;
Brock wore this outfit from &#039;&#039;[[HS01|A Family That Battles Together Stays Together!]]&#039;&#039; to &#039;&#039;[[AG192|Home is Where the Start Is!]]&#039;&#039;. In the main series, it was first seen in Brock&#039;s comeback episode &#039;&#039;[[AG004|You Never Can Taillow]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;Pokémon the Series: Diamond and Pearl&#039;&#039; and &#039;&#039;Pokémon Journeys: The Series&#039;&#039;====&lt;br /&gt;
Brock&#039;s third outfit is one step closer to his original series outfit. He wears a vest again, but the colors are reversed. Instead of a green vest and an orange shirt, he wears an orange vest (which also consists of gray) and a green shirt. His new shoes and backpack are still blue, and his backpack does not have a bedroll.&lt;br /&gt;
&lt;br /&gt;
Brock wore this outfit from &#039;&#039;[[DP002|Two Degrees of Separation!]]&#039;&#039; to [[BWS01]]. He returned to wearing this outfit from &#039;&#039;[[JNS02|The Arceus Chronicles (Part 2)]]&#039;&#039; to &#039;&#039;[[JN106|Radio Lulled the Mischievous Stars!]]&#039;&#039;.&lt;br /&gt;
[[File:Brock SM.png|thumb|left|120px|Brock&#039;s &#039;&#039;[[Pokémon the Series: Sun &amp;amp; Moon]]&#039;&#039; and second &#039;&#039;Pokémon Journeys: The Series&#039;&#039; outfit]]&lt;br /&gt;
====&#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039; and &#039;&#039;Pokémon Journeys: The Series&#039;&#039; (second outfit)====&lt;br /&gt;
Brock&#039;s fourth outfit looked almost identical to his original outfit. The only difference is his vest, which now has just two pockets instead of the original four. Brock also holds a [[Key Stone]] necklace inside his shirt and was seen without his vest in &#039;&#039;[[SM043|When Regions Collide!]]&#039;&#039;. Brock wore this outfit during his return in &#039;&#039;[[SM042|Alola, Kanto!]]&#039;&#039; and &#039;&#039;When Regions Collide!&#039;&#039;. He returned to wearing this outfit in &#039;&#039;[[JN139|Must Be Our Heroes and the Witch!]]&#039;&#039;.&lt;br /&gt;
{{left clear}}&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* Brock wore a {{p|Slowpoke}} costume in  &#039;&#039;[[EP142|A Shadow of a Drought]]&#039;&#039;.&lt;br /&gt;
* Brock wore a long, blue, medieval-themed robe for [[DJ Mary]]&#039;s radio show in &#039;&#039;[[EP160|Air Time!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[M06|Jirachi Wish Maker]]&#039;&#039;, Brock wore a clown costume.&lt;br /&gt;
* Brock wore a prince outfit in &#039;&#039;[[AG166|Curbing the Crimson Tide]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Formal clothes====&lt;br /&gt;
* Brock and Ash don party outfits in &#039;&#039;[[EP043|The March of the Exeggutor Squad]]&#039;&#039;. Brock wears a white outfit with large pink frills on the sleeves and pant cuffs. He holds a pair of {{wp|maraca}}s with it.&lt;br /&gt;
* Brock fantasizes about wearing a blue {{wp|tuxedo (clothing)|tuxedo}} for a movie premiere in &#039;&#039;[[EP070|Go West Young Meowth]]&#039;&#039;.&lt;br /&gt;
* One of Brock&#039;s best known outfits is his &#039;&#039;&amp;quot;[[Takeshi&#039;s Paradise]]&amp;quot;&#039;&#039; outfit. This was possibly inspired by his outfit in &#039;&#039;[[EP043|The March of the Exeggutor Squad]]&#039;&#039;. It is similar in many ways, particularly the pink frills. However, this outfit is purple and red instead of white. Also, he wears a large {{wp|sombrero}} with it, and his {{wp|maraca}}s now look like {{i|Poké Ball}}s. He wore a similar outfit in &#039;&#039;[[DP087|The Psyduck Stops Here!]]&#039;&#039;&lt;br /&gt;
* Brock wears a white tuxedo in &#039;&#039;[[EP169|Beauty and the Breeder]]&#039;&#039;. He is seen in it again in [[Temacu]]&#039;s wedding fantasy in &#039;&#039;[[EP198|The Heartbreak of Brock]]&#039;&#039; with a rose tucked in the breast pocket.&lt;br /&gt;
* Brock and Misty both wore special outfits for the [[Weekly Pokémon Broadcasting Station]]. Brock&#039;s outfit is a lime green tuxedo with an oversized sparkling pink {{wp|bow tie}}.&lt;br /&gt;
* Brock wears a purple {{wp|suit (clothing)|suit}} in fantasies in &#039;&#039;[[AG117|Berry, Berry Interesting]]&#039;&#039; and &#039;&#039;[[AG141|Hail to the Chef]]&#039;&#039;. For some reason, these fantasies also always involve Brock&#039;s woman of choice in a red dress with a white hair accessory and drinking milk from a wine glass. However, the suit itself is variable; in the first episode, he wears it with a {{wp|necktie|tie}}, and in the second, with a bow tie.&lt;br /&gt;
* In &#039;&#039;[[M08|Lucario and the Mystery of Mew]]&#039;&#039;, the characters dress up in formal medieval-themed outfits. Brock wears a beige robe similar to that of a priest covered by some sort of {{wp|cape}} or {{wp|mantle}} in brown, green, orange, and trimmed with gold, all topped with an orange {{wp|cap|skullcap}}.&lt;br /&gt;
* Brock wore an all white suit in a fantasy in &#039;&#039;[[DP082|Cream of the Croagunk Crop!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[JN139|Must Be Our Heroes and the Witch!]]&#039;&#039;, Brock wore a white and gold chef suit.&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* One of Brock&#039;s best known accessories is his pink frilly {{wp|apron}}. He frequently wears it while cooking or doing other chores.&lt;br /&gt;
* He also wears an alternate apron, known as the &amp;quot;movie apron&amp;quot; since it is only seen in the [[Pokémon movie|Pokémon movies]]. This apron is bright blue with neon green straps.&lt;br /&gt;
* In &#039;&#039;[[Snow Way Out!]]&#039;&#039;, Brock wore a pink blanket.&lt;br /&gt;
* In &#039;&#039;[[EP239|Whichever Way the Wind Blows]]&#039;&#039;, Brock wore a face mask..&lt;br /&gt;
* In &#039;&#039;[[AG077|A Fan with a Plan]]&#039;&#039;, Brock wore a dark-blue apron in a fantasy. &lt;br /&gt;
* In &#039;&#039;[[DP025|Oh Do You Know The Poffin Plan!]]&#039;&#039;, &#039;&#039;[[DP084|Hungry for the Good Life!]]&#039;&#039;, and &#039;&#039;[[DP092|A Lean Mean Team Rocket Machine!]]&#039;&#039;, Brock wore a yellow apron.&lt;br /&gt;
* In &#039;&#039;[[JN141|A Squad&#039;s Worth of Passion!]]&#039;&#039;, Brock wore a pair of the [[Squirtle Squad]] sunglass.&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
[[File:Brock SM2.png|thumb|250px|Brock in his Alola outfit]]&lt;br /&gt;
* In &#039;&#039;[[AG011|A Bite to Remember]]&#039;&#039;, Brock wore a lab coat.&lt;br /&gt;
* In &#039;&#039;[[DP082|Cream of the Croagunk Crop!]]&#039;&#039;, &#039;&#039;[[DP083|A Crasher Course in Power!]]&#039;&#039;, &#039;&#039;[[DP140|Historical Mystery Tour!]]&#039;&#039;, and &#039;&#039;[[DP141|Challenging a Towering Figure!]]&#039;&#039;, Brock wore a blue vest with a white on the side and a picture of a {{p|Croagunk}} on the back.&lt;br /&gt;
* Brock wore a stylish outfit with a matching cap in &#039;&#039;[[DP095|Battling The Generation Gap!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[DP116|The Drifting Snorunt!]]&#039;&#039;, Brock wore a light-red poncho.&lt;br /&gt;
* From &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039; to &#039;&#039;[[SM103|Heart of Fire! Heart of Stone!]]&#039;&#039;, Brock wore a summer shirt with a blue, green and white pattern, and cream-colored shorts during his visit to [[Alola]].&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* In &#039;&#039;[[AG034|Having a Wailord of a Time]]&#039;&#039;, a flashback of Brock when he was younger shows him wearing a green t-shirt and pants as pajamas.&lt;br /&gt;
* In &#039;&#039;[[DP088|Camping it Up!]]&#039;&#039;, &#039;&#039;[[DP100|Aiding the Enemy!]]&#039;&#039;, &#039;&#039;[[DP137|Three Sides to Every Story!]]&#039;&#039;, and [[DPS02]], Brock is seen wearing a gray tank top and shorts as sleepwear.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* Brock sometimes wore a red top with the number ninety-one in the middle and red shorts. He wore it in &#039;&#039;[[EP067|The Pi-Kahuna]]&#039;&#039; and &#039;&#039;[[EP074|All Fired Up!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[EP130|A Bout With Sprout]]&#039;&#039;, Brock wore a ballet dancer outfit.&lt;br /&gt;
[[File:Brock JN.png|thumb|200px|Brock in his Pokémon Doctor outfit]]&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* Brock wore a Team Rocket uniform in &#039;&#039;[[EP037|Ditto&#039;s Mysterious Mansion]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[EP047|A Chansey Operation]]&#039;&#039;, &#039;&#039;[[AG188|Pinch Healing!]]&#039;&#039;, &#039;&#039;[[DP051|A Glory Blaze!]]&#039;&#039;, and [[BWS01]], Brock would sometimes wear a doctors work coat when he would treat Pokémon.&lt;br /&gt;
* In &#039;&#039;[[EP053|The Purr-fect Hero]]&#039;&#039;, Brock fantasizes about wearing {{wp|samurai}} {{wp|ō-yoroi}} armor and a {{wp|sumo}} suit.&lt;br /&gt;
* Brock wore army attire in &#039;&#039;[[EP133|Tanks A Lot!]]&#039;&#039; and &#039;&#039;[[EP218|Plant It Now... Diglett Later]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[EP176|Ariados, Amigos]]&#039;&#039;, Brock wore a yellow ninja uniform.&lt;br /&gt;
* In &#039;&#039;[[AG156|From Cradle to Save!]]&#039;&#039;, Brock wore blue-and-black-colored ninja clothing and a white headband.&lt;br /&gt;
* In &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039;, Brock wore a nurse outfit similar to the one that the Nurse Joy of [[Melemele Island]] wears.&lt;br /&gt;
* In &#039;&#039;[[JNS02|The Arceus Chronicles (Part 2)]]&#039;&#039; and &#039;&#039;[[JN132|Partners in Time!]]&#039;&#039;, Brock wore a blue outfit with a lab coat, and black and white shoes while he&#039;s working as a Pokémon Doctor.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Rainwear=====&lt;br /&gt;
* In &#039;&#039;[[EP011|Charmander – The Stray Pokémon]]&#039;&#039; and a flashback scene in &#039;&#039;[[BW116|The Fires of a Red-Hot Reunion!]]&#039;&#039;, Brock wore a purple raincoat.&lt;br /&gt;
* In &#039;&#039;[[DP028|Drifloon On the Wind!]]&#039;&#039;, Brock wore a blue raincoat.&lt;br /&gt;
&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
[[File:Brock snow pt.png|thumb|250px|Brock&#039;s jacket]]&lt;br /&gt;
* Brock wore a blue jacket, gloves and boots with a white sweater and pants in a fantasy in &#039;&#039;[[EP126|The Chikorita Rescue]]&#039;&#039;.&lt;br /&gt;
* Brock wore a red jacket and olive pants in &#039;&#039;[[EP189|Freeze Frame]]&#039;&#039; and &#039;&#039;[[AG108|Let it Snow, Let it Snow, Let it Snorunt!]]&#039;&#039;.&lt;br /&gt;
* Brock wore a jacket similar to {{ga|Lucas}}&#039;s in Platinum from &#039;&#039;[[DP125|Battling a Cute Drama!]]&#039;&#039; to &#039;&#039;[[DP129|Pillars of Friendship!]]&#039;&#039;, as well as part of the credits of &#039;&#039;[[M12|Arceus and the Jewel of Life]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[JN140|Bearing Down Easy!]]&#039;&#039;, Brock wore a green and black jacket.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* Brock&#039;s first swimwear was a pair of light purple swim trunks with three dark blue diamonds on the sides. From &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039; onwards, these trunks were colored dark purple, due to the different palette used in the digitally colored episodes beginning with &#039;&#039;[[EP261|Here&#039;s Lookin&#039; at You, Elekid]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[EP081|Pallet Party Panic]]&#039;&#039;, Brock wore green swim trunks in a fantasy.&lt;br /&gt;
* In &#039;&#039;[[EP220|The Mystery is History]]&#039;&#039;, Brock wore a blue wetsuit and scuba gear.&lt;br /&gt;
* In the end credits of &#039;&#039;[[M06|Jirachi Wishmaker]]&#039;&#039;, Brock wore blue swim trunks.&lt;br /&gt;
* In &#039;&#039;[[M09|Pokémon Ranger and the Temple of the Sea]]&#039;&#039;, Brock wore a pair of olive green trunks with an orange stripe down the side. These trunks would later become Brock&#039;s main swimwear in &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;. Brock also wore his new trunks in the hot spring scene in &#039;&#039;[[M08|Lucario and the Mystery of Mew]]&#039;&#039;, but this is only known from the artwork, as in the scene itself, nothing below Brock&#039;s neck was seen above water.&lt;br /&gt;
* Like Ash and Dawn, Brock wore a different swimsuit than his normal one in &#039;&#039;[[M12|Arceus and the Jewel of Life]]&#039;&#039; - in Brock&#039;s case, a pair of dark green trunks with white lines on them. Like Ash&#039;s and Dawn&#039;s new swimwear, Brock&#039;s new trunks are quite unique, as he only wore them in that movie.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery perrow=5&amp;gt;&lt;br /&gt;
File:Brock army outfit.png|Brock in army attire&lt;br /&gt;
File:Misty Hollywood.png|Brock&#039;s [[Hollywood]] fantasy outfit&lt;br /&gt;
File:Ninja Suits.png|Brock in a ninja suit&lt;br /&gt;
File:Brock AG156 ninja.png|Brock in a ninja outfit&lt;br /&gt;
File:Brock DP095.png|Brock at [[Lila]]&#039;s shop&lt;br /&gt;
File:Dawn Brock Swimwear.png|Brock&#039;s swim trunks from &#039;&#039;[[DP047|Sandshrew&#039;s Locker!]]&#039;&#039;&lt;br /&gt;
File:Ash Brock outfits EP043.png|Brock and Ash in their dance costumes&lt;br /&gt;
File:Brock apron EP085.png|Brock in an apron&lt;br /&gt;
File:Brock Takeshi Paradise outfit.png|Brock in his &#039;&#039;Takeshi&#039;s Paradise&#039;&#039; outfit&lt;br /&gt;
File:Brocks katana.png|Brock in {{wp|samurai}} armor from &#039;&#039;[[EP053|The Purr-fect Hero]]&#039;&#039;&lt;br /&gt;
File:EP160 outfits.png|Ash and his friends in a &amp;quot;prince&amp;quot; story from &#039;&#039;[[EP160|Air Time!]]&#039;&#039;&lt;br /&gt;
File:Brock in suit.png|Brock wearing a tuxedo&lt;br /&gt;
File:Dawn Brock raincoats.png|Brock wearing a raincoat&lt;br /&gt;
File:Brock shirt SM.png|Brock without his vest&lt;br /&gt;
File:Brock Jacket JN.png|Brock&#039;s second jacket&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{Tracey}}==&lt;br /&gt;
===Main outfit===&lt;br /&gt;
[[File:Tracey Sketchit.png|thumb|Tracey&#039;s main outfit]]&lt;br /&gt;
Tracey has only had one main outfit throughout the entire series. It consists of a loose green {{wp|T-shirt}}, reddish-brown shorts, blue and yellow sneakers, an orange backpack, and his most notable accessory, a salmon-colored headband that he uses to keep his hair out of his face.&lt;br /&gt;
Tracey is the only main character from the original series whose outfit was not changed at the start of any of the newer series.&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In &#039;&#039;[[HS16|Luvdisc is a Many Splendored Thing!]]&#039;&#039;, {{an|Daisy}} fantasized Tracey playing the prince in her water ballet alongside Misty. This outfit consisted of a blue shirt with long sleeves and gold trimming, teal pants, a red cape, and a silver crown. This would be the second time he is seen without his headband.&lt;br /&gt;
====Formal clothes====&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* His first swimsuit was a pair of navy-blue swim trunks with two red lines on either side, as seen in &#039;&#039;[[EP092|The Joy of Pokémon]]&#039;&#039;.&lt;br /&gt;
* The second was seen in &#039;&#039;[[EP108|Pokémon Double Trouble]]&#039;&#039;. It is still a pair of navy blue swim trunks but with a sunflower print. He also removed his headband while in this outfit.&lt;br /&gt;
* The third was seen in &#039;&#039;[[HS05|The Blue Badge of Courage]]&#039;&#039;. It is another pair of blue swim trunks but with an orange stripe painted on the legs.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery perrow=5&amp;gt;&lt;br /&gt;
File:Tracey trunks EP092.png|Tracey&#039;s first swimsuit&lt;br /&gt;
File:Tracey Sunflowered Trunks.png|Tracey in flower-patterned trunks&lt;br /&gt;
File:Tracey Trunks HS05.png|Tracey&#039;s trunks in &#039;&#039;[[HS05|The Blue Badge of Courage]]&#039;&#039;&lt;br /&gt;
File:Tracey Prince.png‎|Tracey&#039;s prince outfit&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|May}}==&lt;br /&gt;
===Main outfits===&lt;br /&gt;
[[File:May AG.png|120px|thumb|May&#039;s &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039; outfit]]&lt;br /&gt;
====&#039;&#039;Pokémon the Series: Ruby and Sapphire&#039;&#039;====&lt;br /&gt;
May&#039;s first outfit is a red t-shirt with a dark blue circle around her neck, dark blue bike shorts, white skirt, a pair of black socks, red and yellow sneakers, a red bandanna with a white Poké Ball print, a yellow waist-pack, and dark-blue and white gloves. It is based on the outfit her {{ga|May|game counterpart}} wears in {{game|Ruby and Sapphire|s}}. May wore this outfit from &#039;&#039;[[AG001|Get the Show on the Road!]]&#039;&#039; to &#039;&#039;[[AG192|Home Is Where the Start Is]]&#039;&#039;.&lt;br /&gt;
[[File:May DP series.png|thumb|200px|left|May&#039;s &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039; outfit]]&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;Pokémon the Series: Diamond and Pearl&#039;&#039;====&lt;br /&gt;
May&#039;s second outfit is based on the outfit that her {{ga|May|game counterpart}} wears in {{game|Emerald}}. It consists of a green bandanna, a sleeveless and short orange tunic with a black collar, black bike shorts, black socks, white, black and green gloves, and orange and white sneakers. She also carries a green waist-pack similar to the one she carried in &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;. When she got off the boat, she was seen with a yellow backpack. It is unknown if she normally carries this or only had it because she was traveling a long distance (to Sinnoh from Johto). May started wearing this outfit prior to &#039;&#039;[[DP075|Our Cup Runneth Over!]]&#039;&#039;.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* May wore a maiden outfit and a [[Nurse Joy]] outfit in &#039;&#039;[[AG104|Claydol Big and Tall]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Formal clothes====&lt;br /&gt;
[[File:May Max JN.png|thumb|250px|May in her Contest Costume]]&lt;br /&gt;
* In &#039;&#039;[[M08|Lucario and the Mystery of Mew]]&#039;&#039;, the characters dress up in formal medieval-themed outfits. May wears a white, pink and red {{wp|ball gown}} decorated with tiny bows and an ornament sewn similar to {{p|Beautifly}} wings on the back. She wears her hair in two different ways in this outfit, with different accessories for each: in one way, she wears a large red rabbit-ear bow styled to look like her regular {{wp|kerchief|bandana}}, and another, she has little pink pom-poms in her hair.&lt;br /&gt;
* During the [[Wallace Cup]], May wore a unique Arabian-style outfit for the Contest. It comprised of a vermilion crop-top with a yellow heart on it with yellow border on the sleeves and neck, a peach-pink veil with a green gem on top, and a light purple skirt with a piece of pink fabric at the waist. She also wore brown sandals and a yellow necklace with a red heart.&lt;br /&gt;
* In &#039;&#039;[[JN132|Partners in Time!]]&#039;&#039;, May wears a [[Contest Costume]] that is similar to the one her game counterpart wears in {{g|Omega Ruby and Alpha Sapphire}}. It consists of a pink and white crop top and skirt, with purple and yellow accents. She also wears white earrings, a yellow bracelet on her right wrist, and a part of her hair is tied in a small ponytail with a pink bow that has three ribbons and a gem in the middle.&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* May wore a green and yellow apron in &#039;&#039;[[AG090|Pokéblock, Stock, and Berry]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* May was seen sleeping in a plain yellow t-shirt in the beginning of &#039;&#039;[[AG021|Which Wurmple&#039;s Which?]]&#039;&#039;, and in &#039;&#039;[[AG053|Game Winning Assist!]]&#039;&#039;.&lt;br /&gt;
* May was seen briefly wearing a white t-shirt in &#039;&#039;[[AG128|Shocks and Bonds]]&#039;&#039;.&lt;br /&gt;
* May wore orange pajamas and a white trim-on sweater in &#039;&#039;[[DP078|Pruning a Passel of Pals!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* May wore sleeveless pink colored ninja clothing in &#039;&#039;[[AG156|From Cradle to Save!]]&#039;&#039;. Like Ash, she did not wear a white headband like the majority of the other characters.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* May wore a red jacket and olive pants in &#039;&#039;[[AG108|Let it Snow, Let it Snow, Let it Snorunt!]]&#039;&#039;.&lt;br /&gt;
* On a flashback at the [[Ice Rock]] in &#039;&#039;[[DP076|A Full Course Tag Battle!]]&#039;&#039;, May wore a magenta pink winter dress with white fur, a green collar, a lime-green belt, beige mittens, and pink snow boots.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* May&#039;s most common swimwear is a yellow hearts two-piece swimsuit with shorts. This was shown in &#039;&#039;[[AG012|The Lotad Lowdown]]&#039;&#039; and &#039;&#039;[[AG019|Sharpedo Attack!]]&#039;&#039;.&lt;br /&gt;
* May also wore a pink polka-dotted one-piece swimsuit in &#039;&#039;[[AG019|Sharpedo Attack!]]&#039;&#039;.&lt;br /&gt;
* May wore a green bikini with red hearts on her hips in &#039;&#039;[[AG020|Brave the Wave]]&#039;&#039;.&lt;br /&gt;
* May wore a pink plaid bikini in the end credits of &#039;&#039;[[M06|Jirachi Wishmaker]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[AG103|A Cacturne for the Worse]]&#039;&#039;, a flashback of May as a child has her wearing a blue one-piece swimsuit.&lt;br /&gt;
* Twice May wore a pink bikini, first in &#039;&#039;[[M08|Lucario and the Mystery of Mew]]&#039;&#039; and then a second time in &#039;&#039;[[M09|Pokémon Ranger and the Temple of the Sea]].&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery perrow=5&amp;gt;&lt;br /&gt;
File:May AG156 ninja.png|May&#039;s ninja dress&lt;br /&gt;
File:Ice Rock anime.png|At [[Ice Rock]]&lt;br /&gt;
File:May Yellow Bikini.png| May in yellow bikini&lt;br /&gt;
File:May Swimsuit.png|May in pink one-piece swimsuit&lt;br /&gt;
File:May AG020 swimsuit.png|Green swimsuit&lt;br /&gt;
File:May Dress M08.png|May&#039;s dress in &#039;&#039;[[M08|Lucario and the Mystery of Mew]]&#039;&#039;&lt;br /&gt;
File:May swimsuit Movie 8.png|May&#039;s pink bikini&lt;br /&gt;
File:May swimsuit movie 9.png|May&#039;s second pink bikini in the ninth movie&lt;br /&gt;
File:May_TShirt.png|May&#039;s white t-shirt&lt;br /&gt;
File:May Wallace Cup.png|May&#039;s Wallace Cup outfit&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==[[Max]]==&lt;br /&gt;
===Main outfit===&lt;br /&gt;
[[File:MaxAG.png|150px|thumb|Max&#039;s main outfit]]&lt;br /&gt;
Max&#039;s main outfit is a green t-shirt, green and black sneakers, black glasses and brown shorts. He carries a yellow backpack with his belongings. Max is the only main character from &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039; whose outfit was not changed whenever he reappeared in flashbacks.&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Formal clothes====&lt;br /&gt;
* In &#039;&#039;[[M08|Lucario and the Mystery of Mew]]&#039;&#039;, the characters dress up in formal medieval-themed outfits. Max&#039;s outfit appears to be one of a young prince with a {{wp|beret}} and a {{wp|cape}}.&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* Max was briefly seen wearing a white tank top in &#039;&#039;[[AG023|Gone Corphishin&#039;]]&#039;&#039; and &#039;&#039;[[AG064|True Blue Swablu]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* Max was seen sleeping in a plain white t-shirt in the beginning of &#039;&#039;[[AG021|Which Wurmple&#039;s Which?]]&#039;&#039;.&lt;br /&gt;
* Max wore a pair of light yellow pajamas in &#039;&#039;[[AG128|Shocks and Bonds]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* Max wore a black and yellow button uniform with white gloves and headband in &#039;&#039;[[AG052|Cheer Pressure]]&#039;&#039;.&lt;br /&gt;
* Max wore blue-and-black-colored ninja clothing and a white headband in &#039;&#039;[[AG156|From Cradle to Save!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* Max wore a red jacket and olive pants in &#039;&#039;[[AG108|Let It Snow, Let it Snow, Let It Snorunt!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* Max&#039;s most common swimwear was a pair of green trunks, with no special patterns. This was seen in &#039;&#039;[[AG012|The Lotad Lowdown]]&#039;&#039;, &#039;&#039;[[AG019|Sharpedo Attack!]]&#039;&#039;, &#039;&#039;[[M06|Jirachi Wishmaker]]&#039;&#039;, &#039;&#039;[[AG118|Less is Morrison!]]&#039;&#039;, and &#039;&#039;[[AG187|The Unbeatable Lightness of Seeing!]]&#039;&#039;.&lt;br /&gt;
* He also wore dark green swim briefs in &#039;&#039;[[M09|Pokémon Ranger and the Temple of the Sea]]&#039;&#039;, as well as in &#039;&#039;[[M08|Lucario and the Mystery of Mew]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery perrow=5&amp;gt;&lt;br /&gt;
File:Max green trunks.png|Max at hot springs in green trunks&lt;br /&gt;
File:Max Speedo.png|Max swimming in green swim briefs&lt;br /&gt;
File:May Max medieval outfits.png|Max and May in their medieval-themed outfits&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Dawn}}==&lt;br /&gt;
[[File:Dawn JN.png|thumb|140px|thumb|Dawn&#039;s main outfit]]&lt;br /&gt;
===Main outfit===&lt;br /&gt;
Dawn&#039;s outfit consists of a black V-neck tanktop with a white undershirt and a pink skirt. On her head, she wears a white beanie with a pink {{i|Poké Ball}} print on it. She also wears gold hair clips that hold up her hair in the front, a black bracelet on her right wrist and a [[Pokétch]] on her left wrist. On her feet, she wears pink knee-high boots with black socks underneath. She also has a small yellow backpack with all her personal belongings. It is nearly identical to her {{ga|Dawn|game counterpart}}&#039;s with the exception of her scarf and bag.&lt;br /&gt;
&lt;br /&gt;
Unlike the female companions preceding her, who both changed outfits upon returning in later series, Dawn continued to wear this outfit even throughout her return in &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039; and &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;. However, Dawn&#039;s Pokétch was replaced with a [[Xtransceiver]] that she wore from &#039;&#039;[[BW086|Piplup, Pansage, and a Meeting of the Times!]]&#039;&#039; to &#039;&#039;[[BW093|Goodbye, Junior Cup—Hello, Adventure!]]&#039;&#039;. Prior to &#039;&#039;[[JN074|Nightfall? Nightmares!]]&#039;&#039;, Dawn returned to wearing her Pokétch.&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In &#039;&#039;[[DP026|Getting the Pre-Contest Titters!]]&#039;&#039;, Dawn wore a {{p|Slowpoke}} costume during a play she was in when she was younger.&lt;br /&gt;
* In &#039;&#039;[[DP043|Malice in Wonderland]]&#039;&#039;, she wore a {{p|Piplup}} costume in her dream.&lt;br /&gt;
&lt;br /&gt;
====Formal clothes====&lt;br /&gt;
Formal clothes are a key part of Dawn&#039;s wardrobe since she dresses up nicely for all her [[Pokémon Contest]]s.&lt;br /&gt;
* In her [[DP001|debut appearance]], she was shown to be wearing three different formal outfits when imagining herself in Contests with each of the Sinnoh starters. In her Chimchar fantasy, she was seen wearing a crimson red dress; in the Piplup fantasy, she was wearing a light green dress; and in the Turtwig fantasy, she was wearing a lavender suit with a top hat.&lt;br /&gt;
* She frequently wears a pink dress during her Contests. In the [[Floaroma Town]] Contest, she wore a red-pink hair ribbon tied at the back, decorated her dress with a gold flower at the left side, and a red-pink ribbon with long tails and a red-pink sash, presumably to fit the town&#039;s flowery theme. In the [[Hearthome City]] Contest, she added a yellow sash around her waist and her hair barrettes were star-shaped. The yellow sash was also seen in the [[Wallace Cup]]. In the first round of the [[Celestic Town]] Contest, she decorated her dress with fluffy fur, similar to {{TP|Dawn|Buneary}}&#039;s. In the [[Lilypad Town]] Contest, she again wore her yellow sash with long white opera gloves. In the [[Daybreak Town]] Contest, she wears short white gloves, with one red-pink  Ribbon in each one, and her shoes have one yellow rose in each. Opening and ending themes show her in different dresses, but she has never worn them in Contests.&lt;br /&gt;
* In &#039;&#039;[[M10|The Rise of Darkrai]]&#039;&#039;, Dawn wore a pink outfit for the [[Alamos Town]] Contest.&lt;br /&gt;
* In &#039;&#039;[[Message of the Wind]]&#039;&#039;, Dawn wore a cerulean, knee-length, formal dress and a white floppy hat with a cerulean ribbon tied around. Also, she wore a bright yellow ball gown with a big pink ribbon with long flowing tails at the back that matches the one on the back of her head.&lt;br /&gt;
* In the [[Hearthome Collection]], she wore a plain light powder-blue dress with a yellow Ribbon at the back. It also came along with a blue, beaded necklace and white shoes.&lt;br /&gt;
* In &#039;&#039;[[DP171|Dawn of a Royal Day]]&#039;&#039;, Dawn wore [[Princess Salvia]]&#039;s light pink dress with long white opera gloves, when they swapped places.&lt;br /&gt;
* In the [[Sinnoh Grand Festival|Grand Festival]], she wore a new light yellow dress with a red-pink ribbon sewn to the chest, like the one on her forehead, an orange sash at the torso area, white ruffles, opera-length white gloves, and white pumps.&lt;br /&gt;
* In &#039;&#039;[[JN075|A Midsummer Night&#039;s Light!]]&#039;&#039;, Dawn wore a new sleeveless dress which is white at the top and gradually turns dark blue at the bottom. It is decorated with a dark blue collar, a white beaded belt held on by a dark blue ribbon and white frills at the hem. Yellow crescent-shaped, star-shaped and smaller white beaded accessories are attached to the collar and belt. In addition, she wears dark blue gloves with a yellow outline and dark blue Mary Jane heels. Her hair is braided and held on by hair barrettes that match the accessories worn on her collar.&lt;br /&gt;
&lt;br /&gt;
=====Images=====  &lt;br /&gt;
&amp;lt;gallery perrow=5&amp;gt;&lt;br /&gt;
File:Dawn costume 1.png|Chimchar fantasy&lt;br /&gt;
File:Dawn costume 2.png|Piplup fantasy&lt;br /&gt;
File:Dawn costume 3.png|Turtwig fantasy&lt;br /&gt;
File:Dawn DP011 contest.png|In the Jubilife Contest&#039;&#039;&lt;br /&gt;
File:Dawn DP027 contest.png|In the Floaroma Contest&lt;br /&gt;
File:Dawn DP049 contest 2.png|In the Hearthome Contest&lt;br /&gt;
File:Dawn DP077 contest.png|In the [[Wallace Cup]]&lt;br /&gt;
File:Dawn DP095 contest.png|In both the Celestic and Chocovine Contests&lt;br /&gt;
File:Dawn DP146 contest.png|In the Lilypad Contest&lt;br /&gt;
File:Dawn Daybreak Contest outfit.png|In the Daybreak Contest&lt;br /&gt;
File:Dawn movie10 pink.png|In the Alamos Contest&lt;br /&gt;
File:Hearthome Collection Dawn.png|Dawn in the Hearthome Collection&lt;br /&gt;
File:Dawn DP171 princess outfit.png|Dawn as Princess Salvia&lt;br /&gt;
File:Dawn Grand Festival.png|Dawn in her Grand Festival dress&lt;br /&gt;
File:Dawn Contest Dress JN.png|Dawn&#039;s contest outfit in [[Pokémon Journeys: The Series]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* Dawn wore a light-blue apron in &#039;&#039;[[DP025|Oh Do You Know The Poffin Plan!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[DP039|Steamboat Willies!]]&#039;&#039;, Dawn wore a {{p|Piplup}} mask.&lt;br /&gt;
* Dawn wore a French maid&#039;s outfit to help out at the [[Café Cabin]] in &#039;&#039;[[DP062|Tanks for the Memories!]]&#039;&#039;.&lt;br /&gt;
* Dawn wore a yellow apron in &#039;&#039;[[DP084|Hungry for the Good Life!]]&#039;&#039; and &#039;&#039;[[DP094|Doc Brock!]]&#039;&#039;.&lt;br /&gt;
* Dawn wore a green apron in &#039;&#039;[[DP141|Challenging a Towering Figure!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* Before leaving her home to start her journey, she was shown to have many clothes in the bag her mother asked her to leave behind.&lt;br /&gt;
* The [[Pokémon Learning League]] website portrays Dawn with her white undershirt having sleeves that reach past her elbows, and black stockings or tights covering her legs.&lt;br /&gt;
* At one point in the ending credits of &#039;&#039;[[M10|The Rise of Darkrai]]&#039;&#039;, Dawn is shown in a number of different outfits.&lt;br /&gt;
* In &#039;&#039;[[DP063|Hot Springing a Leak!]]&#039;&#039; and &#039;&#039;[[DP161|Yes in Dee Dee, It&#039;s Dawn!]]&#039;&#039;, a flashback of Dawn when she was younger shows her wearing a pink shirt and a yellow skirt.&lt;br /&gt;
* In &#039;&#039;[[DP116|The Drifting Snorunt!]]&#039;&#039;, Dawn wore a light-red poncho.&lt;br /&gt;
* In &#039;&#039;[[JNS01|The Arceus Chronicles (Part 1)]]&#039;&#039;, Dawn wore an outfit similar to {{ga|Akari}}&#039;s for the [[Sinnoh Festival]].&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* Dawn wears a long pink nightgown at the start of &#039;&#039;[[DP001|Following a Maiden&#039;s Voyage!]]&#039;&#039; and &#039;&#039;[[DP191|Memories are Made of Bliss!]]&#039;&#039;. It is also seen in the ending &#039;&#039;[[By Your Side ~Hikari&#039;s Theme~]]&#039;&#039;. For some reason, as mentioned below, she seems to only wear her gown to bed whenever she is sleeping at home, while she sleeps in two-piece pajamas outside instead. Additionally, only the top half of her gown is ever shown, due to the only shots of her wearing the gown being an exterior shot of her looking outside of the window of her bedroom, although the aforementioned ending theme that briefly showed Dawn&#039;s nightgown showed a brief glimpse of what appears to be part of a white ruffle on the hem of her gown, due to her posing in a way so that the hem of her gown billows upwards from below the screen. However, the full gown was shown completely in a rare piece of concept art. Dawn&#039;s nightgown&#039;s design appears to look very similar to the nightgown worn by her &#039;&#039;Adventures&#039;&#039; counterpart Platinum in her debut appearance in the Diamond and Pearl chapter of &#039;&#039;Adventures&#039;&#039;.&lt;br /&gt;
* Whenever she is sleeping, Dawn wears a set of pink pajamas with light yellow stripes on the sides with a zip on the top piece and a white undershirt, first seen in &#039;&#039;[[DP009|Setting the World on its Buneary!]]&#039;&#039;. She also wore them in &#039;&#039;[[JN074|Nightfall? Nightmares!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[DP026|Getting the Pre-Contest Titters!]]&#039;&#039;, Dawn when she was younger wore a pair of pink pajamas and white buttons in the middle. She also wore a brown boot on one foot and a white sandal on the other.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* Dawn donned a pink cheerleading outfit in &#039;&#039;[[DP018|O&#039;er the Rampardos we Watched]]&#039;&#039;, &#039;&#039;[[DP068|A Triple Fighting Chance!]]&#039;&#039;, and &#039;&#039;[[DP179|The Eighth Wonder of the Sinnoh World!]]&#039;&#039;. Her Pokémon have similar outfits. The purpose of the outfit was to support [[Ash Ketchum]] in his Gym battles with Roark, Maylene, and Volkner.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Rainwear=====&lt;br /&gt;
* In &#039;&#039;[[DP028|Drifloon On the Wind!]]&#039;&#039;, Dawn wore an orange raincoat.&lt;br /&gt;
&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
[[File:Dawn snow pt.png|thumb|250px|Dawn in her {{v2|Platinum}} outfit]]&lt;br /&gt;
* Dawn wore an outfit nearly identical to her {{ga|Dawn|game counterpart&#039;s}} in Platinum from&#039;&#039; [[DP125|Battling a Cute Drama!]]&#039;&#039; to &#039;&#039;[[DP129|Pillars of Friendship!]]&#039;&#039;, as well as part of the credits of &#039;&#039;[[M12|Arceus and the Jewel of Life]]&#039;&#039; and in the fourth version of the Japanese opening to &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;, [[One, Two, Three]]. The only difference is she maintains her gold barrettes rather than wearing pink ones, however, while inside a building, she wears her normal clothing, but with the winter boots and socks.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* Dawn&#039;s most common swimwear is a yellow and orange bikini, which she wore in &#039;&#039;[[DP047|Sandshrew&#039;s Locker!]]&#039;&#039;, &#039;&#039;[[DP063|Hot Springing a Leak!]]&#039;&#039;, and &#039;&#039;[[DP089|Up Close and Personable!]]&#039;&#039;.&lt;br /&gt;
* She wore a pink one-piece swimsuit with a short skirt around the waist in &#039;&#039;[[M12|Arceus and the Jewel of Life]]&#039;&#039;, along with some kind of white undershirt with horizontal black stripes on it.&lt;br /&gt;
* In the ending [[In Your Heart, LaLaLa]], Dawn wore a light pink one-piece swimsuit with two white stripes at the bottom.&lt;br /&gt;
* Dawn wore a light-green bikini top with vertical dark green stripes and a light green piece of cloth wrapped around her waist in &#039;&#039;[[BW087|Expedition to Onix Island!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Dawn Brock Swimwear.png|Dawn&#039;s bikini&lt;br /&gt;
File:Dawn DP098 Swimsuit.png|A closer view of Dawn&#039;s bikini&lt;br /&gt;
File:Dawn Cheerleading outfit.png|Dawn in a cheerleader outfit&lt;br /&gt;
File:Dawn Maid Outfit.png|Helping out at the [[Café Cabin]]&lt;br /&gt;
File:Dawn piplup costume.png|Dawn in her Piplup costume&lt;br /&gt;
File:Dawn Nightgown.png|Dawn&#039;s nightgown&lt;br /&gt;
File:Dawn DP078 pajamas.png|Dawn&#039;s pajamas in &#039;&#039;[[DP078|Pruning a Passel of Pals!]]&#039;&#039;&lt;br /&gt;
File:Dawn pajamas DP174.png|Dawn&#039;s pajamas in &#039;&#039;[[DP174|Last Call, First Round!]]&#039;&#039;&lt;br /&gt;
File:Dawn movie10 green.png|Green suit in &#039;&#039;[[M10|The Rise of Darkrai]]&#039;&#039;&lt;br /&gt;
File:Dawn movie10 red.png|Chinese dress in &#039;&#039;[[M10|The Rise of Darkrai]]&#039;&#039;&lt;br /&gt;
File:Dawn movie10 black.png|Lolita outfit in &#039;&#039;[[M10|The Rise of Darkrai]]&#039;&#039;&lt;br /&gt;
File:Dawn movie10 blue.png|Cyberpunk outfit in &#039;&#039;[[M10|The Rise of Darkrai]]&#039;&#039;&lt;br /&gt;
File:Dawn and Leona.png|[[Leona]] and Dawn in their kindergarten outfits&lt;br /&gt;
File:Dawn PLL.png|In the Pokémon Learning League&lt;br /&gt;
File:Dominos Ad Nov08.png|Dawn&#039;s dress in a Dominos Christmas commercial&lt;br /&gt;
File:Dawn M12 Swimsuit.png|Swimsuit in &#039;&#039;[[M12|Arceus and the Jewel of Life]]&#039;&#039;&lt;br /&gt;
File:Dawn and Iris playing.png|Dawn&#039;s bikini in &#039;&#039;[[BW087|Expedition to Onix Island!]]&#039;&#039;&lt;br /&gt;
File:Dawn Brock raincoats.png|Dawn wearing a raincoat&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Dawn&#039;s Pokémon===&lt;br /&gt;
The following are images of {{cat|Dawn&#039;s Pokémon}} wearing clothing and accessories:&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Dress Up Contest Piplup.png|Piplup in the [[Pokémon Dress-Up Contest]]&lt;br /&gt;
File:Dawn Piplup Clown.png|Piplup in &#039;&#039;[[DP133|Uncrushing Defeat!]]&#039;&#039;&lt;br /&gt;
File:Buneary Hearthome Collection.png|Buneary in the [[Hearthome Collection]]&lt;br /&gt;
File:Dawn pokemon cheer.png|Dawn&#039;s Pokémon wearing cheerleading uniforms&lt;br /&gt;
File:Dawn Pokémon Maid Café.png|Dawn&#039;s Pokémon at the [[Café Cabin|Mountain Hut Maid Café]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Iris}}==&lt;br /&gt;
[[File:IrisBW.png|thumb|left|125px|Iris&#039;s &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039; and &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039; outfit]]&lt;br /&gt;
===Main outfits===&lt;br /&gt;
====&#039;&#039;Pokémon the Series: Black &amp;amp; White&#039;&#039; and &#039;&#039;Pokémon Journeys: The Series&#039;&#039;====&lt;br /&gt;
Iris&#039;s first outfit was worn as her primary attire from &#039;&#039;[[BW001|In the Shadow of Zekrom!]]&#039;&#039; to [[BWS02]], and she continues to wear it as her casual attire in &#039;&#039;Pokémon Journeys: The Series&#039;&#039;. It consists of a cream-colored top with a pink collar and cuffs, a pink skirt with a big ribbon on the side, white leggings that are colored yellow at the ends, and pink and white shoes with yellow straps. She also had two pieces of her hair in pigtails and the bottom in a small ponytail. This first outfit was exactly like [[Iris|her game counterpart]]&#039;s outfit.&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;Pokémon Journeys: The Series&#039;&#039; (second outfit)====&lt;br /&gt;
[[File:Iris JN.png|thumb|200px|Iris&#039;s second &#039;&#039;Pokémon Journeys: The Series&#039;&#039; outfit]]&lt;br /&gt;
Iris started wearing this outfit as her battle attire prior to &#039;&#039;[[JN065|Thrash of the Titans!]]&#039;&#039; and during the [[Masters Eight Tournament]] in &#039;&#039;[[JN115|Curtain Up! Fight the Fights!]]&#039;&#039; to &#039;&#039;[[JN117|The Fiery Road to Mastership!]]&#039;&#039;, which is identical to the one her game counterpart wears in {{game|Black and White|s 2|Pokémon Black 2 and White 2}}. It consists of a pink and white dress with a big ribbon in the middle, and white sandals with two light-green gems in the middle. She also has two light-pink ribbons in her hair that is tied to a ponytail with a gold tiara and two green gems on both sides on top of her head.&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In &#039;&#039;[[BW038|Movie Time! Zorua in &amp;quot;The Legend of the Pokémon Knight&amp;quot;!]]&#039;&#039;, Iris wore a Dragon Master costume, as well as a princess dress during [[Luke]]&#039;s film.&lt;br /&gt;
* Iris and {{TP|Iris|Axew}} dressed up as [[Professor Juniper]] and {{p|Darumaka}} in the costume contest portion of the Wishing Bell Festival in &#039;&#039;[[BW069|Climbing the Tower of Success!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[BW082|An Epic Defense Force!]]&#039;&#039;, in Luke&#039;s second film, Iris played the part of an island princess along with {{TP|Luke|Zorua}} and Axew, and thus dressed up for the part.&lt;br /&gt;
&lt;br /&gt;
====Formal clothes====&lt;br /&gt;
* Iris wore a pink top with a black skirt and pink hat in promotional artwork for &#039;&#039;[[BW051|Lost at the Stamp Rally!]]&#039;&#039;, however, she never wore it in the actual episode.&lt;br /&gt;
* In &#039;&#039;[[BW098|Beauties Battling for Pride and Prestige!]]&#039;&#039;, Iris wore a green dress with a golden, blue gems in the middle and red ones on both sides necklace in the middle, and a tiara on her head.&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* In &#039;&#039;[[BW066|Baffling the Bouffalant!]]&#039;&#039;, Iris wore a red wig.&lt;br /&gt;
* In &#039;&#039;[[BW133|Capacia Island UFO!]]&#039;&#039;, Iris wore a {{p|Beheeyem}} mask.&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* In &#039;&#039;[[BW033|Iris and Excadrill Against the Dragon Buster!]]&#039;&#039;, &#039;&#039;[[BW101|Drayden Versus Iris: Past, Present, and Future!]]&#039;&#039;, and &#039;&#039;[[BW136|A Pokémon of a Different Color!]]&#039;&#039;, Iris when she was younger wore a cream top with pink trim, plain white leggings and pink sandals.&lt;br /&gt;
* In &#039;&#039;[[BW059|Stopping the Rage of Legends! Part 1]]&#039;&#039; and &#039;&#039;[[BW060|Stopping the Rage of Legends! Part 2]]&#039;&#039;, Iris wore a shrine maiden&#039;s robes to summon {{p|Landorus}} to stop {{p|Thundurus}} and {{p|Tornadus}}.&lt;br /&gt;
* In &#039;&#039;[[BW084|Rocking the Virbank Gym! Part 2]]&#039;&#039;, Iris wore a yellow shirt and paint on her face.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* Iris wears a light pink shirt and pink shorts as pajamas.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* In &#039;&#039;[[BW101|Iris versus Drayden, Past, Present, and Future]]&#039;&#039;, a flashback of Iris when she was younger shows her wearing a green school uniform when she was a student at Opelucid Academy.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* Iris wore full winter clothing in &#039;&#039;[[BW079|Caution: Icy Battle Conditions!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* Iris wore a white swimsuit in &#039;&#039;[[BW003|A Sandile Gusher of Change!]]&#039;&#039;. However, it is unknown if it is one- or two-piece, since nothing below her chest was seen above water.&lt;br /&gt;
* Iris wears another swimsuit in the fourth ending of &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039;, [[Look Look☆Here]]. It is a light pink one-piece bathing suit, with a dark pink ribbon at the chest. In the anime itself, Iris wore it for the first time in &#039;&#039;[[BW087|Expedition to Onix Island!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery perrow=5&amp;gt;&lt;br /&gt;
File:Iris Pajamas.png|Iris in her pajamas&lt;br /&gt;
File:Iris Swimsuit.png|Iris&#039;s swimsuit in &#039;&#039;[[BW003|A Sandile Gusher of Change!]]&#039;&#039;&lt;br /&gt;
File:BW ED 04.png|Iris&#039;s second swimsuit in &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039;&lt;br /&gt;
File:Iris Dragon Master costume.png|Iris&#039;s Dragon Master costume&lt;br /&gt;
File:Iris Princess.png|Iris as a princess&lt;br /&gt;
File:Wishful Musical.png|Iris in promotional artwork for the [[Pokémon Musical]]&lt;br /&gt;
File:Iris shrine maiden.png|Iris as a shrine maiden&lt;br /&gt;
File:Iris as Professor Juniper.png|Iris and {{TP|Iris|Axew}} as [[Professor Juniper]] and {{p|Darumaka}} in the [[Wishing Bell Festival]]&lt;br /&gt;
File:Iris BW098.png|Iris in &#039;&#039;[[BW098|Beauties Battling for Pride and Prestige!]]&#039;&#039;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Cilan}}==&lt;br /&gt;
[[File:CilanBW.png|thumb|100px|Cilan&#039;s main outfit]]&lt;br /&gt;
===Main outfit===&lt;br /&gt;
Cilan&#039;s usual outfit is identical to [[Cilan|his game counterpart]]&#039;s, consisting of a white shirt, a black and gray vest with gold buttons, a green bow tie, black pants held up with a brown belt, and brown shoes. However, unlike his game counterpart, he does not always wear his apron, instead putting it on occasionally when cooking. He also includes a brown backpack to store his belongings. Cilan can be seen without his vest in &#039;&#039;[[BW050|Dazzling the Nimbasa Gym!]]&#039;&#039; while he was at a [[Pokémon Center]].&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In &#039;&#039;[[BW038|Movie Time! Zorua in &amp;quot;The Legend of the Pokémon Knight&amp;quot;!]]&#039;&#039;, Cilan wears a pirate costume for [[Luke]]&#039;s film, as well as an orange masquerade mask and cape. He wore the same orange masquerade mask and cape in Axew&#039;s nightmare in &#039;&#039;[[BW055|Scraggy and the Demanding Gothita!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[BW069|Climbing the Tower of Success!]]&#039;&#039;, Cilan and his {{TP|Cilan|Pansage}} dressed like [[Elesa]] and her {{p|Emolga}} in the costume contest portion of the Wishing Bell Festival.&lt;br /&gt;
* In &#039;&#039;[[BW082|An Epic Defense Force!]]&#039;&#039;, Cilan when he was working on Luke’s second film wore a black and purple outfit with a cape. He also wears a visor with purple triangle paintings on the bottom, pink gem on his forehead and has an orange streak in his hair.&lt;br /&gt;
&lt;br /&gt;
====Formal clothes====&lt;br /&gt;
* Cilan wore a white tuxedo in promotional artwork for &#039;&#039;[[BW051|Lost at the Stamp Rally!]]&#039;&#039;, however, he never wore it in the actual episode.&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* Cilan wore a brown detective cap in &#039;&#039;[[BW035|Where Did You Go, Audino?]]&#039;&#039; when investigating the missing {{p|Audino}}. He wore the same hat in &#039;&#039;[[BW043|Meowth&#039;s Scrafty Tactics!]]&#039;&#039;, &#039;&#039;[[BW088|The Mystery of the Missing Cubchoo!]]&#039;&#039;, &#039;&#039;[[BW125|Cilan and the Case of the Purrloin Witness!]]&#039;&#039;, and &#039;&#039;[[JN139|Must Be Our Heroes and the Witch!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[BW040|Cilan Versus Trip, Ash Versus Georgia!]]&#039;&#039;, Cilan wore a pair of green house slippers with his regular outfit while he was staying at the [[Nimbasa Town]] [[Pokémon Center]].&lt;br /&gt;
* Cilan wore a metro hat in &#039;&#039;[[BW047|Crisis from the Underground Up!]]&#039;&#039; and &#039;&#039;[[BW048|Battle for the Underground!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[BW066|Baffling the Bouffalant!]]&#039;&#039;, Cilan wore a orange wig.&lt;br /&gt;
* In &#039;&#039;[[BW104|Mission: Defeat Your Rival!]]&#039;&#039;, Cilan wore light-green shorts while at the sauna.&lt;br /&gt;
* In &#039;&#039;[[BW133|Capacia Island UFO!]]&#039;&#039;, Cilan wore a {{p|Beheeyem}} mask.&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* In &#039;&#039;[[BW043|Meowth&#039;s Scrafty Tactics!]]&#039;&#039;, Cilan wore a white trench coat.&lt;br /&gt;
* In &#039;&#039;[[BW084|Rocking the Virbank Gym! Part 2]]&#039;&#039;, Cilan wore an red and orange shirt. He also wore orange paint on his face.&lt;br /&gt;
* In &#039;&#039;[[BW098|Beauties Battling for Pride and Prestige!]]&#039;&#039;, Cilan wore a pink dress with red roses and a blond wig.&lt;br /&gt;
* In &#039;&#039;[[BW140|Survival of the Striaton Gym!]]&#039;&#039;, a flashback of Cilan when he was younger has him wearing a yellow and white shirt with blue shorts.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* Cilan is shown in his pajamas in numerous episodes which appear to be gray pants and a long-sleeved, light green top.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* In &#039;&#039;[[BW077|Evolution by Fire!]]&#039;&#039;, Cilan wore a judge uniform with a white wig.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* Cilan wears swim trunks in the fourth ending of &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039;, [[Look Look☆Here]]. The swim trunks are dark yellow, with a light green stripe and a dark green stripe at each side.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery perrow=5&amp;gt;&lt;br /&gt;
File:Ash Cilan pajamas.png|Ash and Cilan in their pajamas&lt;br /&gt;
File:Cilan Pajamas.png|Cilan in his pajamas&lt;br /&gt;
File:Cilan Apron.png|Cilan with his apron on&lt;br /&gt;
File:BW ED 04.png|Cilan&#039;s swim trunks&lt;br /&gt;
File:Cilan detective BW035.png|Cilan as a detective &lt;br /&gt;
File:Cilan Pirate.png|Cilan as a pirate&lt;br /&gt;
File:Cilan costume.png|Cilan in his mask and cape&lt;br /&gt;
File:Cilan detective.png|Cilan as an interrogator&lt;br /&gt;
File:Metro Connoisseur Cilan.png|Cilan as a &amp;quot;Metro Connoisseur&amp;quot; &lt;br /&gt;
File:Cilan shirt.png|Cilan without his vest&lt;br /&gt;
File:Wishful Musical.png|Cilan in promotional artwork for the [[Pokémon Musical]]&lt;br /&gt;
File:Cilan slippers.png|Cilan&#039;s house slippers in &#039;&#039;[[BW040|Cilan Versus Trip, Ash Versus Georgia!]]&#039;&#039;&lt;br /&gt;
File:Cilan as Elesa.png|Cilan dressed up as [[Elesa]] in &#039;&#039;[[BW069|Climbing the Tower of Success!]]&#039;&#039;&lt;br /&gt;
File:Ash Cilan crossdressing.png|Cilan and Ash cross-dressing in &#039;&#039;[[BW098|Beauties Battling for Pride and Prestige!]]&#039;&#039;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Serena}}==&lt;br /&gt;
[[File:Serena XY.png|thumb|120px|left|Serena&#039;s first &#039;&#039;[[Pokémon the Series: XY]]&#039;&#039; outfit]]&lt;br /&gt;
[[File:Serena XY2.png|thumb|100px|Serena&#039;s second &#039;&#039;Pokémon the Series: XY&#039;&#039; outfit]]&lt;br /&gt;
===Main outfits===&lt;br /&gt;
=====&#039;&#039;Pokémon the Series: XY&#039;&#039;=====&lt;br /&gt;
Serena is the first of Ash&#039;s traveling companions to permanently change her main outfit in the middle of a series.&lt;br /&gt;
&lt;br /&gt;
Serena&#039;s first outfit was worn from &#039;&#039;[[XY003|A Battle of Aerial Mobility!]]&#039;&#039; to &#039;&#039;[[XY060|A Showcase Debut!]]&#039;&#039;. It consisted of a grayish-black tank-top with a white collar, a red skirt, a dark pink hat with a black bow and hatband, black stockings, and black shoes, with a pink backpack to carry her goods. The tank-top is likely the same one she dons for her second outfit. She also had a lower part of her hair tied to a ponytail. This first outfit was nearly identical to her {{ga|Serena|game counterpart}}&#039;s with the exception of her hat, collar, bag, and the lack of sunglasses.&lt;br /&gt;
&lt;br /&gt;
Serena began wearing her second outfit from &#039;&#039;A Showcase Debut!&#039;&#039; to &#039;&#039;[[XY140|Till We Compete Again!]]&#039;&#039;. It consisted of a light pink dress over a grayish-black tank-top with a white collar. The dress was tied at the collar with a blue ribbon that Ash gave her in &#039;&#039;[[XY059|Under the Pledging Tree!]]&#039;&#039;. Over her dress, she wore a long red vest with large pockets. She also wore black stockings and brown boots. On her head, she wore a pink-red fedora with a black hatband and carried a pink backpack with a black Poké Ball design to store her belongings. Serena was seen without her red vest in &#039;&#039;[[XY123|A Diamond in the Rough!]]&#039;&#039; while in the spring.&lt;br /&gt;
[[File:Serena JN.png|thumb|250px|Serena&#039;s &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039; outfit]]&lt;br /&gt;
=====&#039;&#039;Pokémon Journeys: The Series&#039;&#039;=====&lt;br /&gt;
Serena changed her outfit prior to &#039;&#039;[[JN105|Reuniting for the First Time!]]&#039;&#039;. It consists of a black turtleneck tank top with a red and white plaid skirt. She also wears a pair of red bow earnings, a pink bracelet on her left wrist, black stockings, and long brown and black boots. On her head, she wears a gray felt hat. Aside from the bracelet and earrings, all of these were clothing items in {{g|X and Y}}.&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In a giveaway quiz featured in &#039;&#039;[[XY010|Mega-Mega Meowth Madness!]]&#039;&#039; for &#039;&#039;[[M16|Pokémon the Movie: Genesect and the Legend Awakened]]&#039;&#039; and &#039;&#039;[[PK25|Eevee &amp;amp; Friends]]&#039;&#039; DVDs, and the &#039;&#039;Get Pokémon TV&#039;&#039; set, Serena wore a Santa outfit.&lt;br /&gt;
* In &#039;&#039;[[XY021|A PokéVision of Things to Come!]]&#039;&#039;, for filming her PokéVision video, she dressed up in a {{p|Fennekin}} {{pkmn|cosplay}}, consisting of a pink bow, a short top, a pair of wristbands and skirt with Fennekin ears, tail and boots.&lt;br /&gt;
* During the [[Gourgeist Festival]] in &#039;&#039;[[XY082|A Festival Trade! A Festival Farewell?]]&#039;&#039;, Serena wore a costume based on Red Flower {{p|Florges}}.&lt;br /&gt;
&lt;br /&gt;
====Formal outfits====&lt;br /&gt;
[[File:SerenaLilycove.png|thumb|250px|Serena in her Contest Costume]]&lt;br /&gt;
* In &#039;&#039;[[XY021|A PokéVision of Things to Come!]]&#039;&#039;, Serena wore a magenta hair ribbon with white in the center with indigo flowers, a full-sized medium pink gown with a magenta ribbon at the back with baby pink ruffles.&lt;br /&gt;
* In &#039;&#039;[[XY058|The Green, Green Grass Types of Home!]]&#039;&#039;, Serena wore a pink dress with a pink ribbon.&lt;br /&gt;
* In &#039;&#039;[[XY060|A Showcase Debut!]]&#039;&#039;, Serena dressed formally for her first Showcase. She wore this outfit again in &#039;&#039;[[XY091|A Performance Pop Quiz!]]&#039;&#039; for the [[Anistar City]] [[Pokémon Showcase]] and the rest of her Showcases afterward. She wore a white and pink dress with a red ribbon on the chest area, a black and red mini-skirt, black pantyhose, pink bracelets on either wrist as well as white gloves, a black choker with a gold medallion, a thin black waistband, red flats with gold gems and black bottom, turquoise drop earrings, and part of her hair is tied by a pink ribbon. She also wears a turquoise pearl beaded headband with the pink hair ribbon attached when she has short hair.&lt;br /&gt;
* In &#039;&#039;[[XY073|A Fashionable Battle!]]&#039;&#039;, Serena wore a furisode based on a Red Flower Florges at Valerie&#039;s fashion show. She later wore it at the {{to|Dendemille}} {{pkmn|Showcase}} in &#039;&#039;[[XY080|Performing with Fiery Charm!]]&#039;&#039;, modified after it was torn.&lt;br /&gt;
* In &#039;&#039;[[XY091|A Performance Pop Quiz!]]&#039;&#039;, Serena wore a red Academic dress with orange linings and a hat.&lt;br /&gt;
* In &#039;&#039;[[XY105|Party Dancecapades!]]&#039;&#039;, Serena wore a strapless red dress with a darker red sash with ribbon and dark red and orange frills.&lt;br /&gt;
* In &#039;&#039;[[XY109|Master Class Choices!]]&#039;&#039;, Serena wore an outfit that looks similar to a breeder&#039;s outfit for the [[Pokémon Showcase]] Theme Performance.&lt;br /&gt;
* In &#039;&#039;[[JN105|Reuniting for the First Time!]]&#039;&#039;, &#039;&#039;[[JN132|Partners in Time!]]&#039;&#039;, and &#039;&#039;[[JN135|Heroes Unite!]]&#039;&#039; in Chloe&#039;s fantasy, Serena wore a crop top and skirt [[Contest Costume]] featuring orange, red, yellow, white, and black. She also wore an orange and red bow with a light-blue gem in the middle on the back, a hair clip, various light-blue jewelry, and a light-blue bead anklet with a bow on her left leg. &lt;br /&gt;
&lt;br /&gt;
=====Images=====  &lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Serena XY060 showcase.png|Serena in her first Showcase&lt;br /&gt;
File:Serena Bonnie Furisode.png|Serena in her Red Flower {{p|Florges}} furisode&lt;br /&gt;
File:Serena Furisode XY080.png|Serena&#039;s modified Red Flower {{p|Florges}} furisode&lt;br /&gt;
File:Serena Rhyhorn Herding outfit.png|Serena in a breeder-like outfit&lt;br /&gt;
File:Serena Nini Showcase Quiz.png|Serena in an Academic dress&lt;br /&gt;
File:Serena in a gown.png|Serena in a gown for her first [[Pokévision]]&lt;br /&gt;
File:Serena ball gown.png|Serena in a ball gown&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* In &#039;&#039;[[XY002|Lumiose City Pursuit!]]&#039;&#039;, &#039;&#039;[[XY007|Giving Chase at the Rhyhorn Race!]]&#039;&#039; and &#039;&#039;[[XY053|A Race for Home!]]&#039;&#039;, Serena wore a pink jumpsuit while practicing for the Rhyhorn race and wore the same outfit while riding a Skiddo albeit with a red hat.&lt;br /&gt;
* When Serena is baking, she wore a baby pink apron with white flower prints.&lt;br /&gt;
* In &#039;&#039;[[XY021|A PokéVision of Things to Come!]]&#039;&#039;, Serena wore an ivory bathrobe while cleaning up.&lt;br /&gt;
* In &#039;&#039;[[XY036|Battles in the Sky!]]&#039;&#039;, Serena wore a pink sky trainer&#039;s suit along with a pink helmet and tall pink boots.&lt;br /&gt;
* In &#039;&#039;[[XY053|A Race for Home!]]&#039;&#039;, Serena as a child wore a pink racing suit with pink boots and her hair tied with red ribbons in pigtails.&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* As shown in &#039;&#039;[[XY007|Giving Chase at the Rhyhorn Race!]]&#039;&#039;, Serena as a child wore a straw hat with a pink bow tied around it and a pink dress with pink Mary Jane flats.&lt;br /&gt;
* In &#039;&#039;[[M17|Diancie and the Cocoon of Destruction]]&#039;&#039;, while on a boat, Serena wore a burgundy tracksuit with white stripes. Serena has worn several outfits in along with Bonnie and Diancie while at a shopping mall.&lt;br /&gt;
* In the &#039;&#039;[[DreamDream]]&#039;&#039; ending, Serena and her Pokémon wore three different outfits.&lt;br /&gt;
* In the second and third variant of the &#039;&#039;[[Mad-Paced Getter]]&#039;&#039; opening and the Limited Pokémon Edition cover art of the &#039;&#039;[[DreamDream (single)|Dream Dream]]&#039;&#039;, Serena wore a marching band outfit with her Pokémon.&lt;br /&gt;
* In &#039;&#039;[[XY115|Battling at Full Volume!]]&#039;&#039;, Serena posed as Ash by wearing his clothing.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* In &#039;&#039;[[XY001|Kalos, Where Dreams and Adventures Begin!]]&#039;&#039;, Serena wore pink pajamas based on the ones her game counterpart wears at the beginning of {{g|X and Y}}.&lt;br /&gt;
* When Serena sleeps, she wore a lavender sweater and dark-pink shorts as pajamas. She also wears it as inside clothing in &#039;&#039;[[XY002|Lumiose City Pursuit!]]&#039;&#039;, and &#039;&#039;[[XY007|Giving Chase at the Rhyhorn Race!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[M19|Volcanion and the Mechanical Marvel]]&#039;&#039;, Serena has a purple, pink, and white dress shirt with purple capris as pajamas.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* During a training session in &#039;&#039;[[XY040|Day Three Blockbusters!]]&#039;&#039;, Serena wore a training suit. It consists of a pink shirt and her tracksuit which she wears for Rhyhorn races. The tracksuit is open, with the top half wrapped around her middle. She also wears a whistle around her neck.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* In &#039;&#039;[[XY084|Adventures in Running Errands!]]&#039;&#039;, Serena, along with Bonnie, dressed up as [[Nurse Joy]] to help her with the Pokémon while the power within the Pokémon Center was out.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* In the freezer room in &#039;&#039;[[XY023|Coming Back into the Cold!]]&#039;&#039;, Serena, along with Ash, Clemont, Alexa, and Bonnie, wore an orange snowsuit.&lt;br /&gt;
* In &#039;&#039;[[XY083|Over the Mountain of Snow!]]&#039;&#039;, Serena wore a hot-pink snow jacket, gray snow pants, a pale-pink snow hat, pale-pink snow mittens, a dark orange neck scarf, and hot-pink snow boots.&lt;br /&gt;
* In &#039;&#039;[[XY119|A Full-Strength Battle Surprise!]]&#039;&#039; to &#039;&#039;[[XY122|A Real Icebreaker!]]&#039;&#039;, Serena was sometimes seen wearing a pink winter coat, with the same colored leg warmers above her usual boots and golden-brown mittens.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* During &#039;&#039;[[Peace Smile!]]&#039;&#039;, the second ending of &#039;&#039;Pokémon the Series: XY&#039;&#039;, Serena wears a dark pink bikini.&lt;br /&gt;
* In a brief scene in &#039;&#039;[[M17|Diancie and the Cocoon of Destruction]]&#039;&#039;, Serena wore a green two piece swimsuit.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Serena without vest.png|Serena without her red vest&lt;br /&gt;
File:Serena racing suit.png|Serena&#039;s Rhyhorn racing suit&lt;br /&gt;
File:Serena Rhyhorn Racing outfit.png|Serena&#039;s Rhyhorn racing suit with a red hat&lt;br /&gt;
File:Young Serena Rhyhorn Racing Outfit.png|Serena as a child in a Rhyhorn racing suit&lt;br /&gt;
File:XY group swimsuits.png|Serena&#039;s bikini in [[Pokémon the Series: XY]]&lt;br /&gt;
File:Serena training suit.png|Serena&#039;s training suit&lt;br /&gt;
File:Sky Trainer Serena.png|Serena&#039;s Sky Trainer outfit&lt;br /&gt;
File:DreamDream Limited Pokémon.jpg|Serena&#039;s marching band outfit&lt;br /&gt;
File:Serena Bonnie Diancie M17 Swimsuits.png|Serena wearing a green two piece swimsuit in &#039;&#039;[[M17|Diancie and the Cocoon of Destruction]]&#039;&#039;&lt;br /&gt;
File:XY023 Winter Jackets.png| Serena&#039;s snow wear&lt;br /&gt;
File:XY group snow wear XY083.png|Serena&#039;s second snow wear&lt;br /&gt;
File:XY119 Ash Serena Snow Wear.png|Serena&#039;s third snow wear&lt;br /&gt;
File:Serena as Ash.png|Serena in Ash&#039;s clothes&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Serena DreamDream Outfit.png|Serena&#039;s first DreamDream outfit&lt;br /&gt;
File:Serena DreamDream Outfit2.png|Serena&#039;s second DreamDream outfit&lt;br /&gt;
File:Serena DreamDream Outfit3.png|Serena&#039;s third DreamDream outfit&lt;br /&gt;
File:Young Ash and Serena Clothes.png|Young Serena and Ash&lt;br /&gt;
File:Serena pajamas.png|Serena in her pajamas&lt;br /&gt;
File:Serena Apron.png|Serena in her hoodie and an apron&lt;br /&gt;
File:Ash Serena Bonnie pajamas.png|Serena in her hoodie&lt;br /&gt;
File:Serena Bonnie Nurse Joy outfit.png|Serena in a Nurse Joy outfit&lt;br /&gt;
File:Serena Fennekin Cosplay.png|Serena cosplaying as Fennekin&lt;br /&gt;
File:Serena Gourgeist Festival Costume.png|Serena in her Red Flower Florges costume&lt;br /&gt;
File:Serena M17 Outfit.png|Serena in a dessert dress&lt;br /&gt;
File:Serena M17 Outfit2.png|Serena in a royal blue and white dress&lt;br /&gt;
File:Serena M17 Outfit3.png|Serena in a red and black dress&lt;br /&gt;
File:Serena Bonnie Diancie M17 Outfits.png|Serena in a fancy white and crimson dress&lt;br /&gt;
File:Serena Bonnie Diancie M17 Outfits2.png|Serena wearing an outfit with make-up&lt;br /&gt;
File:Serena Bonnie Diancie M17 Outfits3.png|Serena wearing a musical themed brown dress&lt;br /&gt;
File:Serena Bonnie Diancie M17 Outfits4.png|Serena in casual clothing&lt;br /&gt;
File:Serena Bonnie Diancie M17 Outfits5.png|Serena in a puffy periwinkle knee-length dress with blue roses&lt;br /&gt;
File:Serena Bonnie Diancie M17 Outfits6.png|Serena in a racing outfit&lt;br /&gt;
File:Serena Bonnie Christmas Present.png|Serena&#039;s Santa outfit in a giveaway quiz&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Serena&#039;s Pokémon===&lt;br /&gt;
{{cat|Serena&#039;s Pokémon}} wear clothing and accessories to compete in [[Pokémon Showcase]]s:&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Serena Fennekin Stage Clothing.png|Fennekin&#039;s stage outfit&lt;br /&gt;
File:Serena Braixen Stage Clothing.png|Braixen&#039;s regular stage outfit&lt;br /&gt;
File:Serena Braixen Stage Clothing XY080.png|Braixen&#039;s stage outfit in the Dendemille Showcase&lt;br /&gt;
File:674Pancham-Serena-Stage-Clothing XY anime.png|Pancham&#039;s stage outfit&lt;br /&gt;
File:Serena Eevee Stage Clothing.png|Eevee&#039;s stage outfit&lt;br /&gt;
File:Serena Sylveon Stage Clothing.png|Sylveon&#039;s stage outfit&lt;br /&gt;
File:OPJ18 Pokémon Performance variant 2.png|Braixen and Pancham&#039;s marching outfit in the 2nd opening for &#039;&#039;Pokémon the Series: XY&#039;&#039;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Clemont}}==&lt;br /&gt;
[[File:Clemont XY.png|thumb|100px|Clemont&#039;s main outfit]]&lt;br /&gt;
===Main outfit===&lt;br /&gt;
Clemont&#039;s main outfit is identical to his [[Clemont|in-game counterpart&#039;s]], consisting of a blue and yellow jumpsuit, glasses, and black and white tennis shoes. He stores his inventions in the black and white backpack he calls his &amp;quot;Clemontic gear.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* During the [[Gourgeist Festival]] in &#039;&#039;[[XY082|A Festival Trade! A Festival Farewell?]]&#039;&#039;, Clemont wore a costume based on a {{p|Watchog}}.&lt;br /&gt;
* In &#039;&#039;[[XY088|A Trip Down Memory Train!]]&#039;&#039;, Clemont wore a {{p|Bunnelby}} costume.&lt;br /&gt;
&lt;br /&gt;
====Formal clothes====&lt;br /&gt;
* During his dating video in &#039;&#039;[[XY021|A PokéVision of Things to Come!]]&#039;&#039;, Clemont dressed up in a &#039;&#039;habit à la française&#039;&#039;, a style of suit popular during the 18th century. It consists of a long blue coat, teal waistcoat and breeches, orange cravat, white shirt, long white socks, and blue shoes.&lt;br /&gt;
* In &#039;&#039;[[XY105|Party Dancecapades!]]&#039;&#039;, Clemont wore a teal suit.&lt;br /&gt;
* In &#039;&#039;[[XY114|A Keeper for Keeps?]]&#039;&#039;, Clemont wore a white suit with an orange tie as part of Bonnie’s dream.&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* In &#039;&#039;[[XY018|Awakening the Sleeping Giant!]]&#039;&#039; and in a fantasy of Clemont wrapped around in an {{p|Arbok}} in &#039;&#039;[[XY114|A Keeper for Keeps?]]&#039;&#039;, Clemont&#039;s underwear consists of a white tank top and light blue striped bloomers underneath his jumpsuit.&lt;br /&gt;
* In &#039;&#039;[[XY036|Battles in the Sky!]]&#039;&#039;, Clemont wore a turquoise sky trainer&#039;s suit along with a turquoise helmet and tall turquoise boots.&lt;br /&gt;
* In &#039;&#039;[[XY114|A Keeper for Keeps?]]&#039;&#039;, Clemont wore a light-green apron with a pink half shape heart in the middle during a fantasy.&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* Clemont, along with Bonnie, wore a gray hoodie with the Voltage badge on it and sweat pants in &#039;&#039;[[M17|Diancie and the Cocoon of Destruction]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[XY048|A Campus Reunion!]]&#039;&#039;, a flashback of Clemont when he was younger has him wearing a light-green t-shirt, blue capris with yellow stripes on the bottom, and a lab coat. He also wore gray and white shoes.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* Clemont&#039;s pajamas are a nightcap and long-sleeved nightshirt with blue and light blue stripes.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* In the freezer room in &#039;&#039;[[XY023|Coming Back into the Cold!]]&#039;&#039;, Clemont, along with Ash, Serena, Alexa, and Bonnie, he wore an orange snowsuit.&lt;br /&gt;
* In &#039;&#039;[[XY083|Over the Mountain of Snow!]]&#039;&#039;, he wore a blue jacket over his jumpsuit.&lt;br /&gt;
* In &#039;&#039;[[XY119|A Full-Strength Battle Surprise!]]&#039;&#039; to &#039;&#039;[[XY122|A Real Icebreaker!]]&#039;&#039;, Clemont was sometimes seen wearing a green winter coat with a light-green cross shaped on the front, with blue mittens and green boots with a light green line along the top of the boots.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* During [[Peace Smile!]], the second ending of &#039;&#039;Pokémon the Series: XY&#039;&#039;, Clemont wore a blue and white striped old-fashioned one-piece swimsuit and cap. He also wears a yellow pair of goggles when he is underwater.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery perrow=5&amp;gt;&lt;br /&gt;
File:Clemont and Ash pajamas.png|Clemont in his pajamas&lt;br /&gt;
File:Clemont underwear.png|Clemont in his underwear and undershirt.&lt;br /&gt;
File:Clemont dating video.png|Clemont wearing a nice suit during his &amp;quot;dating&amp;quot; video for PokéVision.&lt;br /&gt;
File:Group Snowsuits.png|Clemont in an orange snowsuit with Ash, Serena, Alexa, and Bonnie.&lt;br /&gt;
File:XY group snow wear XY083.png|Clemont&#039;s snow wear&lt;br /&gt;
File:XY119 Bonnie Clemont Snow Wear.png|Clemont&#039;s snow wear in XY119&lt;br /&gt;
File:XY group swimsuits.png|Clemont&#039;s swimsuit in [[Pokémon the Series: XY]].&lt;br /&gt;
File:Sky Trainer Clemont.png|Clemont&#039;s Sky Trainer suit.&lt;br /&gt;
File:Clemont Gourgeist Festival Costume.png|Clemont in his {{p|Watchog}} costume.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Bonnie}}==&lt;br /&gt;
[[File:Bonnie XY.png|thumb|100px|Bonnie&#039;s main outfit]]&lt;br /&gt;
===Main outfit===&lt;br /&gt;
Bonnie&#039;s main outfit consists of a brown short-sleeved top with a soft black bow on the neckline, knee-length black leggings covered by a puffy white skirt resembling a cloud, some pink colored Mary-Jane flats on her feet, and a yellow satchel. She also has her hair as a side ponytail and braid with a yellow hair clip. In &#039;&#039;[[XY027|To Find a Fairy Flower!]]&#039;&#039;, Bonnie had her ponytail put into a bun and had red clips around that looked like flower petals. After meeting [[Squishy]] in &#039;&#039;[[XY094|From A to Z!]]&#039;&#039;, Bonnie&#039;s satchel has been sewn with an extra slot done by {{an|Serena}} to hold Squishy in, which was done in &#039;&#039;[[XY095|Love Strikes! Eevee, Yikes!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In a giveaway quiz featured in &#039;&#039;[[XY010|Mega-Mega Meowth Madness!]]&#039;&#039; for &#039;&#039;[[M16|Pokémon the Movie: Genesect and the Legend Awakened]]&#039;&#039; and &#039;&#039;[[PK25|Eevee &amp;amp; Friends]]&#039;&#039; DVDs, and the &#039;&#039;Get Pokémon TV&#039;&#039; set, Bonnie wore a Santa outfit.&lt;br /&gt;
* During the [[Gourgeist Festival]] in &#039;&#039;[[XY082|A Festival Trade! A Festival Farewell?]]&#039;&#039;, Bonnie wore a costume based on a {{p|Ludicolo}}.&lt;br /&gt;
* In &#039;&#039;[[XY088|A Trip Down Memory Train!]]&#039;&#039;, Bonnie wore a {{p|Diggersby}} costume.&lt;br /&gt;
&lt;br /&gt;
====Formal clothes====&lt;br /&gt;
* In &#039;&#039;[[XY105|Party Dancecapades!]]&#039;&#039;, Bonnie wore a yellow dress at [[Monsieur Pierre]]&#039;s dance party.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* When she sleeps, Bonnie wears {{p|Tyrantrum}} pajamas.&lt;br /&gt;
* In &#039;&#039;[[M19|Volcanion and the Mechanical Marvel]]&#039;&#039;, Bonnie wears {{p|Audino|Mega Audino}} pajamas.&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* In &#039;&#039;[[XY040|Day Three Blockbusters!]]&#039;&#039;, Bonnie wore a {{p|Snubbull}} cooking hat and long sleeved apron.&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* Bonnie, along with Clemont, wore a gray hoodie with the Voltage badge on it in &#039;&#039;[[M17|Diancie and the Cocoon of Destruction]]&#039;&#039;. While at a shopping mall, Bonnie wore several outfits with Diancie and Serena.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* In &#039;&#039;[[XY040|Day Three Blockbusters!]]&#039;&#039;, Bonnie wore a yellow training suit while doing a training session.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* In &#039;&#039;[[XY017|A Rush of Ninja Wisdom]]&#039;&#039;, &#039;&#039;[[XY099|The Legend of the Ninja Hero!]]&#039;&#039;, and &#039;&#039;[[XY100|A Festival of Decisions!]]&#039;&#039;, Bonnie wore a pink ninja suit.&lt;br /&gt;
* In &#039;&#039;[[XY084|Adventures in Running Errands!]]&#039;&#039;, Bonnie, along with Serena, dressed up as [[Nurse Joy]] to help her with the Pokémon while the power within the [[Pokémon Center]] was out.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* In the freezer room in &#039;&#039;[[XY023|Coming Back into the Cold!]]&#039;&#039;, Bonnie, along with Ash, Serena, Alexa, and Clemont, wore an orange snowsuit.&lt;br /&gt;
* In &#039;&#039;[[XY083|Over the Mountain of Snow!]]&#039;&#039;, Bonnie wore a {{p|Delibird}} snow outfit.&lt;br /&gt;
* In &#039;&#039;[[XY119|A Full-Strength Battle Surprise!]]&#039;&#039; to &#039;&#039;[[XY122|A Real Icebreaker!]]&#039;&#039;, Bonnie was sometimes seen wearing a {{p|Slurpuff}} snow outfit.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* During [[Peace Smile!]], the second ending of &#039;&#039;Pokémon the Series: XY&#039;&#039;, Bonnie was seen wearing a {{p|Slowbro}} swimsuit. In the actual anime, she wore this swimsuit in &#039;&#039;[[XY049|Bonnie for the Defense!]]&#039;&#039; and &#039;&#039;[[XY123|A Diamond in the Rough!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[M17|Diancie and the Cocoon of Destruction]]&#039;&#039;, Bonnie wore a blue swimsuit.&lt;br /&gt;
* In &#039;&#039;[[M18|Hoopa and the Clash of Ages]]&#039;&#039;, Bonnie is seen wearing a {{p|Ducklett}} swimsuit.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery perrow=5&amp;gt;&lt;br /&gt;
File:Ash Serena Bonnie pajamas.png|Bonnie in her Tyrantrum pajamas&lt;br /&gt;
File:Bonnie training suit.png|Bonnie in her training suit&lt;br /&gt;
File:Bonnie cooking suit.png|Bonnie in her Snubbull cooking clothes&lt;br /&gt;
File:Bonnie swimsuit.png|Bonnie in her Slowbro swimsuit&lt;br /&gt;
File:XY group snow wear XY083.png|Bonnie wearing a Delibird snow outfit&lt;br /&gt;
File:XY119 Bonnie Clemont Snow Wear.png|Bonnie&#039;s Slurpuff snow outfit&lt;br /&gt;
File:Bonnie Clemont Dedenne Gourgeist Festival Costume.png|Bonnie in her Ludicolo costume&lt;br /&gt;
Serena Bonnie Diancie M17 Swimsuits.png|Bonnie wearing a blue swimsuit&lt;br /&gt;
Bonnie Diancie M17 Outfit.png|Bonnie in a dessert dress&lt;br /&gt;
Bonnie Diancie M17 Outfit2.png|Bonnie in a fancy gown&lt;br /&gt;
Bonnie Diancie M17 Outfit3.png| Bonnie in a frilly dress&lt;br /&gt;
Serena Bonnie Diancie M17 Outfits.png|Bonnie in a fancy dress&lt;br /&gt;
Serena Bonnie Diancie M17 Outfits2.png|Bonnie wearing a fancy dress&lt;br /&gt;
Serena Bonnie Diancie M17 Outfits3.png|Bonnie in boyish clothes&lt;br /&gt;
Serena Bonnie Diancie M17 Outfits4.png|Bonnie in casual clothing&lt;br /&gt;
Serena Bonnie Diancie M17 Outfits5.png|Bonnie in a green dress&lt;br /&gt;
Serena Bonnie Diancie M17 Outfits6.png|Bonnie in a racing outfit&lt;br /&gt;
Serena Bonnie Christmas Present.png|Bonnie wearing a Santa outfit in a giveaway quiz&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Lana}}==&lt;br /&gt;
[[File:Lana SM.png|thumb|100px|Lana&#039;s main outfit]]&lt;br /&gt;
===Main outfit===&lt;br /&gt;
Lana&#039;s main outfit consists of a white sleeveless t-shirt with a dark blue one piece swimsuit underneath, a blue scarf, blue pants with light blue wave patterns on the bottom and a light brown drawstring, a golden string hairband, and dark blue sandals. In &#039;&#039;[[SM033|Big Sky, Small Fry!]]&#039;&#039;, Lana received a blue [[Z-Ring]] from [[Olivia]] that she made for her when she found it as a [[Sparkling Stone]] in the [[SM032|previous episode]].&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In &#039;&#039;[[SM093|Lillier and the Staff!]]&#039;&#039;, Lana wore a {{p|Tapu Fini}} and wizard costume during a play at the [[Pokémon School]]. Also, in the same episode, Lana wore a police officer uniform that looks just like the ones that the [[Officer Jenny|Officer Jenny&#039;s]] wear in [[Alola]], and a purple and white suit.&lt;br /&gt;
* In &#039;&#039;[[SM112|Got Meltan?]]&#039;&#039;, Lana wore a {{p|Meltan}} costume.&lt;br /&gt;
* In &#039;&#039;[[SM113|This Magik Moment!]]&#039;&#039;, Lana wore a yellow magical girl outfit while playing the role of (Japanese: &#039;&#039;&#039;ジュースドリンキュン&#039;&#039;&#039; &#039;&#039;Juice DrinKyun&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* In [[Poké Problem]] segment for &#039;&#039;[[SM023|Getting the Band Back Together!]]&#039;&#039;, Lana wore a long blonde wig while watching a [[DJ Leo|Dig-Dug-Leo]] concert.&lt;br /&gt;
* In &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039;, Lana wore a light-blue life jacket.&lt;br /&gt;
* In &#039;&#039;[[SM121|A Recipe for Success!]]&#039;&#039;, Lana, along with her classmates, wore a pink apron that is similar to {{an|Mallow}}&#039;s while helping out at [[Aina&#039;s Kitchen|her family&#039;s restaurant]].&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* In &#039;&#039;[[SM059|Tasting the Bitter with the Sweet!]]&#039;&#039;, Lana when she was younger wore a white t-shirt, light blue shorts with white wave patterns, and blue sandals. She also wore a golden with brown in the middle headband.&lt;br /&gt;
* In &#039;&#039;[[SM117|Drawn with the Wind!]]&#039;&#039; to &#039;&#039;[[SM118|Aiming for the Top Floor!]]&#039;&#039;, Lana wore a light blue, orange, and magenta kimono dress. She also wore a pair dark blue and orange sandals with socks, and had her hair tied in a ponytail with two green balls in the middle.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* In &#039;&#039;[[SM040|Balloons, Brionne, and Belligerence!]]&#039;&#039;, &#039;&#039;[[SM048|Night of a Thousand Poses!]]&#039;&#039;, &#039;&#039;[[SM070|The Young Flame Strikes Back!]]&#039;&#039;, &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, &#039;&#039;[[SM114|Beauty is Only Crystal Deep!]]&#039;&#039;, and the [[Poké Problem]] segment for &#039;&#039;[[SM094|A Haunted House for Everyone!]]&#039;&#039;, Lana wore a long, light-green one-piece pajamas with a blue stripe just under the top and across each leg hole. She also removes her hairband when she sleeps.&lt;br /&gt;
* In [[Poké Problem]] segment for &#039;&#039;[[SM117|Drawn with the Wind!]]&#039;&#039; and &#039;&#039;[[SM118|Aiming for the Top Floor!]]&#039;&#039;, Lana wore a pink and red kimmo dress with [[Poké Ball]] designs around it as pajamas.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* In &#039;&#039;[[SM028|Pulling Out the Pokémon Base Pepper!]]&#039;&#039; and &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, Lana wore a baseball uniform when she played Pokémon Base with her classmates.&lt;br /&gt;
* In &#039;&#039;[[SM066|Smashing with Sketch!]]&#039;&#039;, Lana wore a pink ping-pong uniform when she played Pokémon Ping-Pong with her classmates.&lt;br /&gt;
* In &#039;&#039;[[SM110|Keeping Your Eyes on the Ball!]]&#039;&#039;, Lana wore a pink shirt and blue short golf uniform with a visor hat when she played Pokémon Golf with her classmates.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* Lana&#039;s [[Ultra Guardians|Ultra Guardian]] uniform is cyan with an aquamarine line around the chest area.&lt;br /&gt;
* In &#039;&#039;[[SM068|Real Life...Inquire Within!]]&#039;&#039;, Lana wore a nurse outfit similar to the one that the Nurse Joy of [[Melemele Island]] wears.&lt;br /&gt;
* In &#039;&#039;[[SM113|This Magik Moment!]]&#039;&#039;, Lana wore a gray school girl uniform with a yellow shirt, red hat and a {{p|Popplio}} hair clip. She also wore a light blue backpack with brown shoes and black socks.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* In &#039;&#039;[[SM060|Getting a Jump on the Competition!]]&#039;&#039;, Lana wore a light and dark turquoise jacket, dark turquoise trousers, yellow gloves, an orange scarf and brown shoes.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* Lana wears a dark blue one piece swimsuit, with a small light-blue fish image near the top of it, underneath her normal outfit.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lana Mallow Lillie Swimwear.png|Lana&#039;s swimsuit&lt;br /&gt;
Lana baseball uniform.png|Lana&#039;s baseball uniform&lt;br /&gt;
Lana pajamas.png|Lana&#039;s pajamas&lt;br /&gt;
Lana Snow Wear.png|Lana&#039;s winter clothing&lt;br /&gt;
Lana Ultra Guardian outfit.png|Lana&#039;s Ultra Guardian outfit&lt;br /&gt;
Lana Lillie Mallow Nurse Outfit.png|Lana&#039;s nurse outfit&lt;br /&gt;
Lana Mallow Lillie School Uniform.png|Lana&#039;s school uniform&lt;br /&gt;
Lana Magical Girl.png|Lana&#039;s magical girl outfit&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Kiawe}}==&lt;br /&gt;
[[File:Kiawe SM.png|thumb|100px|Kiawe&#039;s main outfit]]&lt;br /&gt;
===Main outfit===&lt;br /&gt;
Kiawe&#039;s main outfit consists of a black necklace with crystals on, with black feathers on his shoulders. He wears red shorts with dark red stripes and a dark red belt, and red and black sandals. Kiawe also holds a red [[Z-Ring]] that once belonged to [[Kiawe&#039;s grandfather|his grandfather]].&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In &#039;&#039;[[SM093|Lillier and the Staff!]]&#039;&#039;, Kiawe wore a {{p|Solgaleo}} and {{p|Xurkitree}} costume for a play at the [[Pokémon School]].&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* In &#039;&#039;[[SM023|Getting the Band Back Together!]]&#039;&#039;, Kiawe wore a bob-cut blonde wig to a [[DJ Leo|Dig-Dug-Leo]] concert.&lt;br /&gt;
* In &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039;, Kiawe wore a red life jacket.&lt;br /&gt;
* In &#039;&#039;[[SM121|A Recipe for Success!]]&#039;&#039;, Kiawe, along with his classmates, wore a pink apron that is similar to {{an|Mallow}}&#039;s while helping out at [[Aina&#039;s Kitchen|her family&#039;s restaurant]].&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* In &#039;&#039;[[SM011|Young Kiawe had a Farm!]]&#039;&#039;, &#039;&#039;[[SM022|A Shivering Shovel Search!]]&#039;&#039;, &#039;&#039;[[SM034|A Crowning Moment of Truth!]]&#039;&#039;, and &#039;&#039;[[SM107|Run Heroes, Run!]]&#039;&#039;, a flashback of Kiawe when he was younger shows him wearing a pair of light red shorts and sandals.&lt;br /&gt;
* In &#039;&#039;[[SM117|Drawn with the Wind!]]&#039;&#039; to &#039;&#039;[[SM118|Aiming for the Top Floor!]]&#039;&#039;, Kiawe wore an [[Regional form|Alolan]] {{p|Marowak}} design open shirt with red shorts, white bandage and brown sandals.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* in &#039;&#039;[[SM035|Currying Favor and Flavor!]]&#039;&#039;, &#039;&#039;[[SM048|Night of a Thousand Poses!]]&#039;&#039;, &#039;&#039;[[SM070|The Young Flame Strikes Back!]]&#039;&#039;, &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, and &#039;&#039;[[SM114|Beauty is Only Crystal Deep!]]&#039;&#039;, Kiawe wore only his dark teal sweat shorts as his pajamas.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* In &#039;&#039;[[SM028|Pulling Out the Pokémon Base Pepper!]]&#039;&#039; and &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, Kiawe wore a baseball uniform when he played Pokémon Base with his classmates.&lt;br /&gt;
* In &#039;&#039;[[SM066|Smashing with Sketch!]]&#039;&#039;, Kiawe wore a blue ping-pong uniform when he played Pokémon Ping-Pong with his classmates.&lt;br /&gt;
* In &#039;&#039;[[SM110|Keeping Your Eyes on the Ball!]]&#039;&#039;, Kiawe wore a blue golf uniform when he played Pokémon Golf with his classmates.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* Kiawe&#039;s [[Ultra Guardians|Ultra Guardian]] uniform is red with a salmon line around the chest area.&lt;br /&gt;
* In &#039;&#039;[[SM068|Real Life...Inquire Within!]]&#039;&#039;, Kiawe wore a nurse outfit similar to the one that the Nurse Joy of [[Melemele Island]] wears.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* In &#039;&#039;[[SM060|Getting a Jump on the Competition!]]&#039;&#039; and the third ending of &#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039;, [[Notebook of the Heart]], Kiawe wore a black jacket, with a red zipper, red pockets, red stripes around the bottom of the torso and sleeves, gray pants and black and white shoes.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* In &#039;&#039;[[SM012|The Sun, the Scare, the Secret Lair!]]&#039;&#039;, &#039;&#039;[[SM065|Turning Heads and Training Hard!]]&#039;&#039;, &#039;&#039;[[SM086|I Choose Paradise!]]&#039;&#039;, &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039;, &#039;&#039;[[SM109|A Grand Debut!]]&#039;&#039;, &#039;&#039;[[SM123|A Fiery Training Camp Trick!]]&#039;&#039;, and &#039;&#039;[[JN037|That New Old Gang of Mine!]]&#039;&#039;, as well as the second ending of &#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039;, [[Twerp, Twerpette]], Kiawe wore orange swim trunks with white stripes along the top and on each side of the leg holes.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Kiawe swim shorts.png|Kiawe&#039;s swim shorts&lt;br /&gt;
Kiawe baseball uniform.png|Kiawe&#039;s baseball uniform&lt;br /&gt;
Kiawe pajamas.png|Kiawe&#039;s pajamas&lt;br /&gt;
Kiawe Snow wear.png|Kiawe&#039;s snow jacket&lt;br /&gt;
Kiawe Ultra Guardian outfit.png|Kiawe&#039;s Ultra Guardian outfit&lt;br /&gt;
Kiawe Sophocles Nurse Outfits.png|Kiawe&#039;s nurse outfit&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Lillie}}==&lt;br /&gt;
[[File:Lillie SM.png|thumb|100px|left|Lillie&#039;s main outfit]]&lt;br /&gt;
[[File:Lively Lillie Solgalium Z.png|thumb|100px|Lillie&#039;s temporary outfit]]&lt;br /&gt;
===Main outfit===&lt;br /&gt;
Lillie&#039;s main outfit consists of a big white wide-brim hat, a white and light blue dress, white stockings with blue frills at the top, and blue shoes. Lillie usually has her hair down with two braids in the front, but has put her hair up in a ponytail in &#039;&#039;[[SM083|Dummy, You Shrunk the Kids!]]&#039;&#039; and &#039;&#039;[[SM085|The Long Vault Home!]]&#039;&#039;. In &#039;&#039;[[SM116|The Secret Princess!]]&#039;&#039;, Lillie obtained her father [[Mohn]]&#039;s white and dark red band [[Z-Ring]].&lt;br /&gt;
&lt;br /&gt;
Lillie began wearing her temporary outfit that is similar to her game counterpart in &#039;&#039;[[SM051|Family Determination!]]&#039;&#039; to &#039;&#039;[[SM054|10,000,000 Reasons to Fight!]]&#039;&#039;, and from &#039;&#039;[[SM128|League Offenders and Defenders!]]&#039;&#039; to &#039;&#039;[[SM144|From Z to Shining Z!]]&#039;&#039;. It consisted of a white short pleated miniskirt with a blue line, a white hoodie, a pink backpack, white socks, and tennis shoes. She also changed her hairstyle to a large ponytail.&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In &#039;&#039;[[SM093|Lillier and the Staff!]]&#039;&#039;, Lillie wore a knight and King costume during a play at the [[Pokémon School]].&lt;br /&gt;
* In &#039;&#039;[[SM113|This Magik Moment!]]&#039;&#039;, Lillie wore a blue magical girl outfit while playing the role of (Japanese: &#039;&#039;&#039;ソーダドリンキュン&#039;&#039;&#039; &#039;&#039;Soda DrinKyun&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* In &#039;&#039;[[SM005|Yo, Ho, Ho! Go, Popplio!]]&#039;&#039;, Lillie wore a full-body suit of diving gear to avoid making contact with Pokémon during a [[fishing]] class.&lt;br /&gt;
* In &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039;, Lillie wore a pink life jacket.&lt;br /&gt;
* In &#039;&#039;[[SM121|A Recipe for Success!]]&#039;&#039;, Lillie, along with her classmates, wore a pink apron that is similar to {{an|Mallow}}&#039;s while helping out at [[Aina&#039;s Kitchen|her family&#039;s restaurant]]. She also had her hair up in a ponytail. &lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
[[File:Lillie JN.png|thumb|250px|Lillie&#039;s traveling outfit]]&lt;br /&gt;
* In &#039;&#039;[[SM008|Lillie&#039;s Egg-Xhilarating Challenge!]]&#039;&#039;, &#039;&#039;[[SM047|A Masked Warning!]]&#039;&#039;, &#039;&#039;[[SM048|A Night of a Thousand Poses!]]&#039;&#039;, &#039;&#039;[[SM049|Mission: Total Recall!]]&#039;&#039;, &#039;&#039;[[SM050|Faba’s Revenge!]]&#039;&#039;, and &#039;&#039;[[SM053|Rescuing the Unwilling!]]&#039;&#039;, Lillie when she was younger wore a white dress with pockets on both sides and a blue on the both front and back. She also wore white socks and shoes.&lt;br /&gt;
* In &#039;&#039;[[SM029|Lulled to La-La Land!]]&#039;&#039;, Lillie was shown wearing a short blue nightdress similar to her usual dress in a fantasy.&lt;br /&gt;
* In &#039;&#039;[[SM032|Treasure Hunt, Akala Style!]]&#039;&#039;, she wore a light-blue zip-up long-sleeved shirt, white jeans, and long dark gray boots as her riding outfit.&lt;br /&gt;
* In &#039;&#039;[[SM049|Mission: Total Recall!]]&#039;&#039;, &#039;&#039;[[SM116|The Secret Princess!]]&#039;&#039;, &#039;&#039;[[SM127|Chasing Memories, Creating Dreams!]]&#039;&#039;, and &#039;&#039;[[SM145|Dreams of the Sun and Moon!]]&#039;&#039;, Lillie when she was a baby wore a pink and white one-piece outfit with two salmon balls in the middle.&lt;br /&gt;
* In &#039;&#039;[[SM117|Drawn with the Wind!]]&#039;&#039; to &#039;&#039;[[SM118|Aiming for the Top Floor!]]&#039;&#039;, Lillie wore a pink, red, light blue, and white kimmo dress with an [[Regional form|Alolan]] {{p|Vulpix}} design on the back. She also wore dark red boots and had her hair up in a bun with a bow on top.&lt;br /&gt;
* In &#039;&#039;[[SM146|Thank You, Alola! The Journey Continues!]]&#039;&#039;, &#039;&#039;[[JN037|That New Old Gang of Mine!]]&#039;&#039;, and &#039;&#039;[[JN111|The Homecoming Crown!]]&#039;&#039; to &#039;&#039;[[JN112|Helping the Hometown Hero!]]&#039;&#039;, Lillie wore a white dress with light blue accents and a light green ribbon around her waist. Her hat has a light blue ribbon hem and a white lily on the knot of the bow. She also has a pair of white gloves and her hair braids are tied to the back with a light green ribbon.&lt;br /&gt;
* In &#039;&#039;[[JN111|The Homecoming Crown!]]&#039;&#039;, Lillie wore a long sleeve white and blue dress with buttons in the middle, and a blue ribbon around her waist. She also had her hair braids tied to the back with a blue ribbon with two white cotton balls, and blue and white snow boots with white stockings.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* From &#039;&#039;[[SM045|Now You See Them, Now You Don&#039;t!]]&#039;&#039; to &#039;&#039;[[SM050|Faba&#039;s Revenge!]]&#039;&#039;, as well as &#039;&#039;[[SM055|The Professors&#039; New Adventure!]]&#039;&#039;, &#039;&#039;[[SM070|The Young Flame Strikes Back!]]&#039;&#039;, &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, and &#039;&#039;[[SM114|Beauty is Only Crystal Deep!]]&#039;&#039;, Lillie was wearing a short white nightgown with a light-blue lower-half and frills at the top-half as pajamas.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* In &#039;&#039;[[SM028|Pulling Out the Pokémon Base Pepper!]]&#039;&#039; and &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, Lillie wore a baseball uniform when she played Pokémon Base with her classmates.&lt;br /&gt;
* In &#039;&#039;[[SM066|Smashing with Sketch!]]&#039;&#039;, Lillie wore a pink ping-pong uniform with her hair tied in two buns when she played Pokémon Ping Pong with her classmates.&lt;br /&gt;
* In &#039;&#039;[[SM110|Keeping Your Eyes on the Ball!]]&#039;&#039;, Lillie wore a brown golfer dress, hat, and shoes with white stockings. She also wore one glove in one hand and had her hair in a down ponytail when she played Pokémon Golf with her classmates.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* Lillie&#039;s [[Ultra Guardians|Ultra Guardian]] uniform is pink with a light pink line around the chest area.&lt;br /&gt;
* In &#039;&#039;[[SM068|Real Life...Inquire Within!]]&#039;&#039;, Lillie wore a nurse outfit similar to the one that the Nurse Joy of [[Melemele Island]] wears.&lt;br /&gt;
* In &#039;&#039;[[SM113|This Magik Moment!]]&#039;&#039;, Lillie wore a gray school girl uniform with a pink vest, glasses and had her hair up in pigtails. She also wore a brown backpack and shoes with black stockings.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* In &#039;&#039;[[SM060|Getting a Jump on the Competition!]]&#039;&#039;, Lillie wore a navy and white jacket coat, a pink ribbon on the chest of the coat, a navy hat, navy boots with a white stripe at the top of each boot and pink gloves.&lt;br /&gt;
* In &#039;&#039;[[JN111|The Homecoming Crown!]]&#039;&#039;, Lillie wore a dark-blue and white jacket with a pink bow in the middle and two white cotton balls. She also wore pink mittens with a white cotton ball in the middle.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* In &#039;&#039;[[SM012|The Sun, the Scare, the Secret Lair!]]&#039;&#039;, &#039;&#039;[[SM065|Turning Heads and Training Hard!]]&#039;&#039;, &#039;&#039;[[SM086|I Choose Paradise!]]&#039;&#039;, &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039;, and &#039;&#039;[[SM109|A Grand Debut!]]&#039;&#039;, as well as the second ending of &#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039;, [[Twerp, Twerpette]], Lillie wore a white and blue bikini consisting of a crop top and a white skirt.&lt;br /&gt;
* In &#039;&#039;[[SM049|Mission: Total Recall!]]&#039;&#039;, Lillie as a child wore a white one-piece swimsuit.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lillie fishing suit.png|Lillie&#039;s fishing suit&lt;br /&gt;
File:Lana Mallow Lillie Swimwear.png|Lillie&#039;s bikini&lt;br /&gt;
Lillie baseball uniform.png|Lillie in her baseball uniform&lt;br /&gt;
File:Lillie riding outfit.png|Lillie&#039;s riding outfit&lt;br /&gt;
Lillie Ultra Guardian outfit.png|Lillie&#039;s Ultra Guardian outfit&lt;br /&gt;
Lana Lillie Mallow Nurse Outfit.png|Lillie&#039;s nurse outfit&lt;br /&gt;
File:Lillie Snow Wear.png|Lillie&#039;s winter clothing&lt;br /&gt;
File:Lana Mallow Lillie School Uniform.png|Lillie&#039;s school uniform&lt;br /&gt;
File:Lillie Magical Girl.png|Lillie&#039;s magical girl outfit&lt;br /&gt;
Lillie JN2.png|Lillie&#039;s second traveling outfit&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Sophocles}}==&lt;br /&gt;
[[File:Sophocles SM.png|thumb|100px|Sophocles&#039;s main outfit]]&lt;br /&gt;
===Main outfit===&lt;br /&gt;
Sophocles&#039;s main outfit consists of a white T-shirt with an orange print that strongly resembles a [[Game Boy]] connected to a [[Game Link Cable]], a yellow, lightning bolt-like scarf, and a gray metallic belt with a circular buckle and lines along it. He also wears brown pants with an orange rolled up hemline, and green and purple shoes, with yellow lightning bolts along the sides. In &#039;&#039;[[SM119|A High-Speed Awakening!]]&#039;&#039;, Sophocles received a yellow [[Z-Ring]] from [[Hapu]]. However, Sophocles would only wear his Z-Ring whenever he was in [[Alola]], as he didn&#039;t wear it when he was in [[Hoenn]] in &#039;&#039;[[JN096|Lighting the Way Home!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In &#039;&#039;[[SM093|Lillier and the Staff!]]&#039;&#039;, Sophocles wore a King and {{p|Tapu Bulu}} costume during a play at the [[Pokémon School]]. Also, in the same episode, Sophocles wore a police officer uniform, a {{p|Stakataka}} costume, and a business man outfit.&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* In &#039;&#039;[[SM023|Getting the Band Back Together!]]&#039;&#039;, Sophocles wore a bob-cut blonde wig to a [[DJ Leo|Dig-Dug-Leo]] concert.&lt;br /&gt;
* In &#039;&#039;[[SM063|Pushing the Fiery Envelope!]]&#039;&#039; and &#039;&#039;[[SM081|A Young Royal Flame Ignites!]]&#039;&#039;, Sophocles wore a blue, red, yellow, and green mask with his regular clothes.&lt;br /&gt;
* In &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039;, Sophocles wore a yellow life jacket.&lt;br /&gt;
* In &#039;&#039;[[SM119|A High-Speed Awakening!]]&#039;&#039;, Sophocles wore special VR goggles while he competed in the [[Vikavolt race]]. They allowed him to see through a camera inside the VR armor worn on his {{TP|Sophocles|Vikavolt}}&#039;s head.&lt;br /&gt;
* In &#039;&#039;[[SM121|A Recipe for Success!]]&#039;&#039;, Sophocles, along with his classmates, wore a pink apron that is similar to {{an|Mallow}}&#039;s while helping out at [[Aina&#039;s Kitchen|her family&#039;s restaurant]].&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* In &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, Sophocles when he was younger wore a white onesie with the same yellow scarf and collar he wears in the present, with a print of an orange planet and a yellow ring around it; two diagonal orange lines near the bottom; and blue shoes with a white bottom, a yellow stripe on the top, and a white stripe on the front of each shoe.&lt;br /&gt;
* In &#039;&#039;[[SM117|Drawn with the Wind!]]&#039;&#039; to &#039;&#039;[[SM118|Aiming for the Top Floor!]]&#039;&#039;, Sophocles wore a green shirt with light green shorts, black stockings and light brown sandals. He also wore a cap that resembles a {{p|Togedemaru}} and hat that resembles a {{p|Charjabug}}.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* In &#039;&#039;[[SM006|A Shocking Grocery Run!]]&#039;&#039;, &#039;&#039;[[SM026|So Long, Sophocles!]]&#039;&#039;, &#039;&#039;[[SM030|The Ol&#039; Raise and Switch!]]&#039;&#039;, &#039;&#039;[[SM035|Currying Favor and Flavor!]]&#039;&#039;, &#039;&#039;[[SM037|Rising from the Ruins!]]&#039;&#039;, &#039;&#039;[[SM048|Night of a Thousand Poses!]]&#039;&#039;, &#039;&#039;[[SM069|Rise and Shine, Starship!]]&#039;&#039;, &#039;&#039;[[SM070|The Young Flame Strikes Back!]]&#039;&#039;, &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, &#039;&#039;[[SM087|Filling the Light with Darkness!]]&#039;&#039;, &#039;&#039;[[SM114|Beauty is Only Crystal Deep!]]&#039;&#039;, and the [[Poké Problem]] segment for &#039;&#039;[[SM119|A High-Speed Awakening!]]&#039;&#039;, Sophocles was seen wearing white and orange-striped one-piece pajamas.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* In &#039;&#039;[[SM028|Pulling Out the Pokémon Base Pepper!]]&#039;&#039; and &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, Sophocles wore a baseball uniform when he played Pokémon Base with his classmates.&lt;br /&gt;
* In &#039;&#039;[[SM066|Smashing with Sketch!]]&#039;&#039;, Sophocles wore a blue ping-pong uniform when he played Pokémon Ping-Pong with his classmates.&lt;br /&gt;
* In &#039;&#039;[[SM110|Keeping Your Eyes on the Ball!]]&#039;&#039;, Sophocles wore a blue golf uniform with a visor hat when he played Pokémon Golf with his classmates.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* Sophocles&#039;s [[Ultra Guardians|Ultra Guardian]] uniform is orange with a yellow line around the chest area.&lt;br /&gt;
* In &#039;&#039;[[SM068|Real Life...Inquire Within!]]&#039;&#039;, Sophocles wore a nurse outfit similar to the one that the Nurse Joy of [[Melemele Island]] wears.&lt;br /&gt;
* In &#039;&#039;[[SM145|Dreams of the Sun and Moon!]]&#039;&#039;, Sophocles wore an astronaut outfit in a fantasy.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* In &#039;&#039;[[SM060|Getting a Jump on the Competition!]]&#039;&#039; and the third ending of &#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039;, [[Notebook of the Heart]], Sophocles wore a green snow beanie with a lighter green pom-pom on top, a yellow and orange jacket, purple pants, green gloves that are the same color as his beanie and dark green shoes.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* In &#039;&#039;[[SM012|The Sun, the Scare, the Secret Lair!]]&#039;&#039;, &#039;&#039;[[SM065|Turning Heads and Training Hard!]]&#039;&#039;, &#039;&#039;[[SM086|I Choose Paradise!]]&#039;&#039;, &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039;, &#039;&#039;[[SM109|A Grand Debut!]]&#039;&#039;, &#039;&#039;[[SM123|A Fiery Training Camp Trick!]]&#039;&#039;, and &#039;&#039;[[JN037|That New Old Gang of Mine!]]&#039;&#039;, as well as the second ending of &#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039;, [[Twerp, Twerpette]], Sophocles wore an aqua and white striped one-piece swimsuit.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Sophocles pajamas.png|Sophocles&#039;s pajamas&lt;br /&gt;
Ash and classmates SM012.png|Sophocles&#039;s swimsuit&lt;br /&gt;
Sophocles baseball uniform.png|Sophocles&#039;s baseball uniform&lt;br /&gt;
Sophocles Ultra Guardian outfit.png|Sophocles&#039;s Ultra Guardian outfit&lt;br /&gt;
Kiawe Sophocles Nurse Outfits.png|Sophocles&#039;s nurse outfit&lt;br /&gt;
Sophocles Snow Wear.png|Sophocles&#039;s winter clothing&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Mallow}}==&lt;br /&gt;
[[File:Mallow SM.png|thumb|100px|Mallow&#039;s main outfit]]&lt;br /&gt;
===Main outfit===&lt;br /&gt;
Mallow&#039;s main outfit consists of gray overalls with tattered edges and a light red, sleeveless t-shirt underneath, a pink flower in her hair attached by a green headband, and green shoes with green bows on. She also has her hair up in pigtails. In &#039;&#039;[[SM121|A Recipe for Success!]]&#039;&#039;, Mallow received a green [[Z-Ring]] from {{an|Oranguru}}.&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In &#039;&#039;[[SM093|Lillier and the Staff!]]&#039;&#039;, Mallow wore a {{p|Tapu Lele}}, wizard and Queen costume during a play at the [[Pokémon School]].&lt;br /&gt;
* In &#039;&#039;[[SM113|This Magik Moment!]]&#039;&#039;, Mallow wore a pink magical girl outfit while playing the role of (Japanese: &#039;&#039;&#039;ティードリンキュン&#039;&#039;&#039; &#039;&#039;Tea DrinKyun&#039;&#039;).&lt;br /&gt;
 &lt;br /&gt;
====Other clothes====&lt;br /&gt;
* Mallow would frequently wear a pink apron whenever she was working at [[Aina&#039;s Kitchen|her family&#039;s restaurant]].&lt;br /&gt;
* In &#039;&#039;[[SM023|Getting the Band Back Together!]]&#039;&#039;, Mallow wore a long blonde wig to a [[DJ Leo|Dig-Dug-Leo]] concert.&lt;br /&gt;
* In &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039;, Mallow wore a light-green life jacket.&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* In &#039;&#039;[[SM059|Tasting the Bitter with the Sweet!]]&#039;&#039;, Mallow when she was younger wore a pink t-shirt, light green overalls with white buttons in the middle, a pink closed flower headband, and green shoes.&lt;br /&gt;
* In &#039;&#039;[[SM108|Memories in the Mist!]]&#039;&#039;, a flashback of Mallow when she was a toddler has her wearing a pink t-shirt with green overalls, shorts and shoes, and a leaf hair clip on one side of her hair.&lt;br /&gt;
* In &#039;&#039;[[SM117|Drawn with the Wind!]]&#039;&#039; to &#039;&#039;[[SM118|Aiming for the Top Floor!]]&#039;&#039;, Mallow wore a light red, pink, dark green, and black kimmo dress. She also wore a pair of light brown sandals with white socks and had her hair up in a bun.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* In &#039;&#039;[[SM048|Night of a Thousand Poses!]]&#039;&#039;, &#039;&#039;[[SM070|The Young Flame Strikes Back!]]&#039;&#039;, &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, &#039;&#039;[[SM114|Beauty is Only Crystal Deep!]]&#039;&#039;, and the [[Poké Problem]] segment for &#039;&#039;[[SM108|Memories in the Mist!]]&#039;&#039;, Mallow wore a pink T-shirt and shorts and a pink eye mask as pajamas.&lt;br /&gt;
* In [[Poké Problem]] segment for &#039;&#039;[[SM117|Drawn with the Wind!]]&#039;&#039;, Mallow wore a pink and red kimmo dress with [[Poké Ball]] designs around it as pajamas. She also wore pink and red sandals.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* In &#039;&#039;[[SM028|Pulling Out the Pokémon Base Pepper!]]&#039;&#039; and &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, Mallow wore a baseball uniform when she played Pokémon Base with her classmates.&lt;br /&gt;
* In &#039;&#039;[[SM066|Smashing with Sketch!]]&#039;&#039;, Mallow wore a pink ping-pong uniform when she played Pokémon Ping-Pong with her classmates.&lt;br /&gt;
* In &#039;&#039;[[SM110|Keeping Your Eyes on the Ball!]]&#039;&#039;, Mallow wore a pink shirt and white skirt golf uniform with a visor hat when she played Pokémon Golf with her classmates.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* Mallow&#039;s [[Ultra Guardians|Ultra Guardian]] uniform is green with a light green line around the chest area.&lt;br /&gt;
* In &#039;&#039;[[SM068|Real Life...Inquire Within!]]&#039;&#039;, Mallow wore a nurse outfit similar to the one that the Nurse Joy of [[Melemele Island]] wears.&lt;br /&gt;
* In &#039;&#039;[[SM113|This Magik Moment!]]&#039;&#039;, Mallow wore a gray school girl uniform with her hair in high curly pigtails and white with pink in each side hair clips. She also wore a yellow backpack with white socks and brown shoes.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* In &#039;&#039;[[SM060|Getting a Jump on the Competition!]]&#039;&#039;, Mallow wore a pink beanie, with a lighter colored pom-pom on top, a light purple jacket, light green pants, pink gloves that are the same color as her beanie and brown shoes.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* Mallow wore a light-green two-piece swimsuit with red flower patterns, and a {{p|Staryu}} hair clip in her hair in &#039;&#039;[[SM012|The Sun, the Scare, the Secret Lair!]]&#039;&#039;, &#039;&#039;[[SM065|Turning Heads and Training Hard!]]&#039;&#039;, &#039;&#039;[[SM086|I Choose Paradise!]]&#039;&#039;, &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039;, &#039;&#039;[[SM109|A Grand Debut!]]&#039;&#039;, and &#039;&#039;[[JN037|That New Old Gang of Mine!]]&#039;&#039;, as well as the second ending of &#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039;, [[Twerp, Twerpette]].&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lana Mallow Lillie Swimwear.png|Mallow&#039;s bikini&lt;br /&gt;
Mallow baseball uniform.png|Mallow&#039;s baseball uniform&lt;br /&gt;
Mallow Pink Apron.png|Mallow&#039;s Pink Apron&lt;br /&gt;
Mallow pajamas.png|Mallow&#039;s pajamas&lt;br /&gt;
Mallow Winter Clothing.png|Mallow&#039;s Winter Outfit&lt;br /&gt;
Mallow Ultra Guardian Outfit.png|Mallow&#039;s Ultra Guardian outfit&lt;br /&gt;
Lana Lillie Mallow Nurse Outfit.png|Mallow&#039;s nurse outfit&lt;br /&gt;
Lana Mallow Lillie School Uniform.png|Mallow&#039;s school uniform&lt;br /&gt;
Mallow Magical Girl.png|Mallow&#039;s magical girl outfit&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==[[Goh]]==&lt;br /&gt;
[[File:Goh JN.png|thumb|100px|Goh&#039;s main outfit]]&lt;br /&gt;
===Main outfit===&lt;br /&gt;
Goh&#039;s main outfit consists of a gray short-sleeved top with a Poké Ball design and red brims, black tracksuit pants, red socks, and a pair of gray and black shoes. In &#039;&#039;[[JN043|Sword and Shield: The Darkest Day!]]&#039;&#039;, Goh received a [[Dynamax Band]] from [[Sonia]] that she made from the [[Wishing Star]] that fell close to them. However, like Ash, Goh doesn&#039;t wear his Dynamax Band all the time unless he was battling in [[Galar]].&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In &#039;&#039;[[JN098|Out of Their Elements!]]&#039;&#039;, Goh wore a black and yellow shirt with a red jacket, and a dark grey hat with a green hatband in the shape of {{p|Grookey}}&#039;s hair tufts. He also wore a pair of dark-gray pants, light-gray boots, and a piece of purple paint on one side of his face while performing at a circus.&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* In &#039;&#039;[[JN010|A Test in Paradise!]]&#039;&#039;, &#039;&#039;[[JN046|Getting More Than You Battled For!]]&#039;&#039;, &#039;&#039;[[JN084|An Adventure of Mega Proportions!]]&#039;&#039;, &#039;&#039;[[JN088|Looking Out for Number Two!]]&#039;&#039;, &#039;&#039;[[JN102|Battling in the Freezing Raid!]]&#039;&#039;, and &#039;&#039;[[JN110|Narrowing the Chaser Chase!]]&#039;&#039;, Goh wore a red life jacket with an orange stripe in the middle.&lt;br /&gt;
* In &#039;&#039;[[JN014|Raid Battle in The Ruins!]]&#039;&#039;, &#039;&#039;[[JN036|Making Battles in the Sand!]]&#039;&#039;, and &#039;&#039;[[JN095|The Good, The Bad, and The Lucky!]]&#039;&#039;, Goh wore a pair of [[Go-Goggles]].&lt;br /&gt;
* In &#039;&#039;[[JN028|Sobbing Sobble!]]&#039;&#039; and &#039;&#039;[[JN088|Looking Out for Number Two!]]&#039;&#039;, Goh wore a pair of blue goggles.&lt;br /&gt;
* In &#039;&#039;[[JN052|How Are You Gonna Keep &#039;Em Off of the Farm?]]&#039;&#039;, Goh wore a grey cap with red highlights, a red jacket with grey cuffs, and grey and red Wellington boots.&lt;br /&gt;
* In &#039;&#039;[[JN056|Searching for Chivalry!]]&#039;&#039;, Goh wore a knight&#039;s armor complete with a knight&#039;s helmet with a red plume.&lt;br /&gt;
* In &#039;&#039;[[JN082|The Sweet Taste of Battle!]]&#039;&#039;, Goh wore a light-pink apron while participating in the [[All-Alcremie Decoration Challenge]].&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* In &#039;&#039;[[JN001| Enter Pikachu!]]&#039;&#039;, &#039;&#039;[[JN005|Mind-Boggling Dynamax!]]&#039;&#039;, &#039;&#039;[[JN015|A Snow Day for Searching!]]&#039;&#039;, &#039;&#039;[[JN020|Dreams Are Made of These!]]&#039;&#039;, &#039;&#039;[[JN032|Time After Time!]]&#039;&#039;, &#039;&#039;[[JN046|Getting More Than You Battled For!]]&#039;&#039;, &#039;&#039;[[JN068|Advice to Goh!]]&#039;&#039;, &#039;&#039;[[JN134|In the Palms of our Hands!]]&#039;&#039;, and &#039;&#039;[[JN135|Heroes Unite!]]&#039;&#039;, Goh when he was at the age of six wore a light gray shirt with red on both sleeves and a picture of a {{p|Gengar}} in the middle. He also wore dark gray shorts and shoes.&lt;br /&gt;
* In &#039;&#039;[[JN032|Time After Time!]]&#039;&#039;, a flashback of Goh when he was younger has him wearing a red and light gray shirt with a pocket in the middle, and gray capris. He also wore a pair of gray and black shoes.&lt;br /&gt;
* In &#039;&#039;[[JN055|The Tale of You and Glimwood Tangle!]]&#039;&#039;, Goh wore two pink scarfs and hat with his regular clothes.&lt;br /&gt;
* In &#039;&#039;[[JN069|Errand Endurance!]]&#039;&#039;, Goh wore [[Ash&#039;s hat]] and vest with his regular clothes.&lt;br /&gt;
* In &#039;&#039;[[JN093|It&#039;s All in the Name!]]&#039;&#039;, Goh wore [[Ren]]&#039;s lab coat with his regular clothes.&lt;br /&gt;
* In &#039;&#039;[[JNS01|The Arceus Chronicles (Part 1)]]&#039;&#039;, Goh wore an outfit similar to {{ga|Rei}}&#039;s for the [[Sinnoh Festival]].&lt;br /&gt;
* In &#039;&#039;[[JN133|The Mew from Here!]]&#039;&#039; and &#039;&#039;[[JN134|In the Palms of our Hands!]]&#039;&#039;, Goh wore a khaki and dark grey Chaser outfit with a red collar while searching for {{an|Mew}} with [[Project Mew]].&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* In &#039;&#039;[[JN003|Ivysaur&#039;s Mysterious Tower!]]&#039;&#039;, &#039;&#039;[[JN004|Settling the Scorbunny!]]&#039;&#039;, &#039;&#039;[[JN006|Working My Way Back to Mew!]]&#039;&#039;, &#039;&#039;[[JN016|A Chilling Curse!]]&#039;&#039;, &#039;&#039;[[JN020|Dreams Are Made of These!]]&#039;&#039;, &#039;&#039;[[JN022|Goodbye, Friend!]]&#039;&#039;, &#039;&#039;[[JN042|Sword and Shield, Slumbering Weald!]]&#039;&#039;, &#039;&#039;[[JN052|How Are You Gonna Keep &#039;Em Off of the Farm?]]&#039;&#039;, &#039;&#039;[[JN058|A Rollicking Roll…]]&#039;&#039;,  &#039;&#039;[[JN059|When a House is Not a Home!]]&#039;&#039;, &#039;&#039;[[JN078|Detective Drizzile!]]&#039;&#039;, &#039;&#039;[[JN106|Radio Lulled the Mischievous Stars!]]&#039;&#039; and &#039;&#039;[[JN122|It&#039;s... Champion Time!]]&#039;&#039;, Goh wears a silver and gray T-shirt with a print design of a square compass in a Poké Ball design along with gray sweat shorts with red drawstrings as pajamas.&lt;br /&gt;
* In &#039;&#039;[[JN021|Caring for a Mystery!]]&#039;&#039;, Goh wears the same silver and gray T-shirt with a different print design of a blue silhouette of an {{p|Articuno}} (which looks similar to the one on the [[Blanche|Team Mystic]] emblem from {{g|GO}}) encased in a square Poké Ball design along with the same gray sweat shorts with red drawstrings as pajamas.&lt;br /&gt;
* Whenever Goh and Ash (sometimes Chloe) sleep in at a [[Pokémon Center]] in &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;, they wear a set of cream-coloured pajamas with brown buttons and a brown stripe in a Poké Ball fashion on the front pocket, first seen in &#039;&#039;[[JN038|Restore and Renew!]]&#039;&#039;. He wore them again in &#039;&#039;[[JN066|Under Color of Darkness!]]&#039;&#039;, &#039;&#039;[[JN074|Nightfall? Nightmares!]]&#039;&#039;, and &#039;&#039;[[JN085|Battle Three With Bea!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* In &#039;&#039;[[JN049|To Train, or Not to Train!]]&#039;&#039;, a flashback scene in &#039;&#039;[[JN063|Not Too Close for Comfort!]]&#039;&#039;, and &#039;&#039;[[JN087|Breaking the Ice!]]&#039;&#039;, Goh wore a male school uniform similar to those worn by Chloe and the female students of [[Vermilion City school|their school]].&lt;br /&gt;
* In &#039;&#039;[[JN067|Sleuths for Truth!]]&#039;&#039;, Goh, along with Ash, wore a male police officer uniform similar to the one that the [[Officer Jenny]] of [[Vermilion City]] wears.&lt;br /&gt;
* In &#039;&#039;[[JN074|Nightfall? Nightmares!]]&#039;&#039;, Goh, along with Ash, had a dream where he wore the same Team Rocket uniform James wears, but the red &amp;quot;R&amp;quot; on the front in the English dub is an &amp;quot;S&amp;quot; in the Japanese version.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* In &#039;&#039;[[JN008|The Sinnoh Iceberg Race!]]&#039;&#039;, &#039;&#039;[[JN015|A Snow Day for Searching!]]&#039;&#039;, &#039;&#039;[[JN057|Memories of a Warming Kindness!]]&#039;&#039;, and &#039;&#039;[[JN113|Chasing to the Finish!]]&#039;&#039;, Goh wears a gray jacket based on his shirt, with a red zip and the same Poké Ball design on the front right. He also wore it in &#039;&#039;[[JN111|The Homecoming Crown!]]&#039;&#039; and the fourth version of the Japanese opening to &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;, [[One, Two, Three]] along with grey snow pants, a yellow beanie with a red pom-pom on top, and brown shoes.&lt;br /&gt;
* In &#039;&#039;[[JN071|Leaping Toward the Dream!]]&#039;&#039; and in the fourth version of the Japanese opening to &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;, [[One, Two, Three]], Goh wore orange exploration gear that are very similar to the ones in [[The Crown Tundra]] expansion in [[Pokémon Sword and Shield]].&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* In &#039;&#039;[[JN037|That New Old Gang of Mine!]]&#039;&#039; and &#039;&#039;[[JN088|Looking Out for Number Two!]]&#039;&#039;, Goh wears a pair of black swim trunks with a red stripe running down both sides.&lt;br /&gt;
* In &#039;&#039;[[JN063|On Land, In the Sea, and to the Future!]]&#039;&#039;, when he, Ash and Chloe competed in the [[Marine Athletic Race]], Goh wears a blue and red wetsuit with a small grey Poké Ball print and zip-up pocket pouches on the side, along with blue goggles.&lt;br /&gt;
* In &#039;&#039;[[JN064|Absol Absolved!]]&#039;&#039;, Goh wears a pair of red swim trunks with a grey stripe running down both sides.&lt;br /&gt;
* In &#039;&#039;[[JN088|Looking Out for Number Two!]]&#039;&#039;, Goh wore a blue and red scuba gear.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Goh School Uniform.png|Goh&#039;s school uniform&lt;br /&gt;
Ash Goh police uniform.png|Goh&#039;s police unform&lt;br /&gt;
Ash Goh Team Rocket Uniform.png|Team Cerise uniform (original version)&lt;br /&gt;
JN074 dub edit.png|Team Cerise uniform (dub version)&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==[[Liko]]== &lt;br /&gt;
[[File:Liko anime 2.png|thumb|150px|Liko&#039;s main outfit]]&lt;br /&gt;
===Main outfit===&lt;br /&gt;
Liko&#039;s main outfit was first worn in [[HZ004]], it consists of a turquoise jacket with white cuffs and pockets with white buttons over a white shirt which is tucked inside her navy shorts, white and turquoise socks, and white shoes with blue accents. She carries a yellow crossbody bag to hold her personal belongings and for long distance travel, she carries a black backpack &amp;lt;!--From the new concept art--&amp;gt; and wears a green hairpin on her bangs and also a mysterious pendant around her neck tucked under her shirt.&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
&amp;lt;!--====Costumes====&lt;br /&gt;
====Formal outfit====&lt;br /&gt;
====Other clothes====--&amp;gt;&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
[[File:Liko anime 5.png|thumb|120px|left|Liko in her school uniform]]&lt;br /&gt;
* In [[HZ001]], Liko wore a light-blue button shirt and a pink jacket in a photo the [[Rising Volt Tacklers]] were using to search for her at the [[Indigo Academy]].&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* In [[HZ003]], Liko slept in a white shirt.&lt;br /&gt;
* Whenever she is sleeping, Liko wears a light blue long-sleeve top with turquoise shorts.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* At school in [[HZ001]], Liko wore a navy blue tracksuit with a leaf symbol embodied on it and white shoes.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* In [[HZ001]] to [[HZ003]], Liko wore her school&#039;s standard female school uniform with a pin with a leaf symbol on her jacket&#039;s lapel, red ribbon tie, white calf socks and brown shoes.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
=====Swimwear=====--&amp;gt;&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Liko School Tracksuit.png|Liko&#039;s school tracksuit&lt;br /&gt;
File:Liko Without Jacket.png|Liko&#039;s without her jacket &lt;br /&gt;
File:Liko Pajamas.png|Liko&#039;s pajamas&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==[[Roy]]==&lt;br /&gt;
[[File:Roy anime.png|thumb|150px|Roy&#039;s main outfit]]&lt;br /&gt;
===Main outfit===&lt;br /&gt;
Roy&#039;s main outfit consists of a white and brown cap and began wearing a black half jacket in [[HZ006]] over a untucked red and white shirt with a yellow colored &amp;quot;R&amp;quot; {{p|Unown}} form design,  black ankle strap shoes and brown shorts. He carries a grayish blue sack bag to hold his belongings.&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
&amp;lt;!--===Costumes===&lt;br /&gt;
===Formal outfit===&lt;br /&gt;
===Other clothes===&lt;br /&gt;
====Regular clothes====--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* In [[HZ004]], Roy wore a yellow shirt. &lt;br /&gt;
* In [[HZ008]], Roy wore a white and red tank top with black shorts.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--===Sports wear===&lt;br /&gt;
===Uniform clothes===&lt;br /&gt;
===Weather clothes===&lt;br /&gt;
====Snow wear====&lt;br /&gt;
====Swimwear====--&amp;gt;&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Roy without jacket.png|Without his jacket &lt;br /&gt;
Roy Pajamas.png|Roy&#039;s pajamas&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==[[Jessie]], [[James]], and {{MTR}}==&lt;br /&gt;
[[File:Team Rocket trio SM.png|thumb|260px|left|Team Rocket&#039;s main outfits]]&lt;br /&gt;
===Main outfits===&lt;br /&gt;
Jessie and James are usually found in the same outfit at all times: their white [[Team Rocket uniform]]s. There has been some question about the position or rank denoted by these uniforms, since most {{tc|Team Rocket Grunt|Rocket Grunts}} wear a black uniform of similar design. However, in &#039;&#039;[[EP231|Dues and Don&#039;ts]]&#039;&#039;, it was revealed that Jessie and James designed their own uniforms to &amp;quot;express their sense of style.&amp;quot; Jessie and James have only been seen wearing a different color uniform in &#039;&#039;[[HS12|Training Daze]]&#039;&#039;, where they (along with the other trainees) wear dark red. They also wore the black uniforms once.&lt;br /&gt;
&lt;br /&gt;
Meowth, being a Pokémon, has no main outfit and is seen most often not wearing any clothing. However, he does have a fairly notable list of side outfits which he&#039;s worn alongside Jessie and James.&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;Pokémon the Series: Black &amp;amp; White&#039;&#039;====&lt;br /&gt;
[[File:Team Rocket BW 1.png|250px|thumb|Team Rocket&#039;s black uniforms]]&lt;br /&gt;
Jessie and James changed into their black uniforms in &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039;. They wore these outfits from &#039;&#039;[[BW001|In the Shadow of Zekrom]]&#039;&#039; until &#039;&#039;[[BW023|Battling For The Love of Bug-Types!]]&#039;&#039; when they switched back into their white ones.&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039;====&lt;br /&gt;
In addition to their regular outfits, Jessie, James, Meowth, and also {{TP|Jessie|Wobbuffet}} dress in light summer clothes when they are in public and off work in &#039;&#039;[[Pokémon the Series: Sun &amp;amp; Moon]]&#039;&#039;. Jessie wears a purple sleeveless shirt with pink flower prints, a light purple coat tied around her neck, faint purple pants and white sandals; She also wears a light yellow hat, a yellow wristband and brown sunglasses. James wears a light green shirt with light heart prints in the front, light yellow shorts and blue shoes; He also wears a blue and white cap with a green logo on the front and black sunglasses. Meowth wears a red polo shirt, dark yellow shorts, an orange visor hat, orange slippers and greenish sunglasses. Wobbuffet wears a pink shirt, a light brown hat and blue triangular sunglasses.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[SM073|Why Not Give Me a Z-Ring Sometime?]]&#039;&#039;, Jessie, James, Meowth, and Wobbuffet received a purple [[Z-Power Ring]] from [[Nanu]]. However, in &#039;&#039;[[SM146|Thank You, Alola! The Journey Continues!]]&#039;&#039;, they decided to leave their Z-Power Ring at their [[Bewear&#039;s den|base]] in [[Alola]].&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;The Power of Us&#039;&#039; and &#039;&#039;Secrets of the Jungle&#039;&#039;====&lt;br /&gt;
[[File:Team Rocket trio M21.png|250px|thumb|Team Rocket&#039;s uniforms in &#039;&#039;[[M21|The Power of Us]]&#039;&#039;]]&lt;br /&gt;
In &#039;&#039;[[M21|The Power of Us]]&#039;&#039; and &#039;&#039;[[M23|Secrets of the Jungle]]&#039;&#039;, which is set in a different continuity from the main series, Jessie and James wear altered versions of their white uniforms. Jessie&#039;s shirt is now sleeveless and her skirt now has a belt, while James&#039;s shirt is shorter and has shorter sleeves.&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In &#039;&#039;[[EP004|Challenge of the Samurai]]&#039;&#039;, Jessie, James and Meowth wore {{p|Kakuna}} costumes.&lt;br /&gt;
* In &#039;&#039;[[EP133|Tanks a Lot!]]&#039;&#039;, Jessie and James wore magicians outfits, old man costumes, and a {{p|Dugtrio}} costume with Meowth.&lt;br /&gt;
* In &#039;&#039;[[EP157|The Fortune Hunters]]&#039;&#039;, James wore a {{p|Moltres}} costume.&lt;br /&gt;
* In &#039;&#039;[[AG104|Claydol Big and Tall]]&#039;&#039;, James wore an eggplant costume. Jessie wore a ballerina outfit.&lt;br /&gt;
* During the [[Gourgeist Festival]] in &#039;&#039;[[XY082|A Festival Trade! A Festival Farewell?]]&#039;&#039;, Jessie and James wore costumes based on a {{p|Gourgeist}} and a {{p|Mismagius}}.&lt;br /&gt;
&lt;br /&gt;
====Disguises====&lt;br /&gt;
{{main|List of Team Rocket&#039;s disguises}}&lt;br /&gt;
Frequently, when they are not wearing their Team Rocket uniforms, they are most likely wearing something as a [[List of Team Rocket&#039;s disguises|disguise]] to fool the [[twerp]]s. These range from very elaborate to very simple outfits, all of which have fooled Ash and {{ashfr}} with similar success.&lt;br /&gt;
&lt;br /&gt;
Several of these disguises are posing as other characters, such as [[Officer Jenny]] and [[Nurse Joy]]. {{an|Brock}} is usually the best at telling these disguises from the actual women, whether he is aware of it or not.&lt;br /&gt;
&lt;br /&gt;
====Formal clothes====&lt;br /&gt;
* Jessie and James wore a pair of light-blue yukata for a summer festival in &#039;&#039;[[EP020|The Ghost of Maiden&#039;s Peak]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[EP048|Holy Matrimony!]]&#039;&#039;, James wore a dark blue suit.&lt;br /&gt;
* In &#039;&#039;[[EP052|Princess vs. Princess]]&#039;&#039;, Jessie wore a red {{wp|kimono}} for the Princess festival.&lt;br /&gt;
* In &#039;&#039;[[M08|Lucario and the Mystery of Mew]]&#039;&#039;, the characters dress up in formal medieval-themed outfits. Jessie and James looked possibly the most out of place, perhaps as a tongue-in-cheek joke, wearing extravagant outfits based more on the {{wp|Victorian fashion|Victorian era}} than medieval times. Meowth, on the other hand, wore one of the most well-known of medieval outfits, a {{wp|armour|suit of armor}}.&lt;br /&gt;
* While competing in Kanto Pokémon Contests, Jessie wore a pink dress and red heels with an orange and red mask. She also wore a pink scarf with a Poké Ball in the middle, under the name Jessebella.&lt;br /&gt;
* In &#039;&#039;[[AG162|Spontaneous Combusken!]]&#039;&#039;, Jessie, while under the name Jessebella, wore a Hawaiian style outfit.&lt;br /&gt;
* During the Kanto Grand Festival, the Wallace Cup, and in &#039;&#039;[[DP093|Playing The Leveling Field!]]&#039;&#039;, Jessie, while under the name Jessadila, wore a yellow, orange with a red bow and pink heart middle dress. She also wore orange flats and bow in her hair with pigtails, white stockings, and red grasses.&lt;br /&gt;
* Whenever she competed in Pokémon Contests in Sinnoh, Jessie wore a large orange dress with light brown boots, with round yellow and orange glasses and her hair in pigtails, under the name Jessilina (Japanese: キャンディ・ムサリーナ &#039;&#039;Candy Musalina&#039;&#039;).&lt;br /&gt;
* In &#039;&#039;[[DP022|Borrowing on Bad Faith!]]&#039;&#039;, Jessie wore a purple glitter cape with her usual outfit for an unofficial Pokémon Contest.&lt;br /&gt;
* In &#039;&#039;[[DP073|Crossing Paths!]]&#039;&#039;, Jessie when she was younger wore a pink dress and white flat shoes.&lt;br /&gt;
* In &#039;&#039;[[DP095|Battling The Generation Gap!]]&#039;&#039;, Jessie, while under the name Jessilina, wore an outfit based on [[Fantina]] and had her hair up in the same style.&lt;br /&gt;
* In &#039;&#039;[[DP174|Last Call—First Round!]]&#039;&#039; to &#039;&#039;[[DP177|A Grand Fight for Winning!]]&#039;&#039;, Jessie, while under the name Jessilina, wore a pink and yellow dress with an orange bow while participating in the Sinnoh Grand Festival.&lt;br /&gt;
* In &#039;&#039;[[XY060|A Showcase Debut!]]&#039;&#039;, Jessie, while under the name Jessilia, wore a purple dress with white on the top, a large bow and ribbon on the back. She also wore green earrings, pink necklace, blue gem in her hair with it up in a bun.&lt;br /&gt;
* In &#039;&#039;[[XY080|Performing with Fiery Charm!]]&#039;&#039; and &#039;&#039;[[XY101|A Dancing Debut!]]&#039;&#039;, Jessie, while under the name Jessilia, wore a white shirt, black skirt and heels. She also wore a dark purple tie, light-purple headband and green earrings.&lt;br /&gt;
* In &#039;&#039;[[XY080|Performing with Fiery Charm!]]&#039;&#039;, &#039;&#039;[[XY091|A Performance Pop Quiz!]]&#039;&#039;, &#039;&#039;[[XY101|A Dancing Debut!]]&#039;&#039;, &#039;&#039;[[XY112|Master Class Is in Session!]]&#039;&#039;, &#039;&#039;[[XY113|Performing a Pathway to the Future!]]&#039;&#039;, and &#039;&#039;[[XY138|The First Day of the Rest of Your Life!]]&#039;&#039;, Jessie, while under the name Jessilia, wore a purple and red dress with dark purple heels. She also wore two bracelets on her left wrist, green necklace, a flower with ribbons in her hair and was put up in a bun with a piece of it covering her left eye, and a one piece mask on the her right eye.&lt;br /&gt;
* In &#039;&#039;[[XY091|A Performance Pop Quiz!]]&#039;&#039;, Jessie, while under the name Jessilia, wore a red Academic dress with orange linings and a hat.&lt;br /&gt;
* In &#039;&#039;[[XY105|Party Dancecapades!]]&#039;&#039;, Jessie wore a purple dress with a green gem in the middle, purple necklace and green earnings. James wore a brown suit.&lt;br /&gt;
* In &#039;&#039;[[SM055|The Professors&#039; New Adventure!]]&#039;&#039;, James wore a white suit in his {{TP|James|Mareanie}}&#039;s fantasy.&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* In &#039;&#039;[[AG080|That&#039;s Just Swellow]]&#039;&#039;, James wore a flying suit during the PokéRinger competition.&lt;br /&gt;
* In &#039;&#039;[[DP146|Dress for Jess Success!]]&#039;&#039;, Jessie wore a white dress with a purple band in the middle and a pink jacket.&lt;br /&gt;
* In &#039;&#039;[[DP073|Crossing Paths!]]&#039;&#039;, Jessie when she was younger wore a white shirt and shocks, blue shorts and pink shoes.&lt;br /&gt;
* In &#039;&#039;[[BW133|Capacia Island UFO!]]&#039;&#039;, Jessie and James wore a {{p|Beheeyem}} mask.&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* James when he was younger wore a blue and yellow long sleeve shirt with a green and red gem in the middle. James also wore black shorts and shoes with white socks.&lt;br /&gt;
* In &#039;&#039;[[EP052|Princess vs. Princess]]&#039;&#039;, Jessie wore various clothes while shopping at the Princess festival.&lt;br /&gt;
* In &#039;&#039;[[EP224|Nerves of Steelix!]]&#039;&#039;, Jessie when she was little wore a light-blue shirt with a white circle on the side and a blue ribbon on the end of her hair.&lt;br /&gt;
* In &#039;&#039;[[DP008|Gymbaliar!]]&#039;&#039;, Jessie, while under the name Princess Powerzone, wore a dark purple and yellow dress with a pink ribbon on her waist. She also wore purple flats and gloves with a red mask.&lt;br /&gt;
* In &#039;&#039;[[DP042|The Electrike Company!]]&#039;&#039;, James and Meowth wore black jackets with a bullseye on the back of them.&lt;br /&gt;
* During the [[Pokémon Summer Academy]], Jessie, while under the name Jessilinda, wore a pink and yellow with a red bow in the middle dress. She also wore a pair of glasses with a yellow headband and had her hair up in pigtails.&lt;br /&gt;
* In &#039;&#039;[[DP118|Pursuing a Lofty Goal!]]&#039;&#039;, James, while under the name Jameson, wore a black outfit and shades.&lt;br /&gt;
* During the [[Twinleaf Festival]] and the [[Sinnoh League]], Jessie wore a green shirt with orange flowers on it, light-green skirt, pink sandals with white strap in the middle, and sunglasses. James wore a red shirt with yellow hearts on it, green shorts, blue sandals, white headband, and sunglasses. Meowth wore a dark purple shirt with a pink stripes on it, purple shorts, brown hat, and sunglasses.&lt;br /&gt;
* In &#039;&#039;[[XY063|A Fork in the Road! A Parting of the Ways!]]&#039;&#039;, Jessie wore a white long-sleeve shirt with a light-pink scarf and blue shorts.&lt;br /&gt;
* In &#039;&#039;[[SM038|Mimikyu Unmasked!]]&#039;&#039;, Jessie wore a pink dress and hat with a red flower on one side. She also wore brown sunglasses, yellow bracelet on her right wrist and white heel shoes with pink bows in the middle.&lt;br /&gt;
* In &#039;&#039;[[SM072|Sours for the Sweet!]]&#039;&#039;, Jessie wore a light-green dress with a white and blue hat, and an orange flower on the side of hat. She also wore a yellow bracelet on her right wrist.&lt;br /&gt;
* In &#039;&#039;[[JN024|A Little Rocket R &amp;amp; R!]]&#039;&#039;, Jessie wore a blue shirt with a pink and white long sleeve shirt, and orange pants. She also wore a white hat, pink and white shoes, orange sunglasses, and had her hair up in two buns. James wore a yellow, blue and orange shirt with white sleeves. He also wore green shorts, yellow hat, white and yellow socks with brown shoes, and blue sunglasses. Meowth wore a white with a green stripe shirt, orange shorts, and a black hat. Wobbuffet wore a white with a red stripe shirt and a black hat.&lt;br /&gt;
* From &#039;&#039;[[JN115|Curtain Up! Fight the Fights!]]&#039;&#039; to &#039;&#039;[[JN125|Whittle While You Work!]]&#039;&#039; and &#039;&#039;[[JN129|A Flood of Torrential Gains!]]&#039;&#039; to &#039;&#039;[[JN132|Partners in Time!]]&#039;&#039;, Jessie wore a hot-pink top shirt with light-green and dark-blue shorts. She also wore light-blue stockings, dark-blue shoes with orange lances in the middle, orange and yellow bracelets on both wrist, and a light-blue bow necklace. James wore a light-blue and yellow shirt with a red button in the middle and purple shorts. He also wore light-green leg warmers, bracelet on both wrist and headband, red stockings and white shoes. Meowth wore a yellow shirt with a red play button in the middle with blue shorts and a pink wig with white spots on it.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* In &#039;&#039;[[EP118|The Double Trouble Header]]&#039;&#039; and &#039;&#039;[[EP240|Some Like it Hot]]&#039;&#039;, Jessie and James wore baseball uniforms during their motto.&lt;br /&gt;
* In &#039;&#039;[[EP231|Dues and Don’ts]]&#039;&#039;, Jessie, James, and Meowth wore football uniforms.&lt;br /&gt;
* In &#039;&#039;[[HS12|Training Daze]]&#039;&#039;, Jessie, during her days training to be a member of Team Rocket, wore a white workout shirt with a &amp;quot;R&amp;quot; logo in the middle and blue shorts with a purple stripe on both side.&lt;br /&gt;
* In &#039;&#039;[[SM028|Pulling Out the Pokémon Base Pepper!]]&#039;&#039;, Jessie, James wore baseball uniform when they played Pokémon base against Ash and his friends. Their uniform also have an “R” logo on them.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* Jessie wore a Nurse Joy outfit and James wore a doctors lab coat while helping out at the clinic in &#039;&#039;[[EP047|A Chansey Operation]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[EP133|Tanks a Lot!]]&#039;&#039; and &#039;&#039;[[EP218|Plant It Now... Diglett Later]]&#039;&#039;, Jessie and James wore army attire.&lt;br /&gt;
* In &#039;&#039;[[DP073|Crossing the Paths!]]&#039;&#039;, Jessie when she was younger wore a white shirt and black skirt school uniform with a red tie.&lt;br /&gt;
* In &#039;&#039;[[XY040|Day Three Blockbusters!]]&#039;&#039;, Jessie and James wore rescue uniforms.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* In &#039;&#039;[[EP189|Freeze Frame]]&#039;&#039;, Jessie wore an orange jacket with black stripes around it, gray pants with blue gloves and boots. James wore a yellow jacket with black stripes around it, gray pants with red gloves and boots. Meowth wore a green coat, pink pants and black boots.&lt;br /&gt;
* Team Rocket wore green jackets and pants in &#039;&#039;[[AG108|Let it Snow, Let it Snow, Let it Snorunt!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[XY121|Seeing the Forest for the Trees!]]&#039;&#039;, Jessie wore a black and white jacket with brown gloves. James wore a blue jacket with a red, yellow and orange hat, and green gloves. Meowth wore a yellow jacket with an orange and red hat, and pink mittens. Wobbuffet wore a red jacket and earmuff.&lt;br /&gt;
* In &#039;&#039;[[SM060|Getting a Jump on the Competition!]]&#039;&#039;, Jessie wore a black and purple snow suit with brown gloves. James wore a green and brown jacket with black gloves. Meowth and Wobbuffet wore the same snow outfits that they wore in &#039;&#039;[[Pokémon the Series: XY]]&#039;&#039;, except Meowth wore a pink jacket instead of orange.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* In &#039;&#039;[[EP016|Pokémon Shipwreck]]&#039;&#039;, Jessie wore a dark-blue bikini while James wore a pair of light-blue swim trunks in a dream.&lt;br /&gt;
* Jessie and James &#039;&#039;both&#039;&#039; wore two-piece bikinis in &#039;&#039;[[EP018|Beauty and the Beach]]&#039;&#039;. James wore his with giant inflatable breasts. These swimsuits were never seen in the English dub, since the scene containing them was cut.&lt;br /&gt;
* In &#039;&#039;[[EP043|March of the Exeggutor Squad]]&#039;&#039;, Jessie wore a red one piece swimsuit while James wore light-blue swim briefs.&lt;br /&gt;
* In &#039;&#039;[[EP098|A Way Off Day Off]]&#039;&#039;, Jessie wore a navy bikini while James wore a navy swim swim trucks.&lt;br /&gt;
* In &#039;&#039;[[EP240|Some Like it Hot]]&#039;&#039;, Jessie wore a camouflage swimsuit.&lt;br /&gt;
* Jessie and James both wore swimsuits in &#039;&#039;[[DP013|A Staravia is Born!]]&#039;&#039;. Jessie wore a blue bikini and James wore blue swim briefs. They both had the &#039;R&#039; logo on them. In &#039;&#039;[[DP083|A Crasher Course in Power!]]&#039;&#039;, Jessie wore the same blue bikini and James wore the same blue swim briefs, except without the &#039;R&#039; logo on it.&lt;br /&gt;
* Jessie, James and Meowth were seen using scuba gears in &#039;&#039;[[BW127|The Island of Illusions!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[SM012|The Sun, the Scare, the Secret Lair!]]&#039;&#039;, James wore a purple scuba outfit with a {{p|Corsola}} shape helmet.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
{{incomplete|section|Add image of Meowth with clothing from [[EP009|The School of Hard Knocks]]}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:EP018DeletedShot.png|The infamous scene that got cut in the English dub&lt;br /&gt;
File:Team Rocket bathing suits.png|Team Rocket in their swimsuits&lt;br /&gt;
File:Jessie James Swimsuits.png|Jessie&#039;s and James&#039;s swimsuits from &#039;&#039;[[DP013|A Staravia is Born!]]&#039;&#039;&lt;br /&gt;
File:AG125 Rocket disguise.png|Jenny and Joy disguises&lt;br /&gt;
File:TR disguises EP074.png|Team Rocket during the introduction of the [[Indigo League]]&lt;br /&gt;
File:Team Rocket Disguised Officers.png|Team Rocket disguised as [[Officer Jenny|police officers]]&lt;br /&gt;
File:Jessie James trainee outfits.png|Team Rocket in a flashback during their days as Rocket Trainees&lt;br /&gt;
File:Meowth Prince EP041.png|Meowth dressed up as a prince&lt;br /&gt;
File:James suit EP048.png|James in a suit&lt;br /&gt;
File:James Moltres costume.png|James as a Moltres&lt;br /&gt;
File:Jessie Misty kimonos crowns.png|Jessie and Misty in kimonos and crowns&lt;br /&gt;
File:James Professor Oak EP245.png|James as {{an|Professor Oak}}&lt;br /&gt;
File:Team Rocket Hawaiian Outfits.png|Jessie, James, and Meowth using their casual clothing from &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;&lt;br /&gt;
File:Jessie James Snowcoats.png|Jessie and James wearing snow coats in &#039;&#039;[[AG108|Let it Snow, Let it Snow, Let it Snorunt!]]&#039;&#039;&lt;br /&gt;
File:Jessie James AG032.png|Jessie and James disguises in &#039;&#039;[[AG032|Abandon Ship!]]&#039;&#039;&lt;br /&gt;
File:Jessie ballerina.png|Jessie as a ballerina in &#039;&#039;[[AG104|Claydol Big and Tall]]&#039;&#039;&lt;br /&gt;
File:Jessie Princess Powerzone.png|Jessie as [[DP008|Princess Powerzone]]&lt;br /&gt;
File:Jessie Summer School Disguise.png|Jessie&#039;s [[Pokémon Summer Academy]] disguise&lt;br /&gt;
File:Jessie Jessebella.png|Jessie as Jessebella&lt;br /&gt;
File:Jessebella Hawaiian attire.png|Jessebella&#039;s Hawaiian attire&lt;br /&gt;
File:Jessadia.png|Jessie as Jessadia&lt;br /&gt;
File:Jessilina.png|Jessie as Jessilina&lt;br /&gt;
File:Jessie DP022.png|Jessie in &#039;&#039;[[DP022|Borrowing on Bad Faith!]]&#039;&#039;&lt;br /&gt;
File:Jessie Fantina.png|Jessilina as [[Fantina]]&lt;br /&gt;
File:James as Jessilina.png|James disguised as Jessilina&lt;br /&gt;
File:Jessilina Grand Festival.png|As Jessilina in the Grand Festival&lt;br /&gt;
File:Jessie disguise DP055.png|Jessie&#039;s disguise in &#039;&#039;[[DP055|Throwing the Track Switch]]&#039;&#039;&lt;br /&gt;
File:BW127 Team Rocket scuba gears.png|Jessie, James, and Meowth in scuba gear&lt;br /&gt;
File:Team Rocket cook outfits.png|Jessie, James, and Meowth undercover in cook outfits for the [[Pokémon Summer Camp]]&lt;br /&gt;
File:Team Rocket rescue suits.png|Jessie, James, and Meowth rescue outfits for the [[Pokémon Summer Camp]]&lt;br /&gt;
File:Team Rocket Gourgeist Festival Costume.png|Jessie in her {{p|Mismagius}} costume and James in his {{p|Gourgeist}} costume.&lt;br /&gt;
File:James diving suit.png|James&#039;s diving suit&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Ash&#039;s hat]]&lt;br /&gt;
* [[List of Team Rocket&#039;s disguises]]&lt;br /&gt;
{{-}}&lt;br /&gt;
{{Project Anime notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Lists]]&lt;br /&gt;
[[Category:Anime]]&lt;br /&gt;
[[Category:Equipment]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=May_(game)&amp;diff=3757864</id>
		<title>May (game)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=May_(game)&amp;diff=3757864"/>
		<updated>2023-07-31T09:39:56Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: Artwork from ORAS book which has been floating around for ages. Not sure on mega lati@s so correct it if need be.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CharInfobox&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|corecolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|name=May&lt;br /&gt;
|jname=ハルカ&lt;br /&gt;
|tmname=Haruka&lt;br /&gt;
|text=white&lt;br /&gt;
|image=Omega Ruby Alpha Sapphire May.png&lt;br /&gt;
|size=180px&lt;br /&gt;
|caption=Art from [[Pokémon Omega Ruby and Alpha Sapphire]]&lt;br /&gt;
|gender=Female&lt;br /&gt;
|hometown=[[Littleroot Town]] (originally [[Olivine City]] if chosen by the player)&lt;br /&gt;
|region=[[Hoenn]] (originally [[Johto]] if chosen by the player)&lt;br /&gt;
|relatives=[[Norman]], {{ho|Mom}} (as player)&amp;lt;br&amp;gt;[[Professor Birch]], unnamed mother, younger brother{{sup/3|E}} (as rival)&lt;br /&gt;
|age=yes&lt;br /&gt;
|years=12 (as rival){{sup/6|ORAS}}&amp;lt;ref&amp;gt;{{g|Omega Ruby and Alpha Sapphire}}: &#039;&#039;Her name is May, &#039;&#039;&#039;aged 12&#039;&#039;&#039;, a Trainer from Littleroot Town.&#039;&#039; - {{DL|TV Mauville|Hoenn News Network}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|colors=yes&lt;br /&gt;
|eyes=Blue&lt;br /&gt;
|hair=Light brown&lt;br /&gt;
|trainer=yes&lt;br /&gt;
|trainerclass=[[Pokémon Trainer]], [[player character]]&lt;br /&gt;
|game=yes&lt;br /&gt;
|generation={{Gen|III}}, {{Gen|VI}}&lt;br /&gt;
|games={{3v2|Ruby|Sapphire|Emerald}}&amp;lt;br&amp;gt;{{pkmn|Omega Ruby and Alpha Sapphire}}, {{pkmn|Masters EX}}&lt;br /&gt;
|leader=no&lt;br /&gt;
|anime=counterpart&lt;br /&gt;
|animecounterpart={{an|May}}&lt;br /&gt;
|epnum=AG001&lt;br /&gt;
|epname=Get the Show on the Road!&lt;br /&gt;
|manga=counterpart&lt;br /&gt;
|mangacounterpart={{adv|Sapphire}}, {{OBP|Sapphire|Ruby-Sapphire}}&lt;br /&gt;
|roundnum=PS182&lt;br /&gt;
|roundname=VS. Mightyena&lt;br /&gt;
|gameanim=yes&lt;br /&gt;
|pv=yes&lt;br /&gt;
|pvnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|pvname=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|envagame=Deneen Melody&amp;lt;ref name=&amp;quot;Deneen Melody&amp;quot;&amp;gt;[https://www.deneenmelody.com/ Deneen Melody | Voice Actor]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Unknown &amp;lt;small&amp;gt;({{pkmn|Evolutions}})&amp;lt;/small&amp;gt;&lt;br /&gt;
|javagame=[[Kana Hanazawa]] &amp;lt;small&amp;gt;([[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer|ORAS Trailer]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Ai Nonaka&amp;lt;ref name=&amp;quot;Ai Nonaka&amp;quot;&amp;gt;[https://twitter.com/pokemas_game/status/1349600886012698624 Pokémon Masters Official Japanese profile on Twitter]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Hina Natsume &amp;lt;small&amp;gt;({{pkmn|Evolutions}})&amp;lt;/small&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;May&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ハルカ&#039;&#039;&#039; &#039;&#039;Haruka&#039;&#039;) is the female choice for the [[player character]] in {{game2|Ruby|Sapphire|Emerald}} and their [[Generation VI]] remakes, [[Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire]]. She also serves as the [[rival]] in the same games if the player chooses to play as her male counterpart, {{ga|Brendan}}.&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
===As the protagonist===&lt;br /&gt;
If May is selected as the player character, she starts her {{pkmn|journey}} moving from her home in [[Johto]] to her new home in the town of {{to|Littleroot}} in [[Hoenn]]. After saving [[Professor Birch]] from a [[wild Pokémon]], she is given one of the three starters of the Hoenn [[region]]. May develops a close bond with {{ga|Brendan}}, and eventually [[Wally]], who both act as her rivals. May goes on to gather the eight Badges of Hoenn, stop the plans of [[Team Aqua]]{{sup/3|Sa}}{{sup/3|E}}{{sup/6|AS}}/[[Team Magma]]{{sup/3|Ru}}{{sup/3|E}}{{sup/6|OR}} and conquer the Pokémon League all before going off to face the {{gdis|Battle Frontier|III}}{{sup/3|E}}/[[Battle Maison]]{{sup/6|ORAS}}.&lt;br /&gt;
&lt;br /&gt;
===As a non-playable character===&lt;br /&gt;
If May is not selected as the player, she is helping her dad finish the Hoenn [[Pokédex]] and becoming a Pokémon Professor. She is also the player&#039;s rival and friend. Along with Brendan (when playing as May), they are the only rivals unavailable for battle after entering the [[Hall of Fame]]. Additionally, they both are the only ones to not [[evolution|evolve]] their starter Pokémon into its final form, except for in Omega Ruby and Alpha Sapphire, where their starters have been fully evolved by the battle that takes place at [[Lilycove City]].&lt;br /&gt;
&lt;br /&gt;
===={{DL|PokéNav|Trainer&#039;s Eyes}}/{{DL|PokéNav|Match Call}}====&lt;br /&gt;
{{incomplete|section|needs=RSORAS information}}&lt;br /&gt;
&#039;&#039;&#039;Rad Neighbor May&#039;&#039;&#039;{{sup/3|E}}&lt;br /&gt;
:&#039;&#039;&#039;Strategy&#039;&#039;&#039;&lt;br /&gt;
:I&#039;m not so good at battles.&lt;br /&gt;
:&#039;&#039;&#039;Trainer&#039;s Pokémon&#039;&#039;&#039;&lt;br /&gt;
:I&#039;ll use any Pokémon!&lt;br /&gt;
:&#039;&#039;&#039;Self-Introduction&#039;&#039;&#039;&lt;br /&gt;
:My Pokémon and I help my father&#039;s research.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
=====Pokémon Ruby and Sapphire=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Splash|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Rollout|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Stun Spore|move2type=Grass&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Focus Energy|move1type=Normal&lt;br /&gt;
|move2=Ember|move2type=Fire&lt;br /&gt;
|move3=Double Kick|move3type=Fighting&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Stun Spore|move2type=Grass&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Tackle|move2type=Normal&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Water Gun|move1type=Water&lt;br /&gt;
|move2=Bide|move2type=Normal&lt;br /&gt;
|move3=Mud Shot|move3type=Ground&lt;br /&gt;
|move4=Foresight|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Splash|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Rollout|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Tackle|move2type=Normal&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Quick Attack|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rollout|move1type=Rock&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Ground|ability=Oblivious&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Mud Sport|move2type=Ground&lt;br /&gt;
|move3=Foresight|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rollout|move1type=Rock&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass&lt;br /&gt;
|move2=Screech|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle (optional)======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Mist|move1type=Ice&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Amnesia|move1type=Psychic&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Mud Sport|move2type=Ground&lt;br /&gt;
|move3=Foresight|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Amnesia|move1type=Psychic&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Mist|move1type=Ice&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass&lt;br /&gt;
|move2=Screech|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Pokémon Emerald=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle (optional)======&lt;br /&gt;
If the player never uses the Rustburo City PokéCenter and blacks out during a wild Pokémon encounter after rescuing Peeko, they will encounter May on {{rt|104|Hoenn}} when going to Mr. Briney&#039;s home.&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=270&lt;br /&gt;
|pokemon=Lotad&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Ember|move4type=Fire}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=324&lt;br /&gt;
|pokemon=Torkoal&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=White Smoke&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Curse|move3type=???}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Mud-Slap|move2type=Ground&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Bide|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Quick Attack|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=271&lt;br /&gt;
|pokemon=Lombre&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|move1=Focus Energy|move1type=Normal&lt;br /&gt;
|move2=Ember|move2type=Fire&lt;br /&gt;
|move3=Double Kick|move3type=Fighting&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=271&lt;br /&gt;
|pokemon=Lombre&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Yawn|move1type=Normal&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Ember|move3type=Fire&lt;br /&gt;
|move4=Rock Throw|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|move1=Water Gun|move1type=Water&lt;br /&gt;
|move2=Bide|move2type=Normal&lt;br /&gt;
|move3=Mud Shot|move3type=Ground&lt;br /&gt;
|move4=Foresight|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Yawn|move1type=Normal&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Ember|move3type=Fire&lt;br /&gt;
|move4=Rock Throw|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Quick Attack|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=279&lt;br /&gt;
|pokemon=Pelipper&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Wing Attack|move1type=Flying&lt;br /&gt;
|move2=Supersonic|move2type=Normal&lt;br /&gt;
|move3=Mist|move3type=Ice&lt;br /&gt;
|move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=271&lt;br /&gt;
|pokemon=Lombre&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Nature Power|move2type=Normal&lt;br /&gt;
|move3=Fake Out|move3type=Normal&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Peck|move2type=Flying&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Bulk Up|move4type=Fighting}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald|&lt;br /&gt;
|ndex=271|&lt;br /&gt;
|pokemon=Lombre|&lt;br /&gt;
|gender=female|&lt;br /&gt;
|level=29|&lt;br /&gt;
|ability=Swift Swim|&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Nature Power|move2type=Normal&lt;br /&gt;
|move3=Fake Out|move3type=Normal&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden|move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Foresight|move2type=Normal&lt;br /&gt;
|move3=Mud Sport|move3type=Ground&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden|move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald|&lt;br /&gt;
|ndex=271|&lt;br /&gt;
|pokemon=Lombre|&lt;br /&gt;
|gender=female|&lt;br /&gt;
|level=29|&lt;br /&gt;
|ability=Swift Swim|&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Nature Power|move2type=Normal&lt;br /&gt;
|move3=Fake Out|move3type=Normal&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|move1=Fury Cutter|move1type=Bug&lt;br /&gt;
|move2=Pursuit|move2type=Dark&lt;br /&gt;
|move3=Screech|move3type=Normal&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fifth battle (optional)======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=357&lt;br /&gt;
|pokemon=Tropius&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Chlorophyll&lt;br /&gt;
|type1=Grass|type2=Flying&lt;br /&gt;
|move1=Stomp|move1type=Normal&lt;br /&gt;
|move2=Sweet Scent||move2type=Normal&lt;br /&gt;
|move3=Whirlwind|move3type=Normal&lt;br /&gt;
|move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=279&lt;br /&gt;
|pokemon=Pelipper&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Wing Attack|move1type=Flying&lt;br /&gt;
|move2=Supersonic|move2type=Normal&lt;br /&gt;
|move3=Mist|move3type=Ice&lt;br /&gt;
|move4=Protect|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=272&lt;br /&gt;
|pokemon=Ludicolo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|move1=Peck|move1type=Flying&lt;br /&gt;
|move2=Sand-Attack|move2type=Ground&lt;br /&gt;
|move3=Bulk Up|move3type=Fighting&lt;br /&gt;
|move4=Quick Attack|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=357&lt;br /&gt;
|pokemon=Tropius&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Chlorophyll&lt;br /&gt;
|type1=Grass|type2=Flying&lt;br /&gt;
|move1=Stomp|move1type=Normal&lt;br /&gt;
|move2=Sweet Scent|move2type=Normal&lt;br /&gt;
|move3=Whirlwind|move3type=Normal&lt;br /&gt;
|move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=272&lt;br /&gt;
|pokemon=Ludicolo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden|move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Foresight|move2type=Normal&lt;br /&gt;
|move3=Mud Sport|move3type=Ground&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=357&lt;br /&gt;
|pokemon=Tropius&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Chlorophyll&lt;br /&gt;
|type1=Grass|type2=Flying&lt;br /&gt;
|move1=Stomp|move1type=Normal&lt;br /&gt;
|move2=Sweet Scent|move2type=Normal&lt;br /&gt;
|move3=Whirlwind|move3type=Normal&lt;br /&gt;
|move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden||move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=279&lt;br /&gt;
|pokemon=Pelipper&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Wing Attack|move1type=Flying&lt;br /&gt;
|move2=Supersonic|move2type=Normal&lt;br /&gt;
|move3=Mist|move3type=Ice&lt;br /&gt;
|move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|move1=Fury Cutter|move1type=Bug&lt;br /&gt;
|move2=Pursuit|move2type=Dark&lt;br /&gt;
|move3=Screech|move3type=Normal&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Pokémon Omega Ruby and Alpha Sapphire=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Alpha Sapphire&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Alpha Sapphire&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Alpha Sapphire&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Gun|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Rollout|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Whirlpool|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Astonish|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Stun Spore|move1type=Grass|move1cat=Status&lt;br /&gt;
|move2=Leech Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Mega Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Headbutt|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Sand Attack|move1type=Ground|move1cat=Status&lt;br /&gt;
|move2=Peck|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Double Kick|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Flame Charge|move4type=Fire|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Stun Spore|move1type=Grass|move1cat=Status&lt;br /&gt;
|move2=Leech Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Mega Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Headbutt|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Ember|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Throw|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Harden|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Incinerate|move4type=Fire|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud-Slap|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Foresight|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Mud Bomb|move3type=Ground|move3cat=Special&lt;br /&gt;
|move4=Bide|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Ember|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Throw|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Harden|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Incinerate|move4type=Fire|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Gun|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Rollout|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Whirlpool|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Astonish|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Quick Attack|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Mega Drain|move2type=Grass|move2cat=Special&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Pursuit|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======[[Multi Battle]] with the {{player}}======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Whirlpool|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Astonish|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Water Pulse|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Mist|move4type=Ice|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Headbutt|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Poison Powder|move3type=Poison|move3cat=Status&lt;br /&gt;
|move4=Worry Seed|move4type=Grass|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Peck|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Double Kick|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Flame Charge|move3type=Fire|move3cat=Physical&lt;br /&gt;
|move4=Quick Attack|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Headbutt|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Poison Powder|move3type=Poison|move3cat=Status&lt;br /&gt;
|move4=Worry Seed|move4type=Grass|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Harden|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Incinerate|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Clear Smog|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Ancient Power|move4type=Rock|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Foresight|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Mud Shot|move2type=Ground|move2cat=Special&lt;br /&gt;
|move3=Bide|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Mud Bomb|move4type=Ground|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Harden|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Incinerate|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Clear Smog|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Ancient Power|move4type=Rock|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Whirlpool|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Astonish|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Water Pulse|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Mist|move4type=Ice|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Fury Cutter|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Pursuit|move3type=Dark|move3cat=Physical&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Pulse|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Mist|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Brine|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Poison Powder|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Worry Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Giga Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Growth|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Flame Charge|move2type=Fire|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Bulk Up|move4type=Fighting|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Poison Powder|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Worry Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Giga Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Growth|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Clear Smog|move1type=Poison|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Flame Burst|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Bide|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Mud Bomb|move2type=Ground|move2cat=Special&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Protect|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Clear Smog|move1type=Poison|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Flame Burst|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Pulse|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Mist|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Brine|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pursuit|move1type=Dark|move1cat=Physical&lt;br /&gt;
|move2=Leaf Blade|move2type=Grass|move2cat=Physical&lt;br /&gt;
|move3=Agility|move3type=Psychic|move3cat=Status&lt;br /&gt;
|move4=Slam|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rest|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Brine|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Water Spout|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Counter|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Mach Punch|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Force Palm|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Mind Reader|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=257&lt;br /&gt;
|pokemon=Blaziken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Quick Attack|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting|move2cat=Status&lt;br /&gt;
|move3=Blaze Kick|move3type=Fire|move3cat=Physical&lt;br /&gt;
|move4=Focus Energy|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Counter|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Mach Punch|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Force Palm|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Mind Reader|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Flame Burst|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Lava Plume|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=260&lt;br /&gt;
|pokemon=Swampert&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Bomb|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Protect|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Muddy Water|move4type=Water|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Flame Burst|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Lava Plume|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rest|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Brine|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Water Spout|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=254&lt;br /&gt;
|pokemon=Sceptile&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Agility|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Slam|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Dual Chop|move3type=Dragon|move3cat=Physical&lt;br /&gt;
|move4=Detect|move4type=Fighting|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fifth battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Surf|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Heavy Slam|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Bulldoze|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Seed Bomb|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Force Palm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Venoshock|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Rock Tomb|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=257&lt;br /&gt;
|pokemon=Blaziken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|held=Blazikenite&lt;br /&gt;
|move1=Blaze Kick|move1type=Fire|move1cat=Physical&lt;br /&gt;
|move2=Brick Break|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Shadow Claw|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Seed Bomb|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Force Palm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Venoshock|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Rock Tomb|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Earth Power|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Lava Plume|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Body Slam|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=260&lt;br /&gt;
|pokemon=Swampert&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|held=Swampertite&lt;br /&gt;
|move1=Earthquake|move1type=Ground|move1cat=Physical&lt;br /&gt;
|move2=Muddy Water|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Brick Break|move4type=Fighting|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Earth Power|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Lava Plume|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Body Slam|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Surf|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Heavy Slam|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Bulldoze|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=254&lt;br /&gt;
|pokemon=Sceptile&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|held=Sceptilite&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=X-Scissor|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Dual Chop|move3type=Dragon|move3cat=Physical&lt;br /&gt;
|move4=Night Slash|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Battle Maison Multi Battle======&lt;br /&gt;
May will always use these two Pokémon as the player&#039;s Multi Battle Partner.&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Battle Maison&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|held=Light Clay&lt;br /&gt;
|move1=Light Screen|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Reflect|move2type=Psychic|move2cat=Status&lt;br /&gt;
|move3=Earth Power|move3type=Ground|move3cat=Special&lt;br /&gt;
|move4=Psychic|move4type=Psychic|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=295&lt;br /&gt;
|pokemon=Exploud&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Soundproof&lt;br /&gt;
|held=Assault Vest&lt;br /&gt;
|move1=Hyper Voice|move1type=Normal|move1cat=Special&lt;br /&gt;
|move2=Fire Blast|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Blizzard|move3type=Ice|move3cat=Special&lt;br /&gt;
|move4=Shadow Ball|move4type=Ghost|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
==In the spin-off games==&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
{{main|May (Masters)}}&lt;br /&gt;
May forms a [[sync pair]] with {{p|Mudkip}} and its evolved forms {{p|Marshtomp}} and {{p|Swampert}} in [[Pokémon Masters EX]]. She can also partner up with {{p|Lopunny}}, {{p|Latias}}, {{p|Blaziken}}, or {{p|Wailmer}}. Aside from Wailmer, each of her fully evolved sync partners is capable of [[Mega Evolution|Mega Evolving]].&lt;br /&gt;
&lt;br /&gt;
===[[Pokémon GO]]===&lt;br /&gt;
{{main|Style (GO)}}&lt;br /&gt;
For the start of Pokémon GO Tour: Hoenn, May&#039;s outfit from {{g|Omega Ruby and Alpha Sapphire}} was released as free style options in [[Pokémon GO]].&lt;br /&gt;
&lt;br /&gt;
===Anime-based games===&lt;br /&gt;
:&#039;&#039;Main article: [[May (anime)#In the spin-off games|May (anime) → In the spin-off games]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{an|May|May&#039;s anime counterpart}} appears in some spin-off anime-based games.&lt;br /&gt;
&lt;br /&gt;
==Quotes==&lt;br /&gt;
{{main|May (game)/Quotes}}&lt;br /&gt;
&lt;br /&gt;
==Optional names==&lt;br /&gt;
In the game, two of the optional names—one in Ruby and one in Sapphire—refer to &amp;quot;land&amp;quot; and &amp;quot;sea&amp;quot; respectively. In the English version, these are &#039;&#039;&#039;Terra&#039;&#039;&#039; and &#039;&#039;&#039;Mar&#039;&#039;&#039;ina; in the Japanese version, ムツミ &#039;&#039;&#039;&#039;&#039;Mutsu&#039;&#039;&#039;mi&#039;&#039; and ナミ &#039;&#039;&#039;&#039;&#039;Nami&#039;&#039;&#039;&#039;&#039; (陸 &#039;&#039;mutsu&#039;&#039; means land and 波 &#039;&#039;nami&#039;&#039; means a wave of water). This is also the case in other languages. Unlike Brendan&#039;s name list, none of the three shared names correspond to this theme. &amp;lt;!--Nicola is probably &amp;quot;coal&amp;quot; (the Japanese names aren&#039;t direct references, either), but that could be a coincidence.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In Emerald, if the player leaves the name writing screen without any written name, or with a name composed entirely of empty spaces, Professor Birch says &amp;quot;So it&#039;s &amp;lt;optional name&amp;gt;?&amp;quot;, suggesting one of the 20 available names. The player may answer &amp;quot;Yes&amp;quot; to accept the suggested name, or &amp;quot;No&amp;quot; to return to the name writing screen.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background:#{{sapphire color light}}; border:3px solid #{{sapphire color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! Game&lt;br /&gt;
! Japanese&lt;br /&gt;
! English&lt;br /&gt;
! French&lt;br /&gt;
! German&lt;br /&gt;
! Italian&lt;br /&gt;
! Spanish&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Ruby&lt;br /&gt;
|&amp;lt;ab&amp;gt;ムツミ &#039;&#039;Mutsumi&#039;&#039;&lt;br /&gt;
アイコ &#039;&#039;Aiko&#039;&#039;&lt;br /&gt;
マキコ &#039;&#039;Makiko&#039;&#039;&lt;br /&gt;
キョウコ &#039;&#039;Kyōko&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Terra&lt;br /&gt;
Kimmy&lt;br /&gt;
Nicola&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Solene&lt;br /&gt;
Agnes&lt;br /&gt;
Claire&lt;br /&gt;
Sophie&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Petra&lt;br /&gt;
Tanja&lt;br /&gt;
Andrea&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Teresa&lt;br /&gt;
Annie&lt;br /&gt;
Elisa&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Teresa&lt;br /&gt;
Raquel&lt;br /&gt;
Mariau&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Sapphire&lt;br /&gt;
|&amp;lt;ab&amp;gt;ナミ &#039;&#039;Nami&#039;&#039;&lt;br /&gt;
アイコ &#039;&#039;Aiko&#039;&#039;&lt;br /&gt;
マキコ &#039;&#039;Makiko&#039;&#039;&lt;br /&gt;
キョウコ &#039;&#039;Kyōko&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marina&lt;br /&gt;
Kimmy&lt;br /&gt;
Nicola&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marine&lt;br /&gt;
Agnes&lt;br /&gt;
Claire&lt;br /&gt;
Sophie&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Martina&lt;br /&gt;
Tanja&lt;br /&gt;
Andrea&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marina&lt;br /&gt;
Annie&lt;br /&gt;
Elisa&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marina&lt;br /&gt;
Raquel&lt;br /&gt;
Mariau&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Emerald&lt;br /&gt;
|&amp;lt;ab&amp;gt;アイコ &#039;&#039;Aiko&#039;&#039;&lt;br /&gt;
アヤナ &#039;&#039;Ayana&#039;&#039;&lt;br /&gt;
アン &#039;&#039;Ann&#039;&#039;&lt;br /&gt;
エミィ &#039;&#039;Emy&#039;&#039;&lt;br /&gt;
カオリ &#039;&#039;Kaori&#039;&#039;&lt;br /&gt;
カレン &#039;&#039;Karen&#039;&#039;&lt;br /&gt;
キョウコ &#039;&#039;Kyōko&#039;&#039;&lt;br /&gt;
サエ &#039;&#039;Sae&#039;&#039;&lt;br /&gt;
スイ &#039;&#039;Sui&#039;&#039;&lt;br /&gt;
ジュリ &#039;&#039;Juri&#039;&#039;&lt;br /&gt;
チエミ &#039;&#039;Chiemi&#039;&#039;&lt;br /&gt;
チヨコ &#039;&#039;Chiyoko&#039;&#039;&lt;br /&gt;
テルコ &#039;&#039;Teruko&#039;&#039;&lt;br /&gt;
ナナエ &#039;&#039;Nanae&#039;&#039;&lt;br /&gt;
ヒナ &#039;&#039;Hina&#039;&#039;&lt;br /&gt;
マキコ &#039;&#039;Makiko&#039;&#039;&lt;br /&gt;
ミサコ &#039;&#039;Misako&#039;&#039;&lt;br /&gt;
ムツミ &#039;&#039;Mutsumi&#039;&#039;&lt;br /&gt;
モニカ &#039;&#039;Monica&#039;&#039;&lt;br /&gt;
ユウメ &#039;&#039;Yūme&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Kimmy&lt;br /&gt;
Tiara&lt;br /&gt;
Bella&lt;br /&gt;
Jayla&lt;br /&gt;
Allie&lt;br /&gt;
Lianna&lt;br /&gt;
Sara&lt;br /&gt;
Monica&lt;br /&gt;
Camila&lt;br /&gt;
Aubree&lt;br /&gt;
Ruthie&lt;br /&gt;
Hazel&lt;br /&gt;
Nadine&lt;br /&gt;
Tanja&lt;br /&gt;
Yasmin&lt;br /&gt;
Nicola&lt;br /&gt;
Lillie&lt;br /&gt;
Terra&lt;br /&gt;
Lucy&lt;br /&gt;
Halie&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Agnes&lt;br /&gt;
Ariane&lt;br /&gt;
Bella&lt;br /&gt;
Maeva&lt;br /&gt;
Pauline&lt;br /&gt;
Cindy&lt;br /&gt;
Sophie&lt;br /&gt;
Monica&lt;br /&gt;
Cathy&lt;br /&gt;
Fanny&lt;br /&gt;
Roxane&lt;br /&gt;
Edith&lt;br /&gt;
Nadine&lt;br /&gt;
Tania&lt;br /&gt;
Janyce&lt;br /&gt;
Claire&lt;br /&gt;
Lilly&lt;br /&gt;
Solene&lt;br /&gt;
Cynthia&lt;br /&gt;
Maud&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Tanja&lt;br /&gt;
Mirjam&lt;br /&gt;
Martina&lt;br /&gt;
Jamie&lt;br /&gt;
Carolin&lt;br /&gt;
Simone&lt;br /&gt;
Sara&lt;br /&gt;
Claudia&lt;br /&gt;
Jasmin&lt;br /&gt;
Denise&lt;br /&gt;
Katrin&lt;br /&gt;
Kerstin&lt;br /&gt;
Svenja&lt;br /&gt;
Beate&lt;br /&gt;
Meike&lt;br /&gt;
Andrea&lt;br /&gt;
Eva&lt;br /&gt;
Petra&lt;br /&gt;
Gabi&lt;br /&gt;
Nadine&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Annie&lt;br /&gt;
Catia&lt;br /&gt;
Bella&lt;br /&gt;
Paola&lt;br /&gt;
Luisa&lt;br /&gt;
Grazia&lt;br /&gt;
Sara&lt;br /&gt;
Monica&lt;br /&gt;
Marta&lt;br /&gt;
Pia&lt;br /&gt;
Rita&lt;br /&gt;
Erica&lt;br /&gt;
Rosa&lt;br /&gt;
Melissa&lt;br /&gt;
Marina&lt;br /&gt;
Elisa&lt;br /&gt;
Lina&lt;br /&gt;
Teresa&lt;br /&gt;
Lucetta&lt;br /&gt;
Lucia&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Raquel&lt;br /&gt;
Elena&lt;br /&gt;
Palma&lt;br /&gt;
Lara&lt;br /&gt;
Carlota&lt;br /&gt;
Mona&lt;br /&gt;
Sara&lt;br /&gt;
Daniela&lt;br /&gt;
Olimpia&lt;br /&gt;
Marcela&lt;br /&gt;
Roberta&lt;br /&gt;
Arancha&lt;br /&gt;
Julieta&lt;br /&gt;
Noelia&lt;br /&gt;
Lucita&lt;br /&gt;
Mariau&lt;br /&gt;
Paola&lt;br /&gt;
Teresa&lt;br /&gt;
Nuria&lt;br /&gt;
Lina&amp;lt;/ab&amp;gt;&lt;br /&gt;
|}{{-}}&lt;br /&gt;
&lt;br /&gt;
==Counterparts==&lt;br /&gt;
[[File:May DP series.png|thumb|250px|May in the {{pkmn|anime}}]]&lt;br /&gt;
===In the anime===&lt;br /&gt;
====Main series====&lt;br /&gt;
{{main|May (anime)}}&lt;br /&gt;
In the anime, May was a [[Pokémon Coordinator]] and one of {{Ash}}&#039;s {{ashfr|traveling companion}} throughout &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;. She also reappeared for the [[Wallace Cup]] arc in &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
====Pokémon Omega Ruby and Alpha Sapphire Animated Trailer====&lt;br /&gt;
{{MissingInfo|1|enva}}&lt;br /&gt;
[[File:May ORAS Trailer.png|thumb|left|250px|May in the animated trailer]]&lt;br /&gt;
[[File:Contest May ORAS Trailer.png|thumb|250px|May in a Contest]]&lt;br /&gt;
May appeared in the [[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer]]. She was first seen in [[Littleroot Town]]. She was then surrounded by two {{p|Wurmple}}, a {{p|Silcoon}}, {{p|Cascoon}}, and {{p|Shroomish}} in which Torchic used a Fire-type move to scare them off. May arrived in the [[Rustboro Gym]], where she had a [[Gym]] {{pkmn|battle}} against [[Roxanne]] and her {{TP|Roxanne|Nosepass}}. During the battle, Mudkip evolved into Marshtomp.&lt;br /&gt;
&lt;br /&gt;
Sometime after the battle, she participated in a {{pkmn|Contest|Pokémon Contest Spectacular}} with her {{p|Altaria}} and {{p|Audino}} and then was [[soaring in the sky]] with her Mega {{p|Latias}} alongside {{ga|Brendan}} and his Mega {{p|Latios}}.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Swampert ↔ Mega Swampert&lt;br /&gt;
|stage1=Mudkip&lt;br /&gt;
|stage2=Marshtomp&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=May Mudkip ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mudkip&lt;br /&gt;
|img2=May {{#switch: {{#expr: {{#time: U}} mod 2}}|0=Marshtomp|1=Swampert}} ORAS Trailer.png&lt;br /&gt;
|cap2=May&#039;s {{#switch: {{#expr: {{#time: U}} mod 2}}|0=Marshtomp|1=Swampert}}&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Swampert}} is May&#039;s first known Pokémon. It first appeared as a {{p|Mudkip}} by May&#039;s house. It battled against [[Roxanne&#039;s Nosepass]] and evolved into {{p|Marshtomp}} midway. It was later revealed to have evolved into a Swampert.&lt;br /&gt;
&lt;br /&gt;
None of Swampert&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Blaziken ↔ Mega Blaziken&lt;br /&gt;
|stage1=Torchic&lt;br /&gt;
|stage2=Combusken&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|img=May Torchic ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Torchic&lt;br /&gt;
|img2=May Blaziken ORAS Trailer.png&lt;br /&gt;
|cap2=May&#039;s Blaziken&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Blaziken}} is May&#039;s second known Pokémon. It first appeared as a {{p|Torchic}} by May&#039;s house. It battled against two {{p|Wurmple}}, a {{p|Silcoon}}, {{p|Cascoon}}, and {{p|Shroomish}}. Torchic was later revealed to have evolved into a {{p|Combusken}} and then into Blaziken.&lt;br /&gt;
&lt;br /&gt;
Blaziken&#039;s known moves are {{m|Ember}} and {{m|Blaze Kick}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Altaria ↔ Mega Altaria&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=Mega Altaria ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mega Altaria&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Altaria}} is May&#039;s third known Pokémon. It was only seen in its Mega Evolved form participating in a {{pkmn|Contest|Pokémon Contest Spectacular}} alongside May and Audino.&lt;br /&gt;
&lt;br /&gt;
None of Altaria&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Audino ↔ Mega Audino&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|img=Mega Audino ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mega Audino&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Audino}} is May&#039;s fourth known Pokémon. It was only seen in its Mega Evolved form participating in a {{pkmn|Contest|Pokémon Contest Spectacular}} alongside May and Altaria.&lt;br /&gt;
&lt;br /&gt;
None of Audino&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Latias ↔ Mega Latias&lt;br /&gt;
|gender=female&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Mega Latias ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mega Latias&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Latias}} May&#039;s fifth known Pokémon. She was only seen in her Mega Evolved form [[soaring in the sky]] along with {{ga|Brendan}}&#039;s Mega {{p|Latios}}.&lt;br /&gt;
&lt;br /&gt;
None of Latias&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
=====Voice actors=====&lt;br /&gt;
{{vatable|color={{sapphire color}}|bordercolor={{sapphire color light}}&lt;br /&gt;
|ja=花澤香菜 &#039;&#039;[[Kana Hanazawa]]&#039;&#039;&lt;br /&gt;
|en=}}&lt;br /&gt;
&lt;br /&gt;
====GOTCHA!====&lt;br /&gt;
May briefly appeared in [[GOTCHA!]].&lt;br /&gt;
&lt;br /&gt;
====Pokémon Evolutions====&lt;br /&gt;
[[File:May Evolutions.png|thumb|250px|May in [[Pokémon Evolutions]]]]&lt;br /&gt;
May appeared in &#039;&#039;[[PE06|The Wish]]&#039;&#039;. She arrived at the [[Sky Pillar]], where [[Zinnia]] led her to the top of the tower while reciting the lore of the [[Draconid people]]. At the summit, Zinnia summoned {{p|Rayquaza}} to save [[Hoenn]] from a [[Grand Meteor Delta|giant meteorite]], only to discover that Rayquaza had lost its ability to [[Mega Evolution|Mega Evolve]]. When May&#039;s [[Meteorite]] reacted to Rayquaza, she fed it to the [[Legendary Pokémon]], restoring its ability to Mega Evolve. May then battled against Rayquaza and managed to {{pkmn2|caught|catch}} it. Afterwards, Zinnia challenged May to a {{pkmn|battle}} as her final duty as the Draconid Lorekeeper.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Latios&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=May Latios Evolutions.png&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc={{p|Latios}} is May&#039;s first known Pokémon. She used him to fly to the [[Sky Pillar]].&lt;br /&gt;
&lt;br /&gt;
None of Latios&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Aggron&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Rock&lt;br /&gt;
|img=May Aggron Evolutions.png&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|vajp=Shogo Sakata&lt;br /&gt;
|desc={{p|Aggron}} is May&#039;s second known Pokémon. She used it to battle {{p|Rayquaza}}, but recalled it when it failed to hit the [[Legendary Pokémon]].&lt;br /&gt;
&lt;br /&gt;
Aggron&#039;s only known move is {{m|Stone Edge}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Altaria &lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=May Altaria Evolutions.png&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc=Altaria is May&#039;s third known Pokémon. She used it to battle {{p|Rayquaza}}, but it was defeated.&lt;br /&gt;
&lt;br /&gt;
Altaria&#039;s only known move is {{m|Dragon Pulse}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Swampert ↔ Mega Swampert&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=May Mega Swampert Evolutions.png&lt;br /&gt;
|cap=May&#039;s Mega Swampert&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc={{p|Swampert}} is May&#039;s fourth known Pokémon, and is capable of [[Mega Evolution|Mega Evolving]]. She used it to battle {{p|Rayquaza}}, managing to weaken it enough for her to catch it.&lt;br /&gt;
&lt;br /&gt;
Swampert&#039;s only known move is {{m|Ice Punch}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Rayquaza ↔ Mega Rayquaza&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=May Rayquaza Evolutions.png&lt;br /&gt;
|cap=May&#039;s Rayquaza&lt;br /&gt;
|img2=May Mega Rayquaza Evolutions.png&lt;br /&gt;
|cap2=May&#039;s Mega Rayquaza&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc={{p|Rayquaza}} is May&#039;s fifth known Pokémon. [[Zinnia]] summoned it to the [[Sky Pillar]] to stop a [[Grand Meteor Delta|giant meteorite]] headed for [[Hoenn]], but was unable to trigger its [[Mega Evolution]]. After May had fed Rayquaza her [[Meteorite]], Zinnia let May battle and catch Rayquaza. Afterwards, May used Rayquaza in its Mega Evolved form in a battle against Zinnia&#039;s Mega {{TP|Zinnia|Salamence}}.&lt;br /&gt;
&lt;br /&gt;
Rayquaza&#039;s only known move is {{m|Extreme Speed}}.}}&lt;br /&gt;
&lt;br /&gt;
=====Voice actors=====&lt;br /&gt;
{{vatable|color={{sapphire color}}|bordercolor={{sapphire color light}}&lt;br /&gt;
|ja=夏目妃菜 &#039;&#039;Hina Natsume&#039;&#039;&lt;br /&gt;
|en=}}&lt;br /&gt;
&lt;br /&gt;
===In the manga===&lt;br /&gt;
====Pokémon Adventures====&lt;br /&gt;
[[File:Sapphire Adventures.png|thumb|250px|Sapphire Birch, May&#039;s [[Pokémon Adventures]] counterpart]]&lt;br /&gt;
{{main|Sapphire (Adventures)}}&lt;br /&gt;
May&#039;s counterpart in [[Pokémon Adventures]] is Sapphire, who, unlike her other counterparts, takes up Gym challenges and is an all-around tomboy thanks to a traumatic incident with {{adv|Ruby}} where a {{TP|Zinnia|Salamence}} attacked them when they were children. She does have a feminine side, however, as is shown in later volumes.&lt;br /&gt;
&lt;br /&gt;
====Pokémon Ruby-Sapphire====&lt;br /&gt;
{{main|Sapphire (Ruby-Sapphire)}}&lt;br /&gt;
A different counterpart to May, also called Sapphire, appears in [[Pokémon Ruby-Sapphire]]. Just like {{an|May|May&#039;s anime counterpart}}, she is a {{pkmn|Coordinator}} who chooses {{p|Torchic}} as her [[starter Pokémon]].&lt;br /&gt;
&lt;br /&gt;
====Pokemon Ruby &amp;amp; Sapphire (CoroCoro)====&lt;br /&gt;
[[File:Sapphire Suigun.jpg|thumb|left|200px|Sapphire in Pokémon Ruby &amp;amp; Sapphire CoroCoro]]&lt;br /&gt;
Another counterpart of May, called Sapphire, appears in a short manga written by [[Suigun Oouchi]] for [[CoroCoro]] Magazine in December 2002. She is the daughter of [[Professor Birch]] and catches Pokémon for his research. Sapphire has a {{p|Torchic}} as her [[starter Pokémon]].&lt;br /&gt;
&lt;br /&gt;
====Pokemon Ruby Sapphire Special Walkthrough Comic!====&lt;br /&gt;
May appears in [[Pokemon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]].&lt;br /&gt;
&lt;br /&gt;
====Pokémon Chamo-Chamo ☆ Pretty ♪====&lt;br /&gt;
{{main|Haruka (CCP)}}&lt;br /&gt;
May&#039;s counterpart in [[Pokémon Chamo-Chamo ☆ Pretty ♪]] is Haruka, who is a Pokémon Coordinator, but she is not very good at making [[Pokéblock]]s.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
The following is a list of cards mentioning or featuring May in the [[Pokémon Trading Card Game]].&lt;br /&gt;
&lt;br /&gt;
{{cardlist/header|May&#039;s Pokémon|Colorless|char=yes}}&lt;br /&gt;
{{cardlist/entry|cardname=[[Blaziken V (Chilling Reign 20)|Blaziken]]{{TCGV}}|type=Fire|standard=yes|enset=Silver Tempest|enrarity=TGV|ennum=TG14/TG30|jpset=VMAX Climax|jprarity=CSR|jpnum=216/184}}&lt;br /&gt;
{{cardlist/entry|cardname=[[Blaziken VMAX (Chilling Reign 21)|Blaziken]]{{VMAX}}|type=Fire|standard=yes|enset=Silver Tempest|enrarity=TGV|ennum=TG15/TG30|jpset=VMAX Climax|jprarity=CSR|jpnum=217/184}}&lt;br /&gt;
{{cardlist/footer|Colorless}}&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
===Artwork===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Ruby Sapphire May.png|125px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Emerald May.png|125px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Omega Ruby Alpha Sapphire Contest May.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May ORAS concept art.png|225px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Emerald Version|Pokémon Emerald}}&lt;br /&gt;
| Contest outfit from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Regular conceptual artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Contest May ORAS concept art.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Wailmer Pail.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Rayquaza Encounter.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Jirachi Encounter.png|250px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Contest outfit conceptual artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Artwork of the&amp;lt;br&amp;gt;{{color2|fff|Wailmer Pail}}&lt;br /&gt;
| Encountering&amp;lt;br&amp;gt;{{pcolor|Rayquaza|FFF}}&lt;br /&gt;
| Encountering&amp;lt;br&amp;gt;{{pcolor|Jirachi|FFF}}&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Faraway Island Mew.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS Contest art.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Concept_Art_at_GAME_ON_exhibit.jpg|200px]]&lt;br /&gt;
|  Colspan=2 style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan May RS Concept Art.jpg|325px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
|  Encountering {{pcolor|Mew|FFF}} in {{pcolor|Faraway Island|FFF}}&lt;br /&gt;
| In a {{color2|fff|Pokémon Contest|Pokémon Contest Spectacular}}&lt;br /&gt;
| Colspan=2 | Concept artwork for {{color2|fff|Pokémon Ruby and Sapphire|Ruby and Sapphire}}&amp;lt;br&amp;gt;illustrated by {{color2|fff|Ken Sugimori}}&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Torchic Ariga artwork.png|225px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Torchic Pokémon Center Trainer artwork.png|200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Pokémon Day 2022 Hoenn Artwork.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Mudkip Ariga artwork.png|200px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| May and {{pcolor|Torchic|FFF}} concept artwork by&amp;lt;br&amp;gt;{{color2|fff|Hitoshi Ariga}} for Kotobukiya ArtFx J figurines&lt;br /&gt;
| Artwork of May and {{pcolor|Torchic|fff}}&amp;lt;br&amp;gt;for the {{color2|fff|Pokémon Center (store)|Pokémon Center}} Pokémon Trainers merchandise line&lt;br /&gt;
| Artwork using the {{color2|fff|Devon Scope}} for {{color2|fff|Pokémon Day}} by {{color2|fff|Megumi Mizutani}}&lt;br /&gt;
| May and {{pcolor|Mudkip|FFF}} concept artwork by&amp;lt;br&amp;gt;{{color2|fff|Hitoshi Ariga}} for Kotobukiya ArtFx J figurines&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS1.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS2.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS3.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS4.jpg|200px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Conceptual artwork for Pokémon Omega Ruby and Pokémon Alpha Sapphire.&lt;br /&gt;
| Diving in the ocean.&lt;br /&gt;
| Walking along the shoreline.&lt;br /&gt;
| Soaring on Mega Latios.&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sprites and models===&lt;br /&gt;
{{incomplete|section|Add sprite of May riding a bicycle in the intro/credits of Ruby/Sapphire, and also the one in the intro/credits of Emerald}}&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr RS May.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr E May.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:RS May Back.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:E May Back.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Colo May.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay 2.png|150px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Colosseum|Colosseum}}&lt;br /&gt;
| VS model as rival from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| VS model as rival from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(with {{color2|fff|Mega Bracelet}})&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May RS OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May FRLG OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr XD May RS.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr XD May E.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay Contest.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay Contest 2.png|150px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|FFF|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|FFF|Pokémon FireRed and LeafGreen Versions|FireRed and LeafGreen}}&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|FFF|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon XD: Gale of Darkness|Pokémon XD}}&amp;lt;br&amp;gt;(RS variant)&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon XD: Gale of Darkness|Pokémon XD}}&amp;lt;br&amp;gt;(E variant)&lt;br /&gt;
| VS sprite in {{color2|FFF|Pokémon Contests|Contests}} from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(without {{color2|FFF|Key Stone}})&lt;br /&gt;
| VS sprite in {{color2|FFF|Pokémon Contests|Contests}} from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(with {{color2|FFF|Key Stone}})&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Contest Costume ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Go-Goggles ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Devon Scuba Gear ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Magma Suit ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Aqua Suit ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS May Icon.png]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Overworld model from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Contest Costume}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Go-Goggles}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Devon Scuba Gear}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Magma Suit}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby}}&lt;br /&gt;
| Wearing the {{color2|FFF|Aqua Suit}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Alpha Sapphire}}&lt;br /&gt;
| Icon in the main menu and {{color2|FFF|Battle Maison}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* As the [[player character]] (along with {{ga|Brendan}}), they are the only set of player characters that have both a [[mother]] and a father present in the {{pkmn|games}}.&lt;br /&gt;
* Before Omega Ruby and Alpha Sapphire, May and Brendan were the only rivals whose [[starter Pokémon]] does not reach its final form.&lt;br /&gt;
* Screenshots of {{game|Emerald}} on the Japanese Nintendo website refer to May as &amp;quot;Emy&amp;quot; (Japanese: &#039;&#039;&#039;エミィ&#039;&#039;&#039;).&amp;lt;ref&amp;gt;[https://www.nintendo.co.jp/n08/bpej/frontier2/index.html Pokémon Emerald on Nintendo] (Japanese)&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Pre-release media for [[Pokémon Omega Ruby and Alpha Sapphire]] referred to May as &amp;quot;Anna&amp;quot; (Japanese: &#039;&#039;&#039;アルファ&#039;&#039;&#039; &#039;&#039;Alpha&#039;&#039;).&lt;br /&gt;
* One of {{SSB|Pokémon Trainer}}&#039;s palette swaps in [[Super Smash Bros. Ultimate]] has a color scheme based on May&#039;s appearance in {{game|Emerald}}.&lt;br /&gt;
* Similarly to Brendan, May&#039;s attire in Omega Ruby and Alpha Sapphire is mainly based on her appearance in Emerald, though some elements are also taken from her appearance in {{v2|Ruby and Sapphire|s}}.&lt;br /&gt;
* While the second battle with May (or Brendan if she is the player character) is optional, the encounter leading up to it is not.&lt;br /&gt;
** Therefore, after receiving the [[Devon Goods]] before encountering May or Brendan in Rustboro City, if the player [[Black out|blacks out]] without ever visiting the [[Pokémon Center]] in Rustboro City (which causes the player character to rush to [[Petalburg City]]&#039;s Pokémon Center instead), the encounter and optional battle take place in {{rt|104|Hoenn}} in front of [[Mr. Briney]]&#039;s house instead.&lt;br /&gt;
* May&#039;s teams in Emerald vary slightly from Brendan&#039;s teams:&lt;br /&gt;
** When battled in either [[Rustboro City]] or {{rt|104|Hoenn}}, May (if the player chose {{p|Torchic}}) uses a {{p|Torkoal}}, which is not used in future battles; Brendan uses a {{p|Slugma}} instead.&lt;br /&gt;
** When battled on {{rt|119|Hoenn}}, May (if the player chose {{p|Mudkip}}) uses a {{p|Lombre}}, which was not used in prior nor future battles; Brendan uses a {{p|Pelipper}} instead.&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background:#{{sapphire color light}}; border:3px solid #{{sapphire color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! {{color|FFF|Language}}&lt;br /&gt;
! {{color|FFF|Name}}&lt;br /&gt;
! {{color|FFF|Origin}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Japanese&lt;br /&gt;
| ハルカ &#039;&#039;Haruka&#039;&#039;&lt;br /&gt;
| From 春花 &#039;&#039;haruka&#039;&#039; (spring flower) or 遥か &#039;&#039;haruka&#039;&#039; (distant)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| English&lt;br /&gt;
| May&lt;br /&gt;
| From &#039;&#039;{{wp|May}}&#039;&#039;, a month of spring in the Northern Hemisphere&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Maike&lt;br /&gt;
| From &#039;&#039;Mai&#039;&#039; (May)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Aura&lt;br /&gt;
| From &#039;&#039;aura&#039;&#039; (gentle breeze), a figure of speech commonly associated to spring&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| French&lt;br /&gt;
| Flora&lt;br /&gt;
| From &#039;&#039;{{wp|Flora (mythology)|Flora}}&#039;&#039; (Roman goddess of flower and spring)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Italian&lt;br /&gt;
| Vera&lt;br /&gt;
| From &#039;&#039;primavera&#039;&#039; (spring)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 봄이 &#039;&#039;Bomi&#039;&#039;&lt;br /&gt;
| From 봄 &#039;&#039;bom&#039;&#039; (spring)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 小遙 / 小遥 &#039;&#039;Xiǎo Yáo&#039;&#039;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | From 遙 / 遥 &#039;&#039;yáo / yìuh&#039;&#039; (distant)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 小遙 &#039;&#039;Síu Yìuh&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player characters|sapphire}}&lt;br /&gt;
{{Rival characters|sapphire}}&lt;br /&gt;
{{NPC|sapphire|hoenn=yes}}&amp;lt;br/&amp;gt;&lt;br /&gt;
{{Project CharacterDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Rival characters]]&lt;br /&gt;
[[Category:Ruby and Sapphire characters]]&lt;br /&gt;
[[Category:Emerald characters]]&lt;br /&gt;
[[Category:Omega Ruby and Alpha Sapphire characters]]&lt;br /&gt;
[[Category:Laboratory assistants]]&lt;br /&gt;
[[Category:Champions]]&lt;br /&gt;
[[Category:Trainers with Legendary Pokémon]]&amp;lt;!--Deoxys, the Mythical Pokémon, isn&#039;t required to be caught.--&amp;gt;&lt;br /&gt;
[[Category:Trainers with Key Stones]]&lt;br /&gt;
[[Category:Pokémon Evolutions characters]]&lt;br /&gt;
&lt;br /&gt;
[[de:Maike]]&lt;br /&gt;
[[es:Aura (personaje)]]&lt;br /&gt;
[[fr:Flora (jeux vidéo)]]&lt;br /&gt;
[[it:Vera (gioco)]]&lt;br /&gt;
[[ja:ハルカ (ゲーム)]]&lt;br /&gt;
[[zh:小遥]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=List_of_clothing_(anime)&amp;diff=3748736</id>
		<title>List of clothing (anime)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=List_of_clothing_(anime)&amp;diff=3748736"/>
		<updated>2023-07-13T05:36:45Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float: right; margin: 0 0 1.0em 1.0em;&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
In the [[Pokémon anime]], while the main characters will generally wear a single outfit for several seasons, they have changed outfits from time to time. At the start of a new [[series]], protagonists continuing on will change their main outfit entirely. This is a list of the different clothing and outfits worn by the main characters.&lt;br /&gt;
&lt;br /&gt;
=={{Ash}}==&lt;br /&gt;
===Main outfits===&lt;br /&gt;
====Main series====&lt;br /&gt;
All of Ash&#039;s main outfits are highlighted by [[Ash&#039;s hat|his hat]]. They often strongly feature the colors red and blue, along with black, white, green, and golden yellow. These are primary and bold colors, accenting Ash&#039;s primary status in the series.&lt;br /&gt;
&lt;br /&gt;
=====Original series=====&lt;br /&gt;
[[File:Ash anime art.png|thumb|left|120px|Ash&#039;s [[original series]] outfit]]&lt;br /&gt;
Ash&#039;s first outfit is, unlike those of many of {{ashfr}}, a unique outfit design in its own right, though it is also directly inspired by {{ga|Red}}&#039;s. This fact is also echoed by the outfits of {{an|Brock}} and {{an|Misty}}, which were designed purely for the {{pkmn|anime}} instead of using the outfits seen in the games themselves, and also the artwork for the games.&lt;br /&gt;
&lt;br /&gt;
The upper part of the outfit is a medium blue jacket with gold trim and white collar and sleeves, worn open over a dark cyan or teal t-shirt. Ash kept his [[Kanto]], [[Orange League]], and [[Johto]] [[Badge]]s pinned to the inside of the jacket, which from time to time, would be taken off by him, most notably when his Pokémon need warmth. His lower outfit consists of jeans with light blue cuffs, black and white sneakers with red dots on both sides, and a brown belt, which he used to hang his [[Poké Ball]]s.&lt;br /&gt;
&lt;br /&gt;
Ash also wears green finger-less gloves with light green borders, and of course, [[Ash&#039;s hat|his hat]]. The only part of the outfit with a known story behind it is the hat, which he won from a contest from the [[Pokémon League]]. Ash would turn his hat backwards when he was concentrating heavily, such as when he would face a Trainer or capture a Pokémon. This was very much the case early in his journey in Kanto, though by the time his journey in Johto ended, he hardly ever turned his cap.&lt;br /&gt;
&lt;br /&gt;
He has a green [[bag|backpack]] with a yellow square label and slings with black adjusters on them. The backpack has two pockets and two open compartments on each side. The main, bigger pocket is delimited by a black zip fastener, while the external pocket has an orange stripe on it.&lt;br /&gt;
&lt;br /&gt;
Ash wore this outfit from &#039;&#039;[[EP001|Pokémon - I Choose You!]]&#039;&#039; to &#039;&#039;[[EP273|Gotta Catch Ya Later!]]&#039;&#039;. Ash has worn this outfit in the most episodes, wearing it during a total of 273.&lt;br /&gt;
{{clear-left}}&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;Pokémon the Series: Ruby and Sapphire&#039;&#039;=====&lt;br /&gt;
[[File:Ash AG 3.png|thumb|left|120px|Ash&#039;s &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039; outfit]]&lt;br /&gt;
Ash&#039;s second outfit was the first alternate main outfit to be seen on any character, and by default, the least expected. Brock and Misty&#039;s second outfits would not debut until several episodes after Ash&#039;s did. This outfit was given to Ash as a gift by [[Delia Ketchum|his mother]] in &#039;&#039;[[EP273|Gotta Catch Ya Later!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Along with a new hat, Ash wore a hoodie instead of a jacket, black gloves instead of green, and new jeans and sneakers. In &#039;&#039;[[EP274|Hoenn Alone!]]&#039;&#039; and &#039;&#039;[[AG001|Get the Show on the Road!]]&#039;&#039;, Ash can be seen wearing a T-shirt similar to the original series, but with an orange horizontal stripe. However, he keeps the hoodie closed, possibly because he no longer keeps Badges pinned to the inside. The backpack is green, with one pocket and a red Poké Ball design on it.&lt;br /&gt;
&lt;br /&gt;
All of his new clothes, however, bear a notable resemblance to his old clothes, probably to maintain his style and avoid confusion which would be caused by a completely new appearance. This becomes a common theme among all new outfits: the new ones take on the style on the former outfits.&lt;br /&gt;
&lt;br /&gt;
The symbol on his hat, backpack, and hoodie pocket reflect the {{i|Poké Ball}} symbols seen frequently in the [[Generation III]] games, particularly in the designs of the [[player character|main characters&#039;]] clothes. Ash&#039;s &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039; outfit is similar to the one {{ga|Red}} wears in Generation III, most notably, his sleeves.&lt;br /&gt;
&lt;br /&gt;
Ash wore this outfit from &#039;&#039;[[EP274|Hoenn Alone!]]&#039;&#039; to &#039;&#039;[[DP003|When Pokémon Worlds Collide!]]&#039;&#039;. Ash has worn this outfit in more different series than any other, wearing it during three different series.&lt;br /&gt;
{{clear-left}}&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;Pokémon the Series: Diamond and Pearl&#039;&#039;=====&lt;br /&gt;
[[File:Ash DP.png|thumb|left|120px|Ash&#039;s &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039; outfit]]&lt;br /&gt;
Ash&#039;s third outfit takes a step back to his first outfit by wearing a jacket instead of a hoodie, and with colors closer to the original. It also has a white undershirt instead of black for a change, as well as a new hat, new jeans, and new sneakers. The gloves are the same as those from his second outfit. The backpack is similar to the one he wore in AG, being green with two pockets, and having a white Poké Ball design with a red &amp;quot;button&amp;quot;. It should be noted that this new outfit possessed some similarities to that of {{ga|Lucas}}, the male player character from {{game|Diamond and Pearl|s}}. The primary differences are the hat designs, sneakers, backpack color, and the fact that Ash wears open fingered gloves, but no scarf. It also bears traits of {{ga|Red}}&#039;s outfit, mainly the white collar, though there is the fact he is now wearing a closed jacket, another similarity with Red&#039;s.&lt;br /&gt;
&lt;br /&gt;
One of the most common complaints among fans about the outfit is the yellow stripe across Ash&#039;s chest. This is, considering its curve, apparently based on the lower half of the {{i|Poké Ball}} symbol which was seen on Ash&#039;s pocket in his second outfit. However, given how long it is now, it is more difficult to tell.&lt;br /&gt;
&lt;br /&gt;
Ash wore this outfit from &#039;&#039;[[DP003|When Pokémon Worlds Collide!]]&#039;&#039; to &#039;&#039;[[DP191|Memories Are Made of Bliss]]&#039;&#039;.&lt;br /&gt;
{{clear-left}}&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;Pokémon the Series: Black &amp;amp; White&#039;&#039;=====&lt;br /&gt;
[[File:Ash Ketchum BW.png|thumb|left|120px|Ash&#039;s &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039; outfit]]&lt;br /&gt;
Ash&#039;s fourth outfit is different then his previous outfit, this one displayed some similarities to the outfit worn by {{ga|Hilbert}} from {{game|Black and White|s}}, with the main differences being the clothing shades, it having a yellow zipper, the coat being nearly all zipped up instead of being partially open nearing the bottom, it lacking a satchel and the hat, which resembles the one from the original series. Ash&#039;s new clothing closely follows the same color scheme he has always had: red, blue, yellow, green, black, and white. In this series, Ash&#039;s sneakers are high tops, rather than the normal sneakers he wore during the other series. Instead of blue jeans, Ash starts to wear black baggy jeans and wears a hooded jacket just like in AG, colored mostly blue and white along with a yellow zipper. He wears black finger-less gloves but the border is red. The backpack is blue-green, with one pocket, black straps, and a light green, curved stripe on it, resembling a Poké Ball design.&lt;br /&gt;
&lt;br /&gt;
Ash wore this outfit from &#039;&#039;[[BW001|In The Shadow of Zekrom!]]&#039;&#039; to &#039;&#039;[[BW142|The Dream Continues!]]&#039;&#039;.&lt;br /&gt;
{{clear-left}}&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;Pokémon the Series: XY&#039;&#039;=====&lt;br /&gt;
[[File:Ash XY 4.png|thumb|left|120px|Ash&#039;s &#039;&#039;[[Pokémon the Series: XY]]&#039;&#039; outfit]]&lt;br /&gt;
Ash&#039;s fifth outfit possessed some similarities to the outfit worn by {{ga|Calem}} from [[Pokémon X and Y]], with some differences. Ash uses a backpack instead of a satchel, like his Best Wishes outfit. The jacket that Calem wears has been shortened into a collared shirt for Ash, and a black undershirt is visible, both worn very much in the same style as {{ga|Red}}&#039;s Generation III outfit. Ash wears red high top sneakers, similar to those worn in &#039;&#039;Pokémon the Series: Black &amp;amp; White&#039;&#039;, and darker blue jeans. The backpack is one pocket, colored green with black straps and a white, slanted Poké Ball design on it, similar to previous generations. The gloves are the same as those from his fourth outfit.&lt;br /&gt;
&lt;br /&gt;
Ash&#039;s hat continues to sport the rounded Poké Ball design seen in previous generations, and most notably seems to be directly based on Red&#039;s Generation III hat; albeit modified to somewhat resemble characteristics of Calem&#039;s hat as well. In general, the outfit heavily borrows characteristics from Red and Calem.&lt;br /&gt;
&lt;br /&gt;
Ash wore this outfit from &#039;&#039;[[BW142|The Dream Continues!]]&#039;&#039; to &#039;&#039;[[XY140|Till We Compete Again!]]&#039;&#039;. This is the second outfit that Ash has worn in more than one series, namely two.&lt;br /&gt;
{{clear-left}}&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039;=====&lt;br /&gt;
[[File:Ash SM.png|thumb|left|120px|Ash&#039;s &#039;&#039;[[Pokémon the Series: Sun &amp;amp; Moon]]&#039;&#039; outfit, with his original Z-Ring]]&lt;br /&gt;
Ash&#039;s sixth outfit is almost identical to the outfit worn by {{ga|Elio}} in {{g|Sun and Moon}}, with the coloring of the shirt being inverted and the hat being recolored from black to red, in keeping with the usual color scheme of Ash&#039;s headwear. This outfit deviates from Ash&#039;s previous styles in many ways; Ash no longer wears jeans, instead of wearing ribbed capri shorts with a red border, he now wears only a t-shirt with no jacket or hoodie over the top, and he no longer wears gloves and socks. His shoes are blue and are modeled after those worn by people to stand in water. His backpack, shorts, and shoes are all identical to Elio&#039;s.&lt;br /&gt;
&lt;br /&gt;
Ash wore this outfit from &#039;&#039;[[SM001|Alola to New Adventure!]]&#039;&#039; to &#039;&#039;[[SM146|Thank You, Alola! The Journey Continues!]]&#039;&#039;. In the same episode, Ash obtained a silver [[Z-Ring]], which was eventually upgraded into a black [[Z-Power Ring]] in &#039;&#039;[[SM052|Revealing the Stuff of Legend!]]&#039;&#039;.&lt;br /&gt;
{{clear-left}}&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;Pokémon Journeys: The Series&#039;&#039;=====&lt;br /&gt;
[[File:Ash JN.png|thumb|left|120px|Ash&#039;s &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039; outfit]]&lt;br /&gt;
Ash&#039;s seventh outfit consists of a blue vest with yellow outlines, a white short sleeve undershirt with a red stripe, indigo shorts with black outlines, and black sneakers with blue highlights. His hat is red with a black Poké Ball design in the shape of the letter C. His backpack is green and black with one pocket and a C-shaped Poké Ball design similar to the one on his hat. This is the first outfit since the &#039;&#039;Pokémon the Series: Ruby and Sapphire&#039;&#039; outfit not to have any similarities with a male player character&#039;s outfit.&lt;br /&gt;
&lt;br /&gt;
Ash started wearing this outfit in &#039;&#039;[[JN001|Enter Pikachu!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[JN013|The Climb to Be the Very Best!]]&#039;&#039;, Ash received a [[Dynamax Band]] from {{an|Leon}}. Ash also left his Z-Power Ring at home, as revealed in &#039;&#039;[[JN002|Legend? Go! Friends? Go!]]&#039;&#039; until he retrieved it prior to &#039;&#039;[[JN077|Ultra Exciting from the Shocking Start!]]&#039;&#039;. In &#039;&#039;[[JN084|An Adventure of Mega Proportions!]]&#039;&#039;, Ash received a black with red band around Mega Glove with a [[Key Stone]] in the middle from {{an|Korrina}}, which resembles the gloves that he wore in &#039;&#039;Pokémon the Series: Black &amp;amp; White&#039;&#039; and &#039;&#039;Pokémon the Series: XY&#039;&#039;. Unlike his Z-Ring and Z-Power Ring in &#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039;, Ash usually only wears these in battle.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[JN147|The Rainbow and the Pokémon Master!]]&#039;&#039;, Ash wore red and black shoes with the green league logo on them given by his mom.&lt;br /&gt;
&lt;br /&gt;
====Alternate movie continuity====&lt;br /&gt;
This section deals with the main outfits worn by the [[Ash Ketchum (M20)|alternate version of Ash]] who appeared in the twentieth, twenty-first, and twenty-third Pokémon movies.&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;I Choose You!&#039;&#039;=====&lt;br /&gt;
[[File:Ash M20.png|thumb|left|120px|Ash&#039;s outfit in [[M20|&#039;&#039;I Choose You&#039;&#039;]]]]&lt;br /&gt;
This outfit from &#039;&#039;[[M20|I Choose You!]]&#039;&#039;, which retells parts of Ash&#039;s journey during the earliest episodes of the original series, is nearly identical to his original outfit, with certain parts of its design slightly altered. His hat now bears a logo similar to the one he has on his &#039;&#039;[[Pokémon the Series: Sun &amp;amp; Moon]]&#039;&#039; hat, except it is colored green and a part of the upper section is missing, which gives it a similar appearance to the old logo.&lt;br /&gt;
&lt;br /&gt;
His jacket was also given a few changes. It is a different shade of blue, it now has pockets that are horizontal rather than diagonal, the white collar is slightly smaller, the gold trim on the bottom is now just a small stripe, and there is now just a single top button instead of the original two. His shirt is black instead of dark cyan or teal and it isn&#039;t tucked into his belt, making the belt not visible. Ash&#039;s blue jeans now have cuffs that resemble bracelets. His black and white sneakers are less detailed and lack the red dots. The hat&#039;s original logo now appears on his backpack, which is two shades of green with one pocket.&lt;br /&gt;
&lt;br /&gt;
Ash also wore this outfit during [[JNS05]].&lt;br /&gt;
{{clear-left}}&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;The Power of Us&#039;&#039;=====&lt;br /&gt;
[[File:Ash M21.png|thumb|left|180px|Ash&#039;s outfit in [[M21|&#039;&#039;The Power of Us&#039;&#039;]]]]&lt;br /&gt;
In &#039;&#039;[[M21|The Power of Us]]&#039;&#039;, Ash has another new outfit, this time unlike anything seen in the main series. Besides retaining the same hat that he wore in the previous movie, this outfit consists of a light-blue and white jacket with a large red collar, which in turn has a single yellow line across the center and a similarly-colored trim at the bottom of said jacket. His jacket is kept open to reveal a black shirt, looser-fitting than his previous outfit. The bottom half has him sporting gray capri shorts with a thin white line coming down both sides, and blue sneakers with orange laces. His usual fingerless gloves are black with a blue line across the cuff. His backpack is dark blue and black with a small Poké Ball design on it and one pocket.&lt;br /&gt;
{{clear-left}}&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;Secrets of the Jungle&#039;&#039;=====&lt;br /&gt;
[[File:Ash M23.png|thumb|left|120px|Ash&#039;s outfit in &#039;&#039;[[M23|Secrets of the Jungle]]&#039;&#039;]]&lt;br /&gt;
Ash gains another new outfit in &#039;&#039;[[M23|Secrets of the Jungle]]&#039;&#039;, which closely resembles his outfit from &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;. Notable differences include more details on his blue vest, white and blue shoes with yellow accents instead of black, dark gray shorts with yellow accents instead of indigo ones, and a Poké Ball on his shirt instead of a red stripe. He retains his hat from &#039;&#039;I Choose You!&#039;&#039; and his gloves from &#039;&#039;The Power of Us&#039;&#039;.&lt;br /&gt;
{{clear-left}}&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* Ash wore a cow suit in &#039;&#039;[[EP004|Challenge of the Samurai]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[EP043|The March of the Exeggutor Squad]]&#039;&#039;, Ash wore an Arabian snake charmer outfit to perform a Pokémon magic show.&lt;br /&gt;
* In &#039;&#039;[[EP064|It&#039;s Mr. Mime Time]]&#039;&#039;, Ash wore a {{p|Mr. Mime}} costume.&lt;br /&gt;
* In &#039;&#039;[[EP107|Pokémon Food Fight!]]&#039;&#039;, Ash wore an apple costume.&lt;br /&gt;
* Ash briefly imagined himself wearing Gligarman&#039;s costume in &#039;&#039;[[EP138|The Superhero Secret]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[EP142|A Shadow of a Drought]]&#039;&#039;, Ash wore a {{p|Slowpoke}} costume.&lt;br /&gt;
* Ash wore a medieval themed outfit for [[DJ Mary]]&#039;s radio show in &#039;&#039;[[EP160|Air Time!]]&#039;&#039; consisting of a long blue tunic with light gray tights. He also wore a green cap similar to the signature one of {{wp|Robin Hood}}, as well as a sword in a scabbard across his back.&lt;br /&gt;
* In &#039;&#039;[[EP215|Octillery The Outcast]]&#039;&#039;, Ash wore an {{p|Octillery}} costume.&lt;br /&gt;
* In &#039;&#039;[[M06|Jirachi Wish Maker]]&#039;&#039;, Ash wore a clown costume.&lt;br /&gt;
* In &#039;&#039;[[AG048|ZigZag Zangoose]]&#039;&#039;, Ash wore a {{p|Seviper}} costume.&lt;br /&gt;
* In &#039;&#039;[[AG104|Claydol Big and Tall]]&#039;&#039;, Ash wore an eggplant costume.&lt;br /&gt;
* In &#039;&#039;[[DP086|Arriving in Style!]]&#039;&#039;, Ash wore a black-striped yellow loincloth and a blue wig with horns on the top.&lt;br /&gt;
* In &#039;&#039;[[BW038|Movie Time! Zorua in &amp;quot;The Legend of the Pokémon Knight&amp;quot;!]]&#039;&#039;, Ash wears a knight costume for [[Luke]]&#039;s film.&lt;br /&gt;
* In &#039;&#039;[[BW069|Climbing the Tower of Success!]]&#039;&#039;, Ash and Pikachu dressed up as [[Alder]] and {{p|Bouffalant}} for the dress up contest in the [[Wishing Bell Festival]].&lt;br /&gt;
* In &#039;&#039;[[BW082|An Epic Defense Force!]]&#039;&#039;, Ash wore a red and black uniform with gray gloves, boots and helmet for Luke’s second film.&lt;br /&gt;
* In &#039;&#039;[[XY012|To Catch a Pokémon Smuggler!]]&#039;&#039;, Ash wore a {{p|Spewpa}} costume.&lt;br /&gt;
* During the [[Gourgeist Festival]] in &#039;&#039;[[XY082|A Festival Trade! A Festival Farewell?]]&#039;&#039;, Ash wore a costume based on a {{p|Snorlax}}.&lt;br /&gt;
* In [[SM064]], Ash wore a {{p|Passimian}} costume.&lt;br /&gt;
* In &#039;&#039;[[SM093|Lillier and the Staff!]]&#039;&#039;, Ash wore a {{p|Tapu Koko}}, wizard, {{p|Necrozma}} in its Ultra form, and a {{p|Buzzwole}} costume for a play at the [[Pokémon School]].&lt;br /&gt;
* In &#039;&#039;[[JN098|Out of Their Elements!]]&#039;&#039;, Ash wore a dark-blue shirt and hat with a yellow bow in the middle, blue jacket with a yellow and red on it. He also wore light-blue pants, yellow boots with designs based on {{p|Pikachu}} and a piece of pink paint on one side of his face while performing at a circus.&lt;br /&gt;
&lt;br /&gt;
====Formal clothes====&lt;br /&gt;
* Ash wore a {{wp|yukata}} to a summer festival in &#039;&#039;[[EP020|The Ghost of Maiden&#039;s Peak]]&#039;&#039;.&lt;br /&gt;
* Ash and Brock don party outfits in &#039;&#039;[[EP043|The March of the Exeggutor Squad]]&#039;&#039;. Ash wears a bright orange {{wp|tuxedo (clothing)|tuxedo}} with a frilled shirt and orange {{wp|bowler hat}}.&lt;br /&gt;
* Ash fantasizes about wearing a blue tuxedo for a movie premiere in &#039;&#039;[[EP070|Go West Young Meowth]]&#039;&#039;.&lt;br /&gt;
* Ash wore a black suit and tie as part of Brock&#039;s fantasy in &#039;&#039;[[EP165|Hassle in the Castle]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[M08|Lucario and the Mystery of Mew]]&#039;&#039;, the characters dress up in formal medieval-themed outfits. Ash wore an outfit based directly on that of [[Sir Aaron]]: a blue {{wp|tunic}} over a gray long-sleeved shirt and gray pants, matched with blue gloves and boots and a black hat with a teal band and a hooded {{wp|cape}}.&lt;br /&gt;
* In the [[Wallace Cup]], Ash wore a fedora hat and a tuxedo.&lt;br /&gt;
* Ash wore a black suit with a yellow tie as part of Brock’s fantasy in &#039;&#039;[[DP082|Cream of the Croagunk Crop!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[BW051|Lost at the Stamp Rally!]]&#039;&#039;, Ash wore a pink tuxedo in the Pokémon Musical.&lt;br /&gt;
* In &#039;&#039;[[XY105|Party Dancecapades!]]&#039;&#039;, Ash wore a blue suit.&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* Under all his outfits, Ash wears white boxer shorts, blue boxer shorts with dark-blue stripes, light-purple boxer shorts with thin vertical purple stripes, light-purple and purple-striped boxer shorts, or blue boxer shorts. He is seen wearing white boxer shorts in &#039;&#039;[[EP022|Abra and the Psychic Showdown]]&#039;&#039;; blue boxer shorts with dark-blue stripes in &#039;&#039;[[Holiday Hi-Jynx]]&#039;&#039;, light-purple boxer shorts with thin vertical purple stripes in &#039;&#039;[[AG023|Gone Corphishin&#039;]]&#039;&#039; (although covered up by his top) and &#039;&#039;[[BW013|Minccino—Neat and Tidy!]]&#039;&#039;, light-purple and purple striped boxer shorts in  &#039;&#039;[[BW037|A Fishing Connoisseur in a Fishy Competition!]]&#039;&#039;; and blue boxer shorts in &#039;&#039;[[SM020|Partner Promises!]]&#039;&#039; and &#039;&#039;[[SM032|Treasure Hunt, Akala Style!]]&#039;&#039;.&lt;br /&gt;
** A running gag in the dubs of the [[original series]] and &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039; showed Ash&#039;s [[Delia Ketchum|mother]] reminding him to change his underwear everyday, much to his embarrassment.&lt;br /&gt;
* In &#039;&#039;[[EP023|The Tower of Terror]]&#039;&#039;, Ash wore a ghost mask.&lt;br /&gt;
* In &#039;&#039;[[EP239|Whichever Way the Wind Blows]]&#039;&#039;, Ash wore a face mask.&lt;br /&gt;
* In &#039;&#039;[[EP255|Why? Wynaut!]]&#039;&#039;, Ash wore a king crown and cape with his regular clothes.&lt;br /&gt;
* In &#039;&#039;[[DP025|Oh Do You Know The Poffin Plan!]]&#039;&#039;, &#039;&#039;[[DP084|Hungry for the Good Life!]]&#039;&#039;, and &#039;&#039;[[DP092|A Lean Mean Team Rocket Machine!]]&#039;&#039;, Ash wore a yellow apron.&lt;br /&gt;
* In &#039;&#039;[[DP062|Tanks for the Memories!]]&#039;&#039;, Ash wore a French maid&#039;s outfit while helping at the [[Café Cabin]].&lt;br /&gt;
* In &#039;&#039;[[BW066|Baffling the Bouffalant!]]&#039;&#039;, Ash wore a yellow wig.&lt;br /&gt;
* In &#039;&#039;[[BW104|Mission: Defeat Your Rival!]]&#039;&#039; and &#039;&#039;[[BW108|A Unova League Evolution!]]&#039;&#039;, Ash wore light-green shorts while at the sauna.&lt;br /&gt;
* In &#039;&#039;[[BW133|Capacia Island UFO!]]&#039;&#039;, Ash wore a {{p|Beheeyem}} mask.&lt;br /&gt;
* In &#039;&#039;[[XY007|Giving Chase at the Rhyhorn Race!]]&#039;&#039;, Ash wore a blue jumpsuit at the Rhyhorn race.&lt;br /&gt;
* In &#039;&#039;[[XY020|Breaking Titles at the Chateau!]]&#039;&#039;, Ash wore a Baron cape, after receiving his first title in his first battle at the [[Battle Chateau]].&lt;br /&gt;
* In &#039;&#039;[[XY036|Battles in the Sky!]]&#039;&#039;, Ash wore a blue sky trainer&#039;s suit along with a blue helmet and tall blue boots.&lt;br /&gt;
* In &#039;&#039;[[SM001|Alola to New Adventures!]]&#039;&#039; and &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039;, Ash wore a green life jacket.&lt;br /&gt;
* In &#039;&#039;[[SM023|Getting the Band Back Together!]]&#039;&#039;, Ash wore a long blonde wig to a [[DJ Leo|Dig-Dug-Leo]] concert.&lt;br /&gt;
* In &#039;&#039;[[SM081|A Young Royal Flame Ignites!]]&#039;&#039;, &#039;&#039;[[SM085|The Long Vault Home!]]&#039;&#039; and &#039;&#039;[[JN112|Helping the Hometown Hero!]]&#039;&#039;, Ash as Ash-Royal wore a blue, red, yellow, and green mask with his outfit, minus his shirt.&lt;br /&gt;
* In &#039;&#039;[[SM121|A Recipe for Success!]]&#039;&#039;, Ash, along with his classmates, wore a pink apron that is similar to {{an|Mallow}}&#039;s while helping out at [[Aina&#039;s Kitchen|her family&#039;s restaurant]].&lt;br /&gt;
* In &#039;&#039;[[JN010|A Test in Paradise!]]&#039;&#039;, &#039;&#039;[[JN046|Getting More Than You Battled For!]]&#039;&#039;, &#039;&#039;[[JN084|An Adventure of Mega Proportions!]]&#039;&#039;, &#039;&#039;[[JN088|Looking Out for Number Two!]]&#039;&#039;, &#039;&#039;[[JN102|Battling in the Freezing Raid!]]&#039;&#039;, and &#039;&#039;[[JN110|Narrowing the Chaser Chase!]]&#039;&#039;, Ash wore a dark-green with a light-green stripe in the middle life jacket.&lt;br /&gt;
* In &#039;&#039;[[JN014|Raid Battle in The Ruins!]]&#039;&#039;, &#039;&#039;[[JN036|Making Battles in the Sand!]]&#039;&#039;, and &#039;&#039;[[JN095|The Good, The Bad, and The Lucky!]]&#039;&#039;, Ash wore a pair of [[Go-Goggles]].&lt;br /&gt;
* In &#039;&#039;[[JN028|Sobbing Sobble!]]&#039;&#039; and &#039;&#039;[[JN088|Looking Out for Number Two!]]&#039;&#039;, Ash wore a pair of blue goggles.&lt;br /&gt;
* In &#039;&#039;[[JN052|How Are You Gonna Keep &#039;Em Off of the Farm?]]&#039;&#039;, Ash wore a light blue jumpsuit along with dark teal Wellington boots with a yellow band on top.&lt;br /&gt;
* In &#039;&#039;[[JN056|Searching for Chivalry!]]&#039;&#039;, Ash wore a knight&#039;s armor complete with a knight&#039;s helmet with a blue plume.&lt;br /&gt;
* In &#039;&#039;[[JN082|The Sweet Taste of Battle!]]&#039;&#039;, Ash wore a light-pink apron while participating in the [[All-Alcremie Decoration Challenge]].&lt;br /&gt;
* In &#039;&#039;[[JN105|Reuniting for the First Time!]]&#039;&#039;, Ash briefly wore [[Wallace]]&#039;s light-green and white scarf.&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* In &#039;&#039;[[EP026|Pokémon Scent-sation!]]&#039;&#039;, Ash wore an orange and white dress with red Mary-Janes that he had to wear to get into [[Celadon Gym|Erika&#039;s Gym]]. The outfit was worn with a blonde wig with a large pink bow in it. When wearing this outfit, he went by the name &amp;quot;{{DL|Cross-dressing (anime)|Ashley}}&amp;quot;. The wig was destroyed when Pikachu electrocuted him, but it is unknown what happened to the dress and shoes afterwards. It is possible he still has them. This is the first of five times that he cross-dressed (albeit unwillingly).&lt;br /&gt;
* In &#039;&#039;[[M03|Pokémon 3: The Movie - Spell of the Unown: Entei]]&#039;&#039; and &#039;&#039;[[DP138|Strategy Begins At Home!]]&#039;&#039;, a picture and a flashback of Ash when he was younger shows him wearing a yellow shirt with a red stripe and blue shorts.&lt;br /&gt;
* In &#039;&#039;[[AG015|Gonna Rule the School!]]&#039;&#039;, Ash wore an open green shirt with buttons around it, and a white shirt with buildings on it. He also wore a pair of glasses with palm tree leafs on both sides, golden building earnings, a white top piece hat, and a palm tree and building on his face while holding a flag on one hand.&lt;br /&gt;
* In &#039;&#039;[[AG042|Love at First Flight]]&#039;&#039;, Ash wore [[Juliet|Juliet&#039;s]] outfit and a wig that looks exactly like her hair to help [[Romeo]] talk to her.&lt;br /&gt;
* In &#039;&#039;[[AG086|Lights, Camerupt, Action!]]&#039;&#039;, Ash when he was younger wore a green shirt with a yellow stripe in the middle and gray pants.&lt;br /&gt;
* In &#039;&#039;[[DP042|The Electrike Company!]]&#039;&#039;, Ash wore a black jacket with a bullseye on the back of it.&lt;br /&gt;
* Ash and {{AP|Pikachu}} wore Hawaiian-styled clothing in &#039;&#039;[[DP095|Battling the Generation Gap!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[DP116|The Drifting Snorunt!]]&#039;&#039;, Ash wore a light-red poncho.&lt;br /&gt;
* In &#039;&#039;[[BW098|Beauties Battling for Pride and Prestige!]]&#039;&#039;, Ash wore a light blue dress with a light pink bow in the middle, and a pink wig with yellow bows on each side.&lt;br /&gt;
* In &#039;&#039;[[XY002|Lumiose City Pursuit!]]&#039;&#039;, &#039;&#039;[[XY005|A Blustery Santalune Gym Battle!]]&#039;&#039;, &#039;&#039;[[XY006|Battling on Thin Ice!]]&#039;&#039;, &#039;&#039;[[XY007|Giving Chase at the Rhyhorn Race!]]&#039;&#039;, and &#039;&#039;[[XY121|Seeing the Forest for the Trees!]]&#039;&#039;, a flashback of Ash when he was younger shows him wearing a red and yellow sleeveless t-shirt with blue shorts, and black and red shoes.&lt;br /&gt;
* In &#039;&#039;[[M19|Volcanion and the Mechanical Marvel]]&#039;&#039;,  Ash wore a brown and white shirt with a light brown outline on both sides, turquoise tie in the middle and a Poké Ball pin on one side, and dark gray pants. He also wore a brown hat with a Poké Ball design on one side, and dark brown fingerless gloves and boots. Also, Ash wore a [[Clemontic Gear|gray defense]] outfit that Clemont made for him.&lt;br /&gt;
* In &#039;&#039;[[SM001|Alola to New Adventure!]]&#039;&#039;, a flashback of Mimey winning a trip to the [[Alola]] region via lottery shows Ash wearing a green T-shirt with a print design of this game sprite [[File:MS Aquatic I.png|stock overworld/menu sprite of a Water-type-like Pokémon (and also when the player used Surf) from the Generation I games]] and blue shorts. He wore these clothes again in &#039;&#039;[[SM006|A Shocking Grocery Run!]]&#039;&#039;.&lt;br /&gt;
* During the Poké Problem extra scene in &#039;&#039;[[SM032|Treasure Hunt, Akala Style!]]&#039;&#039;, Ash is seen wearing a green T-shirt with a print design of this game sprite [[File:MS Rhydon I.png|stock menu/overworld Rhydon sprite from the Generation I games]] on it and blue shorts.&lt;br /&gt;
* In &#039;&#039;[[SM117|Drawn with the Wind!]]&#039;&#039; and &#039;&#039;[[SM118|Aiming for the Top Floor!]]&#039;&#039;, Ash wore a dark blue shirt and shoes with a pair of light-blue capris, and a cape that resembles a {{p|Rowlet}}.&lt;br /&gt;
* In &#039;&#039;[[JN001|Enter Pikachu!]]&#039;&#039; and &#039;&#039;[[JN135|Heroes Unite!]]&#039;&#039;, Ash when he was at the age of six wore a light blue shirt with a dark blue underline and a picture of two phases of the moon. He also wore dark blue shorts.&lt;br /&gt;
* In &#039;&#039;[[JN055|The Tale of You and Glimwood Tangle!]]&#039;&#039;, Ash wore a pink t-shirt and sweatshirt with his regular clothes.&lt;br /&gt;
* In &#039;&#039;[[JNS01|The Arceus Chronicles (Part 1)]]&#039;&#039;, Ash wore an outfit similar to {{ga|Rei}}&#039;s for the [[Sinnoh Festival]].&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* In &#039;&#039;[[EP001|Pokémon - I Choose You!]]&#039;&#039;, when he went to [[Professor Oak&#039;s Laboratory]], Ash wore green and yellow pajamas. He also wore it at the beginning of &#039;&#039;[[EP065|Showdown at the Po-ké Corral]]&#039;&#039;, when [[Mimey|Mr. Mime]] used a vacuum in front of his face. He also wears it in &#039;&#039;[[JN002|Legend? Go! Friends? Go!]]&#039;&#039; and &#039;&#039;[[JN147|The Rainbow and the Pokémon Master!]]&#039;&#039;.&lt;br /&gt;
** He also wears extremely similar pajamas near the end of &#039;&#039;[[BW142|The Dream Continues!]]&#039;&#039;; however, these ones are a much lighter shade of green and have a green button instead of a yellow one.&lt;br /&gt;
** In &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039; and &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039;, Ash is seen wearing a white or light-blue undershirt and blue or dark-cyan shorts with white lines at the bottom as pajamas. In &#039;&#039;[[Pokémon the Series: XY]]&#039;&#039;, Ash dropped this in favor of a white and red sleeveless undershirt and blue shorts. He wears similar-looking pajamas in &#039;&#039;[[M21|The Power of Us]]&#039;&#039;.&lt;br /&gt;
** In &#039;&#039;[[Pokémon the Series: Sun &amp;amp; Moon]]&#039;&#039; and &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;, Ash wears T-shirts that comes in various colors and print designs on the front, along with beige shorts as pajamas:&lt;br /&gt;
*** In &#039;&#039;[[SM011|Young Kiawe Had a Farm!]]&#039;&#039;, Ash wears a muted green T-shirt.&lt;br /&gt;
*** In &#039;&#039;[[SM017|Crystal-Clear Sleuthing!]]&#039;&#039;, Ash wears a white T-shirt with the print design of the same rainbow Poké Ball design from {{an|Professor Kukui}}&#039;s hat.&lt;br /&gt;
*** In &#039;&#039;[[SM022|A Shivering Shovel Search!]]&#039;&#039;, Ash wore a black T-shirt with a print design of {{p|Litten}}&#039;s face on it.&lt;br /&gt;
*** In &#039;&#039;[[SM026|So Long, Sophocles!]]&#039;&#039;, when Ash is deciding which goodbye present he should give to Sophocles, he picks between a green T-shirt, which features a print design of this game sprite [[File:MS Plant I.png|stock menu/overworld sprite of a plant-like Pokémon from the Generation I games]], and a white T-shirt with a Pikachu head without any facial features (except the cheeks), which is similar to the [[Pokémon 20th Anniversary]] logo. He actually wore the Pikachu head print shirt in &#039;&#039;[[SM035|Currying Favor and Flavor!]]&#039;&#039;.&lt;br /&gt;
*** In &#039;&#039;[[SM027|A Glaring Rivalry!]]&#039;&#039;, &#039;&#039;[[SM048|Night of a Thousand Poses!]]&#039;&#039;, and &#039;&#039;[[SM087|Filling the Light with Darkness!]]&#039;&#039;, Ash wore a beige T-shirt with a print design of {{p|Rowlet}}&#039;s face on the front.&lt;br /&gt;
*** In &#039;&#039;[[SM037|Rising from the Ruins!]]&#039;&#039;, Ash wore a white T-shirt with a print design of an exclamation mark in the shape of a Pikachu&#039;s tail.&lt;br /&gt;
*** In &#039;&#039;[[SM044|A Dream Encounter!]]&#039;&#039;, and in the second ending of &#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039;, [[Twerp, Twerpette]], Ash wore an orange T-shirt with a print design of a green palm tree next to the top half of a sun.&lt;br /&gt;
*** In &#039;&#039;[[SM058|Fighting Back the Tears!]]&#039;&#039;, Ash wore a light-blue T-shirt with a print design of a {{p|Popplio}}&#039;s face.&lt;br /&gt;
*** In &#039;&#039;[[SM070|The Young Flame Strikes Back!]]&#039;&#039;, Ash wore a white shirt with an unknown print design.&lt;br /&gt;
*** In &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, Ash wore a light-purple T-shirt with a print design of a red ping-pong racket and a ping-pong ball.&lt;br /&gt;
*** In &#039;&#039;[[SM084|The Shape of Love to Come!]]&#039;&#039;, Ash wore a white T-shirt. However, it is unknown what print design it is on the front, since nothing below his shoulders was seen under the blankets.&lt;br /&gt;
*** In &#039;&#039;[[SM097|No Stone Unturned!]]&#039;&#039;, Ash wore a light green T-shirt with a print design of two {{i|Poké Ball}}s and a yellow explosion-like print behind the Poké Balls.&lt;br /&gt;
*** In &#039;&#039;[[SM098|Bright Lights, Big Changes!]]&#039;&#039;, Ash wore an orange T-shirt as pajamas. However, it is unknown what print design it is on the front, since nothing below his shoulders was seen under the blankets.&lt;br /&gt;
*** In &#039;&#039;[[SM100|Battling the Beast Within!]]&#039;&#039;, Ash wore a blue T-shirt with a print design of a Pikachu surfing on a pink surfboard and light blue waves at the bottom.&lt;br /&gt;
*** In &#039;&#039;[[SM114|Beauty is Only Crystal Deep!]]&#039;&#039;, Ash wore a red T-shirt based off his hat (including the white Poké Ball design).&lt;br /&gt;
*** In the [[Poké Problem]] segment for &#039;&#039;[[SM126|Pikachu’s Exciting Adventure!]]&#039;&#039;, Ash wore a yellow T-shirt with a print design of Pikachu&#039;s face on it.&lt;br /&gt;
*** In &#039;&#039;[[SM145|Dreams of the Sun and Moon!]]&#039;&#039;, Ash wore a white T-shirt with a large blue stripe and a white airplane in the middle.&lt;br /&gt;
*** In &#039;&#039;[[JN004|Settling the Scorbunny!]]&#039;&#039;, &#039;&#039;[[JN042|Sword and Shield, Slumbering Weald!]]&#039;&#039;, and &#039;&#039;[[JN052|How Are You Gonna Keep &#039;Em Off of the Farm?]]&#039;&#039;, Ash wore a yellow-and-black T-shirt with a print design of Pikachu&#039;s face on it.&lt;br /&gt;
*** In &#039;&#039;[[JN016|A Chilling Curse!]]&#039;&#039;, Ash wore a pale yellow T-shirt with a print design of {{p|Charmander}}&#039;s head and tail complete with its flame on it.&lt;br /&gt;
*** In &#039;&#039;[[JN021|Caring for a Mystery!]]&#039;&#039;, Ash wore a blue T-shirt with a print design of a Poké Ball with two yellow stars.&lt;br /&gt;
*** In &#039;&#039;[[JN022|Goodbye, Friend!]]&#039;&#039;, Ash wore a white T-shirt with a print design of a volcano.&lt;br /&gt;
*** In &#039;&#039;[[JN030|Betrayed, Bothered, and Beleaguered!]]&#039;&#039;, Ash wore a white T-shirt with a print design of a {{p|Lickitung}}&#039;s face and one of its stripes.&lt;br /&gt;
*** In &#039;&#039;[[JN058|A Rollicking Roll...]]&#039;&#039;, &#039;&#039;[[JN059|When a House is Not a Home!]]&#039;&#039; and &#039;&#039;[[JN122|It&#039;s... Champion Time!]]&#039;&#039;, Ash wore a white T-shirt with a print design of a brown fist with an orange outline.&lt;br /&gt;
*** In &#039;&#039;[[JN059|When a House is Not a Home!]]&#039;&#039;, Ash wore a blue-violet T-shirt with a print design of {{p|Shellder}} on it.&lt;br /&gt;
*** In &#039;&#039;[[JN078|Detective Drizzile!]]&#039;&#039; and &#039;&#039;[[JN106|Radio Lulled the Mischievous Stars!]]&#039;&#039;, Ash wore a plain yellow T-shirt with a print design of Pikachu&#039;s face on it.&lt;br /&gt;
*** In &#039;&#039;[[JN132|Partners in Time!]]&#039;&#039;, Ash wore a white T-shirt with a print design of a gold medal and a crown above it.&lt;br /&gt;
* Whenever Ash and Goh (sometimes Chloe) sleep in at a [[Pokémon Center]] in &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;, they wear a set of cream-colored pajamas with brown buttons and a brown stripe in a Poké Ball fashion on the front pocket, first seen in &#039;&#039;[[JN038|Restore and Renew!]]&#039;&#039;. He wore them again in &#039;&#039;[[JN066|Under Color of Darkness!]]&#039;&#039;, &#039;&#039;[[JN074|Nightfall? Nightmares!]]&#039;&#039;, &#039;&#039;[[JN085|Battle Three With Bea!]]&#039;&#039;, and &#039;&#039;[[JN100|Meeting Up with the Monarch!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* Ash sometimes wore a white and orange shirt with blue shorts. He wore it in &#039;&#039;[[EP067|The Pi-Kahuna]]&#039;&#039; and &#039;&#039;[[EP074|All Fired Up!]]&#039;&#039;.&lt;br /&gt;
* Ash wore a tennis outfit in &#039;&#039;[[EP108|Pokémon Double Trouble]]&#039;&#039; consisting of a white collared shirt and blue shorts.&lt;br /&gt;
* In &#039;&#039;[[SM028|Pulling Out the Pokémon Base Pepper!]]&#039;&#039; and &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, Ash wore a baseball uniform when he played Pokémon Base with his classmates.&lt;br /&gt;
* In &#039;&#039;[[SM066|Smashing with Sketch!]]&#039;&#039;, Ash wore a blue ping-pong uniform when he played Pokémon Ping-Pong with his classmates.&lt;br /&gt;
* In &#039;&#039;[[SM110|Keeping Your Eyes on the Ball!]]&#039;&#039;, Ash wore a blue golf uniform when he played Pokémon Golf with his classmates.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* Ash wore a Team Rocket uniform in &#039;&#039;[[EP037|Ditto&#039;s Mysterious Mansion]]&#039;&#039;.&lt;br /&gt;
* Ash wore a doctors lab coat while helping out at the clinic in &#039;&#039;[[EP047|A Chansey Operation]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[EP053|The Purr-fect Hero]]&#039;&#039;, Ash fantasizes about wearing a {{wp|karate gi}}, and a {{wp|gyōji}} uniform.&lt;br /&gt;
* Ash wore army attire in &#039;&#039;[[EP133|Tanks a Lot!]]&#039;&#039; and &#039;&#039;[[EP218|Plant It Now... Diglett Later]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[EP176|Ariados, Amigos]]&#039;&#039;, Ash wore a red ninja uniform.&lt;br /&gt;
* Ash wore a blue-and-black-colored ninja clothing in &#039;&#039;[[AG156|From Cradle to Save!]]&#039;&#039;. Interestingly, he did not wear a white headband like most of the other characters, presumably because of his hat.&lt;br /&gt;
* Ash&#039;s [[Ultra Guardians|Ultra Guardian]] uniform is blue with a light blue line around the chest area.&lt;br /&gt;
* In &#039;&#039;[[SM068|Real Life...Inquire Within!]]&#039;&#039;, Ash wore a nurse outfit similar to the one that the Nurse Joy of [[Melemele Island]] wears. At first, he wore the female uniform, but later, he changed to a male uniform.&lt;br /&gt;
* In &#039;&#039;[[JN067|Sleuths for Truth!]]&#039;&#039;, Ash, along with Goh, wore a male police officer uniform similar to the one that the [[Officer Jenny]] of [[Vermilion City]] wears.&lt;br /&gt;
* In &#039;&#039;[[JN074|Nightfall? Nightmares!]]&#039;&#039;, Ash, along with Goh, had a dream where he wore the same Team Rocket uniform James wears, but the red &amp;quot;R&amp;quot; on the front in the English dub is an &amp;quot;S&amp;quot; in the Japanese version.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Rainwear=====&lt;br /&gt;
* In &#039;&#039;[[EP011|Charmander – The Stray Pokémon]]&#039;&#039; and a flashback scene in &#039;&#039;[[BW116|The Fires of a Red-Hot Reunion!]]&#039;&#039;, Ash wore a green raincoat.&lt;br /&gt;
* In &#039;&#039;[[XY084|Adventures in Running Errands!]]&#039;&#039;, Ash wore a green raincoat with a light green stripe in the middle.&lt;br /&gt;
&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
[[File:Ash snow pt.png|thumb|250px|Ash&#039;s jacket]]&lt;br /&gt;
* Ash wore a red jacket and olive pants in &#039;&#039;[[EP189|Freeze Frame]]&#039;&#039; and &#039;&#039;[[AG108|Let it Snow, Let it Snow, Let it Snorunt!]]&#039;&#039;.&lt;br /&gt;
* Ash wore a jacket similar to {{ga|Lucas}}&#039;s {{v2|Platinum}} jacket from &#039;&#039;[[DP125|Battling a Cute Drama!]]&#039;&#039; to &#039;&#039;[[DP129|Pillars of Friendship!]]&#039;&#039;. He was also seen wearing it during the credits of &#039;&#039;[[M12|Arceus and the Jewel of Life]]&#039;&#039;.&lt;br /&gt;
* In the freezer room in &#039;&#039;[[XY023|Coming Back into the Cold!]]&#039;&#039;, Ash, along with Clemont, Serena, Alexa, and Bonnie, he wore an orange snowsuit.&lt;br /&gt;
* In &#039;&#039;[[XY083|Over the Mountain of Snow!]]&#039;&#039;, Ash wore a blue snow jacket with mittens, an orange scarf, and red boots.&lt;br /&gt;
* In &#039;&#039;[[XY119|A Full-Strength Battle Surprise!]]&#039;&#039; to &#039;&#039;[[XY122|A Real Icebreaker!]]&#039;&#039;, Ash was sometimes seen wearing a blue coat with a light-blue cross shape across the front and blue boots with a light blue line along the top of them.&lt;br /&gt;
* In &#039;&#039;[[SM060|Getting a Jump on the Competition!]]&#039;&#039; and the third ending of &#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039;, [[Notebook of the Heart]], Ash wore red gloves, a blue jacket with a yellow stripe down the middle and a smaller and thinner stripe on the left side of his chest, with darker blue pants, and blue boots that are lighter than his boots and darker than his jacket with the yellow stripe around the top the boots.&lt;br /&gt;
* In &#039;&#039;[[JN008|The Sinnoh Iceberg Race!]]&#039;&#039;, &#039;&#039;[[JN015|A Snow Day for Searching!]]&#039;&#039;, &#039;&#039;[[JN057|Memories of a Warming Kindness!]]&#039;&#039;, and &#039;&#039;[[JN140|Bearing Down Easy!]]&#039;&#039;, Ash wore a blue jacket based on his vest, with yellow outlines on the opening of his pockets and on the of the left and right sides. He also wore it in &#039;&#039;[[JN111|The Homecoming Crown!]]&#039;&#039; and the fourth version of the Japanese opening to &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;, [[One, Two, Three]] along with indigo snow pants with black stripes on the sides, blue and yellow snow boots, red snow gloves, and off-white winter earmuffs.&lt;br /&gt;
* In &#039;&#039;[[JN071|Leaping Toward the Dream!]]&#039;&#039;, Ash wore orange exploration gear that are very similar to the ones in [[The Crown Tundra]] expansion in [[Pokémon Sword and Shield]].&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* In the [[original series]], Ash&#039;s most common swimwear is a pair of teal trunks with yellow stripes running down the sides. He also wore those same swim trunks in the end credits of &#039;&#039;[[M06|Jirachi Wishmaker]]&#039;&#039;. &lt;br /&gt;
* In &#039;&#039;[[EP081|Pallet Party Panic]]&#039;&#039;, Ash wore a blue with white stripes on the sides swim trunks in a fantasy.&lt;br /&gt;
* Ash wore blue trunks with palm trees and coconuts in &#039;&#039;[[EP108|Pokémon Double Trouble]]&#039;&#039;.&lt;br /&gt;
* Ash wore a blue wetsuit and scuba gear in &#039;&#039;[[EP214|Mantine Overboard!]]&#039;&#039; and &#039;&#039;[[EP220|The Mystery is History]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[M05|Pokémon Heroes: Latios &amp;amp; Latias]]&#039;&#039;, Ash wears a pair of light blue swim trunks with white stripes.&lt;br /&gt;
* Ash changed to a different swimsuit along with his main clothing in &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;, in which he wore orange trunks with a green and yellow double stripe going down the left side. The same pattern was on the right as well, but appeared only on the waistband and was much smaller. This swimsuit actually appeared once before, in &#039;&#039;[[EP067|The Pi-Kahuna]]&#039;&#039;, but it didn&#039;t appear frequently until Ash&#039;s adventures in Hoenn.&lt;br /&gt;
* In &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;, Ash wears red trunks with light blue lines at the bottom and dark blue upside-down v-patterns on the sides. Like his &#039;&#039;Advanced Generation&#039;&#039; swimsuit, Ash had worn this one before in &#039;&#039;[[M08|Lucario and the Mystery of Mew]]&#039;&#039;, but it didn&#039;t make frequent appearances until his adventures in Sinnoh.&lt;br /&gt;
* Ash wore trunks that were two shades of blue (dark on top and lighter on the bottom) with white stripes down the sides in &#039;&#039;[[M09|Pokémon Ranger and the Temple of the Sea]]&#039;&#039;.&lt;br /&gt;
* He also wore red trunks with large white Poké Ball prints on the sides in &#039;&#039;[[M12|Arceus and the Jewel of Life]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039;, Ash wears purple trunks with red lines near the legs and yellow lines on the side.&lt;br /&gt;
* Another pair of trunks appears in the fourth ending of &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039;, [[Look Look☆Here]]. The swim trunks are red, with a dark blue stripe at both sides of the trunks. In the anime itself, Ash wore it for the first time in &#039;&#039;[[BW087|Expedition to Onix Island!]]&#039;&#039;.&lt;br /&gt;
* During [[Peace Smile!]], the second ending of &#039;&#039;[[Pokémon the Series: XY]]&#039;&#039;, Ash wears blue swim trunks with an orange waistband.&lt;br /&gt;
* In &#039;&#039;[[M18|Hoopa and the Clash of Ages]]&#039;&#039;, Ash wears a pair of light blue swim trunks with white spots. In the actual anime, he wore this swimsuit in &#039;&#039;[[XY123|A Diamond in the Rough!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[Pokémon the Series: Sun &amp;amp; Moon]]&#039;&#039; and &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;, Ash wears black swim trunks with a white stripe running down both sides.&lt;br /&gt;
* In &#039;&#039;[[M20|Pokémon the Movie: I Choose You!]]&#039;&#039; and [[JNS05]], Ash in an alternate community wore a blue, red and yellow pair of swim trunks.&lt;br /&gt;
* In &#039;&#039;[[JN063|On Land, In the Sea, and to the Future!]]&#039;&#039;, when he, Goh and Chloe competed in the [[Marine Athletic Race]], Ash wears a blue and teal wetsuit with a small grey Poké Ball print and zip-up pocket pouches on the side along with blue goggles.&lt;br /&gt;
* In &#039;&#039;[[JN064|Absol Absolved!]]&#039;&#039;, Ash wears a pair of blue swim trunks with a white stripe running down both sides.&lt;br /&gt;
* In &#039;&#039;[[JN088|Looking Out for Number Two!]]&#039;&#039;, Ash wore a dark and light blue scuba gear.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Ash Pajamas.png|Ash&#039;s pajamas&lt;br /&gt;
File:Ash cow suit.png|Ash in a cow suit&lt;br /&gt;
File:Ashley.png|{{DL|Cross-dressing (anime)|Ashley}}&lt;br /&gt;
File:Ashmaturity.png|Ash without his hat, on his way to retrieve it&lt;br /&gt;
File:Ash Misty Brock army.png|Ash in Army attire&lt;br /&gt;
File:Misty Hollywood.png|Ash&#039;s [[Hollywood]] fantasy outfit&lt;br /&gt;
File:Ash Green Trunks.png|Ash&#039;s teal trunks in the [[original series]]&lt;br /&gt;
File:Ash Orange Swimtrunks.png|Ash&#039;s orange trunks from &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;&lt;br /&gt;
File:Ash Blue Trunks M09.png|Ash&#039;s blue trunks in &#039;&#039;[[M09|Pokémon Ranger and the Temple of the Sea]]&#039;&#039;&lt;br /&gt;
File:Ash Trunks DP089.png|Ash&#039;s red trunks in &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;&lt;br /&gt;
File:Ash Red Trunks M12.png|Ash&#039;s red trunks in &#039;&#039;[[M12|Arceus and the Jewel of Life]]&#039;&#039;&lt;br /&gt;
File:Ash BW Trunks.png|Ash&#039;s purple trunks in &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039;&lt;br /&gt;
File:BW ED 04.png|Ash&#039;s other pair of trunks in &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039;&lt;br /&gt;
File:Ash maid.png|Ash&#039;s maid outfit&lt;br /&gt;
File:Ninja Suits.png|Ash&#039;s ninja suit&lt;br /&gt;
File:Ash AG156 ninja.png|Ash&#039;s ninja outfit&lt;br /&gt;
File:Ash Aura Guardian.png|Ash in &#039;&#039;[[M08|Lucario and the Mystery of Mew]]&#039;&#039;&lt;br /&gt;
File:Ash Wallace Cup.png|Contest attire for the [[Wallace Cup]]&lt;br /&gt;
File:Hearthome Collection Ash.png|Ash in the [[Hearthome Collection]]&lt;br /&gt;
File:Hawaiian Clothing.png|Ash and {{AP|Pikachu}} [[DP096|wearing Hawaiian-styled clothing]] from [[Lila|Lila&#039;s shop]]&lt;br /&gt;
File:Younger Ash DP138.png|Younger Ash&lt;br /&gt;
File:Poke Ball Belt.png|Ash&#039;s [[Poké Ball]] belt&lt;br /&gt;
File:Ash Different Shirt.png|An orange striped, white t-shirt.&lt;br /&gt;
File:Ash Knight.png|Ash&#039;s knight costume worn [[BW038|during Luke&#039;s film]]&lt;br /&gt;
File:AG108 Winter Jacket.png|Ash&#039;s winter jacket in &#039;&#039;[[AG108|Let it Snow, Let it Snow, Let it Snorunt!]]&#039;&#039;&lt;br /&gt;
File:Ash Tennis Outfit.png|Ash&#039;s tennis outfit in &#039;&#039;[[EP108|Pokémon Double Trouble]]&#039;&#039;&lt;br /&gt;
File:Ash Musical show.png|Ash in the [[Pokémon Musical]]&lt;br /&gt;
File:Ash as Alder.png|Ash and {{AP|Pikachu}} as [[Alder]] and {{p|Bouffalant}} in &#039;&#039;[[BW069|Climbing the Tower of Success!]]&#039;&#039;&lt;br /&gt;
File:Ash racing suit.png|Ash&#039;s Rhyhorn racing suit in &#039;&#039;[[XY007|Giving Chase at the Rhyhorn Race!]]&#039;&#039;&lt;br /&gt;
File:Baron Ash.png|Ash at the [[Battle Chateau]] in &#039;&#039;[[XY020|Breaking Titles at the Chateau!]]&#039;&#039;&lt;br /&gt;
File:Ash Pajamas XY.png|Ash&#039;s pajamas in &#039;&#039;[[Pokémon the Series: XY]]&#039;&#039;&lt;br /&gt;
File:XY group swimsuits.png|Ash&#039;s swim trunks in &#039;&#039;Pokémon the Series: XY&#039;&#039;&lt;br /&gt;
File:Sky Trainer Ash.png|Ash&#039;s Sky Trainer suit in &#039;&#039;[[XY036|Battles in the Sky!]]&#039;&#039;&lt;br /&gt;
File:Ash Gourgeist Festival Costume.png|Ash in his {{p|Snorlax}} costume&lt;br /&gt;
File:Ash M19.png|Ash&#039;s outfit in &#039;&#039;[[M19|Volcanion and the Mechanical Marvel]]&#039;&#039;&lt;br /&gt;
File:Ketchums winning the lottery.png|Ash in one of his green Generation I game stock overworld/menu sprite T-shirts&lt;br /&gt;
File:Ash AG015.png|Ash&#039;s outfit in &#039;&#039;[[AG015|Gonna Rule The School!]]&#039;&#039;&lt;br /&gt;
File:Ash and classmates SM012.png|Ash&#039;s swim trunks in &#039;&#039;[[Pokémon the Series: Sun &amp;amp; Moon]]&#039;&#039;&lt;br /&gt;
Ash baseball uniform.png|Ash in his baseball uniform&lt;br /&gt;
File:Ash Ultra Guardian outfit.png|Ash&#039;s Ultra Guardian outfit&lt;br /&gt;
File:Ash Nurse Outfit.png|Ash&#039;s nurse outfit&lt;br /&gt;
File:Younger Ash JN.png|Ash at the age of six&lt;br /&gt;
File:Ash Goh police uniform.png|Ash&#039;s police unform&lt;br /&gt;
File:Ash Goh Team Rocket Uniform.png|Team Cerise uniform (original version)&lt;br /&gt;
File:JN074 dub edit.png|Team Cerise uniform (dub version)&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Outfits for Ash&#039;s Pokémon===&lt;br /&gt;
The following are images of {{cat|Ash&#039;s Pokémon}} wearing clothing and accessories:&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Pikachu M08.png|Pikachu&#039;s clown outfit in &#039;&#039;[[M08|Lucario and the Mystery of Mew]]&#039;&#039;&lt;br /&gt;
File:Hearthome Collection Pikachu.png|Pikachu in the [[Hearthome Collection]] (&#039;&#039;[[DP086|Arriving in Style!]]&#039;&#039;)&lt;br /&gt;
File:Ash Pikachu Gourgeist Festival Costume.png|Pikachu&#039;s {{p|Psyduck}} outfit in &#039;&#039;[[XY082|A Festival Trade! A Festival Farewell?]]&#039;&#039;&lt;br /&gt;
File:Ash Pikachu baseball cap.png|Pikachu&#039;s baseball cap in &#039;&#039;[[SM028|Pulling Out the Pokémon Base Pepper!]]&#039;&#039;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Misty}}==&lt;br /&gt;
===Main outfits===&lt;br /&gt;
[[File:Misty SM.png|thumb|120px|Misty&#039;s &#039;&#039;[[Original series]]&#039;, &#039;&#039;[[Pokémon the Series: Sun &amp;amp; Moon]]&#039;&#039; and &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039; outfit]]&lt;br /&gt;
====&#039;&#039;Original series&#039;&#039;, &#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039;, and &#039;&#039;Pokémon Journeys: The Series&#039;&#039;====&lt;br /&gt;
Misty&#039;s first outfit, and her best known, is a yellow crop top and jean shorts held up by red suspenders. Most of her midriff is exposed. She wears red, yellow and white sneakers with it, and carries a red drawstring backpack.&lt;br /&gt;
&lt;br /&gt;
This outfit also debuted her hairstyle, which is typically how she always wears it, regardless of her outfit: a small side ponytail. In &#039;&#039;[[Pokémon the Series: Sun &amp;amp; Moon]]&#039;&#039;, Misty holds a [[Key Stone]] on her hairband. She occasionally takes her hair down, but only when she is sleeping, bathing, or wearing a formal outfit of some sort. With her mermaid outfit, she wears her hair down with pearl ornaments.&lt;br /&gt;
&lt;br /&gt;
Misty wore this outfit from &#039;&#039;[[EP001|Pokémon - I Choose You!]]&#039;&#039; to &#039;&#039;[[HS11|A Date With Delcatty]]&#039;&#039;. She returned to wearing this outfit in &#039;&#039;[[SM042|Alola, Kanto!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;Pokémon the Series: Ruby and Sapphire&#039;&#039;====&lt;br /&gt;
[[File:Misty AG.png|thumb|200px|left|Misty&#039;s &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039; outfit]]&lt;br /&gt;
Misty&#039;s second outfit is a yellow sleeveless top or vest with a large blue button on the front and matching shorts, worn over some sort of dark red under-all (swimsuit or leotard, etc.). She wears short pale and burnt orange ankle boots with it. Misty changed bags three times while wearing this outfit. She had her red drawstring bag from her original outfit from &#039;&#039;[[AG044|The Princess and the Togepi]]&#039;&#039; to &#039;&#039;[[AG045|A Togepi Mirage!]]&#039;&#039;, a {{p|Spheal}}-shaped backpack from &#039;&#039;[[AG133|The Right Place and the Right Mime]]&#039;&#039; to &#039;&#039;[[AG134|A Real Cleffa-Hanger]]&#039;&#039;, and a pink purse in &#039;&#039;[[The Mastermind of Mirage Pokémon]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Misty wore this outfit from &#039;&#039;The Princess and the Togepi&#039;&#039; to &#039;&#039;The Mastermind of Mirage Pokémon&#039;&#039;.&lt;br /&gt;
{{clear-left}}&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* Misty wears a mermaid outfit when performing at the Cerulean Gym. It was first seen in &#039;&#039;[[EP061|The Misty Mermaid]]&#039;&#039;. The outfit consists of a shell-pattern bikini top, a light blue mermaid fin, and a pearl ornament.&lt;br /&gt;
* Misty wore a {{p|Slowpoke}} costume in  &#039;&#039;[[EP142|A Shadow of a Drought]]&#039;&#039;.&lt;br /&gt;
* Misty wore a red and pink dress with long red tights in &#039;&#039;[[EP160|Air Time!]]&#039;&#039;. One of the sleeves jutted out, which she used as a perch for {{TP|Misty|Togepi}} to sit on.&lt;br /&gt;
[[File:Misty Kimono Girl.png|thumb|120px|Misty in her pink yukata]]&lt;br /&gt;
====Formal clothes====&lt;br /&gt;
* Misty wears a {{wp|yukata}} to a summer festival in &#039;&#039;[[EP020|The Ghost of Maiden&#039;s Peak]]&#039;&#039;. It appears again in the fourth ending theme, &#039;&#039;[[Pokémon Ondo]]&#039;&#039;.&lt;br /&gt;
* Misty wears a stage dress designed to look like {{p|Goldeen}} in &#039;&#039;[[EP043|The March of the Exeggutor Squad]]&#039;&#039;.&lt;br /&gt;
* Misty wears a pink {{wp|kimono}} for the Princess festival in &#039;&#039;[[EP052|Princess vs. Princess]]&#039;&#039;.&lt;br /&gt;
* Misty fantasizes about wearing a red dress for a movie premier in &#039;&#039;[[EP070|Go West Young Meowth]]&#039;&#039;.&lt;br /&gt;
* Misty and Brock both wore special outfits for the [[Weekly Pokémon Broadcasting Station]]. Misty&#039;s outfit is a red {{wp|Cheongsam}}.&lt;br /&gt;
* Misty wore a yellow dress as part of Brock’s fantasy in &#039;&#039;[[EP165|Hassle in the Castle]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* Misty wore a light-brown blanket in &#039;&#039;[[Snow Way Out!]]&#039;&#039;.&lt;br /&gt;
* Misty wore a face mask in &#039;&#039;[[EP239|Whichever Way the Wind Blows]]&#039;&#039;.&lt;br /&gt;
* Misty wore an orange life jacket in &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039;.&lt;br /&gt;
* Misty wore a pink heart-shape hair tie in her hair in &#039;&#039;[[JN144|Getting to the Heart of it All!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
[[File:Misty SM2.png|thumb|250px|Misty in her Alola outfit]]&lt;br /&gt;
* Misty wore a pink blouse and a long, brown skirt in her fantasy of France in &#039;&#039;[[EP009|The School of Hard Knocks]]&#039;&#039;.&lt;br /&gt;
* Misty wore a red shirt underneath a pink jacket with green and yellow stripes, that had the image of an {{P|Electrode}}, and blue sunglasses around her neck, and a fortune cookie shape necklace. She also had her hair up in bun tails that was hold up by two pink-heart shape and green circle hair ties, and two pink hair clips in the middle as part of [[Team Rocket]]&#039;s makeover in &#039;&#039;[[EP028|Pokémon Fashion Flash]]&#039;&#039;.&lt;br /&gt;
* A flashback in &#039;&#039;[[EP052|Princess vs. Princess]]&#039;&#039; showed Misty as a child, wearing a pink dress with some yellow spots around it and a red bow on the back.&lt;br /&gt;
* Misty wore a blue jacket with a black and red cap as a disguise in &#039;&#039;[[EP057|The Breeding Center Secret]]&#039;&#039;.&lt;br /&gt;
* A flashback in &#039;&#039;[[HS02|Cerulean Blues!]]&#039;&#039; showed Misty as a baby, wearing a sky-blue shirt and yellow diaper.&lt;br /&gt;
* Misty wore a sleeveless yellow top with a hood, slightly longer and looser blue shorts, a small white belt with a pink buckle, and reddish-brown penny loafer shoes worn with white socks in &#039;&#039;[[HS16|Luvdisc is a Many Splendored Thing!]]&#039;&#039;.&lt;br /&gt;
* Misty wore an orange, summer-oriented outfit during her visit to [[Alola]] from &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039; to &#039;&#039;[[SM103|Heart of Fire! Heart of Stone!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* Misty wore a yellow shirt with sleeves as pajamas in &#039;&#039;[[EP068|Make Room for Gloom]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* Misty sometimes wore a blue shirt with black shorts. She wore it in &#039;&#039;[[EP067|The Pi-Kahuna]]&#039;&#039; and &#039;&#039;[[EP074|All Fired Up!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* Misty donned a Team Rocket uniform in &#039;&#039;[[EP037|Ditto&#039;s Mysterious Mansion]]&#039;&#039;.&lt;br /&gt;
* Misty wore a [[Nurse Joy]] outfit while helping out at the clinic in &#039;&#039;[[EP047|A Chansey Operation]]&#039;&#039;.&lt;br /&gt;
* Misty wore an army attire in &#039;&#039;[[EP133|Tanks A Lot!]]&#039;&#039; and &#039;&#039;[[EP218|Plant It Now... Diglett Later]]&#039;&#039;.&lt;br /&gt;
* Misty wore a blue ninja uniform in &#039;&#039;[[EP176|Ariados, Amigos]]&#039;&#039;.&lt;br /&gt;
[[File:Misty HGSS Jacket.png|thumb|150px|Misty&#039;s jacket]]&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Rainwear=====&lt;br /&gt;
* Misty wore a pink raincoat in &#039;&#039;[[EP011|Charmander – The Stray Pokémon]]&#039;&#039; and a flashback scene in &#039;&#039;[[BW116|The Fires of a Red-Hot Reunion!]]&#039;&#039;.&lt;br /&gt;
* After the weather conditions turned poor in &#039;&#039;[[M02|The Power of One]]&#039;&#039;, Misty wore a pink jacket that had a horizontal light blue stripe across the chest.&lt;br /&gt;
&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* Misty wore a hot pink with a black stripe on one side jacket in &#039;&#039;[[EP126|The Chikorita Rescue]]&#039;&#039;.&lt;br /&gt;
* Misty wore a red jacket and olive pants in &#039;&#039;[[EP189|Freeze Frame]]&#039;&#039;.&lt;br /&gt;
* Misty wore a white and light blue jacket in &#039;&#039;[[JN140|Bearing Down Easy!]]&#039;&#039;, similar to her {{ga|Misty|game counterpart&#039;s}} in {{g|HeartGold and SoulSilver}}.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
[[File:Misty Blue Bikini.png|thumb|250px|Misty in a blue bikini]]&lt;br /&gt;
* Misty&#039;s most common swimwear is a red bikini, seen worn in &#039;&#039;[[EP004|Challenge of the Samurai]]&#039;&#039;, &#039;&#039;[[EP018|Beauty and the Beach]]&#039;&#039;, &#039;&#039;[[EP031|Dig Those Diglett!]]&#039;&#039;, &#039;&#039;[[EP066|The Evolution Solution]]&#039;&#039;, &#039;&#039;[[EP142|A Shadow of a Drought]]&#039;&#039; and &#039;&#039;[[EP167|A Hot Water Battle]]&#039;&#039;.&lt;br /&gt;
* Misty fantasizes about sunbathing in a pink bikini in &#039;&#039;[[EP015|Battle Aboard the St. Anne]]&#039;&#039;.&lt;br /&gt;
* Misty wears a yellow bikini with a skirt and a red star on the top in &#039;&#039;[[EP067|The Pi-Kahuna]]&#039;&#039;.&lt;br /&gt;
* Misty wore a red and pink bikini in a fantasy in &#039;&#039;[[EP081|Pallet Party Panic]]&#039;&#039;.&lt;br /&gt;
* Misty wears a red one-piece bathing suit with white flowers in &#039;&#039;[[EP108|Pokémon Double Trouble]]&#039;&#039;.&lt;br /&gt;
* Misty wore a pink and blue wetsuit and scuba gear in &#039;&#039;[[EP214|Mantine Overboard!]]&#039;&#039; and &#039;&#039;[[EP220|The Mystery is History]]&#039;&#039;.&lt;br /&gt;
* Misty wears a green and white striped bikini in &#039;&#039;[[HS02|Cerulean Blues]]&#039;&#039;.&lt;br /&gt;
* Misty wore a dark blue, two-piece bikini underneath her normal clothes that resembles the one her video game counterpart wore in the [[Generation I]] games in &#039;&#039;[[SM042|Alola, Kanto!]]&#039;&#039;, &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039; and &#039;&#039;[[JN132|Partners in Time!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Baby Misty.png|Misty as a baby&lt;br /&gt;
File:Misty outfit HS16.png|Misty in &#039;&#039;[[HS16|Luvdisc is a Many Splendored Thing!]]&#039;&#039;&lt;br /&gt;
File:Misty Ash Kimonos.png|Misty and Ash dancing in their yukatas&lt;br /&gt;
File:Misty EP028 Makeover.png|Misty&#039;s makeover&lt;br /&gt;
File:Jessie Misty kimonos crowns.png|Misty wearing a pink kimono and crown&lt;br /&gt;
File:Misty Hollywood.png|Misty&#039;s [[Hollywood]] fantasy outfit&lt;br /&gt;
File:Misty Brock Sports Outfit.png|Misty and Brock in sports wear&lt;br /&gt;
File:Misty Red Bikini.png|Misty in a red bikini&lt;br /&gt;
File:Misty St Anne fantasy.png|Misty&#039;s St. Anne Fantasy&lt;br /&gt;
File:Misty Yellow Bikini.png|Misty in a yellow bikini&lt;br /&gt;
File:Misty Green Bikini.png|Misty in a green bikini&lt;br /&gt;
File:Misty Goldeen outfit.png|Misty&#039;s Goldeen outfit&lt;br /&gt;
File:Misty Mermaid HS02.png|Misty&#039;s Mermaid outfit&lt;br /&gt;
File:Misty France.png|Misty&#039;s French fantasy&lt;br /&gt;
File:Misty red dress.png|Misty&#039;s red Chinese-style dress&lt;br /&gt;
File:Ninja Suits.png|Misty in a ninja suit&lt;br /&gt;
File:Misty pajamas.jpg|Misty in her pajamas&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Brock}}==&lt;br /&gt;
===Main outfits===&lt;br /&gt;
Brock&#039;s main outfits contain different shades of the earthy colors green, brown, and orange.&lt;br /&gt;
[[File:Brock OS.png|thumb|left|80px|Brock&#039;s [[original series]] outfit]]&lt;br /&gt;
[[File:BrockAG.png|thumb|120px|Brock&#039;s &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039; outfit]]&lt;br /&gt;
[[File:Brock DP.png|thumb|120px|Brock&#039;s &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039; and &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039; outfit]]&lt;br /&gt;
&lt;br /&gt;
====Original series====&lt;br /&gt;
One of the most distinct features of Brock&#039;s first outfit was his green vest, which had four large pockets on the front. He wore this over an orange short-sleeved shirt, along with brown pants and blue and white sneakers. On either side of his belt, which was black with a gold rectangular buckle, he had attached brown belt pockets. With it, he carried a large, blue backpack with a bedroll seen strapped to it at the top.&lt;br /&gt;
&lt;br /&gt;
It is assumed he keeps many supplies in his many pockets, just as he tends to fill his bag with more supplies than it should be realistically able to hold. However, he has never been seen reaching into these pockets, so their contents remain unknown. The numerous pockets in this outfit were seen in all of his outfits.&lt;br /&gt;
&lt;br /&gt;
Brock wore this outfit from &#039;&#039;[[EP005|Showdown in Pewter City]]&#039;&#039; to &#039;&#039;[[HS01|A Family That Battles Together Stays Together!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;Pokémon the Series: Ruby and Sapphire&#039;&#039;====&lt;br /&gt;
Brock&#039;s second outfit was a brown jacket with an orange collar. Under it, he wore a green undershirt, but he no longer wears a belt. His clothing slightly mirrors that of his game counterpart in Generation III.&lt;br /&gt;
His shoes are dark blue, and his new backpack is blue but has no bedroll.&lt;br /&gt;
&lt;br /&gt;
Brock wore this outfit from &#039;&#039;[[HS01|A Family That Battles Together Stays Together!]]&#039;&#039; to &#039;&#039;[[AG192|Home is Where the Start Is!]]&#039;&#039;. In the main series, it was first seen in Brock&#039;s comeback episode &#039;&#039;[[AG004|You Never Can Taillow]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;Pokémon the Series: Diamond and Pearl&#039;&#039; and &#039;&#039;Pokémon Journeys: The Series&#039;&#039;====&lt;br /&gt;
Brock&#039;s third outfit is one step closer to his original series outfit. He wears a vest again, but the colors are reversed. Instead of a green vest and an orange shirt, he wears an orange vest (which also consists of gray) and a green shirt. His new shoes and backpack are still blue, and his backpack does not have a bedroll.&lt;br /&gt;
&lt;br /&gt;
Brock wore this outfit from &#039;&#039;[[DP002|Two Degrees of Separation!]]&#039;&#039; to [[BWS01]]. He returned to wearing this outfit from &#039;&#039;[[JNS02|The Arceus Chronicles (Part 2)]]&#039;&#039; to &#039;&#039;[[JN106|Radio Lulled the Mischievous Stars!]]&#039;&#039;.&lt;br /&gt;
[[File:Brock SM.png|thumb|left|120px|Brock&#039;s &#039;&#039;[[Pokémon the Series: Sun &amp;amp; Moon]]&#039;&#039; and second &#039;&#039;Pokémon Journeys: The Series&#039;&#039; outfit]]&lt;br /&gt;
====&#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039; and &#039;&#039;Pokémon Journeys: The Series&#039;&#039; (second outfit)====&lt;br /&gt;
Brock&#039;s fourth outfit looked almost identical to his original outfit. The only difference is his vest, which now has just two pockets instead of the original four. Brock also holds a [[Key Stone]] necklace inside his shirt and was seen without his vest in &#039;&#039;[[SM043|When Regions Collide!]]&#039;&#039;. Brock wore this outfit during his return in &#039;&#039;[[SM042|Alola, Kanto!]]&#039;&#039; and &#039;&#039;When Regions Collide!&#039;&#039;. He returned to wearing this outfit in &#039;&#039;[[JN139|Must Be Our Heroes and the Witch!]]&#039;&#039;.&lt;br /&gt;
{{left clear}}&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* Brock wore a {{p|Slowpoke}} costume in  &#039;&#039;[[EP142|A Shadow of a Drought]]&#039;&#039;.&lt;br /&gt;
* Brock wore a long, blue, medieval-themed robe for [[DJ Mary]]&#039;s radio show in &#039;&#039;[[EP160|Air Time!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[M06|Jirachi Wish Maker]]&#039;&#039;, Brock wore a clown costume.&lt;br /&gt;
* Brock wore a prince outfit in &#039;&#039;[[AG166|Curbing the Crimson Tide]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Formal clothes====&lt;br /&gt;
* Brock and Ash don party outfits in &#039;&#039;[[EP043|The March of the Exeggutor Squad]]&#039;&#039;. Brock wears a white outfit with large pink frills on the sleeves and pant cuffs. He holds a pair of {{wp|maraca}}s with it.&lt;br /&gt;
* Brock fantasizes about wearing a blue {{wp|tuxedo (clothing)|tuxedo}} for a movie premiere in &#039;&#039;[[EP070|Go West Young Meowth]]&#039;&#039;.&lt;br /&gt;
* One of Brock&#039;s best known outfits is his &#039;&#039;&amp;quot;[[Takeshi&#039;s Paradise]]&amp;quot;&#039;&#039; outfit. This was possibly inspired by his outfit in &#039;&#039;[[EP043|The March of the Exeggutor Squad]]&#039;&#039;. It is similar in many ways, particularly the pink frills. However, this outfit is purple and red instead of white. Also, he wears a large {{wp|sombrero}} with it, and his {{wp|maraca}}s now look like {{i|Poké Ball}}s. He wore a similar outfit in &#039;&#039;[[DP087|The Psyduck Stops Here!]]&#039;&#039;&lt;br /&gt;
* Brock wears a white tuxedo in &#039;&#039;[[EP169|Beauty and the Breeder]]&#039;&#039;. He is seen in it again in [[Temacu]]&#039;s wedding fantasy in &#039;&#039;[[EP198|The Heartbreak of Brock]]&#039;&#039; with a rose tucked in the breast pocket.&lt;br /&gt;
* Brock and Misty both wore special outfits for the [[Weekly Pokémon Broadcasting Station]]. Brock&#039;s outfit is a lime green tuxedo with an oversized sparkling pink {{wp|bow tie}}.&lt;br /&gt;
* Brock wears a purple {{wp|suit (clothing)|suit}} in fantasies in &#039;&#039;[[AG117|Berry, Berry Interesting]]&#039;&#039; and &#039;&#039;[[AG141|Hail to the Chef]]&#039;&#039;. For some reason, these fantasies also always involve Brock&#039;s woman of choice in a red dress with a white hair accessory and drinking milk from a wine glass. However, the suit itself is variable; in the first episode, he wears it with a {{wp|necktie|tie}}, and in the second, with a bow tie.&lt;br /&gt;
* In &#039;&#039;[[M08|Lucario and the Mystery of Mew]]&#039;&#039;, the characters dress up in formal medieval-themed outfits. Brock wears a beige robe similar to that of a priest covered by some sort of {{wp|cape}} or {{wp|mantle}} in brown, green, orange, and trimmed with gold, all topped with an orange {{wp|cap|skullcap}}.&lt;br /&gt;
* Brock wore an all white suit in a fantasy in &#039;&#039;[[DP082|Cream of the Croagunk Crop!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[JN139|Must Be Our Heroes and the Witch!]]&#039;&#039;, Brock wore a white and gold chef suit.&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* One of Brock&#039;s best known accessories is his pink frilly {{wp|apron}}. He frequently wears it while cooking or doing other chores.&lt;br /&gt;
* He also wears an alternate apron, known as the &amp;quot;movie apron&amp;quot; since it is only seen in the [[Pokémon movie|Pokémon movies]]. This apron is bright blue with neon green straps.&lt;br /&gt;
* In &#039;&#039;[[Snow Way Out!]]&#039;&#039;, Brock wore a pink blanket.&lt;br /&gt;
* In &#039;&#039;[[EP239|Whichever Way the Wind Blows]]&#039;&#039;, Brock wore a face mask..&lt;br /&gt;
* In &#039;&#039;[[AG077|A Fan with a Plan]]&#039;&#039;, Brock wore a dark-blue apron in a fantasy. &lt;br /&gt;
* In &#039;&#039;[[DP025|Oh Do You Know The Poffin Plan!]]&#039;&#039;, &#039;&#039;[[DP084|Hungry for the Good Life!]]&#039;&#039;, and &#039;&#039;[[DP092|A Lean Mean Team Rocket Machine!]]&#039;&#039;, Brock wore a yellow apron.&lt;br /&gt;
* In &#039;&#039;[[JN141|A Squad&#039;s Worth of Passion!]]&#039;&#039;, Brock wore a pair of the [[Squirtle Squad]] sunglass.&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
[[File:Brock SM2.png|thumb|250px|Brock in his Alola outfit]]&lt;br /&gt;
* In &#039;&#039;[[AG011|A Bite to Remember]]&#039;&#039;, Brock wore a lab coat.&lt;br /&gt;
* In &#039;&#039;[[DP082|Cream of the Croagunk Crop!]]&#039;&#039;, &#039;&#039;[[DP083|A Crasher Course in Power!]]&#039;&#039;, &#039;&#039;[[DP140|Historical Mystery Tour!]]&#039;&#039;, and &#039;&#039;[[DP141|Challenging a Towering Figure!]]&#039;&#039;, Brock wore a blue vest with a white on the side and a picture of a {{p|Croagunk}} on the back.&lt;br /&gt;
* Brock wore a stylish outfit with a matching cap in &#039;&#039;[[DP095|Battling The Generation Gap!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[DP116|The Drifting Snorunt!]]&#039;&#039;, Brock wore a light-red poncho.&lt;br /&gt;
* From &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039; to &#039;&#039;[[SM103|Heart of Fire! Heart of Stone!]]&#039;&#039;, Brock wore a summer shirt with a blue, green and white pattern, and cream-colored shorts during his visit to [[Alola]].&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* In &#039;&#039;[[AG034|Having a Wailord of a Time]]&#039;&#039;, a flashback of Brock when he was younger shows him wearing a green t-shirt and pants as pajamas.&lt;br /&gt;
* In &#039;&#039;[[DP088|Camping it Up!]]&#039;&#039;, &#039;&#039;[[DP100|Aiding the Enemy!]]&#039;&#039;, &#039;&#039;[[DP137|Three Sides to Every Story!]]&#039;&#039;, and [[DPS02]], Brock is seen wearing a gray tank top and shorts as sleepwear.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* Brock sometimes wore a red top with the number ninety-one in the middle and red shorts. He wore it in &#039;&#039;[[EP067|The Pi-Kahuna]]&#039;&#039; and &#039;&#039;[[EP074|All Fired Up!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[EP130|A Bout With Sprout]]&#039;&#039;, Brock wore a ballet dancer outfit.&lt;br /&gt;
[[File:Brock JN.png|thumb|200px|Brock in his Pokémon Doctor outfit]]&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* Brock wore a Team Rocket uniform in &#039;&#039;[[EP037|Ditto&#039;s Mysterious Mansion]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[EP047|A Chansey Operation]]&#039;&#039;, &#039;&#039;[[AG188|Pinch Healing!]]&#039;&#039;, &#039;&#039;[[DP051|A Glory Blaze!]]&#039;&#039;, and [[BWS01]], Brock would sometimes wear a doctors work coat when he would treat Pokémon.&lt;br /&gt;
* In &#039;&#039;[[EP053|The Purr-fect Hero]]&#039;&#039;, Brock fantasizes about wearing {{wp|samurai}} {{wp|ō-yoroi}} armor and a {{wp|sumo}} suit.&lt;br /&gt;
* Brock wore army attire in &#039;&#039;[[EP133|Tanks A Lot!]]&#039;&#039; and &#039;&#039;[[EP218|Plant It Now... Diglett Later]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[EP176|Ariados, Amigos]]&#039;&#039;, Brock wore a yellow ninja uniform.&lt;br /&gt;
* In &#039;&#039;[[AG156|From Cradle to Save!]]&#039;&#039;, Brock wore blue-and-black-colored ninja clothing and a white headband.&lt;br /&gt;
* In &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039;, Brock wore a nurse outfit similar to the one that the Nurse Joy of [[Melemele Island]] wears.&lt;br /&gt;
* In &#039;&#039;[[JNS02|The Arceus Chronicles (Part 2)]]&#039;&#039; and &#039;&#039;[[JN132|Partners in Time!]]&#039;&#039;, Brock wore a blue outfit with a lab coat, and black and white shoes while he&#039;s working as a Pokémon Doctor.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Rainwear=====&lt;br /&gt;
* In &#039;&#039;[[EP011|Charmander – The Stray Pokémon]]&#039;&#039; and a flashback scene in &#039;&#039;[[BW116|The Fires of a Red-Hot Reunion!]]&#039;&#039;, Brock wore a purple raincoat.&lt;br /&gt;
* In &#039;&#039;[[DP028|Drifloon On the Wind!]]&#039;&#039;, Brock wore a blue raincoat.&lt;br /&gt;
&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
[[File:Brock snow pt.png|thumb|250px|Brock&#039;s jacket]]&lt;br /&gt;
* Brock wore a blue jacket, gloves and boots with a white sweater and pants in a fantasy in &#039;&#039;[[EP126|The Chikorita Rescue]]&#039;&#039;.&lt;br /&gt;
* Brock wore a red jacket and olive pants in &#039;&#039;[[EP189|Freeze Frame]]&#039;&#039; and &#039;&#039;[[AG108|Let it Snow, Let it Snow, Let it Snorunt!]]&#039;&#039;.&lt;br /&gt;
* Brock wore a jacket similar to {{ga|Lucas}}&#039;s in Platinum from &#039;&#039;[[DP125|Battling a Cute Drama!]]&#039;&#039; to &#039;&#039;[[DP129|Pillars of Friendship!]]&#039;&#039;, as well as part of the credits of &#039;&#039;[[M12|Arceus and the Jewel of Life]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[JN140|Bearing Down Easy!]]&#039;&#039;, Brock wore a green and black jacket.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* Brock&#039;s first swimwear was a pair of light purple swim trunks with three dark blue diamonds on the sides. From &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039; onwards, these trunks were colored dark purple, due to the different palette used in the digitally colored episodes beginning with &#039;&#039;[[EP261|Here&#039;s Lookin&#039; at You, Elekid]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[EP081|Pallet Party Panic]]&#039;&#039;, Brock wore green swim trunks in a fantasy.&lt;br /&gt;
* In &#039;&#039;[[EP220|The Mystery is History]]&#039;&#039;, Brock wore a blue wetsuit and scuba gear.&lt;br /&gt;
* In the end credits of &#039;&#039;[[M06|Jirachi Wishmaker]]&#039;&#039;, Brock wore blue swim trunks.&lt;br /&gt;
* In &#039;&#039;[[M09|Pokémon Ranger and the Temple of the Sea]]&#039;&#039;, Brock wore a pair of olive green trunks with an orange stripe down the side. These trunks would later become Brock&#039;s main swimwear in &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;. Brock also wore his new trunks in the hot spring scene in &#039;&#039;[[M08|Lucario and the Mystery of Mew]]&#039;&#039;, but this is only known from the artwork, as in the scene itself, nothing below Brock&#039;s neck was seen above water.&lt;br /&gt;
* Like Ash and Dawn, Brock wore a different swimsuit than his normal one in &#039;&#039;[[M12|Arceus and the Jewel of Life]]&#039;&#039; - in Brock&#039;s case, a pair of dark green trunks with white lines on them. Like Ash&#039;s and Dawn&#039;s new swimwear, Brock&#039;s new trunks are quite unique, as he only wore them in that movie.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery perrow=5&amp;gt;&lt;br /&gt;
File:Brock army outfit.png|Brock in army attire&lt;br /&gt;
File:Misty Hollywood.png|Brock&#039;s [[Hollywood]] fantasy outfit&lt;br /&gt;
File:Ninja Suits.png|Brock in a ninja suit&lt;br /&gt;
File:Brock AG156 ninja.png|Brock in a ninja outfit&lt;br /&gt;
File:Brock DP095.png|Brock at [[Lila]]&#039;s shop&lt;br /&gt;
File:Dawn Brock Swimwear.png|Brock&#039;s swim trunks from &#039;&#039;[[DP047|Sandshrew&#039;s Locker!]]&#039;&#039;&lt;br /&gt;
File:Ash Brock outfits EP043.png|Brock and Ash in their dance costumes&lt;br /&gt;
File:Brock apron EP085.png|Brock in an apron&lt;br /&gt;
File:Brock Takeshi Paradise outfit.png|Brock in his &#039;&#039;Takeshi&#039;s Paradise&#039;&#039; outfit&lt;br /&gt;
File:Brocks katana.png|Brock in {{wp|samurai}} armor from &#039;&#039;[[EP053|The Purr-fect Hero]]&#039;&#039;&lt;br /&gt;
File:EP160 outfits.png|Ash and his friends in a &amp;quot;prince&amp;quot; story from &#039;&#039;[[EP160|Air Time!]]&#039;&#039;&lt;br /&gt;
File:Brock in suit.png|Brock wearing a tuxedo&lt;br /&gt;
File:Dawn Brock raincoats.png|Brock wearing a raincoat&lt;br /&gt;
File:Brock shirt SM.png|Brock without his vest&lt;br /&gt;
File:Brock Jacket JN.png|Brock&#039;s second jacket&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{Tracey}}==&lt;br /&gt;
===Main outfit===&lt;br /&gt;
[[File:Tracey Sketchit.png|thumb|Tracey&#039;s main outfit]]&lt;br /&gt;
Tracey has only had one main outfit throughout the entire series. It consists of a loose green {{wp|T-shirt}}, reddish-brown shorts, blue and yellow sneakers, an orange backpack, and his most notable accessory, a salmon-colored headband that he uses to keep his hair out of his face.&lt;br /&gt;
Tracey is the only main character from the original series whose outfit was not changed at the start of any of the newer series.&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In &#039;&#039;[[HS16|Luvdisc is a Many Splendored Thing!]]&#039;&#039;, {{an|Daisy}} fantasized Tracey playing the prince in her water ballet alongside Misty. This outfit consisted of a blue shirt with long sleeves and gold trimming, teal pants, a red cape, and a silver crown. This would be the second time he is seen without his headband.&lt;br /&gt;
====Formal clothes====&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* His first swimsuit was a pair of navy-blue swim trunks with two red lines on either side, as seen in &#039;&#039;[[EP092|The Joy of Pokémon]]&#039;&#039;.&lt;br /&gt;
* The second was seen in &#039;&#039;[[EP108|Pokémon Double Trouble]]&#039;&#039;. It is still a pair of navy blue swim trunks but with a sunflower print. He also removed his headband while in this outfit.&lt;br /&gt;
* The third was seen in &#039;&#039;[[HS05|The Blue Badge of Courage]]&#039;&#039;. It is another pair of blue swim trunks but with an orange stripe painted on the legs.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery perrow=5&amp;gt;&lt;br /&gt;
File:Tracey trunks EP092.png|Tracey&#039;s first swimsuit&lt;br /&gt;
File:Tracey Sunflowered Trunks.png|Tracey in flower-patterned trunks&lt;br /&gt;
File:Tracey Trunks HS05.png|Tracey&#039;s trunks in &#039;&#039;[[HS05|The Blue Badge of Courage]]&#039;&#039;&lt;br /&gt;
File:Tracey Prince.png‎|Tracey&#039;s prince outfit&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|May}}==&lt;br /&gt;
===Main outfits===&lt;br /&gt;
[[File:May AG.png|120px|thumb|May&#039;s &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039; outfit]]&lt;br /&gt;
====&#039;&#039;Pokémon the Series: Ruby and Sapphire&#039;&#039;====&lt;br /&gt;
May&#039;s first outfit is a red t-shirt with a dark blue circle around her neck, dark blue bike shorts, white skirt, a pair of black socks, red and yellow sneakers, a red bandanna with a white Poké Ball print, a yellow waist-pack, and dark-blue and white gloves. It is based on the outfit her {{ga|May|game counterpart}} wears in {{game|Ruby and Sapphire|s}}. May wore this outfit from &#039;&#039;[[AG001|Get the Show on the Road!]]&#039;&#039; to &#039;&#039;[[AG192|Home Is Where the Start Is]]&#039;&#039;.&lt;br /&gt;
[[File:May DP series.png|thumb|200px|left|May&#039;s &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039; outfit]]&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;Pokémon the Series: Diamond and Pearl&#039;&#039;====&lt;br /&gt;
May&#039;s second outfit is based on the outfit that her {{ga|May|game counterpart}} wears in {{game|Emerald}}. It consists of a green bandanna, a sleeveless and short orange tunic with a black collar, black bike shorts, black socks, white, black and green gloves, and orange and white sneakers. She also carries a green waist-pack similar to the one she carried in &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;. When she got off the boat, she was seen with a yellow backpack. It is unknown if she normally carries this or only had it because she was traveling a long distance (to Sinnoh from Johto). May started wearing this outfit prior to &#039;&#039;[[DP075|Our Cup Runneth Over!]]&#039;&#039;.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* May wore a maiden outfit and a [[Nurse Joy]] outfit in &#039;&#039;[[AG104|Claydol Big and Tall]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Formal clothes====&lt;br /&gt;
[[File:May Max JN.png|thumb|250px|May in her Contest Costume]]&lt;br /&gt;
* In &#039;&#039;[[M08|Lucario and the Mystery of Mew]]&#039;&#039;, the characters dress up in formal medieval-themed outfits. May wears a white, pink and red {{wp|ball gown}} decorated with tiny bows and an ornament sewn similar to {{p|Beautifly}} wings on the back. She wears her hair in two different ways in this outfit, with different accessories for each: in one way, she wears a large red rabbit-ear bow styled to look like her regular {{wp|kerchief|bandana}}, and another, she has little pink pom-poms in her hair.&lt;br /&gt;
* During the [[Wallace Cup]], May wore a unique Arabian-style outfit for the Contest. It comprised of a vermilion crop-top with a yellow heart on it with yellow border on the sleeves and neck, a peach-pink veil with a green gem on top, and a light purple skirt with a piece of pink fabric at the waist. She also wore brown sandals and a yellow necklace with a red heart.&lt;br /&gt;
* In &#039;&#039;[[JN132|Partners in Time!]]&#039;&#039;, May wears a [[Contest Costume]] that is similar to the one her game counterpart wears in {{g|Omega Ruby and Alpha Sapphire}}. It consists of a pink and white crop top and skirt, with purple and yellow accents. She also wears white earrings, a yellow bracelet on her right wrist, and a part of her hair is tied in a small ponytail with a pink bow that has three ribbons and a gem in the middle.&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* May wore a green and yellow apron in &#039;&#039;[[AG090|Pokéblock, Stock, and Berry]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* May was seen sleeping in a plain yellow t-shirt in the beginning of &#039;&#039;[[AG021|Which Wurmple&#039;s Which?]]&#039;&#039;.&lt;br /&gt;
* May was seen briefly wearing a white t-shirt in &#039;&#039;[[AG053|Game Winning Assist!]]&#039;&#039; and &#039;&#039;[[AG128|Shocks and Bonds]]&#039;&#039;. However, it is unknown what the rest of her pajamas look like, since nothing below her chest was seen underneath the blankets.&lt;br /&gt;
* May wore orange pajamas and a white trim-on sweater in &#039;&#039;[[DP078|Pruning a Passel of Pals!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* May wore sleeveless pink colored ninja clothing in &#039;&#039;[[AG156|From Cradle to Save!]]&#039;&#039;. Like Ash, she did not wear a white headband like the majority of the other characters.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* May wore a red jacket and olive pants in &#039;&#039;[[AG108|Let it Snow, Let it Snow, Let it Snorunt!]]&#039;&#039;.&lt;br /&gt;
* On a flashback at the [[Ice Rock]] in &#039;&#039;[[DP076|A Full Course Tag Battle!]]&#039;&#039;, May wore a magenta pink winter dress with white fur, a green collar, a lime-green belt, beige mittens, and pink snow boots.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* May&#039;s most common swimwear is a yellow hearts two-piece swimsuit with shorts. This was shown in &#039;&#039;[[AG012|The Lotad Lowdown]]&#039;&#039; and &#039;&#039;[[AG019|Sharpedo Attack!]]&#039;&#039;.&lt;br /&gt;
* May also wore a pink polka-dotted one-piece swimsuit in &#039;&#039;[[AG019|Sharpedo Attack!]]&#039;&#039;.&lt;br /&gt;
* May wore a green bikini with red hearts on her hips in &#039;&#039;[[AG020|Brave the Wave]]&#039;&#039;.&lt;br /&gt;
* May wore a pink plaid bikini in the end credits of &#039;&#039;[[M06|Jirachi Wishmaker]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[AG103|A Cacturne for the Worse]]&#039;&#039;, a flashback of May as a child has her wearing a blue one-piece swimsuit.&lt;br /&gt;
* Twice May wore a pink bikini, first in &#039;&#039;[[M08|Lucario and the Mystery of Mew]]&#039;&#039; and then a second time in &#039;&#039;[[M09|Pokémon Ranger and the Temple of the Sea]].&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery perrow=5&amp;gt;&lt;br /&gt;
File:May AG156 ninja.png|May&#039;s ninja dress&lt;br /&gt;
File:Ice Rock anime.png|At [[Ice Rock]]&lt;br /&gt;
File:May Yellow Bikini.png| May in yellow bikini&lt;br /&gt;
File:May Swimsuit.png|May in pink one-piece swimsuit&lt;br /&gt;
File:May AG020 swimsuit.png|Green swimsuit&lt;br /&gt;
File:May Dress M08.png|May&#039;s dress in &#039;&#039;[[M08|Lucario and the Mystery of Mew]]&#039;&#039;&lt;br /&gt;
File:May swimsuit Movie 8.png|May&#039;s pink bikini&lt;br /&gt;
File:May swimsuit movie 9.png|May&#039;s second pink bikini in the ninth movie&lt;br /&gt;
File:May Wallace Cup.png|May&#039;s Wallace Cup outfit&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==[[Max]]==&lt;br /&gt;
===Main outfit===&lt;br /&gt;
[[File:MaxAG.png|150px|thumb|Max&#039;s main outfit]]&lt;br /&gt;
Max&#039;s main outfit is a green t-shirt, green and black sneakers, black glasses and brown shorts. He carries a yellow backpack with his belongings. Max is the only main character from &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039; whose outfit was not changed whenever he reappeared in flashbacks.&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Formal clothes====&lt;br /&gt;
* In &#039;&#039;[[M08|Lucario and the Mystery of Mew]]&#039;&#039;, the characters dress up in formal medieval-themed outfits. Max&#039;s outfit appears to be one of a young prince with a {{wp|beret}} and a {{wp|cape}}.&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* Max was briefly seen wearing a white tank top in &#039;&#039;[[AG023|Gone Corphishin&#039;]]&#039;&#039; and &#039;&#039;[[AG064|True Blue Swablu]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* Max was seen sleeping in a plain white t-shirt in the beginning of &#039;&#039;[[AG021|Which Wurmple&#039;s Which?]]&#039;&#039;.&lt;br /&gt;
* Max wore a pair of light yellow pajamas in &#039;&#039;[[AG128|Shocks and Bonds]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* Max wore a black and yellow button uniform with white gloves and headband in &#039;&#039;[[AG052|Cheer Pressure]]&#039;&#039;.&lt;br /&gt;
* Max wore blue-and-black-colored ninja clothing and a white headband in &#039;&#039;[[AG156|From Cradle to Save!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* Max wore a red jacket and olive pants in &#039;&#039;[[AG108|Let It Snow, Let it Snow, Let It Snorunt!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* Max&#039;s most common swimwear was a pair of green trunks, with no special patterns. This was seen in &#039;&#039;[[AG012|The Lotad Lowdown]]&#039;&#039;, &#039;&#039;[[AG019|Sharpedo Attack!]]&#039;&#039;, &#039;&#039;[[M06|Jirachi Wishmaker]]&#039;&#039;, &#039;&#039;[[AG118|Less is Morrison!]]&#039;&#039;, and &#039;&#039;[[AG187|The Unbeatable Lightness of Seeing!]]&#039;&#039;.&lt;br /&gt;
* He also wore dark green swim briefs in &#039;&#039;[[M09|Pokémon Ranger and the Temple of the Sea]]&#039;&#039;, as well as in &#039;&#039;[[M08|Lucario and the Mystery of Mew]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery perrow=5&amp;gt;&lt;br /&gt;
File:Max green trunks.png|Max at hot springs in green trunks&lt;br /&gt;
File:Max Speedo.png|Max swimming in green swim briefs&lt;br /&gt;
File:May Max medieval outfits.png|Max and May in their medieval-themed outfits&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Dawn}}==&lt;br /&gt;
[[File:Dawn JN.png|thumb|140px|thumb|Dawn&#039;s main outfit]]&lt;br /&gt;
===Main outfit===&lt;br /&gt;
Dawn&#039;s outfit consists of a black V-neck tanktop with a white undershirt and a pink skirt. On her head, she wears a white beanie with a pink {{i|Poké Ball}} print on it. She also wears gold hair clips that hold up her hair in the front, a black bracelet on her right wrist and a [[Pokétch]] on her left wrist. On her feet, she wears pink knee-high boots with black socks underneath. She also has a small yellow backpack with all her personal belongings. It is nearly identical to her {{ga|Dawn|game counterpart}}&#039;s with the exception of her scarf and bag.&lt;br /&gt;
&lt;br /&gt;
Unlike the female companions preceding her, who both changed outfits upon returning in later series, Dawn continued to wear this outfit even throughout her return in &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039; and &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;. However, Dawn&#039;s Pokétch was replaced with a [[Xtransceiver]] that she wore from &#039;&#039;[[BW086|Piplup, Pansage, and a Meeting of the Times!]]&#039;&#039; to &#039;&#039;[[BW093|Goodbye, Junior Cup—Hello, Adventure!]]&#039;&#039;. Prior to &#039;&#039;[[JN074|Nightfall? Nightmares!]]&#039;&#039;, Dawn returned to wearing her Pokétch.&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In &#039;&#039;[[DP026|Getting the Pre-Contest Titters!]]&#039;&#039;, Dawn wore a {{p|Slowpoke}} costume during a play she was in when she was younger.&lt;br /&gt;
* In &#039;&#039;[[DP043|Malice in Wonderland]]&#039;&#039;, she wore a {{p|Piplup}} costume in her dream.&lt;br /&gt;
&lt;br /&gt;
====Formal clothes====&lt;br /&gt;
Formal clothes are a key part of Dawn&#039;s wardrobe since she dresses up nicely for all her [[Pokémon Contest]]s.&lt;br /&gt;
* In her [[DP001|debut appearance]], she was shown to be wearing three different formal outfits when imagining herself in Contests with each of the Sinnoh starters. In her Chimchar fantasy, she was seen wearing a crimson red dress; in the Piplup fantasy, she was wearing a light green dress; and in the Turtwig fantasy, she was wearing a lavender suit with a top hat.&lt;br /&gt;
* She frequently wears a pink dress during her Contests. In the [[Floaroma Town]] Contest, she wore a red-pink hair ribbon tied at the back, decorated her dress with a gold flower at the left side, and a red-pink ribbon with long tails and a red-pink sash, presumably to fit the town&#039;s flowery theme. In the [[Hearthome City]] Contest, she added a yellow sash around her waist and her hair barrettes were star-shaped. The yellow sash was also seen in the [[Wallace Cup]]. In the first round of the [[Celestic Town]] Contest, she decorated her dress with fluffy fur, similar to {{TP|Dawn|Buneary}}&#039;s. In the [[Lilypad Town]] Contest, she again wore her yellow sash with long white opera gloves. In the [[Daybreak Town]] Contest, she wears short white gloves, with one red-pink  Ribbon in each one, and her shoes have one yellow rose in each. Opening and ending themes show her in different dresses, but she has never worn them in Contests.&lt;br /&gt;
* In &#039;&#039;[[M10|The Rise of Darkrai]]&#039;&#039;, Dawn wore a pink outfit for the [[Alamos Town]] Contest.&lt;br /&gt;
* In &#039;&#039;[[Message of the Wind]]&#039;&#039;, Dawn wore a cerulean, knee-length, formal dress and a white floppy hat with a cerulean ribbon tied around. Also, she wore a bright yellow ball gown with a big pink ribbon with long flowing tails at the back that matches the one on the back of her head.&lt;br /&gt;
* In the [[Hearthome Collection]], she wore a plain light powder-blue dress with a yellow Ribbon at the back. It also came along with a blue, beaded necklace and white shoes.&lt;br /&gt;
* In &#039;&#039;[[DP171|Dawn of a Royal Day]]&#039;&#039;, Dawn wore [[Princess Salvia]]&#039;s light pink dress with long white opera gloves, when they swapped places.&lt;br /&gt;
* In the [[Sinnoh Grand Festival|Grand Festival]], she wore a new light yellow dress with a red-pink ribbon sewn to the chest, like the one on her forehead, an orange sash at the torso area, white ruffles, opera-length white gloves, and white pumps.&lt;br /&gt;
* In &#039;&#039;[[JN075|A Midsummer Night&#039;s Light!]]&#039;&#039;, Dawn wore a new sleeveless dress which is white at the top and gradually turns dark blue at the bottom. It is decorated with a dark blue collar, a white beaded belt held on by a dark blue ribbon and white frills at the hem. Yellow crescent-shaped, star-shaped and smaller white beaded accessories are attached to the collar and belt. In addition, she wears dark blue gloves with a yellow outline and dark blue Mary Jane heels. Her hair is braided and held on by hair barrettes that match the accessories worn on her collar.&lt;br /&gt;
&lt;br /&gt;
=====Images=====  &lt;br /&gt;
&amp;lt;gallery perrow=5&amp;gt;&lt;br /&gt;
File:Dawn costume 1.png|Chimchar fantasy&lt;br /&gt;
File:Dawn costume 2.png|Piplup fantasy&lt;br /&gt;
File:Dawn costume 3.png|Turtwig fantasy&lt;br /&gt;
File:Dawn DP011 contest.png|In the Jubilife Contest&#039;&#039;&lt;br /&gt;
File:Dawn DP027 contest.png|In the Floaroma Contest&lt;br /&gt;
File:Dawn DP049 contest 2.png|In the Hearthome Contest&lt;br /&gt;
File:Dawn DP077 contest.png|In the [[Wallace Cup]]&lt;br /&gt;
File:Dawn DP095 contest.png|In both the Celestic and Chocovine Contests&lt;br /&gt;
File:Dawn DP146 contest.png|In the Lilypad Contest&lt;br /&gt;
File:Dawn Daybreak Contest outfit.png|In the Daybreak Contest&lt;br /&gt;
File:Dawn movie10 pink.png|In the Alamos Contest&lt;br /&gt;
File:Hearthome Collection Dawn.png|Dawn in the Hearthome Collection&lt;br /&gt;
File:Dawn DP171 princess outfit.png|Dawn as Princess Salvia&lt;br /&gt;
File:Dawn Grand Festival.png|Dawn in her Grand Festival dress&lt;br /&gt;
File:Dawn Contest Dress JN.png|Dawn&#039;s contest outfit in [[Pokémon Journeys: The Series]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* Dawn wore a light-blue apron in &#039;&#039;[[DP025|Oh Do You Know The Poffin Plan!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[DP039|Steamboat Willies!]]&#039;&#039;, Dawn wore a {{p|Piplup}} mask.&lt;br /&gt;
* Dawn wore a French maid&#039;s outfit to help out at the [[Café Cabin]] in &#039;&#039;[[DP062|Tanks for the Memories!]]&#039;&#039;.&lt;br /&gt;
* Dawn wore a yellow apron in &#039;&#039;[[DP084|Hungry for the Good Life!]]&#039;&#039; and &#039;&#039;[[DP094|Doc Brock!]]&#039;&#039;.&lt;br /&gt;
* Dawn wore a green apron in &#039;&#039;[[DP141|Challenging a Towering Figure!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* Before leaving her home to start her journey, she was shown to have many clothes in the bag her mother asked her to leave behind.&lt;br /&gt;
* The [[Pokémon Learning League]] website portrays Dawn with her white undershirt having sleeves that reach past her elbows, and black stockings or tights covering her legs.&lt;br /&gt;
* At one point in the ending credits of &#039;&#039;[[M10|The Rise of Darkrai]]&#039;&#039;, Dawn is shown in a number of different outfits.&lt;br /&gt;
* In &#039;&#039;[[DP063|Hot Springing a Leak!]]&#039;&#039; and &#039;&#039;[[DP161|Yes in Dee Dee, It&#039;s Dawn!]]&#039;&#039;, a flashback of Dawn when she was younger shows her wearing a pink shirt and a yellow skirt.&lt;br /&gt;
* In &#039;&#039;[[DP116|The Drifting Snorunt!]]&#039;&#039;, Dawn wore a light-red poncho.&lt;br /&gt;
* In &#039;&#039;[[JNS01|The Arceus Chronicles (Part 1)]]&#039;&#039;, Dawn wore an outfit similar to {{ga|Akari}}&#039;s for the [[Sinnoh Festival]].&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* Dawn wears a long pink nightgown at the start of &#039;&#039;[[DP001|Following a Maiden&#039;s Voyage!]]&#039;&#039; and &#039;&#039;[[DP191|Memories are Made of Bliss!]]&#039;&#039;. It is also seen in the ending &#039;&#039;[[By Your Side ~Hikari&#039;s Theme~]]&#039;&#039;. For some reason, as mentioned below, she seems to only wear her gown to bed whenever she is sleeping at home, while she sleeps in two-piece pajamas outside instead. Additionally, only the top half of her gown is ever shown, due to the only shots of her wearing the gown being an exterior shot of her looking outside of the window of her bedroom, although the aforementioned ending theme that briefly showed Dawn&#039;s nightgown showed a brief glimpse of what appears to be part of a white ruffle on the hem of her gown, due to her posing in a way so that the hem of her gown billows upwards from below the screen. However, the full gown was shown completely in a rare piece of concept art. Dawn&#039;s nightgown&#039;s design appears to look very similar to the nightgown worn by her &#039;&#039;Adventures&#039;&#039; counterpart Platinum in her debut appearance in the Diamond and Pearl chapter of &#039;&#039;Adventures&#039;&#039;.&lt;br /&gt;
* Whenever she is sleeping, Dawn wears a set of pink pajamas with light yellow stripes on the sides with a zip on the top piece and a white undershirt, first seen in &#039;&#039;[[DP009|Setting the World on its Buneary!]]&#039;&#039;. She also wore them in &#039;&#039;[[JN074|Nightfall? Nightmares!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[DP026|Getting the Pre-Contest Titters!]]&#039;&#039;, Dawn when she was younger wore a pair of pink pajamas and white buttons in the middle. She also wore a brown boot on one foot and a white sandal on the other.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* Dawn donned a pink cheerleading outfit in &#039;&#039;[[DP018|O&#039;er the Rampardos we Watched]]&#039;&#039;, &#039;&#039;[[DP068|A Triple Fighting Chance!]]&#039;&#039;, and &#039;&#039;[[DP179|The Eighth Wonder of the Sinnoh World!]]&#039;&#039;. Her Pokémon have similar outfits. The purpose of the outfit was to support [[Ash Ketchum]] in his Gym battles with Roark, Maylene, and Volkner.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Rainwear=====&lt;br /&gt;
* In &#039;&#039;[[DP028|Drifloon On the Wind!]]&#039;&#039;, Dawn wore an orange raincoat.&lt;br /&gt;
&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
[[File:Dawn snow pt.png|thumb|250px|Dawn in her {{v2|Platinum}} outfit]]&lt;br /&gt;
* Dawn wore an outfit nearly identical to her {{ga|Dawn|game counterpart&#039;s}} in Platinum from&#039;&#039; [[DP125|Battling a Cute Drama!]]&#039;&#039; to &#039;&#039;[[DP129|Pillars of Friendship!]]&#039;&#039;, as well as part of the credits of &#039;&#039;[[M12|Arceus and the Jewel of Life]]&#039;&#039; and in the fourth version of the Japanese opening to &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;, [[One, Two, Three]]. The only difference is she maintains her gold barrettes rather than wearing pink ones, however, while inside a building, she wears her normal clothing, but with the winter boots and socks.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* Dawn&#039;s most common swimwear is a yellow and orange bikini, which she wore in &#039;&#039;[[DP047|Sandshrew&#039;s Locker!]]&#039;&#039;, &#039;&#039;[[DP063|Hot Springing a Leak!]]&#039;&#039;, and &#039;&#039;[[DP089|Up Close and Personable!]]&#039;&#039;.&lt;br /&gt;
* She wore a pink one-piece swimsuit with a short skirt around the waist in &#039;&#039;[[M12|Arceus and the Jewel of Life]]&#039;&#039;, along with some kind of white undershirt with horizontal black stripes on it.&lt;br /&gt;
* In the ending [[In Your Heart, LaLaLa]], Dawn wore a light pink one-piece swimsuit with two white stripes at the bottom.&lt;br /&gt;
* Dawn wore a light-green bikini top with vertical dark green stripes and a light green piece of cloth wrapped around her waist in &#039;&#039;[[BW087|Expedition to Onix Island!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Dawn Brock Swimwear.png|Dawn&#039;s bikini&lt;br /&gt;
File:Dawn DP098 Swimsuit.png|A closer view of Dawn&#039;s bikini&lt;br /&gt;
File:Dawn Cheerleading outfit.png|Dawn in a cheerleader outfit&lt;br /&gt;
File:Dawn Maid Outfit.png|Helping out at the [[Café Cabin]]&lt;br /&gt;
File:Dawn piplup costume.png|Dawn in her Piplup costume&lt;br /&gt;
File:Dawn Nightgown.png|Dawn&#039;s nightgown&lt;br /&gt;
File:Dawn DP078 pajamas.png|Dawn&#039;s pajamas in &#039;&#039;[[DP078|Pruning a Passel of Pals!]]&#039;&#039;&lt;br /&gt;
File:Dawn pajamas DP174.png|Dawn&#039;s pajamas in &#039;&#039;[[DP174|Last Call, First Round!]]&#039;&#039;&lt;br /&gt;
File:Dawn movie10 green.png|Green suit in &#039;&#039;[[M10|The Rise of Darkrai]]&#039;&#039;&lt;br /&gt;
File:Dawn movie10 red.png|Chinese dress in &#039;&#039;[[M10|The Rise of Darkrai]]&#039;&#039;&lt;br /&gt;
File:Dawn movie10 black.png|Lolita outfit in &#039;&#039;[[M10|The Rise of Darkrai]]&#039;&#039;&lt;br /&gt;
File:Dawn movie10 blue.png|Cyberpunk outfit in &#039;&#039;[[M10|The Rise of Darkrai]]&#039;&#039;&lt;br /&gt;
File:Dawn and Leona.png|[[Leona]] and Dawn in their kindergarten outfits&lt;br /&gt;
File:Dawn PLL.png|In the Pokémon Learning League&lt;br /&gt;
File:Dominos Ad Nov08.png|Dawn&#039;s dress in a Dominos Christmas commercial&lt;br /&gt;
File:Dawn M12 Swimsuit.png|Swimsuit in &#039;&#039;[[M12|Arceus and the Jewel of Life]]&#039;&#039;&lt;br /&gt;
File:Dawn and Iris playing.png|Dawn&#039;s bikini in &#039;&#039;[[BW087|Expedition to Onix Island!]]&#039;&#039;&lt;br /&gt;
File:Dawn Brock raincoats.png|Dawn wearing a raincoat&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Dawn&#039;s Pokémon===&lt;br /&gt;
The following are images of {{cat|Dawn&#039;s Pokémon}} wearing clothing and accessories:&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Dress Up Contest Piplup.png|Piplup in the [[Pokémon Dress-Up Contest]]&lt;br /&gt;
File:Dawn Piplup Clown.png|Piplup in &#039;&#039;[[DP133|Uncrushing Defeat!]]&#039;&#039;&lt;br /&gt;
File:Buneary Hearthome Collection.png|Buneary in the [[Hearthome Collection]]&lt;br /&gt;
File:Dawn pokemon cheer.png|Dawn&#039;s Pokémon wearing cheerleading uniforms&lt;br /&gt;
File:Dawn Pokémon Maid Café.png|Dawn&#039;s Pokémon at the [[Café Cabin|Mountain Hut Maid Café]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Iris}}==&lt;br /&gt;
[[File:IrisBW.png|thumb|left|125px|Iris&#039;s &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039; and &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039; outfit]]&lt;br /&gt;
===Main outfits===&lt;br /&gt;
====&#039;&#039;Pokémon the Series: Black &amp;amp; White&#039;&#039; and &#039;&#039;Pokémon Journeys: The Series&#039;&#039;====&lt;br /&gt;
Iris&#039;s first outfit was worn as her primary attire from &#039;&#039;[[BW001|In the Shadow of Zekrom!]]&#039;&#039; to [[BWS02]], and she continues to wear it as her casual attire in &#039;&#039;Pokémon Journeys: The Series&#039;&#039;. It consists of a cream-colored top with a pink collar and cuffs, a pink skirt with a big ribbon on the side, white leggings that are colored yellow at the ends, and pink and white shoes with yellow straps. She also had two pieces of her hair in pigtails and the bottom in a small ponytail. This first outfit was exactly like [[Iris|her game counterpart]]&#039;s outfit.&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;Pokémon Journeys: The Series&#039;&#039; (second outfit)====&lt;br /&gt;
[[File:Iris JN.png|thumb|200px|Iris&#039;s second &#039;&#039;Pokémon Journeys: The Series&#039;&#039; outfit]]&lt;br /&gt;
Iris started wearing this outfit as her battle attire prior to &#039;&#039;[[JN065|Thrash of the Titans!]]&#039;&#039; and during the [[Masters Eight Tournament]] in &#039;&#039;[[JN115|Curtain Up! Fight the Fights!]]&#039;&#039; to &#039;&#039;[[JN117|The Fiery Road to Mastership!]]&#039;&#039;, which is identical to the one her game counterpart wears in {{game|Black and White|s 2|Pokémon Black 2 and White 2}}. It consists of a pink and white dress with a big ribbon in the middle, and white sandals with two light-green gems in the middle. She also has two light-pink ribbons in her hair that is tied to a ponytail with a gold tiara and two green gems on both sides on top of her head.&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In &#039;&#039;[[BW038|Movie Time! Zorua in &amp;quot;The Legend of the Pokémon Knight&amp;quot;!]]&#039;&#039;, Iris wore a Dragon Master costume, as well as a princess dress during [[Luke]]&#039;s film.&lt;br /&gt;
* Iris and {{TP|Iris|Axew}} dressed up as [[Professor Juniper]] and {{p|Darumaka}} in the costume contest portion of the Wishing Bell Festival in &#039;&#039;[[BW069|Climbing the Tower of Success!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[BW082|An Epic Defense Force!]]&#039;&#039;, in Luke&#039;s second film, Iris played the part of an island princess along with {{TP|Luke|Zorua}} and Axew, and thus dressed up for the part.&lt;br /&gt;
&lt;br /&gt;
====Formal clothes====&lt;br /&gt;
* Iris wore a pink top with a black skirt and pink hat in promotional artwork for &#039;&#039;[[BW051|Lost at the Stamp Rally!]]&#039;&#039;, however, she never wore it in the actual episode.&lt;br /&gt;
* In &#039;&#039;[[BW098|Beauties Battling for Pride and Prestige!]]&#039;&#039;, Iris wore a green dress with a golden, blue gems in the middle and red ones on both sides necklace in the middle, and a tiara on her head.&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* In &#039;&#039;[[BW066|Baffling the Bouffalant!]]&#039;&#039;, Iris wore a red wig.&lt;br /&gt;
* In &#039;&#039;[[BW133|Capacia Island UFO!]]&#039;&#039;, Iris wore a {{p|Beheeyem}} mask.&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* In &#039;&#039;[[BW033|Iris and Excadrill Against the Dragon Buster!]]&#039;&#039;, &#039;&#039;[[BW101|Drayden Versus Iris: Past, Present, and Future!]]&#039;&#039;, and &#039;&#039;[[BW136|A Pokémon of a Different Color!]]&#039;&#039;, Iris when she was younger wore a cream top with pink trim, plain white leggings and pink sandals.&lt;br /&gt;
* In &#039;&#039;[[BW059|Stopping the Rage of Legends! Part 1]]&#039;&#039; and &#039;&#039;[[BW060|Stopping the Rage of Legends! Part 2]]&#039;&#039;, Iris wore a shrine maiden&#039;s robes to summon {{p|Landorus}} to stop {{p|Thundurus}} and {{p|Tornadus}}.&lt;br /&gt;
* In &#039;&#039;[[BW084|Rocking the Virbank Gym! Part 2]]&#039;&#039;, Iris wore a yellow shirt and paint on her face.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* Iris wears a light pink shirt and pink shorts as pajamas.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* In &#039;&#039;[[BW101|Iris versus Drayden, Past, Present, and Future]]&#039;&#039;, a flashback of Iris when she was younger shows her wearing a green school uniform when she was a student at Opelucid Academy.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* Iris wore full winter clothing in &#039;&#039;[[BW079|Caution: Icy Battle Conditions!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* Iris wore a white swimsuit in &#039;&#039;[[BW003|A Sandile Gusher of Change!]]&#039;&#039;. However, it is unknown if it is one- or two-piece, since nothing below her chest was seen above water.&lt;br /&gt;
* Iris wears another swimsuit in the fourth ending of &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039;, [[Look Look☆Here]]. It is a light pink one-piece bathing suit, with a dark pink ribbon at the chest. In the anime itself, Iris wore it for the first time in &#039;&#039;[[BW087|Expedition to Onix Island!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery perrow=5&amp;gt;&lt;br /&gt;
File:Iris Pajamas.png|Iris in her pajamas&lt;br /&gt;
File:Iris Swimsuit.png|Iris&#039;s swimsuit in &#039;&#039;[[BW003|A Sandile Gusher of Change!]]&#039;&#039;&lt;br /&gt;
File:BW ED 04.png|Iris&#039;s second swimsuit in &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039;&lt;br /&gt;
File:Iris Dragon Master costume.png|Iris&#039;s Dragon Master costume&lt;br /&gt;
File:Iris Princess.png|Iris as a princess&lt;br /&gt;
File:Wishful Musical.png|Iris in promotional artwork for the [[Pokémon Musical]]&lt;br /&gt;
File:Iris shrine maiden.png|Iris as a shrine maiden&lt;br /&gt;
File:Iris as Professor Juniper.png|Iris and {{TP|Iris|Axew}} as [[Professor Juniper]] and {{p|Darumaka}} in the [[Wishing Bell Festival]]&lt;br /&gt;
File:Iris BW098.png|Iris in &#039;&#039;[[BW098|Beauties Battling for Pride and Prestige!]]&#039;&#039;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Cilan}}==&lt;br /&gt;
[[File:CilanBW.png|thumb|100px|Cilan&#039;s main outfit]]&lt;br /&gt;
===Main outfit===&lt;br /&gt;
Cilan&#039;s usual outfit is identical to [[Cilan|his game counterpart]]&#039;s, consisting of a white shirt, a black and gray vest with gold buttons, a green bow tie, black pants held up with a brown belt, and brown shoes. However, unlike his game counterpart, he does not always wear his apron, instead putting it on occasionally when cooking. He also includes a brown backpack to store his belongings. Cilan can be seen without his vest in &#039;&#039;[[BW050|Dazzling the Nimbasa Gym!]]&#039;&#039; while he was at a [[Pokémon Center]].&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In &#039;&#039;[[BW038|Movie Time! Zorua in &amp;quot;The Legend of the Pokémon Knight&amp;quot;!]]&#039;&#039;, Cilan wears a pirate costume for [[Luke]]&#039;s film, as well as an orange masquerade mask and cape. He wore the same orange masquerade mask and cape in Axew&#039;s nightmare in &#039;&#039;[[BW055|Scraggy and the Demanding Gothita!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[BW069|Climbing the Tower of Success!]]&#039;&#039;, Cilan and his {{TP|Cilan|Pansage}} dressed like [[Elesa]] and her {{p|Emolga}} in the costume contest portion of the Wishing Bell Festival.&lt;br /&gt;
* In &#039;&#039;[[BW082|An Epic Defense Force!]]&#039;&#039;, Cilan when he was working on Luke’s second film wore a black and purple outfit with a cape. He also wears a visor with purple triangle paintings on the bottom, pink gem on his forehead and has an orange streak in his hair.&lt;br /&gt;
&lt;br /&gt;
====Formal clothes====&lt;br /&gt;
* Cilan wore a white tuxedo in promotional artwork for &#039;&#039;[[BW051|Lost at the Stamp Rally!]]&#039;&#039;, however, he never wore it in the actual episode.&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* Cilan wore a brown detective cap in &#039;&#039;[[BW035|Where Did You Go, Audino?]]&#039;&#039; when investigating the missing {{p|Audino}}. He wore the same hat in &#039;&#039;[[BW043|Meowth&#039;s Scrafty Tactics!]]&#039;&#039;, &#039;&#039;[[BW088|The Mystery of the Missing Cubchoo!]]&#039;&#039;, &#039;&#039;[[BW125|Cilan and the Case of the Purrloin Witness!]]&#039;&#039;, and &#039;&#039;[[JN139|Must Be Our Heroes and the Witch!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[BW040|Cilan Versus Trip, Ash Versus Georgia!]]&#039;&#039;, Cilan wore a pair of green house slippers with his regular outfit while he was staying at the [[Nimbasa Town]] [[Pokémon Center]].&lt;br /&gt;
* Cilan wore a metro hat in &#039;&#039;[[BW047|Crisis from the Underground Up!]]&#039;&#039; and &#039;&#039;[[BW048|Battle for the Underground!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[BW066|Baffling the Bouffalant!]]&#039;&#039;, Cilan wore a orange wig.&lt;br /&gt;
* In &#039;&#039;[[BW104|Mission: Defeat Your Rival!]]&#039;&#039;, Cilan wore light-green shorts while at the sauna.&lt;br /&gt;
* In &#039;&#039;[[BW133|Capacia Island UFO!]]&#039;&#039;, Cilan wore a {{p|Beheeyem}} mask.&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* In &#039;&#039;[[BW043|Meowth&#039;s Scrafty Tactics!]]&#039;&#039;, Cilan wore a white trench coat.&lt;br /&gt;
* In &#039;&#039;[[BW084|Rocking the Virbank Gym! Part 2]]&#039;&#039;, Cilan wore an red and orange shirt. He also wore orange paint on his face.&lt;br /&gt;
* In &#039;&#039;[[BW098|Beauties Battling for Pride and Prestige!]]&#039;&#039;, Cilan wore a pink dress with red roses and a blond wig.&lt;br /&gt;
* In &#039;&#039;[[BW140|Survival of the Striaton Gym!]]&#039;&#039;, a flashback of Cilan when he was younger has him wearing a yellow and white shirt with blue shorts.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* Cilan is shown in his pajamas in numerous episodes which appear to be gray pants and a long-sleeved, light green top.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* In &#039;&#039;[[BW077|Evolution by Fire!]]&#039;&#039;, Cilan wore a judge uniform with a white wig.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* Cilan wears swim trunks in the fourth ending of &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039;, [[Look Look☆Here]]. The swim trunks are dark yellow, with a light green stripe and a dark green stripe at each side.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery perrow=5&amp;gt;&lt;br /&gt;
File:Ash Cilan pajamas.png|Ash and Cilan in their pajamas&lt;br /&gt;
File:Cilan Pajamas.png|Cilan in his pajamas&lt;br /&gt;
File:Cilan Apron.png|Cilan with his apron on&lt;br /&gt;
File:BW ED 04.png|Cilan&#039;s swim trunks&lt;br /&gt;
File:Cilan detective BW035.png|Cilan as a detective &lt;br /&gt;
File:Cilan Pirate.png|Cilan as a pirate&lt;br /&gt;
File:Cilan costume.png|Cilan in his mask and cape&lt;br /&gt;
File:Cilan detective.png|Cilan as an interrogator&lt;br /&gt;
File:Metro Connoisseur Cilan.png|Cilan as a &amp;quot;Metro Connoisseur&amp;quot; &lt;br /&gt;
File:Cilan shirt.png|Cilan without his vest&lt;br /&gt;
File:Wishful Musical.png|Cilan in promotional artwork for the [[Pokémon Musical]]&lt;br /&gt;
File:Cilan slippers.png|Cilan&#039;s house slippers in &#039;&#039;[[BW040|Cilan Versus Trip, Ash Versus Georgia!]]&#039;&#039;&lt;br /&gt;
File:Cilan as Elesa.png|Cilan dressed up as [[Elesa]] in &#039;&#039;[[BW069|Climbing the Tower of Success!]]&#039;&#039;&lt;br /&gt;
File:Ash Cilan crossdressing.png|Cilan and Ash cross-dressing in &#039;&#039;[[BW098|Beauties Battling for Pride and Prestige!]]&#039;&#039;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Serena}}==&lt;br /&gt;
[[File:Serena XY.png|thumb|120px|left|Serena&#039;s first &#039;&#039;[[Pokémon the Series: XY]]&#039;&#039; outfit]]&lt;br /&gt;
[[File:Serena XY2.png|thumb|100px|Serena&#039;s second &#039;&#039;Pokémon the Series: XY&#039;&#039; outfit]]&lt;br /&gt;
===Main outfits===&lt;br /&gt;
=====&#039;&#039;Pokémon the Series: XY&#039;&#039;=====&lt;br /&gt;
Serena is the first of Ash&#039;s traveling companions to permanently change her main outfit in the middle of a series.&lt;br /&gt;
&lt;br /&gt;
Serena&#039;s first outfit was worn from &#039;&#039;[[XY003|A Battle of Aerial Mobility!]]&#039;&#039; to &#039;&#039;[[XY060|A Showcase Debut!]]&#039;&#039;. It consisted of a grayish-black tank-top with a white collar, a red skirt, a dark pink hat with a black bow and hatband, black stockings, and black shoes, with a pink backpack to carry her goods. The tank-top is likely the same one she dons for her second outfit. She also had a lower part of her hair tied to a ponytail. This first outfit was nearly identical to her {{ga|Serena|game counterpart}}&#039;s with the exception of her hat, collar, bag, and the lack of sunglasses.&lt;br /&gt;
&lt;br /&gt;
Serena began wearing her second outfit from &#039;&#039;A Showcase Debut!&#039;&#039; to &#039;&#039;[[XY140|Till We Compete Again!]]&#039;&#039;. It consisted of a light pink dress over a grayish-black tank-top with a white collar. The dress was tied at the collar with a blue ribbon that Ash gave her in &#039;&#039;[[XY059|Under the Pledging Tree!]]&#039;&#039;. Over her dress, she wore a long red vest with large pockets. She also wore black stockings and brown boots. On her head, she wore a pink-red fedora with a black hatband and carried a pink backpack with a black Poké Ball design to store her belongings. Serena was seen without her red vest in &#039;&#039;[[XY123|A Diamond in the Rough!]]&#039;&#039; while in the spring.&lt;br /&gt;
[[File:Serena JN.png|thumb|250px|Serena&#039;s &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039; outfit]]&lt;br /&gt;
=====&#039;&#039;Pokémon Journeys: The Series&#039;&#039;=====&lt;br /&gt;
Serena changed her outfit prior to &#039;&#039;[[JN105|Reuniting for the First Time!]]&#039;&#039;. It consists of a black turtleneck tank top with a red and white plaid skirt. She also wears a pair of red bow earnings, a pink bracelet on her left wrist, black stockings, and long brown and black boots. On her head, she wears a gray felt hat. Aside from the bracelet and earrings, all of these were clothing items in {{g|X and Y}}.&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In a giveaway quiz featured in &#039;&#039;[[XY010|Mega-Mega Meowth Madness!]]&#039;&#039; for &#039;&#039;[[M16|Pokémon the Movie: Genesect and the Legend Awakened]]&#039;&#039; and &#039;&#039;[[PK25|Eevee &amp;amp; Friends]]&#039;&#039; DVDs, and the &#039;&#039;Get Pokémon TV&#039;&#039; set, Serena wore a Santa outfit.&lt;br /&gt;
* In &#039;&#039;[[XY021|A PokéVision of Things to Come!]]&#039;&#039;, for filming her PokéVision video, she dressed up in a {{p|Fennekin}} {{pkmn|cosplay}}, consisting of a pink bow, a short top, a pair of wristbands and skirt with Fennekin ears, tail and boots.&lt;br /&gt;
* During the [[Gourgeist Festival]] in &#039;&#039;[[XY082|A Festival Trade! A Festival Farewell?]]&#039;&#039;, Serena wore a costume based on Red Flower {{p|Florges}}.&lt;br /&gt;
&lt;br /&gt;
====Formal outfits====&lt;br /&gt;
[[File:SerenaLilycove.png|thumb|250px|Serena in her Contest Costume]]&lt;br /&gt;
* In &#039;&#039;[[XY021|A PokéVision of Things to Come!]]&#039;&#039;, Serena wore a magenta hair ribbon with white in the center with indigo flowers, a full-sized medium pink gown with a magenta ribbon at the back with baby pink ruffles.&lt;br /&gt;
* In &#039;&#039;[[XY058|The Green, Green Grass Types of Home!]]&#039;&#039;, Serena wore a pink dress with a pink ribbon.&lt;br /&gt;
* In &#039;&#039;[[XY060|A Showcase Debut!]]&#039;&#039;, Serena dressed formally for her first Showcase. She wore this outfit again in &#039;&#039;[[XY091|A Performance Pop Quiz!]]&#039;&#039; for the [[Anistar City]] [[Pokémon Showcase]] and the rest of her Showcases afterward. She wore a white and pink dress with a red ribbon on the chest area, a black and red mini-skirt, black pantyhose, pink bracelets on either wrist as well as white gloves, a black choker with a gold medallion, a thin black waistband, red flats with gold gems and black bottom, turquoise drop earrings, and part of her hair is tied by a pink ribbon. She also wears a turquoise pearl beaded headband with the pink hair ribbon attached when she has short hair.&lt;br /&gt;
* In &#039;&#039;[[XY073|A Fashionable Battle!]]&#039;&#039;, Serena wore a furisode based on a Red Flower Florges at Valerie&#039;s fashion show. She later wore it at the {{to|Dendemille}} {{pkmn|Showcase}} in &#039;&#039;[[XY080|Performing with Fiery Charm!]]&#039;&#039;, modified after it was torn.&lt;br /&gt;
* In &#039;&#039;[[XY091|A Performance Pop Quiz!]]&#039;&#039;, Serena wore a red Academic dress with orange linings and a hat.&lt;br /&gt;
* In &#039;&#039;[[XY105|Party Dancecapades!]]&#039;&#039;, Serena wore a strapless red dress with a darker red sash with ribbon and dark red and orange frills.&lt;br /&gt;
* In &#039;&#039;[[XY109|Master Class Choices!]]&#039;&#039;, Serena wore an outfit that looks similar to a breeder&#039;s outfit for the [[Pokémon Showcase]] Theme Performance.&lt;br /&gt;
* In &#039;&#039;[[JN105|Reuniting for the First Time!]]&#039;&#039;, &#039;&#039;[[JN132|Partners in Time!]]&#039;&#039;, and &#039;&#039;[[JN135|Heroes Unite!]]&#039;&#039; in Chloe&#039;s fantasy, Serena wore a crop top and skirt [[Contest Costume]] featuring orange, red, yellow, white, and black. She also wore an orange and red bow with a light-blue gem in the middle on the back, a hair clip, various light-blue jewelry, and a light-blue bead anklet with a bow on her left leg. &lt;br /&gt;
&lt;br /&gt;
=====Images=====  &lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Serena XY060 showcase.png|Serena in her first Showcase&lt;br /&gt;
File:Serena Bonnie Furisode.png|Serena in her Red Flower {{p|Florges}} furisode&lt;br /&gt;
File:Serena Furisode XY080.png|Serena&#039;s modified Red Flower {{p|Florges}} furisode&lt;br /&gt;
File:Serena Rhyhorn Herding outfit.png|Serena in a breeder-like outfit&lt;br /&gt;
File:Serena Nini Showcase Quiz.png|Serena in an Academic dress&lt;br /&gt;
File:Serena in a gown.png|Serena in a gown for her first [[Pokévision]]&lt;br /&gt;
File:Serena ball gown.png|Serena in a ball gown&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* In &#039;&#039;[[XY002|Lumiose City Pursuit!]]&#039;&#039;, &#039;&#039;[[XY007|Giving Chase at the Rhyhorn Race!]]&#039;&#039; and &#039;&#039;[[XY053|A Race for Home!]]&#039;&#039;, Serena wore a pink jumpsuit while practicing for the Rhyhorn race and wore the same outfit while riding a Skiddo albeit with a red hat.&lt;br /&gt;
* When Serena is baking, she wore a baby pink apron with white flower prints.&lt;br /&gt;
* In &#039;&#039;[[XY021|A PokéVision of Things to Come!]]&#039;&#039;, Serena wore an ivory bathrobe while cleaning up.&lt;br /&gt;
* In &#039;&#039;[[XY036|Battles in the Sky!]]&#039;&#039;, Serena wore a pink sky trainer&#039;s suit along with a pink helmet and tall pink boots.&lt;br /&gt;
* In &#039;&#039;[[XY053|A Race for Home!]]&#039;&#039;, Serena as a child wore a pink racing suit with pink boots and her hair tied with red ribbons in pigtails.&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* As shown in &#039;&#039;[[XY007|Giving Chase at the Rhyhorn Race!]]&#039;&#039;, Serena as a child wore a straw hat with a pink bow tied around it and a pink dress with pink Mary Jane flats.&lt;br /&gt;
* In &#039;&#039;[[M17|Diancie and the Cocoon of Destruction]]&#039;&#039;, while on a boat, Serena wore a burgundy tracksuit with white stripes. Serena has worn several outfits in along with Bonnie and Diancie while at a shopping mall.&lt;br /&gt;
* In the &#039;&#039;[[DreamDream]]&#039;&#039; ending, Serena and her Pokémon wore three different outfits.&lt;br /&gt;
* In the second and third variant of the &#039;&#039;[[Mad-Paced Getter]]&#039;&#039; opening and the Limited Pokémon Edition cover art of the &#039;&#039;[[DreamDream (single)|Dream Dream]]&#039;&#039;, Serena wore a marching band outfit with her Pokémon.&lt;br /&gt;
* In &#039;&#039;[[XY115|Battling at Full Volume!]]&#039;&#039;, Serena posed as Ash by wearing his clothing.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* In &#039;&#039;[[XY001|Kalos, Where Dreams and Adventures Begin!]]&#039;&#039;, Serena wore pink pajamas based on the ones her game counterpart wears at the beginning of {{g|X and Y}}.&lt;br /&gt;
* When Serena sleeps, she wore a lavender sweater and dark-pink shorts as pajamas. She also wears it as inside clothing in &#039;&#039;[[XY002|Lumiose City Pursuit!]]&#039;&#039;, and &#039;&#039;[[XY007|Giving Chase at the Rhyhorn Race!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[M19|Volcanion and the Mechanical Marvel]]&#039;&#039;, Serena has a purple, pink, and white dress shirt with purple capris as pajamas.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* During a training session in &#039;&#039;[[XY040|Day Three Blockbusters!]]&#039;&#039;, Serena wore a training suit. It consists of a pink shirt and her tracksuit which she wears for Rhyhorn races. The tracksuit is open, with the top half wrapped around her middle. She also wears a whistle around her neck.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* In &#039;&#039;[[XY084|Adventures in Running Errands!]]&#039;&#039;, Serena, along with Bonnie, dressed up as [[Nurse Joy]] to help her with the Pokémon while the power within the Pokémon Center was out.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* In the freezer room in &#039;&#039;[[XY023|Coming Back into the Cold!]]&#039;&#039;, Serena, along with Ash, Clemont, Alexa, and Bonnie, wore an orange snowsuit.&lt;br /&gt;
* In &#039;&#039;[[XY083|Over the Mountain of Snow!]]&#039;&#039;, Serena wore a hot-pink snow jacket, gray snow pants, a pale-pink snow hat, pale-pink snow mittens, a dark orange neck scarf, and hot-pink snow boots.&lt;br /&gt;
* In &#039;&#039;[[XY119|A Full-Strength Battle Surprise!]]&#039;&#039; to &#039;&#039;[[XY122|A Real Icebreaker!]]&#039;&#039;, Serena was sometimes seen wearing a pink winter coat, with the same colored leg warmers above her usual boots and golden-brown mittens.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* During &#039;&#039;[[Peace Smile!]]&#039;&#039;, the second ending of &#039;&#039;Pokémon the Series: XY&#039;&#039;, Serena wears a dark pink bikini.&lt;br /&gt;
* In a brief scene in &#039;&#039;[[M17|Diancie and the Cocoon of Destruction]]&#039;&#039;, Serena wore a green two piece swimsuit.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Serena without vest.png|Serena without her red vest&lt;br /&gt;
File:Serena racing suit.png|Serena&#039;s Rhyhorn racing suit&lt;br /&gt;
File:Serena Rhyhorn Racing outfit.png|Serena&#039;s Rhyhorn racing suit with a red hat&lt;br /&gt;
File:Young Serena Rhyhorn Racing Outfit.png|Serena as a child in a Rhyhorn racing suit&lt;br /&gt;
File:XY group swimsuits.png|Serena&#039;s bikini in [[Pokémon the Series: XY]]&lt;br /&gt;
File:Serena training suit.png|Serena&#039;s training suit&lt;br /&gt;
File:Sky Trainer Serena.png|Serena&#039;s Sky Trainer outfit&lt;br /&gt;
File:DreamDream Limited Pokémon.jpg|Serena&#039;s marching band outfit&lt;br /&gt;
File:Serena Bonnie Diancie M17 Swimsuits.png|Serena wearing a green two piece swimsuit in &#039;&#039;[[M17|Diancie and the Cocoon of Destruction]]&#039;&#039;&lt;br /&gt;
File:XY023 Winter Jackets.png| Serena&#039;s snow wear&lt;br /&gt;
File:XY group snow wear XY083.png|Serena&#039;s second snow wear&lt;br /&gt;
File:XY119 Ash Serena Snow Wear.png|Serena&#039;s third snow wear&lt;br /&gt;
File:Serena as Ash.png|Serena in Ash&#039;s clothes&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Serena DreamDream Outfit.png|Serena&#039;s first DreamDream outfit&lt;br /&gt;
File:Serena DreamDream Outfit2.png|Serena&#039;s second DreamDream outfit&lt;br /&gt;
File:Serena DreamDream Outfit3.png|Serena&#039;s third DreamDream outfit&lt;br /&gt;
File:Young Ash and Serena Clothes.png|Young Serena and Ash&lt;br /&gt;
File:Serena pajamas.png|Serena in her pajamas&lt;br /&gt;
File:Serena Apron.png|Serena in her hoodie and an apron&lt;br /&gt;
File:Ash Serena Bonnie pajamas.png|Serena in her hoodie&lt;br /&gt;
File:Serena Bonnie Nurse Joy outfit.png|Serena in a Nurse Joy outfit&lt;br /&gt;
File:Serena Fennekin Cosplay.png|Serena cosplaying as Fennekin&lt;br /&gt;
File:Serena Gourgeist Festival Costume.png|Serena in her Red Flower Florges costume&lt;br /&gt;
File:Serena M17 Outfit.png|Serena in a dessert dress&lt;br /&gt;
File:Serena M17 Outfit2.png|Serena in a royal blue and white dress&lt;br /&gt;
File:Serena M17 Outfit3.png|Serena in a red and black dress&lt;br /&gt;
File:Serena Bonnie Diancie M17 Outfits.png|Serena in a fancy white and crimson dress&lt;br /&gt;
File:Serena Bonnie Diancie M17 Outfits2.png|Serena wearing an outfit with make-up&lt;br /&gt;
File:Serena Bonnie Diancie M17 Outfits3.png|Serena wearing a musical themed brown dress&lt;br /&gt;
File:Serena Bonnie Diancie M17 Outfits4.png|Serena in casual clothing&lt;br /&gt;
File:Serena Bonnie Diancie M17 Outfits5.png|Serena in a puffy periwinkle knee-length dress with blue roses&lt;br /&gt;
File:Serena Bonnie Diancie M17 Outfits6.png|Serena in a racing outfit&lt;br /&gt;
File:Serena Bonnie Christmas Present.png|Serena&#039;s Santa outfit in a giveaway quiz&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Serena&#039;s Pokémon===&lt;br /&gt;
{{cat|Serena&#039;s Pokémon}} wear clothing and accessories to compete in [[Pokémon Showcase]]s:&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Serena Fennekin Stage Clothing.png|Fennekin&#039;s stage outfit&lt;br /&gt;
File:Serena Braixen Stage Clothing.png|Braixen&#039;s regular stage outfit&lt;br /&gt;
File:Serena Braixen Stage Clothing XY080.png|Braixen&#039;s stage outfit in the Dendemille Showcase&lt;br /&gt;
File:674Pancham-Serena-Stage-Clothing XY anime.png|Pancham&#039;s stage outfit&lt;br /&gt;
File:Serena Eevee Stage Clothing.png|Eevee&#039;s stage outfit&lt;br /&gt;
File:Serena Sylveon Stage Clothing.png|Sylveon&#039;s stage outfit&lt;br /&gt;
File:OPJ18 Pokémon Performance variant 2.png|Braixen and Pancham&#039;s marching outfit in the 2nd opening for &#039;&#039;Pokémon the Series: XY&#039;&#039;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Clemont}}==&lt;br /&gt;
[[File:Clemont XY.png|thumb|100px|Clemont&#039;s main outfit]]&lt;br /&gt;
===Main outfit===&lt;br /&gt;
Clemont&#039;s main outfit is identical to his [[Clemont|in-game counterpart&#039;s]], consisting of a blue and yellow jumpsuit, glasses, and black and white tennis shoes. He stores his inventions in the black and white backpack he calls his &amp;quot;Clemontic gear.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* During the [[Gourgeist Festival]] in &#039;&#039;[[XY082|A Festival Trade! A Festival Farewell?]]&#039;&#039;, Clemont wore a costume based on a {{p|Watchog}}.&lt;br /&gt;
* In &#039;&#039;[[XY088|A Trip Down Memory Train!]]&#039;&#039;, Clemont wore a {{p|Bunnelby}} costume.&lt;br /&gt;
&lt;br /&gt;
====Formal clothes====&lt;br /&gt;
* During his dating video in &#039;&#039;[[XY021|A PokéVision of Things to Come!]]&#039;&#039;, Clemont dressed up in a &#039;&#039;habit à la française&#039;&#039;, a style of suit popular during the 18th century. It consists of a long blue coat, teal waistcoat and breeches, orange cravat, white shirt, long white socks, and blue shoes.&lt;br /&gt;
* In &#039;&#039;[[XY105|Party Dancecapades!]]&#039;&#039;, Clemont wore a teal suit.&lt;br /&gt;
* In &#039;&#039;[[XY114|A Keeper for Keeps?]]&#039;&#039;, Clemont wore a white suit with an orange tie as part of Bonnie’s dream.&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* In &#039;&#039;[[XY018|Awakening the Sleeping Giant!]]&#039;&#039; and in a fantasy of Clemont wrapped around in an {{p|Arbok}} in &#039;&#039;[[XY114|A Keeper for Keeps?]]&#039;&#039;, Clemont&#039;s underwear consists of a white tank top and light blue striped bloomers underneath his jumpsuit.&lt;br /&gt;
* In &#039;&#039;[[XY036|Battles in the Sky!]]&#039;&#039;, Clemont wore a turquoise sky trainer&#039;s suit along with a turquoise helmet and tall turquoise boots.&lt;br /&gt;
* In &#039;&#039;[[XY114|A Keeper for Keeps?]]&#039;&#039;, Clemont wore a light-green apron with a pink half shape heart in the middle during a fantasy.&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* Clemont, along with Bonnie, wore a gray hoodie with the Voltage badge on it and sweat pants in &#039;&#039;[[M17|Diancie and the Cocoon of Destruction]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[XY048|A Campus Reunion!]]&#039;&#039;, a flashback of Clemont when he was younger has him wearing a light-green t-shirt, blue capris with yellow stripes on the bottom, and a lab coat. He also wore gray and white shoes.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* Clemont&#039;s pajamas are a nightcap and long-sleeved nightshirt with blue and light blue stripes.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* In the freezer room in &#039;&#039;[[XY023|Coming Back into the Cold!]]&#039;&#039;, Clemont, along with Ash, Serena, Alexa, and Bonnie, he wore an orange snowsuit.&lt;br /&gt;
* In &#039;&#039;[[XY083|Over the Mountain of Snow!]]&#039;&#039;, he wore a blue jacket over his jumpsuit.&lt;br /&gt;
* In &#039;&#039;[[XY119|A Full-Strength Battle Surprise!]]&#039;&#039; to &#039;&#039;[[XY122|A Real Icebreaker!]]&#039;&#039;, Clemont was sometimes seen wearing a green winter coat with a light-green cross shaped on the front, with blue mittens and green boots with a light green line along the top of the boots.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* During [[Peace Smile!]], the second ending of &#039;&#039;Pokémon the Series: XY&#039;&#039;, Clemont wore a blue and white striped old-fashioned one-piece swimsuit and cap. He also wears a yellow pair of goggles when he is underwater.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery perrow=5&amp;gt;&lt;br /&gt;
File:Clemont and Ash pajamas.png|Clemont in his pajamas&lt;br /&gt;
File:Clemont underwear.png|Clemont in his underwear and undershirt.&lt;br /&gt;
File:Clemont dating video.png|Clemont wearing a nice suit during his &amp;quot;dating&amp;quot; video for PokéVision.&lt;br /&gt;
File:Group Snowsuits.png|Clemont in an orange snowsuit with Ash, Serena, Alexa, and Bonnie.&lt;br /&gt;
File:XY group snow wear XY083.png|Clemont&#039;s snow wear&lt;br /&gt;
File:XY119 Bonnie Clemont Snow Wear.png|Clemont&#039;s snow wear in XY119&lt;br /&gt;
File:XY group swimsuits.png|Clemont&#039;s swimsuit in [[Pokémon the Series: XY]].&lt;br /&gt;
File:Sky Trainer Clemont.png|Clemont&#039;s Sky Trainer suit.&lt;br /&gt;
File:Clemont Gourgeist Festival Costume.png|Clemont in his {{p|Watchog}} costume.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Bonnie}}==&lt;br /&gt;
[[File:Bonnie XY.png|thumb|100px|Bonnie&#039;s main outfit]]&lt;br /&gt;
===Main outfit===&lt;br /&gt;
Bonnie&#039;s main outfit consists of a brown short-sleeved top with a soft black bow on the neckline, knee-length black leggings covered by a puffy white skirt resembling a cloud, some pink colored Mary-Jane flats on her feet, and a yellow satchel. She also has her hair as a side ponytail and braid with a yellow hair clip. In &#039;&#039;[[XY027|To Find a Fairy Flower!]]&#039;&#039;, Bonnie had her ponytail put into a bun and had red clips around that looked like flower petals. After meeting [[Squishy]] in &#039;&#039;[[XY094|From A to Z!]]&#039;&#039;, Bonnie&#039;s satchel has been sewn with an extra slot done by {{an|Serena}} to hold Squishy in, which was done in &#039;&#039;[[XY095|Love Strikes! Eevee, Yikes!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In a giveaway quiz featured in &#039;&#039;[[XY010|Mega-Mega Meowth Madness!]]&#039;&#039; for &#039;&#039;[[M16|Pokémon the Movie: Genesect and the Legend Awakened]]&#039;&#039; and &#039;&#039;[[PK25|Eevee &amp;amp; Friends]]&#039;&#039; DVDs, and the &#039;&#039;Get Pokémon TV&#039;&#039; set, Bonnie wore a Santa outfit.&lt;br /&gt;
* During the [[Gourgeist Festival]] in &#039;&#039;[[XY082|A Festival Trade! A Festival Farewell?]]&#039;&#039;, Bonnie wore a costume based on a {{p|Ludicolo}}.&lt;br /&gt;
* In &#039;&#039;[[XY088|A Trip Down Memory Train!]]&#039;&#039;, Bonnie wore a {{p|Diggersby}} costume.&lt;br /&gt;
&lt;br /&gt;
====Formal clothes====&lt;br /&gt;
* In &#039;&#039;[[XY105|Party Dancecapades!]]&#039;&#039;, Bonnie wore a yellow dress at [[Monsieur Pierre]]&#039;s dance party.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* When she sleeps, Bonnie wears {{p|Tyrantrum}} pajamas.&lt;br /&gt;
* In &#039;&#039;[[M19|Volcanion and the Mechanical Marvel]]&#039;&#039;, Bonnie wears {{p|Audino|Mega Audino}} pajamas.&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* In &#039;&#039;[[XY040|Day Three Blockbusters!]]&#039;&#039;, Bonnie wore a {{p|Snubbull}} cooking hat and long sleeved apron.&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* Bonnie, along with Clemont, wore a gray hoodie with the Voltage badge on it in &#039;&#039;[[M17|Diancie and the Cocoon of Destruction]]&#039;&#039;. While at a shopping mall, Bonnie wore several outfits with Diancie and Serena.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* In &#039;&#039;[[XY040|Day Three Blockbusters!]]&#039;&#039;, Bonnie wore a yellow training suit while doing a training session.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* In &#039;&#039;[[XY017|A Rush of Ninja Wisdom]]&#039;&#039;, &#039;&#039;[[XY099|The Legend of the Ninja Hero!]]&#039;&#039;, and &#039;&#039;[[XY100|A Festival of Decisions!]]&#039;&#039;, Bonnie wore a pink ninja suit.&lt;br /&gt;
* In &#039;&#039;[[XY084|Adventures in Running Errands!]]&#039;&#039;, Bonnie, along with Serena, dressed up as [[Nurse Joy]] to help her with the Pokémon while the power within the [[Pokémon Center]] was out.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* In the freezer room in &#039;&#039;[[XY023|Coming Back into the Cold!]]&#039;&#039;, Bonnie, along with Ash, Serena, Alexa, and Clemont, wore an orange snowsuit.&lt;br /&gt;
* In &#039;&#039;[[XY083|Over the Mountain of Snow!]]&#039;&#039;, Bonnie wore a {{p|Delibird}} snow outfit.&lt;br /&gt;
* In &#039;&#039;[[XY119|A Full-Strength Battle Surprise!]]&#039;&#039; to &#039;&#039;[[XY122|A Real Icebreaker!]]&#039;&#039;, Bonnie was sometimes seen wearing a {{p|Slurpuff}} snow outfit.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* During [[Peace Smile!]], the second ending of &#039;&#039;Pokémon the Series: XY&#039;&#039;, Bonnie was seen wearing a {{p|Slowbro}} swimsuit. In the actual anime, she wore this swimsuit in &#039;&#039;[[XY049|Bonnie for the Defense!]]&#039;&#039; and &#039;&#039;[[XY123|A Diamond in the Rough!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[M17|Diancie and the Cocoon of Destruction]]&#039;&#039;, Bonnie wore a blue swimsuit.&lt;br /&gt;
* In &#039;&#039;[[M18|Hoopa and the Clash of Ages]]&#039;&#039;, Bonnie is seen wearing a {{p|Ducklett}} swimsuit.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery perrow=5&amp;gt;&lt;br /&gt;
File:Ash Serena Bonnie pajamas.png|Bonnie in her Tyrantrum pajamas&lt;br /&gt;
File:Bonnie training suit.png|Bonnie in her training suit&lt;br /&gt;
File:Bonnie cooking suit.png|Bonnie in her Snubbull cooking clothes&lt;br /&gt;
File:Bonnie swimsuit.png|Bonnie in her Slowbro swimsuit&lt;br /&gt;
File:XY group snow wear XY083.png|Bonnie wearing a Delibird snow outfit&lt;br /&gt;
File:XY119 Bonnie Clemont Snow Wear.png|Bonnie&#039;s Slurpuff snow outfit&lt;br /&gt;
File:Bonnie Clemont Dedenne Gourgeist Festival Costume.png|Bonnie in her Ludicolo costume&lt;br /&gt;
Serena Bonnie Diancie M17 Swimsuits.png|Bonnie wearing a blue swimsuit&lt;br /&gt;
Bonnie Diancie M17 Outfit.png|Bonnie in a dessert dress&lt;br /&gt;
Bonnie Diancie M17 Outfit2.png|Bonnie in a fancy gown&lt;br /&gt;
Bonnie Diancie M17 Outfit3.png| Bonnie in a frilly dress&lt;br /&gt;
Serena Bonnie Diancie M17 Outfits.png|Bonnie in a fancy dress&lt;br /&gt;
Serena Bonnie Diancie M17 Outfits2.png|Bonnie wearing a fancy dress&lt;br /&gt;
Serena Bonnie Diancie M17 Outfits3.png|Bonnie in boyish clothes&lt;br /&gt;
Serena Bonnie Diancie M17 Outfits4.png|Bonnie in casual clothing&lt;br /&gt;
Serena Bonnie Diancie M17 Outfits5.png|Bonnie in a green dress&lt;br /&gt;
Serena Bonnie Diancie M17 Outfits6.png|Bonnie in a racing outfit&lt;br /&gt;
Serena Bonnie Christmas Present.png|Bonnie wearing a Santa outfit in a giveaway quiz&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Lana}}==&lt;br /&gt;
[[File:Lana SM.png|thumb|100px|Lana&#039;s main outfit]]&lt;br /&gt;
===Main outfit===&lt;br /&gt;
Lana&#039;s main outfit consists of a white sleeveless t-shirt with a dark blue one piece swimsuit underneath, a blue scarf, blue pants with light blue wave patterns on the bottom and a light brown drawstring, a golden string hairband, and dark blue sandals. In &#039;&#039;[[SM033|Big Sky, Small Fry!]]&#039;&#039;, Lana received a blue [[Z-Ring]] from [[Olivia]] that she made for her when she found it as a [[Sparkling Stone]] in the [[SM032|previous episode]].&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In &#039;&#039;[[SM093|Lillier and the Staff!]]&#039;&#039;, Lana wore a {{p|Tapu Fini}} and wizard costume during a play at the [[Pokémon School]]. Also, in the same episode, Lana wore a police officer uniform that looks just like the ones that the [[Officer Jenny|Officer Jenny&#039;s]] wear in [[Alola]], and a purple and white suit.&lt;br /&gt;
* In &#039;&#039;[[SM112|Got Meltan?]]&#039;&#039;, Lana wore a {{p|Meltan}} costume.&lt;br /&gt;
* In &#039;&#039;[[SM113|This Magik Moment!]]&#039;&#039;, Lana wore a yellow magical girl outfit while playing the role of (Japanese: &#039;&#039;&#039;ジュースドリンキュン&#039;&#039;&#039; &#039;&#039;Juice DrinKyun&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* In [[Poké Problem]] segment for &#039;&#039;[[SM023|Getting the Band Back Together!]]&#039;&#039;, Lana wore a long blonde wig while watching a [[DJ Leo|Dig-Dug-Leo]] concert.&lt;br /&gt;
* In &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039;, Lana wore a light-blue life jacket.&lt;br /&gt;
* In &#039;&#039;[[SM121|A Recipe for Success!]]&#039;&#039;, Lana, along with her classmates, wore a pink apron that is similar to {{an|Mallow}}&#039;s while helping out at [[Aina&#039;s Kitchen|her family&#039;s restaurant]].&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* In &#039;&#039;[[SM059|Tasting the Bitter with the Sweet!]]&#039;&#039;, Lana when she was younger wore a white t-shirt, light blue shorts with white wave patterns, and blue sandals. She also wore a golden with brown in the middle headband.&lt;br /&gt;
* In &#039;&#039;[[SM117|Drawn with the Wind!]]&#039;&#039; to &#039;&#039;[[SM118|Aiming for the Top Floor!]]&#039;&#039;, Lana wore a light blue, orange, and magenta kimono dress. She also wore a pair dark blue and orange sandals with socks, and had her hair tied in a ponytail with two green balls in the middle.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* In &#039;&#039;[[SM040|Balloons, Brionne, and Belligerence!]]&#039;&#039;, &#039;&#039;[[SM048|Night of a Thousand Poses!]]&#039;&#039;, &#039;&#039;[[SM070|The Young Flame Strikes Back!]]&#039;&#039;, &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, &#039;&#039;[[SM114|Beauty is Only Crystal Deep!]]&#039;&#039;, and the [[Poké Problem]] segment for &#039;&#039;[[SM094|A Haunted House for Everyone!]]&#039;&#039;, Lana wore a long, light-green one-piece pajamas with a blue stripe just under the top and across each leg hole. She also removes her hairband when she sleeps.&lt;br /&gt;
* In [[Poké Problem]] segment for &#039;&#039;[[SM117|Drawn with the Wind!]]&#039;&#039; and &#039;&#039;[[SM118|Aiming for the Top Floor!]]&#039;&#039;, Lana wore a pink and red kimmo dress with [[Poké Ball]] designs around it as pajamas.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* In &#039;&#039;[[SM028|Pulling Out the Pokémon Base Pepper!]]&#039;&#039; and &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, Lana wore a baseball uniform when she played Pokémon Base with her classmates.&lt;br /&gt;
* In &#039;&#039;[[SM066|Smashing with Sketch!]]&#039;&#039;, Lana wore a pink ping-pong uniform when she played Pokémon Ping-Pong with her classmates.&lt;br /&gt;
* In &#039;&#039;[[SM110|Keeping Your Eyes on the Ball!]]&#039;&#039;, Lana wore a pink shirt and blue short golf uniform with a visor hat when she played Pokémon Golf with her classmates.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* Lana&#039;s [[Ultra Guardians|Ultra Guardian]] uniform is cyan with an aquamarine line around the chest area.&lt;br /&gt;
* In &#039;&#039;[[SM068|Real Life...Inquire Within!]]&#039;&#039;, Lana wore a nurse outfit similar to the one that the Nurse Joy of [[Melemele Island]] wears.&lt;br /&gt;
* In &#039;&#039;[[SM113|This Magik Moment!]]&#039;&#039;, Lana wore a gray school girl uniform with a yellow shirt, red hat and a {{p|Popplio}} hair clip. She also wore a light blue backpack with brown shoes and black socks.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* In &#039;&#039;[[SM060|Getting a Jump on the Competition!]]&#039;&#039;, Lana wore a light and dark turquoise jacket, dark turquoise trousers, yellow gloves, an orange scarf and brown shoes.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* Lana wears a dark blue one piece swimsuit, with a small light-blue fish image near the top of it, underneath her normal outfit.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lana Mallow Lillie Swimwear.png|Lana&#039;s swimsuit&lt;br /&gt;
Lana baseball uniform.png|Lana&#039;s baseball uniform&lt;br /&gt;
Lana pajamas.png|Lana&#039;s pajamas&lt;br /&gt;
Lana Snow Wear.png|Lana&#039;s winter clothing&lt;br /&gt;
Lana Ultra Guardian outfit.png|Lana&#039;s Ultra Guardian outfit&lt;br /&gt;
Lana Lillie Mallow Nurse Outfit.png|Lana&#039;s nurse outfit&lt;br /&gt;
Lana Mallow Lillie School Uniform.png|Lana&#039;s school uniform&lt;br /&gt;
Lana Magical Girl.png|Lana&#039;s magical girl outfit&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Kiawe}}==&lt;br /&gt;
[[File:Kiawe SM.png|thumb|100px|Kiawe&#039;s main outfit]]&lt;br /&gt;
===Main outfit===&lt;br /&gt;
Kiawe&#039;s main outfit consists of a black necklace with crystals on, with black feathers on his shoulders. He wears red shorts with dark red stripes and a dark red belt, and red and black sandals. Kiawe also holds a red [[Z-Ring]] that once belonged to [[Kiawe&#039;s grandfather|his grandfather]].&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In &#039;&#039;[[SM093|Lillier and the Staff!]]&#039;&#039;, Kiawe wore a {{p|Solgaleo}} and {{p|Xurkitree}} costume for a play at the [[Pokémon School]].&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* In &#039;&#039;[[SM023|Getting the Band Back Together!]]&#039;&#039;, Kiawe wore a bob-cut blonde wig to a [[DJ Leo|Dig-Dug-Leo]] concert.&lt;br /&gt;
* In &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039;, Kiawe wore a red life jacket.&lt;br /&gt;
* In &#039;&#039;[[SM121|A Recipe for Success!]]&#039;&#039;, Kiawe, along with his classmates, wore a pink apron that is similar to {{an|Mallow}}&#039;s while helping out at [[Aina&#039;s Kitchen|her family&#039;s restaurant]].&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* In &#039;&#039;[[SM011|Young Kiawe had a Farm!]]&#039;&#039;, &#039;&#039;[[SM022|A Shivering Shovel Search!]]&#039;&#039;, &#039;&#039;[[SM034|A Crowning Moment of Truth!]]&#039;&#039;, and &#039;&#039;[[SM107|Run Heroes, Run!]]&#039;&#039;, a flashback of Kiawe when he was younger shows him wearing a pair of light red shorts and sandals.&lt;br /&gt;
* In &#039;&#039;[[SM117|Drawn with the Wind!]]&#039;&#039; to &#039;&#039;[[SM118|Aiming for the Top Floor!]]&#039;&#039;, Kiawe wore an [[Regional form|Alolan]] {{p|Marowak}} design open shirt with red shorts, white bandage and brown sandals.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* in &#039;&#039;[[SM035|Currying Favor and Flavor!]]&#039;&#039;, &#039;&#039;[[SM048|Night of a Thousand Poses!]]&#039;&#039;, &#039;&#039;[[SM070|The Young Flame Strikes Back!]]&#039;&#039;, &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, and &#039;&#039;[[SM114|Beauty is Only Crystal Deep!]]&#039;&#039;, Kiawe wore only his dark teal sweat shorts as his pajamas.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* In &#039;&#039;[[SM028|Pulling Out the Pokémon Base Pepper!]]&#039;&#039; and &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, Kiawe wore a baseball uniform when he played Pokémon Base with his classmates.&lt;br /&gt;
* In &#039;&#039;[[SM066|Smashing with Sketch!]]&#039;&#039;, Kiawe wore a blue ping-pong uniform when he played Pokémon Ping-Pong with his classmates.&lt;br /&gt;
* In &#039;&#039;[[SM110|Keeping Your Eyes on the Ball!]]&#039;&#039;, Kiawe wore a blue golf uniform when he played Pokémon Golf with his classmates.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* Kiawe&#039;s [[Ultra Guardians|Ultra Guardian]] uniform is red with a salmon line around the chest area.&lt;br /&gt;
* In &#039;&#039;[[SM068|Real Life...Inquire Within!]]&#039;&#039;, Kiawe wore a nurse outfit similar to the one that the Nurse Joy of [[Melemele Island]] wears.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* In &#039;&#039;[[SM060|Getting a Jump on the Competition!]]&#039;&#039; and the third ending of &#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039;, [[Notebook of the Heart]], Kiawe wore a black jacket, with a red zipper, red pockets, red stripes around the bottom of the torso and sleeves, gray pants and black and white shoes.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* In &#039;&#039;[[SM012|The Sun, the Scare, the Secret Lair!]]&#039;&#039;, &#039;&#039;[[SM065|Turning Heads and Training Hard!]]&#039;&#039;, &#039;&#039;[[SM086|I Choose Paradise!]]&#039;&#039;, &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039;, &#039;&#039;[[SM109|A Grand Debut!]]&#039;&#039;, &#039;&#039;[[SM123|A Fiery Training Camp Trick!]]&#039;&#039;, and &#039;&#039;[[JN037|That New Old Gang of Mine!]]&#039;&#039;, as well as the second ending of &#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039;, [[Twerp, Twerpette]], Kiawe wore orange swim trunks with white stripes along the top and on each side of the leg holes.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Kiawe swim shorts.png|Kiawe&#039;s swim shorts&lt;br /&gt;
Kiawe baseball uniform.png|Kiawe&#039;s baseball uniform&lt;br /&gt;
Kiawe pajamas.png|Kiawe&#039;s pajamas&lt;br /&gt;
Kiawe Snow wear.png|Kiawe&#039;s snow jacket&lt;br /&gt;
Kiawe Ultra Guardian outfit.png|Kiawe&#039;s Ultra Guardian outfit&lt;br /&gt;
Kiawe Sophocles Nurse Outfits.png|Kiawe&#039;s nurse outfit&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Lillie}}==&lt;br /&gt;
[[File:Lillie SM.png|thumb|100px|left|Lillie&#039;s main outfit]]&lt;br /&gt;
[[File:Lively Lillie Solgalium Z.png|thumb|100px|Lillie&#039;s temporary outfit]]&lt;br /&gt;
===Main outfit===&lt;br /&gt;
Lillie&#039;s main outfit consists of a big white wide-brim hat, a white and light blue dress, white stockings with blue frills at the top, and blue shoes. Lillie usually has her hair down with two braids in the front, but has put her hair up in a ponytail in &#039;&#039;[[SM083|Dummy, You Shrunk the Kids!]]&#039;&#039; and &#039;&#039;[[SM085|The Long Vault Home!]]&#039;&#039;. In &#039;&#039;[[SM116|The Secret Princess!]]&#039;&#039;, Lillie obtained her father [[Mohn]]&#039;s white and dark red band [[Z-Ring]].&lt;br /&gt;
&lt;br /&gt;
Lillie began wearing her temporary outfit that is similar to her game counterpart in &#039;&#039;[[SM051|Family Determination!]]&#039;&#039; to &#039;&#039;[[SM054|10,000,000 Reasons to Fight!]]&#039;&#039;, and from &#039;&#039;[[SM128|League Offenders and Defenders!]]&#039;&#039; to &#039;&#039;[[SM144|From Z to Shining Z!]]&#039;&#039;. It consisted of a white short pleated miniskirt with a blue line, a white hoodie, a pink backpack, white socks, and tennis shoes. She also changed her hairstyle to a large ponytail.&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In &#039;&#039;[[SM093|Lillier and the Staff!]]&#039;&#039;, Lillie wore a knight and King costume during a play at the [[Pokémon School]].&lt;br /&gt;
* In &#039;&#039;[[SM113|This Magik Moment!]]&#039;&#039;, Lillie wore a blue magical girl outfit while playing the role of (Japanese: &#039;&#039;&#039;ソーダドリンキュン&#039;&#039;&#039; &#039;&#039;Soda DrinKyun&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* In &#039;&#039;[[SM005|Yo, Ho, Ho! Go, Popplio!]]&#039;&#039;, Lillie wore a full-body suit of diving gear to avoid making contact with Pokémon during a [[fishing]] class.&lt;br /&gt;
* In &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039;, Lillie wore a pink life jacket.&lt;br /&gt;
* In &#039;&#039;[[SM121|A Recipe for Success!]]&#039;&#039;, Lillie, along with her classmates, wore a pink apron that is similar to {{an|Mallow}}&#039;s while helping out at [[Aina&#039;s Kitchen|her family&#039;s restaurant]]. She also had her hair up in a ponytail. &lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
[[File:Lillie JN.png|thumb|250px|Lillie&#039;s traveling outfit]]&lt;br /&gt;
* In &#039;&#039;[[SM008|Lillie&#039;s Egg-Xhilarating Challenge!]]&#039;&#039;, &#039;&#039;[[SM047|A Masked Warning!]]&#039;&#039;, &#039;&#039;[[SM048|A Night of a Thousand Poses!]]&#039;&#039;, &#039;&#039;[[SM049|Mission: Total Recall!]]&#039;&#039;, &#039;&#039;[[SM050|Faba’s Revenge!]]&#039;&#039;, and &#039;&#039;[[SM053|Rescuing the Unwilling!]]&#039;&#039;, Lillie when she was younger wore a white dress with pockets on both sides and a blue on the both front and back. She also wore white socks and shoes.&lt;br /&gt;
* In &#039;&#039;[[SM029|Lulled to La-La Land!]]&#039;&#039;, Lillie was shown wearing a short blue nightdress similar to her usual dress in a fantasy.&lt;br /&gt;
* In &#039;&#039;[[SM032|Treasure Hunt, Akala Style!]]&#039;&#039;, she wore a light-blue zip-up long-sleeved shirt, white jeans, and long dark gray boots as her riding outfit.&lt;br /&gt;
* In &#039;&#039;[[SM049|Mission: Total Recall!]]&#039;&#039;, &#039;&#039;[[SM116|The Secret Princess!]]&#039;&#039;, &#039;&#039;[[SM127|Chasing Memories, Creating Dreams!]]&#039;&#039;, and &#039;&#039;[[SM145|Dreams of the Sun and Moon!]]&#039;&#039;, Lillie when she was a baby wore a pink and white one-piece outfit with two salmon balls in the middle.&lt;br /&gt;
* In &#039;&#039;[[SM117|Drawn with the Wind!]]&#039;&#039; to &#039;&#039;[[SM118|Aiming for the Top Floor!]]&#039;&#039;, Lillie wore a pink, red, light blue, and white kimmo dress with an [[Regional form|Alolan]] {{p|Vulpix}} design on the back. She also wore dark red boots and had her hair up in a bun with a bow on top.&lt;br /&gt;
* In &#039;&#039;[[SM146|Thank You, Alola! The Journey Continues!]]&#039;&#039;, &#039;&#039;[[JN037|That New Old Gang of Mine!]]&#039;&#039;, and &#039;&#039;[[JN111|The Homecoming Crown!]]&#039;&#039; to &#039;&#039;[[JN112|Helping the Hometown Hero!]]&#039;&#039;, Lillie wore a white dress with light blue accents and a light green ribbon around her waist. Her hat has a light blue ribbon hem and a white lily on the knot of the bow. She also has a pair of white gloves and her hair braids are tied to the back with a light green ribbon.&lt;br /&gt;
* In &#039;&#039;[[JN111|The Homecoming Crown!]]&#039;&#039;, Lillie wore a long sleeve white and blue dress with buttons in the middle, and a blue ribbon around her waist. She also had her hair braids tied to the back with a blue ribbon with two white cotton balls, and blue and white snow boots with white stockings.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* From &#039;&#039;[[SM045|Now You See Them, Now You Don&#039;t!]]&#039;&#039; to &#039;&#039;[[SM050|Faba&#039;s Revenge!]]&#039;&#039;, as well as &#039;&#039;[[SM055|The Professors&#039; New Adventure!]]&#039;&#039;, &#039;&#039;[[SM070|The Young Flame Strikes Back!]]&#039;&#039;, &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, and &#039;&#039;[[SM114|Beauty is Only Crystal Deep!]]&#039;&#039;, Lillie was wearing a short white nightgown with a light-blue lower-half and frills at the top-half as pajamas.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* In &#039;&#039;[[SM028|Pulling Out the Pokémon Base Pepper!]]&#039;&#039; and &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, Lillie wore a baseball uniform when she played Pokémon Base with her classmates.&lt;br /&gt;
* In &#039;&#039;[[SM066|Smashing with Sketch!]]&#039;&#039;, Lillie wore a pink ping-pong uniform with her hair tied in two buns when she played Pokémon Ping Pong with her classmates.&lt;br /&gt;
* In &#039;&#039;[[SM110|Keeping Your Eyes on the Ball!]]&#039;&#039;, Lillie wore a brown golfer dress, hat, and shoes with white stockings. She also wore one glove in one hand and had her hair in a down ponytail when she played Pokémon Golf with her classmates.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* Lillie&#039;s [[Ultra Guardians|Ultra Guardian]] uniform is pink with a light pink line around the chest area.&lt;br /&gt;
* In &#039;&#039;[[SM068|Real Life...Inquire Within!]]&#039;&#039;, Lillie wore a nurse outfit similar to the one that the Nurse Joy of [[Melemele Island]] wears.&lt;br /&gt;
* In &#039;&#039;[[SM113|This Magik Moment!]]&#039;&#039;, Lillie wore a gray school girl uniform with a pink vest, glasses and had her hair up in pigtails. She also wore a brown backpack and shoes with black stockings.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* In &#039;&#039;[[SM060|Getting a Jump on the Competition!]]&#039;&#039;, Lillie wore a navy and white jacket coat, a pink ribbon on the chest of the coat, a navy hat, navy boots with a white stripe at the top of each boot and pink gloves.&lt;br /&gt;
* In &#039;&#039;[[JN111|The Homecoming Crown!]]&#039;&#039;, Lillie wore a dark-blue and white jacket with a pink bow in the middle and two white cotton balls. She also wore pink mittens with a white cotton ball in the middle.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* In &#039;&#039;[[SM012|The Sun, the Scare, the Secret Lair!]]&#039;&#039;, &#039;&#039;[[SM065|Turning Heads and Training Hard!]]&#039;&#039;, &#039;&#039;[[SM086|I Choose Paradise!]]&#039;&#039;, &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039;, and &#039;&#039;[[SM109|A Grand Debut!]]&#039;&#039;, as well as the second ending of &#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039;, [[Twerp, Twerpette]], Lillie wore a white and blue bikini consisting of a crop top and a white skirt.&lt;br /&gt;
* In &#039;&#039;[[SM049|Mission: Total Recall!]]&#039;&#039;, Lillie as a child wore a white one-piece swimsuit.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lillie fishing suit.png|Lillie&#039;s fishing suit&lt;br /&gt;
File:Lana Mallow Lillie Swimwear.png|Lillie&#039;s bikini&lt;br /&gt;
Lillie baseball uniform.png|Lillie in her baseball uniform&lt;br /&gt;
File:Lillie riding outfit.png|Lillie&#039;s riding outfit&lt;br /&gt;
Lillie Ultra Guardian outfit.png|Lillie&#039;s Ultra Guardian outfit&lt;br /&gt;
Lana Lillie Mallow Nurse Outfit.png|Lillie&#039;s nurse outfit&lt;br /&gt;
File:Lillie Snow Wear.png|Lillie&#039;s winter clothing&lt;br /&gt;
File:Lana Mallow Lillie School Uniform.png|Lillie&#039;s school uniform&lt;br /&gt;
File:Lillie Magical Girl.png|Lillie&#039;s magical girl outfit&lt;br /&gt;
Lillie JN2.png|Lillie&#039;s second traveling outfit&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Sophocles}}==&lt;br /&gt;
[[File:Sophocles SM.png|thumb|100px|Sophocles&#039;s main outfit]]&lt;br /&gt;
===Main outfit===&lt;br /&gt;
Sophocles&#039;s main outfit consists of a white T-shirt with an orange print that strongly resembles a [[Game Boy]] connected to a [[Game Link Cable]], a yellow, lightning bolt-like scarf, and a gray metallic belt with a circular buckle and lines along it. He also wears brown pants with an orange rolled up hemline, and green and purple shoes, with yellow lightning bolts along the sides. In &#039;&#039;[[SM119|A High-Speed Awakening!]]&#039;&#039;, Sophocles received a yellow [[Z-Ring]] from [[Hapu]]. However, Sophocles would only wear his Z-Ring whenever he was in [[Alola]], as he didn&#039;t wear it when he was in [[Hoenn]] in &#039;&#039;[[JN096|Lighting the Way Home!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In &#039;&#039;[[SM093|Lillier and the Staff!]]&#039;&#039;, Sophocles wore a King and {{p|Tapu Bulu}} costume during a play at the [[Pokémon School]]. Also, in the same episode, Sophocles wore a police officer uniform, a {{p|Stakataka}} costume, and a business man outfit.&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* In &#039;&#039;[[SM023|Getting the Band Back Together!]]&#039;&#039;, Sophocles wore a bob-cut blonde wig to a [[DJ Leo|Dig-Dug-Leo]] concert.&lt;br /&gt;
* In &#039;&#039;[[SM063|Pushing the Fiery Envelope!]]&#039;&#039; and &#039;&#039;[[SM081|A Young Royal Flame Ignites!]]&#039;&#039;, Sophocles wore a blue, red, yellow, and green mask with his regular clothes.&lt;br /&gt;
* In &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039;, Sophocles wore a yellow life jacket.&lt;br /&gt;
* In &#039;&#039;[[SM119|A High-Speed Awakening!]]&#039;&#039;, Sophocles wore special VR goggles while he competed in the [[Vikavolt race]]. They allowed him to see through a camera inside the VR armor worn on his {{TP|Sophocles|Vikavolt}}&#039;s head.&lt;br /&gt;
* In &#039;&#039;[[SM121|A Recipe for Success!]]&#039;&#039;, Sophocles, along with his classmates, wore a pink apron that is similar to {{an|Mallow}}&#039;s while helping out at [[Aina&#039;s Kitchen|her family&#039;s restaurant]].&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* In &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, Sophocles when he was younger wore a white onesie with the same yellow scarf and collar he wears in the present, with a print of an orange planet and a yellow ring around it; two diagonal orange lines near the bottom; and blue shoes with a white bottom, a yellow stripe on the top, and a white stripe on the front of each shoe.&lt;br /&gt;
* In &#039;&#039;[[SM117|Drawn with the Wind!]]&#039;&#039; to &#039;&#039;[[SM118|Aiming for the Top Floor!]]&#039;&#039;, Sophocles wore a green shirt with light green shorts, black stockings and light brown sandals. He also wore a cap that resembles a {{p|Togedemaru}} and hat that resembles a {{p|Charjabug}}.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* In &#039;&#039;[[SM006|A Shocking Grocery Run!]]&#039;&#039;, &#039;&#039;[[SM026|So Long, Sophocles!]]&#039;&#039;, &#039;&#039;[[SM030|The Ol&#039; Raise and Switch!]]&#039;&#039;, &#039;&#039;[[SM035|Currying Favor and Flavor!]]&#039;&#039;, &#039;&#039;[[SM037|Rising from the Ruins!]]&#039;&#039;, &#039;&#039;[[SM048|Night of a Thousand Poses!]]&#039;&#039;, &#039;&#039;[[SM069|Rise and Shine, Starship!]]&#039;&#039;, &#039;&#039;[[SM070|The Young Flame Strikes Back!]]&#039;&#039;, &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, &#039;&#039;[[SM087|Filling the Light with Darkness!]]&#039;&#039;, &#039;&#039;[[SM114|Beauty is Only Crystal Deep!]]&#039;&#039;, and the [[Poké Problem]] segment for &#039;&#039;[[SM119|A High-Speed Awakening!]]&#039;&#039;, Sophocles was seen wearing white and orange-striped one-piece pajamas.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* In &#039;&#039;[[SM028|Pulling Out the Pokémon Base Pepper!]]&#039;&#039; and &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, Sophocles wore a baseball uniform when he played Pokémon Base with his classmates.&lt;br /&gt;
* In &#039;&#039;[[SM066|Smashing with Sketch!]]&#039;&#039;, Sophocles wore a blue ping-pong uniform when he played Pokémon Ping-Pong with his classmates.&lt;br /&gt;
* In &#039;&#039;[[SM110|Keeping Your Eyes on the Ball!]]&#039;&#039;, Sophocles wore a blue golf uniform with a visor hat when he played Pokémon Golf with his classmates.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* Sophocles&#039;s [[Ultra Guardians|Ultra Guardian]] uniform is orange with a yellow line around the chest area.&lt;br /&gt;
* In &#039;&#039;[[SM068|Real Life...Inquire Within!]]&#039;&#039;, Sophocles wore a nurse outfit similar to the one that the Nurse Joy of [[Melemele Island]] wears.&lt;br /&gt;
* In &#039;&#039;[[SM145|Dreams of the Sun and Moon!]]&#039;&#039;, Sophocles wore an astronaut outfit in a fantasy.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* In &#039;&#039;[[SM060|Getting a Jump on the Competition!]]&#039;&#039; and the third ending of &#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039;, [[Notebook of the Heart]], Sophocles wore a green snow beanie with a lighter green pom-pom on top, a yellow and orange jacket, purple pants, green gloves that are the same color as his beanie and dark green shoes.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* In &#039;&#039;[[SM012|The Sun, the Scare, the Secret Lair!]]&#039;&#039;, &#039;&#039;[[SM065|Turning Heads and Training Hard!]]&#039;&#039;, &#039;&#039;[[SM086|I Choose Paradise!]]&#039;&#039;, &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039;, &#039;&#039;[[SM109|A Grand Debut!]]&#039;&#039;, &#039;&#039;[[SM123|A Fiery Training Camp Trick!]]&#039;&#039;, and &#039;&#039;[[JN037|That New Old Gang of Mine!]]&#039;&#039;, as well as the second ending of &#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039;, [[Twerp, Twerpette]], Sophocles wore an aqua and white striped one-piece swimsuit.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Sophocles pajamas.png|Sophocles&#039;s pajamas&lt;br /&gt;
Ash and classmates SM012.png|Sophocles&#039;s swimsuit&lt;br /&gt;
Sophocles baseball uniform.png|Sophocles&#039;s baseball uniform&lt;br /&gt;
Sophocles Ultra Guardian outfit.png|Sophocles&#039;s Ultra Guardian outfit&lt;br /&gt;
Kiawe Sophocles Nurse Outfits.png|Sophocles&#039;s nurse outfit&lt;br /&gt;
Sophocles Snow Wear.png|Sophocles&#039;s winter clothing&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=={{an|Mallow}}==&lt;br /&gt;
[[File:Mallow SM.png|thumb|100px|Mallow&#039;s main outfit]]&lt;br /&gt;
===Main outfit===&lt;br /&gt;
Mallow&#039;s main outfit consists of gray overalls with tattered edges and a light red, sleeveless t-shirt underneath, a pink flower in her hair attached by a green headband, and green shoes with green bows on. She also has her hair up in pigtails. In &#039;&#039;[[SM121|A Recipe for Success!]]&#039;&#039;, Mallow received a green [[Z-Ring]] from {{an|Oranguru}}.&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In &#039;&#039;[[SM093|Lillier and the Staff!]]&#039;&#039;, Mallow wore a {{p|Tapu Lele}}, wizard and Queen costume during a play at the [[Pokémon School]].&lt;br /&gt;
* In &#039;&#039;[[SM113|This Magik Moment!]]&#039;&#039;, Mallow wore a pink magical girl outfit while playing the role of (Japanese: &#039;&#039;&#039;ティードリンキュン&#039;&#039;&#039; &#039;&#039;Tea DrinKyun&#039;&#039;).&lt;br /&gt;
 &lt;br /&gt;
====Other clothes====&lt;br /&gt;
* Mallow would frequently wear a pink apron whenever she was working at [[Aina&#039;s Kitchen|her family&#039;s restaurant]].&lt;br /&gt;
* In &#039;&#039;[[SM023|Getting the Band Back Together!]]&#039;&#039;, Mallow wore a long blonde wig to a [[DJ Leo|Dig-Dug-Leo]] concert.&lt;br /&gt;
* In &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039;, Mallow wore a light-green life jacket.&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* In &#039;&#039;[[SM059|Tasting the Bitter with the Sweet!]]&#039;&#039;, Mallow when she was younger wore a pink t-shirt, light green overalls with white buttons in the middle, a pink closed flower headband, and green shoes.&lt;br /&gt;
* In &#039;&#039;[[SM108|Memories in the Mist!]]&#039;&#039;, a flashback of Mallow when she was a toddler has her wearing a pink t-shirt with green overalls, shorts and shoes, and a leaf hair clip on one side of her hair.&lt;br /&gt;
* In &#039;&#039;[[SM117|Drawn with the Wind!]]&#039;&#039; to &#039;&#039;[[SM118|Aiming for the Top Floor!]]&#039;&#039;, Mallow wore a light red, pink, dark green, and black kimmo dress. She also wore a pair of light brown sandals with white socks and had her hair up in a bun.&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* In &#039;&#039;[[SM048|Night of a Thousand Poses!]]&#039;&#039;, &#039;&#039;[[SM070|The Young Flame Strikes Back!]]&#039;&#039;, &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, &#039;&#039;[[SM114|Beauty is Only Crystal Deep!]]&#039;&#039;, and the [[Poké Problem]] segment for &#039;&#039;[[SM108|Memories in the Mist!]]&#039;&#039;, Mallow wore a pink T-shirt and shorts and a pink eye mask as pajamas.&lt;br /&gt;
* In [[Poké Problem]] segment for &#039;&#039;[[SM117|Drawn with the Wind!]]&#039;&#039;, Mallow wore a pink and red kimmo dress with [[Poké Ball]] designs around it as pajamas. She also wore pink and red sandals.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* In &#039;&#039;[[SM028|Pulling Out the Pokémon Base Pepper!]]&#039;&#039; and &#039;&#039;[[SM079|Showering the World with Love!]]&#039;&#039;, Mallow wore a baseball uniform when she played Pokémon Base with her classmates.&lt;br /&gt;
* In &#039;&#039;[[SM066|Smashing with Sketch!]]&#039;&#039;, Mallow wore a pink ping-pong uniform when she played Pokémon Ping-Pong with her classmates.&lt;br /&gt;
* In &#039;&#039;[[SM110|Keeping Your Eyes on the Ball!]]&#039;&#039;, Mallow wore a pink shirt and white skirt golf uniform with a visor hat when she played Pokémon Golf with her classmates.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* Mallow&#039;s [[Ultra Guardians|Ultra Guardian]] uniform is green with a light green line around the chest area.&lt;br /&gt;
* In &#039;&#039;[[SM068|Real Life...Inquire Within!]]&#039;&#039;, Mallow wore a nurse outfit similar to the one that the Nurse Joy of [[Melemele Island]] wears.&lt;br /&gt;
* In &#039;&#039;[[SM113|This Magik Moment!]]&#039;&#039;, Mallow wore a gray school girl uniform with her hair in high curly pigtails and white with pink in each side hair clips. She also wore a yellow backpack with white socks and brown shoes.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* In &#039;&#039;[[SM060|Getting a Jump on the Competition!]]&#039;&#039;, Mallow wore a pink beanie, with a lighter colored pom-pom on top, a light purple jacket, light green pants, pink gloves that are the same color as her beanie and brown shoes.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* Mallow wore a light-green two-piece swimsuit with red flower patterns, and a {{p|Staryu}} hair clip in her hair in &#039;&#039;[[SM012|The Sun, the Scare, the Secret Lair!]]&#039;&#039;, &#039;&#039;[[SM065|Turning Heads and Training Hard!]]&#039;&#039;, &#039;&#039;[[SM086|I Choose Paradise!]]&#039;&#039;, &#039;&#039;[[SM102|Alola, Alola!]]&#039;&#039;, &#039;&#039;[[SM109|A Grand Debut!]]&#039;&#039;, and &#039;&#039;[[JN037|That New Old Gang of Mine!]]&#039;&#039;, as well as the second ending of &#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039;, [[Twerp, Twerpette]].&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lana Mallow Lillie Swimwear.png|Mallow&#039;s bikini&lt;br /&gt;
Mallow baseball uniform.png|Mallow&#039;s baseball uniform&lt;br /&gt;
Mallow Pink Apron.png|Mallow&#039;s Pink Apron&lt;br /&gt;
Mallow pajamas.png|Mallow&#039;s pajamas&lt;br /&gt;
Mallow Winter Clothing.png|Mallow&#039;s Winter Outfit&lt;br /&gt;
Mallow Ultra Guardian Outfit.png|Mallow&#039;s Ultra Guardian outfit&lt;br /&gt;
Lana Lillie Mallow Nurse Outfit.png|Mallow&#039;s nurse outfit&lt;br /&gt;
Lana Mallow Lillie School Uniform.png|Mallow&#039;s school uniform&lt;br /&gt;
Mallow Magical Girl.png|Mallow&#039;s magical girl outfit&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==[[Goh]]==&lt;br /&gt;
[[File:Goh JN.png|thumb|100px|Goh&#039;s main outfit]]&lt;br /&gt;
===Main outfit===&lt;br /&gt;
Goh&#039;s main outfit consists of a gray short-sleeved top with a Poké Ball design and red brims, black tracksuit pants, red socks, and a pair of gray and black shoes. In &#039;&#039;[[JN043|Sword and Shield: The Darkest Day!]]&#039;&#039;, Goh received a [[Dynamax Band]] from [[Sonia]] that she made from the [[Wishing Star]] that fell close to them. However, like Ash, Goh doesn&#039;t wear his Dynamax Band all the time unless he was battling in [[Galar]].&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In &#039;&#039;[[JN098|Out of Their Elements!]]&#039;&#039;, Goh wore a black and yellow shirt with a red jacket, and a dark grey hat with a green hatband in the shape of {{p|Grookey}}&#039;s hair tufts. He also wore a pair of dark-gray pants, light-gray boots, and a piece of purple paint on one side of his face while performing at a circus.&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* In &#039;&#039;[[JN010|A Test in Paradise!]]&#039;&#039;, &#039;&#039;[[JN046|Getting More Than You Battled For!]]&#039;&#039;, &#039;&#039;[[JN084|An Adventure of Mega Proportions!]]&#039;&#039;, &#039;&#039;[[JN088|Looking Out for Number Two!]]&#039;&#039;, &#039;&#039;[[JN102|Battling in the Freezing Raid!]]&#039;&#039;, and &#039;&#039;[[JN110|Narrowing the Chaser Chase!]]&#039;&#039;, Goh wore a red life jacket with an orange stripe in the middle.&lt;br /&gt;
* In &#039;&#039;[[JN014|Raid Battle in The Ruins!]]&#039;&#039;, &#039;&#039;[[JN036|Making Battles in the Sand!]]&#039;&#039;, and &#039;&#039;[[JN095|The Good, The Bad, and The Lucky!]]&#039;&#039;, Goh wore a pair of [[Go-Goggles]].&lt;br /&gt;
* In &#039;&#039;[[JN028|Sobbing Sobble!]]&#039;&#039; and &#039;&#039;[[JN088|Looking Out for Number Two!]]&#039;&#039;, Goh wore a pair of blue goggles.&lt;br /&gt;
* In &#039;&#039;[[JN052|How Are You Gonna Keep &#039;Em Off of the Farm?]]&#039;&#039;, Goh wore a grey cap with red highlights, a red jacket with grey cuffs, and grey and red Wellington boots.&lt;br /&gt;
* In &#039;&#039;[[JN056|Searching for Chivalry!]]&#039;&#039;, Goh wore a knight&#039;s armor complete with a knight&#039;s helmet with a red plume.&lt;br /&gt;
* In &#039;&#039;[[JN082|The Sweet Taste of Battle!]]&#039;&#039;, Goh wore a light-pink apron while participating in the [[All-Alcremie Decoration Challenge]].&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* In &#039;&#039;[[JN001| Enter Pikachu!]]&#039;&#039;, &#039;&#039;[[JN005|Mind-Boggling Dynamax!]]&#039;&#039;, &#039;&#039;[[JN015|A Snow Day for Searching!]]&#039;&#039;, &#039;&#039;[[JN020|Dreams Are Made of These!]]&#039;&#039;, &#039;&#039;[[JN032|Time After Time!]]&#039;&#039;, &#039;&#039;[[JN046|Getting More Than You Battled For!]]&#039;&#039;, &#039;&#039;[[JN068|Advice to Goh!]]&#039;&#039;, &#039;&#039;[[JN134|In the Palms of our Hands!]]&#039;&#039;, and &#039;&#039;[[JN135|Heroes Unite!]]&#039;&#039;, Goh when he was at the age of six wore a light gray shirt with red on both sleeves and a picture of a {{p|Gengar}} in the middle. He also wore dark gray shorts and shoes.&lt;br /&gt;
* In &#039;&#039;[[JN032|Time After Time!]]&#039;&#039;, a flashback of Goh when he was younger has him wearing a red and light gray shirt with a pocket in the middle, and gray capris. He also wore a pair of gray and black shoes.&lt;br /&gt;
* In &#039;&#039;[[JN055|The Tale of You and Glimwood Tangle!]]&#039;&#039;, Goh wore two pink scarfs and hat with his regular clothes.&lt;br /&gt;
* In &#039;&#039;[[JN069|Errand Endurance!]]&#039;&#039;, Goh wore [[Ash&#039;s hat]] and vest with his regular clothes.&lt;br /&gt;
* In &#039;&#039;[[JN093|It&#039;s All in the Name!]]&#039;&#039;, Goh wore [[Ren]]&#039;s lab coat with his regular clothes.&lt;br /&gt;
* In &#039;&#039;[[JNS01|The Arceus Chronicles (Part 1)]]&#039;&#039;, Goh wore an outfit similar to {{ga|Rei}}&#039;s for the [[Sinnoh Festival]].&lt;br /&gt;
* In &#039;&#039;[[JN133|The Mew from Here!]]&#039;&#039; and &#039;&#039;[[JN134|In the Palms of our Hands!]]&#039;&#039;, Goh wore a khaki and dark grey Chaser outfit with a red collar while searching for {{an|Mew}} with [[Project Mew]].&lt;br /&gt;
&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* In &#039;&#039;[[JN003|Ivysaur&#039;s Mysterious Tower!]]&#039;&#039;, &#039;&#039;[[JN004|Settling the Scorbunny!]]&#039;&#039;, &#039;&#039;[[JN006|Working My Way Back to Mew!]]&#039;&#039;, &#039;&#039;[[JN016|A Chilling Curse!]]&#039;&#039;, &#039;&#039;[[JN020|Dreams Are Made of These!]]&#039;&#039;, &#039;&#039;[[JN022|Goodbye, Friend!]]&#039;&#039;, &#039;&#039;[[JN042|Sword and Shield, Slumbering Weald!]]&#039;&#039;, &#039;&#039;[[JN052|How Are You Gonna Keep &#039;Em Off of the Farm?]]&#039;&#039;, &#039;&#039;[[JN058|A Rollicking Roll…]]&#039;&#039;,  &#039;&#039;[[JN059|When a House is Not a Home!]]&#039;&#039;, &#039;&#039;[[JN078|Detective Drizzile!]]&#039;&#039;, &#039;&#039;[[JN106|Radio Lulled the Mischievous Stars!]]&#039;&#039; and &#039;&#039;[[JN122|It&#039;s... Champion Time!]]&#039;&#039;, Goh wears a silver and gray T-shirt with a print design of a square compass in a Poké Ball design along with gray sweat shorts with red drawstrings as pajamas.&lt;br /&gt;
* In &#039;&#039;[[JN021|Caring for a Mystery!]]&#039;&#039;, Goh wears the same silver and gray T-shirt with a different print design of a blue silhouette of an {{p|Articuno}} (which looks similar to the one on the [[Blanche|Team Mystic]] emblem from {{g|GO}}) encased in a square Poké Ball design along with the same gray sweat shorts with red drawstrings as pajamas.&lt;br /&gt;
* Whenever Goh and Ash (sometimes Chloe) sleep in at a [[Pokémon Center]] in &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;, they wear a set of cream-coloured pajamas with brown buttons and a brown stripe in a Poké Ball fashion on the front pocket, first seen in &#039;&#039;[[JN038|Restore and Renew!]]&#039;&#039;. He wore them again in &#039;&#039;[[JN066|Under Color of Darkness!]]&#039;&#039;, &#039;&#039;[[JN074|Nightfall? Nightmares!]]&#039;&#039;, and &#039;&#039;[[JN085|Battle Three With Bea!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* In &#039;&#039;[[JN049|To Train, or Not to Train!]]&#039;&#039;, a flashback scene in &#039;&#039;[[JN063|Not Too Close for Comfort!]]&#039;&#039;, and &#039;&#039;[[JN087|Breaking the Ice!]]&#039;&#039;, Goh wore a male school uniform similar to those worn by Chloe and the female students of [[Vermilion City school|their school]].&lt;br /&gt;
* In &#039;&#039;[[JN067|Sleuths for Truth!]]&#039;&#039;, Goh, along with Ash, wore a male police officer uniform similar to the one that the [[Officer Jenny]] of [[Vermilion City]] wears.&lt;br /&gt;
* In &#039;&#039;[[JN074|Nightfall? Nightmares!]]&#039;&#039;, Goh, along with Ash, had a dream where he wore the same Team Rocket uniform James wears, but the red &amp;quot;R&amp;quot; on the front in the English dub is an &amp;quot;S&amp;quot; in the Japanese version.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* In &#039;&#039;[[JN008|The Sinnoh Iceberg Race!]]&#039;&#039;, &#039;&#039;[[JN015|A Snow Day for Searching!]]&#039;&#039;, &#039;&#039;[[JN057|Memories of a Warming Kindness!]]&#039;&#039;, and &#039;&#039;[[JN113|Chasing to the Finish!]]&#039;&#039;, Goh wears a gray jacket based on his shirt, with a red zip and the same Poké Ball design on the front right. He also wore it in &#039;&#039;[[JN111|The Homecoming Crown!]]&#039;&#039; and the fourth version of the Japanese opening to &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;, [[One, Two, Three]] along with grey snow pants, a yellow beanie with a red pom-pom on top, and brown shoes.&lt;br /&gt;
* In &#039;&#039;[[JN071|Leaping Toward the Dream!]]&#039;&#039; and in the fourth version of the Japanese opening to &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;, [[One, Two, Three]], Goh wore orange exploration gear that are very similar to the ones in [[The Crown Tundra]] expansion in [[Pokémon Sword and Shield]].&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* In &#039;&#039;[[JN037|That New Old Gang of Mine!]]&#039;&#039; and &#039;&#039;[[JN088|Looking Out for Number Two!]]&#039;&#039;, Goh wears a pair of black swim trunks with a red stripe running down both sides.&lt;br /&gt;
* In &#039;&#039;[[JN063|On Land, In the Sea, and to the Future!]]&#039;&#039;, when he, Ash and Chloe competed in the [[Marine Athletic Race]], Goh wears a blue and red wetsuit with a small grey Poké Ball print and zip-up pocket pouches on the side, along with blue goggles.&lt;br /&gt;
* In &#039;&#039;[[JN064|Absol Absolved!]]&#039;&#039;, Goh wears a pair of red swim trunks with a grey stripe running down both sides.&lt;br /&gt;
* In &#039;&#039;[[JN088|Looking Out for Number Two!]]&#039;&#039;, Goh wore a blue and red scuba gear.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Goh School Uniform.png|Goh&#039;s school uniform&lt;br /&gt;
Ash Goh police uniform.png|Goh&#039;s police unform&lt;br /&gt;
Ash Goh Team Rocket Uniform.png|Team Cerise uniform (original version)&lt;br /&gt;
JN074 dub edit.png|Team Cerise uniform (dub version)&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==[[Liko]]== &lt;br /&gt;
[[File:Liko anime 2.png|thumb|150px|Liko&#039;s main outfit]]&lt;br /&gt;
===Main outfit===&lt;br /&gt;
Liko&#039;s main outfit was first worn in [[HZ004]], it consists of a turquoise jacket with white cuffs and pockets with white buttons over a white shirt which is tucked inside her navy shorts, white and turquoise socks, and white shoes with blue accents. She carries a yellow crossbody bag to hold her personal belongings and for long distance travel, she carries a black backpack &amp;lt;!--From the new concept art--&amp;gt; and wears a green hairpin on her bangs and also a mysterious pendant around her neck tucked under her shirt.&lt;br /&gt;
===Side outfits===&lt;br /&gt;
&amp;lt;!--====Costumes====&lt;br /&gt;
====Formal outfit====&lt;br /&gt;
====Other clothes====--&amp;gt;&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* In [[HZ001]], Liko wore a light-blue button shirt and a pink jacket in a photo the [[Rising Volt Tacklers]] were using to search for her at the [[Indigo Academy]].&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* In [[HZ003]], she slept in a white shirt.&lt;br /&gt;
* Whenever she is sleeping, Liko wears a light blue long-sleeve top with turquoise shorts.&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* At school in [[HZ001]], Liko wore a navy blue tracksuit with a leaf symbol embodied on it and white shoes.&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* In [[HZ001]] to [[HZ003]], Liko wore her school&#039;s standard female school uniform with a pin with a leaf symbol on her jacket&#039;s lapel, red ribbon tie, white calf socks and brown shoes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
=====Swimwear=====--&amp;gt;&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Liko School Uniform.png|Liko&#039;s School Uniform &lt;br /&gt;
File:Liko School Tracksuit.png|Liko&#039;s School Tracksuit&lt;br /&gt;
File:Liko Without Jacket.png|Liko&#039;s without her jacket &lt;br /&gt;
File:Liko Pajamas.png|Liko&#039;s Pajamas&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==[[Roy]]==&lt;br /&gt;
[[File:Roy anime.png|thumb|150px|Roy&#039;s main outfit]]&lt;br /&gt;
===Main outfit===&lt;br /&gt;
Roy&#039;s main outfit consists of a white and brown cap and began wearing a black half jacket in [[HZ006]] over a untucked red and white shirt with a yellow colored &amp;quot;R&amp;quot; {{p|Unown}} form design,  black ankle strap shoes and brown shorts. He carries a grayish blue sack bag to hold his belongings.&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
&amp;lt;!--===Costumes===&lt;br /&gt;
===Formal outfit===&lt;br /&gt;
===Other clothes===&lt;br /&gt;
====Regular clothes====--&amp;gt;&lt;br /&gt;
====Sleep wear====&lt;br /&gt;
* In [[HZ004]], Roy wore a yellow shirt. &lt;br /&gt;
* In [[HZ008]], Roy wore a white and red tank top with black shorts.&lt;br /&gt;
&amp;lt;!--===Sports wear===&lt;br /&gt;
===Uniform clothes===&lt;br /&gt;
===Weather clothes===&lt;br /&gt;
====Snow wear====&lt;br /&gt;
====Swimwear====--&amp;gt;&lt;br /&gt;
====Images====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Roy_without_jacket.png|Without his jacket &lt;br /&gt;
Roy Pajamas.png|Roy&#039;s Pajamas&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==[[Jessie]], [[James]], and {{MTR}}==&lt;br /&gt;
[[File:Team Rocket trio SM.png|thumb|260px|left|Team Rocket&#039;s main outfits]]&lt;br /&gt;
===Main outfits===&lt;br /&gt;
Jessie and James are usually found in the same outfit at all times: their white [[Team Rocket uniform]]s. There has been some question about the position or rank denoted by these uniforms, since most {{tc|Team Rocket Grunt|Rocket Grunts}} wear a black uniform of similar design. However, in &#039;&#039;[[EP231|Dues and Don&#039;ts]]&#039;&#039;, it was revealed that Jessie and James designed their own uniforms to &amp;quot;express their sense of style.&amp;quot; Jessie and James have only been seen wearing a different color uniform in &#039;&#039;[[HS12|Training Daze]]&#039;&#039;, where they (along with the other trainees) wear dark red. They also wore the black uniforms once.&lt;br /&gt;
&lt;br /&gt;
Meowth, being a Pokémon, has no main outfit and is seen most often not wearing any clothing. However, he does have a fairly notable list of side outfits which he&#039;s worn alongside Jessie and James.&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;Pokémon the Series: Black &amp;amp; White&#039;&#039;====&lt;br /&gt;
[[File:Team Rocket BW 1.png|250px|thumb|Team Rocket&#039;s black uniforms]]&lt;br /&gt;
Jessie and James changed into their black uniforms in &#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039;. They wore these outfits from &#039;&#039;[[BW001|In the Shadow of Zekrom]]&#039;&#039; until &#039;&#039;[[BW023|Battling For The Love of Bug-Types!]]&#039;&#039; when they switched back into their white ones.&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;Pokémon the Series: Sun &amp;amp; Moon&#039;&#039;====&lt;br /&gt;
In addition to their regular outfits, Jessie, James, Meowth, and also {{TP|Jessie|Wobbuffet}} dress in light summer clothes when they are in public and off work in &#039;&#039;[[Pokémon the Series: Sun &amp;amp; Moon]]&#039;&#039;. Jessie wears a purple sleeveless shirt with pink flower prints, a light purple coat tied around her neck, faint purple pants and white sandals; She also wears a light yellow hat, a yellow wristband and brown sunglasses. James wears a light green shirt with light heart prints in the front, light yellow shorts and blue shoes; He also wears a blue and white cap with a green logo on the front and black sunglasses. Meowth wears a red polo shirt, dark yellow shorts, an orange visor hat, orange slippers and greenish sunglasses. Wobbuffet wears a pink shirt, a light brown hat and blue triangular sunglasses.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[SM073|Why Not Give Me a Z-Ring Sometime?]]&#039;&#039;, Jessie, James, Meowth, and Wobbuffet received a purple [[Z-Power Ring]] from [[Nanu]]. However, in &#039;&#039;[[SM146|Thank You, Alola! The Journey Continues!]]&#039;&#039;, they decided to leave their Z-Power Ring at their [[Bewear&#039;s den|base]] in [[Alola]].&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;The Power of Us&#039;&#039; and &#039;&#039;Secrets of the Jungle&#039;&#039;====&lt;br /&gt;
[[File:Team Rocket trio M21.png|250px|thumb|Team Rocket&#039;s uniforms in &#039;&#039;[[M21|The Power of Us]]&#039;&#039;]]&lt;br /&gt;
In &#039;&#039;[[M21|The Power of Us]]&#039;&#039; and &#039;&#039;[[M23|Secrets of the Jungle]]&#039;&#039;, which is set in a different continuity from the main series, Jessie and James wear altered versions of their white uniforms. Jessie&#039;s shirt is now sleeveless and her skirt now has a belt, while James&#039;s shirt is shorter and has shorter sleeves.&lt;br /&gt;
&lt;br /&gt;
===Side outfits===&lt;br /&gt;
====Costumes====&lt;br /&gt;
* In &#039;&#039;[[EP004|Challenge of the Samurai]]&#039;&#039;, Jessie, James and Meowth wore {{p|Kakuna}} costumes.&lt;br /&gt;
* In &#039;&#039;[[EP133|Tanks a Lot!]]&#039;&#039;, Jessie and James wore magicians outfits, old man costumes, and a {{p|Dugtrio}} costume with Meowth.&lt;br /&gt;
* In &#039;&#039;[[EP157|The Fortune Hunters]]&#039;&#039;, James wore a {{p|Moltres}} costume.&lt;br /&gt;
* In &#039;&#039;[[AG104|Claydol Big and Tall]]&#039;&#039;, James wore an eggplant costume. Jessie wore a ballerina outfit.&lt;br /&gt;
* During the [[Gourgeist Festival]] in &#039;&#039;[[XY082|A Festival Trade! A Festival Farewell?]]&#039;&#039;, Jessie and James wore costumes based on a {{p|Gourgeist}} and a {{p|Mismagius}}.&lt;br /&gt;
&lt;br /&gt;
====Disguises====&lt;br /&gt;
{{main|List of Team Rocket&#039;s disguises}}&lt;br /&gt;
Frequently, when they are not wearing their Team Rocket uniforms, they are most likely wearing something as a [[List of Team Rocket&#039;s disguises|disguise]] to fool the [[twerp]]s. These range from very elaborate to very simple outfits, all of which have fooled Ash and {{ashfr}} with similar success.&lt;br /&gt;
&lt;br /&gt;
Several of these disguises are posing as other characters, such as [[Officer Jenny]] and [[Nurse Joy]]. {{an|Brock}} is usually the best at telling these disguises from the actual women, whether he is aware of it or not.&lt;br /&gt;
&lt;br /&gt;
====Formal clothes====&lt;br /&gt;
* Jessie and James wore a pair of light-blue yukata for a summer festival in &#039;&#039;[[EP020|The Ghost of Maiden&#039;s Peak]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[EP048|Holy Matrimony!]]&#039;&#039;, James wore a dark blue suit.&lt;br /&gt;
* In &#039;&#039;[[EP052|Princess vs. Princess]]&#039;&#039;, Jessie wore a red {{wp|kimono}} for the Princess festival.&lt;br /&gt;
* In &#039;&#039;[[M08|Lucario and the Mystery of Mew]]&#039;&#039;, the characters dress up in formal medieval-themed outfits. Jessie and James looked possibly the most out of place, perhaps as a tongue-in-cheek joke, wearing extravagant outfits based more on the {{wp|Victorian fashion|Victorian era}} than medieval times. Meowth, on the other hand, wore one of the most well-known of medieval outfits, a {{wp|armour|suit of armor}}.&lt;br /&gt;
* While competing in Kanto Pokémon Contests, Jessie wore a pink dress and red heels with an orange and red mask. She also wore a pink scarf with a Poké Ball in the middle, under the name Jessebella.&lt;br /&gt;
* In &#039;&#039;[[AG162|Spontaneous Combusken!]]&#039;&#039;, Jessie, while under the name Jessebella, wore a Hawaiian style outfit.&lt;br /&gt;
* During the Kanto Grand Festival, the Wallace Cup, and in &#039;&#039;[[DP093|Playing The Leveling Field!]]&#039;&#039;, Jessie, while under the name Jessadila, wore a yellow, orange with a red bow and pink heart middle dress. She also wore orange flats and bow in her hair with pigtails, white stockings, and red grasses.&lt;br /&gt;
* Whenever she competed in Pokémon Contests in Sinnoh, Jessie wore a large orange dress with light brown boots, with round yellow and orange glasses and her hair in pigtails, under the name Jessilina (Japanese: キャンディ・ムサリーナ &#039;&#039;Candy Musalina&#039;&#039;).&lt;br /&gt;
* In &#039;&#039;[[DP022|Borrowing on Bad Faith!]]&#039;&#039;, Jessie wore a purple glitter cape with her usual outfit for an unofficial Pokémon Contest.&lt;br /&gt;
* In &#039;&#039;[[DP073|Crossing Paths!]]&#039;&#039;, Jessie when she was younger wore a pink dress and white flat shoes.&lt;br /&gt;
* In &#039;&#039;[[DP095|Battling The Generation Gap!]]&#039;&#039;, Jessie, while under the name Jessilina, wore an outfit based on [[Fantina]] and had her hair up in the same style.&lt;br /&gt;
* In &#039;&#039;[[DP174|Last Call—First Round!]]&#039;&#039; to &#039;&#039;[[DP177|A Grand Fight for Winning!]]&#039;&#039;, Jessie, while under the name Jessilina, wore a pink and yellow dress with an orange bow while participating in the Sinnoh Grand Festival.&lt;br /&gt;
* In &#039;&#039;[[XY060|A Showcase Debut!]]&#039;&#039;, Jessie, while under the name Jessilia, wore a purple dress with white on the top, a large bow and ribbon on the back. She also wore green earrings, pink necklace, blue gem in her hair with it up in a bun.&lt;br /&gt;
* In &#039;&#039;[[XY080|Performing with Fiery Charm!]]&#039;&#039; and &#039;&#039;[[XY101|A Dancing Debut!]]&#039;&#039;, Jessie, while under the name Jessilia, wore a white shirt, black skirt and heels. She also wore a dark purple tie, light-purple headband and green earrings.&lt;br /&gt;
* In &#039;&#039;[[XY080|Performing with Fiery Charm!]]&#039;&#039;, &#039;&#039;[[XY091|A Performance Pop Quiz!]]&#039;&#039;, &#039;&#039;[[XY101|A Dancing Debut!]]&#039;&#039;, &#039;&#039;[[XY112|Master Class Is in Session!]]&#039;&#039;, &#039;&#039;[[XY113|Performing a Pathway to the Future!]]&#039;&#039;, and &#039;&#039;[[XY138|The First Day of the Rest of Your Life!]]&#039;&#039;, Jessie, while under the name Jessilia, wore a purple and red dress with dark purple heels. She also wore two bracelets on her left wrist, green necklace, a flower with ribbons in her hair and was put up in a bun with a piece of it covering her left eye, and a one piece mask on the her right eye.&lt;br /&gt;
* In &#039;&#039;[[XY091|A Performance Pop Quiz!]]&#039;&#039;, Jessie, while under the name Jessilia, wore a red Academic dress with orange linings and a hat.&lt;br /&gt;
* In &#039;&#039;[[XY105|Party Dancecapades!]]&#039;&#039;, Jessie wore a purple dress with a green gem in the middle, purple necklace and green earnings. James wore a brown suit.&lt;br /&gt;
* In &#039;&#039;[[SM055|The Professors&#039; New Adventure!]]&#039;&#039;, James wore a white suit in his {{TP|James|Mareanie}}&#039;s fantasy.&lt;br /&gt;
&lt;br /&gt;
====Other clothes====&lt;br /&gt;
* In &#039;&#039;[[AG080|That&#039;s Just Swellow]]&#039;&#039;, James wore a flying suit during the PokéRinger competition.&lt;br /&gt;
* In &#039;&#039;[[DP146|Dress for Jess Success!]]&#039;&#039;, Jessie wore a white dress with a purple band in the middle and a pink jacket.&lt;br /&gt;
* In &#039;&#039;[[DP073|Crossing Paths!]]&#039;&#039;, Jessie when she was younger wore a white shirt and shocks, blue shorts and pink shoes.&lt;br /&gt;
* In &#039;&#039;[[BW133|Capacia Island UFO!]]&#039;&#039;, Jessie and James wore a {{p|Beheeyem}} mask.&lt;br /&gt;
&lt;br /&gt;
====Regular clothes====&lt;br /&gt;
* James when he was younger wore a blue and yellow long sleeve shirt with a green and red gem in the middle. James also wore black shorts and shoes with white socks.&lt;br /&gt;
* In &#039;&#039;[[EP052|Princess vs. Princess]]&#039;&#039;, Jessie wore various clothes while shopping at the Princess festival.&lt;br /&gt;
* In &#039;&#039;[[EP224|Nerves of Steelix!]]&#039;&#039;, Jessie when she was little wore a light-blue shirt with a white circle on the side and a blue ribbon on the end of her hair.&lt;br /&gt;
* In &#039;&#039;[[DP008|Gymbaliar!]]&#039;&#039;, Jessie, while under the name Princess Powerzone, wore a dark purple and yellow dress with a pink ribbon on her waist. She also wore purple flats and gloves with a red mask.&lt;br /&gt;
* In &#039;&#039;[[DP042|The Electrike Company!]]&#039;&#039;, James and Meowth wore black jackets with a bullseye on the back of them.&lt;br /&gt;
* During the [[Pokémon Summer Academy]], Jessie, while under the name Jessilinda, wore a pink and yellow with a red bow in the middle dress. She also wore a pair of glasses with a yellow headband and had her hair up in pigtails.&lt;br /&gt;
* In &#039;&#039;[[DP118|Pursuing a Lofty Goal!]]&#039;&#039;, James, while under the name Jameson, wore a black outfit and shades.&lt;br /&gt;
* During the [[Twinleaf Festival]] and the [[Sinnoh League]], Jessie wore a green shirt with orange flowers on it, light-green skirt, pink sandals with white strap in the middle, and sunglasses. James wore a red shirt with yellow hearts on it, green shorts, blue sandals, white headband, and sunglasses. Meowth wore a dark purple shirt with a pink stripes on it, purple shorts, brown hat, and sunglasses.&lt;br /&gt;
* In &#039;&#039;[[XY063|A Fork in the Road! A Parting of the Ways!]]&#039;&#039;, Jessie wore a white long-sleeve shirt with a light-pink scarf and blue shorts.&lt;br /&gt;
* In &#039;&#039;[[SM038|Mimikyu Unmasked!]]&#039;&#039;, Jessie wore a pink dress and hat with a red flower on one side. She also wore brown sunglasses, yellow bracelet on her right wrist and white heel shoes with pink bows in the middle.&lt;br /&gt;
* In &#039;&#039;[[SM072|Sours for the Sweet!]]&#039;&#039;, Jessie wore a light-green dress with a white and blue hat, and an orange flower on the side of hat. She also wore a yellow bracelet on her right wrist.&lt;br /&gt;
* In &#039;&#039;[[JN024|A Little Rocket R &amp;amp; R!]]&#039;&#039;, Jessie wore a blue shirt with a pink and white long sleeve shirt, and orange pants. She also wore a white hat, pink and white shoes, orange sunglasses, and had her hair up in two buns. James wore a yellow, blue and orange shirt with white sleeves. He also wore green shorts, yellow hat, white and yellow socks with brown shoes, and blue sunglasses. Meowth wore a white with a green stripe shirt, orange shorts, and a black hat. Wobbuffet wore a white with a red stripe shirt and a black hat.&lt;br /&gt;
* From &#039;&#039;[[JN115|Curtain Up! Fight the Fights!]]&#039;&#039; to &#039;&#039;[[JN125|Whittle While You Work!]]&#039;&#039; and &#039;&#039;[[JN129|A Flood of Torrential Gains!]]&#039;&#039; to &#039;&#039;[[JN132|Partners in Time!]]&#039;&#039;, Jessie wore a hot-pink top shirt with light-green and dark-blue shorts. She also wore light-blue stockings, dark-blue shoes with orange lances in the middle, orange and yellow bracelets on both wrist, and a light-blue bow necklace. James wore a light-blue and yellow shirt with a red button in the middle and purple shorts. He also wore light-green leg warmers, bracelet on both wrist and headband, red stockings and white shoes. Meowth wore a yellow shirt with a red play button in the middle with blue shorts and a pink wig with white spots on it.&lt;br /&gt;
&lt;br /&gt;
====Sports wear====&lt;br /&gt;
* In &#039;&#039;[[EP118|The Double Trouble Header]]&#039;&#039; and &#039;&#039;[[EP240|Some Like it Hot]]&#039;&#039;, Jessie and James wore baseball uniforms during their motto.&lt;br /&gt;
* In &#039;&#039;[[EP231|Dues and Don’ts]]&#039;&#039;, Jessie, James, and Meowth wore football uniforms.&lt;br /&gt;
* In &#039;&#039;[[HS12|Training Daze]]&#039;&#039;, Jessie, during her days training to be a member of Team Rocket, wore a white workout shirt with a &amp;quot;R&amp;quot; logo in the middle and blue shorts with a purple stripe on both side.&lt;br /&gt;
* In &#039;&#039;[[SM028|Pulling Out the Pokémon Base Pepper!]]&#039;&#039;, Jessie, James wore baseball uniform when they played Pokémon base against Ash and his friends. Their uniform also have an “R” logo on them.&lt;br /&gt;
&lt;br /&gt;
====Uniform clothes====&lt;br /&gt;
* Jessie wore a Nurse Joy outfit and James wore a doctors lab coat while helping out at the clinic in &#039;&#039;[[EP047|A Chansey Operation]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[EP133|Tanks a Lot!]]&#039;&#039; and &#039;&#039;[[EP218|Plant It Now... Diglett Later]]&#039;&#039;, Jessie and James wore army attire.&lt;br /&gt;
* In &#039;&#039;[[DP073|Crossing the Paths!]]&#039;&#039;, Jessie when she was younger wore a white shirt and black skirt school uniform with a red tie.&lt;br /&gt;
* In &#039;&#039;[[XY040|Day Three Blockbusters!]]&#039;&#039;, Jessie and James wore rescue uniforms.&lt;br /&gt;
&lt;br /&gt;
====Weather clothes====&lt;br /&gt;
=====Snow wear=====&lt;br /&gt;
* In &#039;&#039;[[EP189|Freeze Frame]]&#039;&#039;, Jessie wore an orange jacket with black stripes around it, gray pants with blue gloves and boots. James wore a yellow jacket with black stripes around it, gray pants with red gloves and boots. Meowth wore a green coat, pink pants and black boots.&lt;br /&gt;
* Team Rocket wore green jackets and pants in &#039;&#039;[[AG108|Let it Snow, Let it Snow, Let it Snorunt!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[XY121|Seeing the Forest for the Trees!]]&#039;&#039;, Jessie wore a black and white jacket with brown gloves. James wore a blue jacket with a red, yellow and orange hat, and green gloves. Meowth wore a yellow jacket with an orange and red hat, and pink mittens. Wobbuffet wore a red jacket and earmuff.&lt;br /&gt;
* In &#039;&#039;[[SM060|Getting a Jump on the Competition!]]&#039;&#039;, Jessie wore a black and purple snow suit with brown gloves. James wore a green and brown jacket with black gloves. Meowth and Wobbuffet wore the same snow outfits that they wore in &#039;&#039;[[Pokémon the Series: XY]]&#039;&#039;, except Meowth wore a pink jacket instead of orange.&lt;br /&gt;
&lt;br /&gt;
=====Swimwear=====&lt;br /&gt;
* In &#039;&#039;[[EP016|Pokémon Shipwreck]]&#039;&#039;, Jessie wore a dark-blue bikini while James wore a pair of light-blue swim trunks in a dream.&lt;br /&gt;
* Jessie and James &#039;&#039;both&#039;&#039; wore two-piece bikinis in &#039;&#039;[[EP018|Beauty and the Beach]]&#039;&#039;. James wore his with giant inflatable breasts. These swimsuits were never seen in the English dub, since the scene containing them was cut.&lt;br /&gt;
* In &#039;&#039;[[EP043|March of the Exeggutor Squad]]&#039;&#039;, Jessie wore a red one piece swimsuit while James wore light-blue swim briefs.&lt;br /&gt;
* In &#039;&#039;[[EP098|A Way Off Day Off]]&#039;&#039;, Jessie wore a navy bikini while James wore a navy swim swim trucks.&lt;br /&gt;
* In &#039;&#039;[[EP240|Some Like it Hot]]&#039;&#039;, Jessie wore a camouflage swimsuit.&lt;br /&gt;
* Jessie and James both wore swimsuits in &#039;&#039;[[DP013|A Staravia is Born!]]&#039;&#039;. Jessie wore a blue bikini and James wore blue swim briefs. They both had the &#039;R&#039; logo on them. In &#039;&#039;[[DP083|A Crasher Course in Power!]]&#039;&#039;, Jessie wore the same blue bikini and James wore the same blue swim briefs, except without the &#039;R&#039; logo on it.&lt;br /&gt;
* Jessie, James and Meowth were seen using scuba gears in &#039;&#039;[[BW127|The Island of Illusions!]]&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[SM012|The Sun, the Scare, the Secret Lair!]]&#039;&#039;, James wore a purple scuba outfit with a {{p|Corsola}} shape helmet.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
{{incomplete|section|Add image of Meowth with clothing from [[EP009|The School of Hard Knocks]]}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:EP018DeletedShot.png|The infamous scene that got cut in the English dub&lt;br /&gt;
File:Team Rocket bathing suits.png|Team Rocket in their swimsuits&lt;br /&gt;
File:Jessie James Swimsuits.png|Jessie&#039;s and James&#039;s swimsuits from &#039;&#039;[[DP013|A Staravia is Born!]]&#039;&#039;&lt;br /&gt;
File:AG125 Rocket disguise.png|Jenny and Joy disguises&lt;br /&gt;
File:TR disguises EP074.png|Team Rocket during the introduction of the [[Indigo League]]&lt;br /&gt;
File:Team Rocket Disguised Officers.png|Team Rocket disguised as [[Officer Jenny|police officers]]&lt;br /&gt;
File:Jessie James trainee outfits.png|Team Rocket in a flashback during their days as Rocket Trainees&lt;br /&gt;
File:Meowth Prince EP041.png|Meowth dressed up as a prince&lt;br /&gt;
File:James suit EP048.png|James in a suit&lt;br /&gt;
File:James Moltres costume.png|James as a Moltres&lt;br /&gt;
File:Jessie Misty kimonos crowns.png|Jessie and Misty in kimonos and crowns&lt;br /&gt;
File:James Professor Oak EP245.png|James as {{an|Professor Oak}}&lt;br /&gt;
File:Team Rocket Hawaiian Outfits.png|Jessie, James, and Meowth using their casual clothing from &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;&lt;br /&gt;
File:Jessie James Snowcoats.png|Jessie and James wearing snow coats in &#039;&#039;[[AG108|Let it Snow, Let it Snow, Let it Snorunt!]]&#039;&#039;&lt;br /&gt;
File:Jessie James AG032.png|Jessie and James disguises in &#039;&#039;[[AG032|Abandon Ship!]]&#039;&#039;&lt;br /&gt;
File:Jessie ballerina.png|Jessie as a ballerina in &#039;&#039;[[AG104|Claydol Big and Tall]]&#039;&#039;&lt;br /&gt;
File:Jessie Princess Powerzone.png|Jessie as [[DP008|Princess Powerzone]]&lt;br /&gt;
File:Jessie Summer School Disguise.png|Jessie&#039;s [[Pokémon Summer Academy]] disguise&lt;br /&gt;
File:Jessie Jessebella.png|Jessie as Jessebella&lt;br /&gt;
File:Jessebella Hawaiian attire.png|Jessebella&#039;s Hawaiian attire&lt;br /&gt;
File:Jessadia.png|Jessie as Jessadia&lt;br /&gt;
File:Jessilina.png|Jessie as Jessilina&lt;br /&gt;
File:Jessie DP022.png|Jessie in &#039;&#039;[[DP022|Borrowing on Bad Faith!]]&#039;&#039;&lt;br /&gt;
File:Jessie Fantina.png|Jessilina as [[Fantina]]&lt;br /&gt;
File:James as Jessilina.png|James disguised as Jessilina&lt;br /&gt;
File:Jessilina Grand Festival.png|As Jessilina in the Grand Festival&lt;br /&gt;
File:Jessie disguise DP055.png|Jessie&#039;s disguise in &#039;&#039;[[DP055|Throwing the Track Switch]]&#039;&#039;&lt;br /&gt;
File:BW127 Team Rocket scuba gears.png|Jessie, James, and Meowth in scuba gear&lt;br /&gt;
File:Team Rocket cook outfits.png|Jessie, James, and Meowth undercover in cook outfits for the [[Pokémon Summer Camp]]&lt;br /&gt;
File:Team Rocket rescue suits.png|Jessie, James, and Meowth rescue outfits for the [[Pokémon Summer Camp]]&lt;br /&gt;
File:Team Rocket Gourgeist Festival Costume.png|Jessie in her {{p|Mismagius}} costume and James in his {{p|Gourgeist}} costume.&lt;br /&gt;
File:James diving suit.png|James&#039;s diving suit&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Ash&#039;s hat]]&lt;br /&gt;
* [[List of Team Rocket&#039;s disguises]]&lt;br /&gt;
{{-}}&lt;br /&gt;
{{Project Anime notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Lists]]&lt;br /&gt;
[[Category:Anime]]&lt;br /&gt;
[[Category:Equipment]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Pok%C3%A9mon_Ruby_%26_Sapphire_(CoroCoro_Comic)&amp;diff=3733868</id>
		<title>Pokémon Ruby &amp; Sapphire (CoroCoro Comic)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Pok%C3%A9mon_Ruby_%26_Sapphire_(CoroCoro_Comic)&amp;diff=3733868"/>
		<updated>2023-06-23T21:21:54Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: /* Trivia */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{translated title}}&lt;br /&gt;
[[File:Cover.png|thumb|250px|Manga cover.]]&lt;br /&gt;
(Japanese: &#039;&#039;&#039;ポケットモンスター・ルビー・サファイア&#039;&#039;&#039; &#039;&#039;Pokémon Ruby ・ Sapphire&#039;&#039;) is a one-shot [[Pokémon manga]] created by [[Oouchi Suigun]]. It is based on the introduction of [[Pokémon Ruby]], spanning from the player moving into [[Littleroot Town]] and traversing [[Petalburg Woods]]. This manga was published in the December 2002 issue of [[CoroCoro]] Comics supplement. It has not been republished as a standalone piece, making it among the more obscure [[Pokemon manga]].&lt;br /&gt;
&lt;br /&gt;
==Summary==&lt;br /&gt;
&lt;br /&gt;
The story begins with Ruby and his mother traveling in a moving truck. Ruby has fallen asleep but promptly wakes up once they reach Littleroot Town. He is pleased to see that the new house is a two-story, rushing into his room on the second floor. He shouts happily out the window, scaring the [[Machoke]] that are still moving furniture in. He heads out for a walk and find the laboratory of [[Professor Birch]]. He tries to leave a message but is instead greeted by Sapphire, who introduces herself as the daughter of Professor Birch. Suddenly, they both hear Professor Birch screaming for help. He is attacked by a wild Poochyena and asks Ruby and Sapphire to help by calling out a Pokémon. Ruby chooses a Pokeball which contains Mudkip. It immediately fights off the Poochyena with a [[water gun]]. With Poochyena weakened, Sapphire throws another pokeball and captures it. Professor Birch lets Ruby keep the Mudkip as a gift while Sapphire asks if Ruby would like to have a battle with her. Sapphire sends out her Torchic while Ruby&#039;s Mudkip tries to run away from battle. Despite the type disadvantage, Torchic gains the upper hand by burning the grass Mudkip hid in. Mudkip eventually retaliates with water gun and tackle, narrowly defeating Torchic. Back at the lab, Sapphire opines that Ruby got a lucky start as Professor Birch asks Ruby to show Mudkip to his father [[Norman]].&lt;br /&gt;
&lt;br /&gt;
Ruby takes Mudkip to Norman in Petalburg City. Norman is horrified at the sight of Mudkip, admonishing Ruby for not taking good care of it and disqualifying him as a trainer. Norman angrily remarks that they need to go to a Pokémon Center to heal up Mudkip. Ruby is heartbroken as he sits along a lakeside, thinking about what has just happened. Norman takes Mudkip to Ruby and to his surprise, Mudkip immediately runs up to Ruby. Norman admits he doesn&#039;t know everything about Pokémon but he can tell that Mudkip and Ruby share a good bond with one another. Norman then cheerfully advises Ruby to gather experience by battling several trainers and Pokémon in the woods before having a battle with him in the gym. Ruby, encouraged by this, happily agrees and sets off into the woods with Mudkip.&lt;br /&gt;
&lt;br /&gt;
As Ruby and Mudkip travel in the woods, a [[scientist]] from [[Devon]] jumps out in front of them. He is being chased by [[Team Magma]] and tells Ruby about their plans to revive Groudon.&lt;br /&gt;
A grunt from Team Magma appears and challenges the scientist to a battle. Ruby defends the scientist so the grunt battles him instead. The grunt sends out a Shroomish, which resists Mudkip&#039;s water gun and proceeds to use stun spore against Mudkip. Mudkip is exhausted but ultimately wins by using mud slap to confuse Shroomish, and tackle to finish it off. The grunt runs off with his Shroomish as Ruby heals up Mudkip&#039;s injuries from battle. Ruby proudly declares that his adventure has begun and he will become a champion. Ruby and Mudkip race out of the woods as the scientist from Devon tries catching up to them.&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
[[File:ruby whitehair.jpg|thumb|200px|Ruby facing off Sapphire.]]&lt;br /&gt;
===Humans===&lt;br /&gt;
*[[Brendan|Ruby]]&lt;br /&gt;
*[[May|Sapphire]]&lt;br /&gt;
*[[Mother|Ruby&#039;s Mom]]&lt;br /&gt;
*[[Professor Birch]]&lt;br /&gt;
*[[Norman]]&lt;br /&gt;
*[[Scientist|Devon Scientist]]&lt;br /&gt;
*[[Team Magma|Team Magma Grunt]]&lt;br /&gt;
&lt;br /&gt;
===Pokemon===&lt;br /&gt;
*[[Mudkip]] (Ruby&#039;s)&lt;br /&gt;
*[[Torchic]] (Sapphire&#039;s)&lt;br /&gt;
*[[Poochyena]] (Wild)&lt;br /&gt;
*[[Shroomish]] (Magma grunt&#039;s)&lt;br /&gt;
*[[Machoke]] (Movers)&lt;br /&gt;
*[[Groudon]] (Fantasy sequence)&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* As with other CoroCoro comic supplements of the 2000&#039;s, the entire manga was printed in a blue monochrome.&lt;br /&gt;
* Ruby is drawn with white hair, visible below his headband when viewed from the back in some panels.&lt;br /&gt;
* Ruby and Sapphire share names with their respective [[Pokemon Adventures]] counterparts.&lt;br /&gt;
* The in-game mother from [[Generation III]] is shown, having a completely different design from her other [[Mom_(Hoenn)#Ruby_.26_Sapphire_chapter|manga]] and [[Caroline|anime]] equivalents.&lt;br /&gt;
* Since a [[Team Magma]] grunt is first encountered in Petalburg Woods, the story is based on that of [[Pokemon Ruby|Pokemon Ruby&#039;s]].&lt;br /&gt;
* The Team Magma grunt uses Shroomish, a grass type Pokémon. This is different from the games where Team Magma grunts use [[Poochyena]], [[Zubat]], or [[Numel]] instead.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
* [http://oouchisuigun.vow.ne.jp/purofil.html Oouchi Suigun&#039;s list of works (Japanese language)]&lt;br /&gt;
&lt;br /&gt;
[[Category:Manga]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Pok%C3%A9mon_Ruby_%26_Sapphire_(CoroCoro_Comic)&amp;diff=3733865</id>
		<title>Pokémon Ruby &amp; Sapphire (CoroCoro Comic)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Pok%C3%A9mon_Ruby_%26_Sapphire_(CoroCoro_Comic)&amp;diff=3733865"/>
		<updated>2023-06-23T21:00:34Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: Further info + scans. Took off spoiler tag since it&amp;#039;s pretty close to game story.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{translated title}}&lt;br /&gt;
[[File:Cover.png|thumb|250px|Manga cover.]]&lt;br /&gt;
(Japanese: &#039;&#039;&#039;ポケットモンスター・ルビー・サファイア&#039;&#039;&#039; &#039;&#039;Pokémon Ruby ・ Sapphire&#039;&#039;) is a one-shot [[Pokémon manga]] created by [[Oouchi Suigun]]. It is based on the introduction of [[Pokémon Ruby]], spanning from the player moving into [[Littleroot Town]] and traversing [[Petalburg Woods]]. This manga was published in the December 2002 issue of [[CoroCoro]] Comics supplement. It has not been republished as a standalone piece, making it among the more obscure [[Pokemon manga]].&lt;br /&gt;
&lt;br /&gt;
==Summary==&lt;br /&gt;
&lt;br /&gt;
The story begins with Ruby and his mother traveling in a moving truck. Ruby has fallen asleep but promptly wakes up once they reach Littleroot Town. He is pleased to see that the new house is a two-story, rushing into his room on the second floor. He shouts happily out the window, scaring the [[Machoke]] that are still moving furniture in. He heads out for a walk and find the laboratory of [[Professor Birch]]. He tries to leave a message but is instead greeted by Sapphire, who introduces herself as the daughter of Professor Birch. Suddenly, they both hear Professor Birch screaming for help. He is attacked by a wild Poochyena and asks Ruby and Sapphire to help by calling out a Pokémon. Ruby chooses a Pokeball which contains Mudkip. It immediately fights off the Poochyena with a [[water gun]]. With Poochyena weakened, Sapphire throws another pokeball and captures it. Professor Birch lets Ruby keep the Mudkip as a gift while Sapphire asks if Ruby would like to have a battle with her. Sapphire sends out her Torchic while Ruby&#039;s Mudkip tries to run away from battle. Despite the type disadvantage, Torchic gains the upper hand by burning the grass Mudkip hid in. Mudkip eventually retaliates with water gun and tackle, narrowly defeating Torchic. Back at the lab, Sapphire opines that Ruby got a lucky start as Professor Birch asks Ruby to show Mudkip to his father [[Norman]].&lt;br /&gt;
&lt;br /&gt;
Ruby takes Mudkip to Norman in Petalburg City. Norman is horrified at the sight of Mudkip, admonishing Ruby for not taking good care of it and disqualifying him as a trainer. Norman angrily remarks that they need to go to a Pokémon Center to heal up Mudkip. Ruby is heartbroken as he sits along a lakeside, thinking about what has just happened. Norman takes Mudkip to Ruby and to his surprise, Mudkip immediately runs up to Ruby. Norman admits he doesn&#039;t know everything about Pokémon but he can tell that Mudkip and Ruby share a good bond with one another. Norman then cheerfully advises Ruby to gather experience by battling several trainers and Pokémon in the woods before having a battle with him in the gym. Ruby, encouraged by this, happily agrees and sets off into the woods with Mudkip.&lt;br /&gt;
&lt;br /&gt;
As Ruby and Mudkip travel in the woods, a [[scientist]] from [[Devon]] jumps out in front of them. He is being chased by [[Team Magma]] and tells Ruby about their plans to revive Groudon.&lt;br /&gt;
A grunt from Team Magma appears and challenges the scientist to a battle. Ruby defends the scientist so the grunt battles him instead. The grunt sends out a Shroomish, which resists Mudkip&#039;s water gun and proceeds to use stun spore against Mudkip. Mudkip is exhausted but ultimately wins by using mud slap to confuse Shroomish, and tackle to finish it off. The grunt runs off with his Shroomish as Ruby heals up Mudkip&#039;s injuries from battle. Ruby proudly declares that his adventure has begun and he will become a champion. Ruby and Mudkip race out of the woods as the scientist from Devon tries catching up to them.&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
[[File:ruby whitehair.jpg|thumb|200px|Ruby facing off Sapphire.]]&lt;br /&gt;
===Humans===&lt;br /&gt;
*[[Brendan|Ruby]]&lt;br /&gt;
*[[May|Sapphire]]&lt;br /&gt;
*[[Mother|Ruby&#039;s Mom]]&lt;br /&gt;
*[[Professor Birch]]&lt;br /&gt;
*[[Norman]]&lt;br /&gt;
*[[Scientist|Devon Scientist]]&lt;br /&gt;
*[[Team Magma|Team Magma Grunt]]&lt;br /&gt;
&lt;br /&gt;
===Pokemon===&lt;br /&gt;
*[[Mudkip]] (Ruby&#039;s)&lt;br /&gt;
*[[Torchic]] (Sapphire&#039;s)&lt;br /&gt;
*[[Poochyena]] (Wild)&lt;br /&gt;
*[[Shroomish]] (Magma grunt&#039;s)&lt;br /&gt;
*[[Machoke]] (Movers)&lt;br /&gt;
*[[Groudon]] (Fantasy sequence)&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* As with other CoroCoro comics supplements of the period, the entire manga was printed in a blue monochrome.&lt;br /&gt;
* Ruby is drawn with white hair, visible below his headband when viewed from the back in some panels.&lt;br /&gt;
* Ruby and Sapphire share names with their respectable [[Pokemon Adventures]] counterparts.&lt;br /&gt;
* The in-game mother from [[Generation III]] is shown, having a completely different design from her [[Caroline|anime equivalent]].&lt;br /&gt;
* Since a [[Team Magma]] grunt is first encountered in Petalburg Woods, the story is based on that of [[Pokemon Ruby|Pokemon Ruby&#039;s]].&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
* [http://oouchisuigun.vow.ne.jp/purofil.html Oouchi Suigun&#039;s list of works (Japanese language)]&lt;br /&gt;
&lt;br /&gt;
[[Category:Manga]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Mom_(Hoenn)&amp;diff=3733860</id>
		<title>Mom (Hoenn)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Mom_(Hoenn)&amp;diff=3733860"/>
		<updated>2023-06-23T20:25:51Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: Nohto in Emerald.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Mom&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;おかあさん&#039;&#039;&#039; &#039;&#039;mother&#039;&#039;) is the [[mother]] of {{ga|Brendan}} or {{ga|May}} and the wife of [[Norman]].&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
In [[Generation III]], the player&#039;s mother helps the player move in, and instructs them to set the [[time]] on the clock upstairs and to make sure that everything is on their desk. When the player comes back downstairs, she will say that [[Norman|the player&#039;s father]] is on TV; however, the player just missed him.&lt;br /&gt;
&lt;br /&gt;
When the player defeats [[Norman]], she will give an [[Amulet Coin]] as a reward.&lt;br /&gt;
&lt;br /&gt;
In Pokémon Ruby and Sapphire, after the player has entered the [[Hall of Fame]], a news report will be on TV. It will announce that a Pokémon is {{pkmn2|roaming}} the Hoenn region, which will be either {{p|Latias}}{{sup/3|Sa}} or {{p|Latios}}{{sup/3|Ru}}. In {{v2|Emerald}}, it will not distinguish which of the [[eon duo]] is the roaming Pokémon, due to static interference. Instead, the player&#039;s mother will ask if the news report was either about a red creature (Latias) or a blue creature (Latios). The one chosen will then roam Hoenn. In Pokémon Omega Ruby and Alpha Sapphire, Latias/Latios is encountered early in the game and no longer roams. Instead, after completing the Delta Episode, she gives the player a [[Latiasite]]{{sup/6|OR}} or [[Latiosite]]{{sup/6|AS}}.&lt;br /&gt;
&lt;br /&gt;
In {{game|Black and White|s 2|Pokémon Black 2 and White 2}}, Norman reveals that he and his family moved to Hoenn from [[Olivine City]].&lt;br /&gt;
&lt;br /&gt;
===Sprites===&lt;br /&gt;
{{incomplete|section|Missing ORAS model}}&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{hoenn color dark}}; background: #{{hoenn color}}; font-size:80%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{hoenn color dark}}; background: #{{hoenn color light}}; width:96px; height:96px&amp;quot;| [[File:Mom Hoenn OD.png]]&lt;br /&gt;
|-&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|000|Pokémon Ruby and Sapphire Versions|Ruby, Sapphire}}, and {{color2|000|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Quotes===&lt;br /&gt;
{{main|Mom (Hoenn)/Quotes}}&lt;br /&gt;
&lt;br /&gt;
===Items given===&lt;br /&gt;
{{itlisth|normal}}&lt;br /&gt;
{{Itemlist|Running Shoes|Given to the player before leaving on the journey|Ru=yes|Sa=yes|E=yes}}&lt;br /&gt;
{{Itemlist|Amulet Coin|Given to the player after defeating [[Norman]]|Ru=yes|Sa=yes|E=yes|OR=yes|AS=yes}}&lt;br /&gt;
{{Itemlist|Latiasite|Given to the player after completing the [[Delta Episode]]|OR=yes}}&lt;br /&gt;
{{Itemlist|Latiosite|Given to the player after completing the [[Delta Episode]]|AS=yes}}&lt;br /&gt;
{{itlistfoot|normal}}&lt;br /&gt;
&lt;br /&gt;
==In the spin-off games==&lt;br /&gt;
===Pokémon Masters EX===&lt;br /&gt;
In [[Pokémon Masters EX]], she is {{mas|Norman}}&#039;s wife and {{mas|Brendan}}&#039;s mother. She is not seen in-game, but she is mentioned in Brendan&#039;s dialogue.&lt;br /&gt;
&lt;br /&gt;
==In the anime==&lt;br /&gt;
[[File:Caroline.png|thumb|250px|Caroline, mother of May]]&lt;br /&gt;
{{main|Caroline}}&lt;br /&gt;
In the [[Pokémon anime]], [[Caroline]], {{an|May}} and [[Max]]&#039;s mother, serves as her counterpart. She was introduced in &#039;&#039;[[AG003|There&#039;s no Place Like Hoenn]]&#039;&#039; and is married to [[Norman]].&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
[[File:Ruby bedroom.png|thumb|200px|Ruby&#039;s mother in Pokémon Adventures]]&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
===={{chap|Ruby &amp;amp; Sapphire}}====&lt;br /&gt;
{{adv|Ruby}}&#039;s mother appears as a recurring character in this chapter. She and her son moved from [[Goldenrod City]] to [[Littleroot Town]] at the beginning of the chapter to live closer to her husband [[Norman]] after he had been appointed as the [[Gym Leader]] of {{ci|Petalburg}}. She was left distraught after Ruby ran away from home soon after their arrival in order to participate in [[Pokémon Contest]]s against his father&#039;s will.&lt;br /&gt;
&lt;br /&gt;
===[[Pokémon_Ruby_%26_Sapphire_(CoroCoro_Comic)|Pokemon Ruby &amp;amp; Sapphire (CoroCoro Comic)]]===&lt;br /&gt;
[[File:Hoenn_mom.jpg|thumb|left|200px|Ruby&#039;s mother in Pokémon Ruby &amp;amp; Sapphire]]&lt;br /&gt;
Ruby&#039;s mother appears at the beginning of this manga, fulfilling the same role from the games. She rides to [[Littleroot Town]] with Ruby in a moving truck and starts to unpack furniture with [[Machoke]].&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* In [[Pokemon Ruby and Sapphire]], a non-player character in [[Petalburg City]] mentions that [[Norman]] and his family are from [[Johto]].  In [[Pokémon Emerald]], the character who said this instead states that the player character&#039;s family moved from somewhere far away. In [[Pokémon Black and White Versions 2|Pokémon Black 2 and White 2]], Norman reveals that he is more specifically from [[Olivine City]]. In some new dialogue from [[Pokémon Omega Ruby and Alpha Sapphire]], the player&#039;s Mom also mentions that they moved from Johto.&lt;br /&gt;
** However, in the [[Pokémon Adventures]] manga, they are from [[Goldenrod City]] instead. This was introduced in the manga prior to the reveal that they are from Olivine City in the games.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
{{NPC|normal|hoenn=yes}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Project CharacterDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Mothers]]&lt;br /&gt;
[[Category:Female characters]]&lt;br /&gt;
[[Category:Ruby and Sapphire characters]]&lt;br /&gt;
[[Category:Emerald characters]]&lt;br /&gt;
[[Category:Omega Ruby and Alpha Sapphire characters]]&lt;br /&gt;
[[Category:Pokémon Adventures characters]]&lt;br /&gt;
&lt;br /&gt;
[[zh:妈妈（丰缘）]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Mom_(Hoenn)&amp;diff=3733857</id>
		<title>Mom (Hoenn)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Mom_(Hoenn)&amp;diff=3733857"/>
		<updated>2023-06-23T20:19:24Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: /* In the manga */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Mom&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;おかあさん&#039;&#039;&#039; &#039;&#039;mother&#039;&#039;) is the [[mother]] of {{ga|Brendan}} or {{ga|May}} and the wife of [[Norman]].&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
In [[Generation III]], the player&#039;s mother helps the player move in, and instructs them to set the [[time]] on the clock upstairs and to make sure that everything is on their desk. When the player comes back downstairs, she will say that [[Norman|the player&#039;s father]] is on TV; however, the player just missed him.&lt;br /&gt;
&lt;br /&gt;
When the player defeats [[Norman]], she will give an [[Amulet Coin]] as a reward.&lt;br /&gt;
&lt;br /&gt;
In Pokémon Ruby and Sapphire, after the player has entered the [[Hall of Fame]], a news report will be on TV. It will announce that a Pokémon is {{pkmn2|roaming}} the Hoenn region, which will be either {{p|Latias}}{{sup/3|Sa}} or {{p|Latios}}{{sup/3|Ru}}. In {{v2|Emerald}}, it will not distinguish which of the [[eon duo]] is the roaming Pokémon, due to static interference. Instead, the player&#039;s mother will ask if the news report was either about a red creature (Latias) or a blue creature (Latios). The one chosen will then roam Hoenn. In Pokémon Omega Ruby and Alpha Sapphire, Latias/Latios is encountered early in the game and no longer roams. Instead, after completing the Delta Episode, she gives the player a [[Latiasite]]{{sup/6|OR}} or [[Latiosite]]{{sup/6|AS}}.&lt;br /&gt;
&lt;br /&gt;
In {{game|Black and White|s 2|Pokémon Black 2 and White 2}}, Norman reveals that he and his family moved to Hoenn from [[Olivine City]].&lt;br /&gt;
&lt;br /&gt;
===Sprites===&lt;br /&gt;
{{incomplete|section|Missing ORAS model}}&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{hoenn color dark}}; background: #{{hoenn color}}; font-size:80%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{hoenn color dark}}; background: #{{hoenn color light}}; width:96px; height:96px&amp;quot;| [[File:Mom Hoenn OD.png]]&lt;br /&gt;
|-&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|000|Pokémon Ruby and Sapphire Versions|Ruby, Sapphire}}, and {{color2|000|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Quotes===&lt;br /&gt;
{{main|Mom (Hoenn)/Quotes}}&lt;br /&gt;
&lt;br /&gt;
===Items given===&lt;br /&gt;
{{itlisth|normal}}&lt;br /&gt;
{{Itemlist|Running Shoes|Given to the player before leaving on the journey|Ru=yes|Sa=yes|E=yes}}&lt;br /&gt;
{{Itemlist|Amulet Coin|Given to the player after defeating [[Norman]]|Ru=yes|Sa=yes|E=yes|OR=yes|AS=yes}}&lt;br /&gt;
{{Itemlist|Latiasite|Given to the player after completing the [[Delta Episode]]|OR=yes}}&lt;br /&gt;
{{Itemlist|Latiosite|Given to the player after completing the [[Delta Episode]]|AS=yes}}&lt;br /&gt;
{{itlistfoot|normal}}&lt;br /&gt;
&lt;br /&gt;
==In the spin-off games==&lt;br /&gt;
===Pokémon Masters EX===&lt;br /&gt;
In [[Pokémon Masters EX]], she is {{mas|Norman}}&#039;s wife and {{mas|Brendan}}&#039;s mother. She is not seen in-game, but she is mentioned in Brendan&#039;s dialogue.&lt;br /&gt;
&lt;br /&gt;
==In the anime==&lt;br /&gt;
[[File:Caroline.png|thumb|250px|Caroline, mother of May]]&lt;br /&gt;
{{main|Caroline}}&lt;br /&gt;
In the [[Pokémon anime]], [[Caroline]], {{an|May}} and [[Max]]&#039;s mother, serves as her counterpart. She was introduced in &#039;&#039;[[AG003|There&#039;s no Place Like Hoenn]]&#039;&#039; and is married to [[Norman]].&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
[[File:Ruby bedroom.png|thumb|200px|Ruby&#039;s mother in Pokémon Adventures]]&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
===={{chap|Ruby &amp;amp; Sapphire}}====&lt;br /&gt;
{{adv|Ruby}}&#039;s mother appears as a recurring character in this chapter. She and her son moved from [[Goldenrod City]] to [[Littleroot Town]] at the beginning of the chapter to live closer to her husband [[Norman]] after he had been appointed as the [[Gym Leader]] of {{ci|Petalburg}}. She was left distraught after Ruby ran away from home soon after their arrival in order to participate in [[Pokémon Contest]]s against his father&#039;s will.&lt;br /&gt;
&lt;br /&gt;
===[[Pokémon_Ruby_%26_Sapphire_(CoroCoro_Comic)|Pokemon Ruby &amp;amp; Sapphire (CoroCoro Comic)]]===&lt;br /&gt;
[[File:Hoenn_mom.jpg|thumb|left|200px|Ruby&#039;s mother in Pokémon Ruby &amp;amp; Sapphire]]&lt;br /&gt;
Ruby&#039;s mother appears at the beginning of this manga, fulfilling the same role from the games. She rides to [[Littleroot Town]] with Ruby in a moving truck and starts to unpack furniture with [[Machoke]].&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* In {{game2|Ruby|Sapphire|Emerald}}, a non-player character in [[Petalburg City]] mentions that [[Norman]] and his family are from [[Johto]]. In [[Pokémon Black and White Versions 2|Pokémon Black 2 and White 2]], Norman reveals that he is more specifically from [[Olivine City]]. In some new dialogue from [[Pokémon Omega Ruby and Alpha Sapphire]], the player&#039;s Mom also mentions that they moved from Johto.&lt;br /&gt;
** However, in the [[Pokémon Adventures]] manga, they are from [[Goldenrod City]] instead. This was introduced in the manga prior to the reveal that they are from Olivine City in the games.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
{{NPC|normal|hoenn=yes}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Project CharacterDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Mothers]]&lt;br /&gt;
[[Category:Female characters]]&lt;br /&gt;
[[Category:Ruby and Sapphire characters]]&lt;br /&gt;
[[Category:Emerald characters]]&lt;br /&gt;
[[Category:Omega Ruby and Alpha Sapphire characters]]&lt;br /&gt;
[[Category:Pokémon Adventures characters]]&lt;br /&gt;
&lt;br /&gt;
[[zh:妈妈（丰缘）]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=May_(game)&amp;diff=3733854</id>
		<title>May (game)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=May_(game)&amp;diff=3733854"/>
		<updated>2023-06-23T19:29:54Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: Original concept sketch sheet photo. Will keep alongside &amp;#039;enhanced&amp;#039; version for time-being.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CharInfobox&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|corecolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|name=May&lt;br /&gt;
|jname=ハルカ&lt;br /&gt;
|tmname=Haruka&lt;br /&gt;
|text=white&lt;br /&gt;
|image=Omega Ruby Alpha Sapphire May.png&lt;br /&gt;
|size=180px&lt;br /&gt;
|caption=Art from [[Pokémon Omega Ruby and Alpha Sapphire]]&lt;br /&gt;
|gender=Female&lt;br /&gt;
|hometown=[[Littleroot Town]] (originally [[Olivine City]] if chosen by the player)&lt;br /&gt;
|region=[[Hoenn]] (originally [[Johto]] if chosen by the player)&lt;br /&gt;
|relatives=[[Norman]], {{ho|Mom}} (as player)&amp;lt;br&amp;gt;[[Professor Birch]], unnamed mother, younger brother{{sup/3|E}} (as rival)&lt;br /&gt;
|age=yes&lt;br /&gt;
|years=12 (as rival){{sup/6|ORAS}}&amp;lt;ref&amp;gt;{{g|Omega Ruby and Alpha Sapphire}}: &#039;&#039;Her name is May, &#039;&#039;&#039;aged 12&#039;&#039;&#039;, a Trainer from Littleroot Town.&#039;&#039; - {{DL|TV Mauville|Hoenn News Network}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|colors=yes&lt;br /&gt;
|eyes=Blue&lt;br /&gt;
|hair=Light brown&lt;br /&gt;
|trainer=yes&lt;br /&gt;
|trainerclass=[[Pokémon Trainer]], [[player character]]&lt;br /&gt;
|game=yes&lt;br /&gt;
|generation={{Gen|III}}, {{Gen|VI}}&lt;br /&gt;
|games={{3v2|Ruby|Sapphire|Emerald}}&amp;lt;br&amp;gt;{{pkmn|Omega Ruby and Alpha Sapphire}}, {{pkmn|Masters EX}}&lt;br /&gt;
|leader=no&lt;br /&gt;
|anime=counterpart&lt;br /&gt;
|animecounterpart={{an|May}}&lt;br /&gt;
|epnum=AG001&lt;br /&gt;
|epname=Get the Show on the Road!&lt;br /&gt;
|manga=counterpart&lt;br /&gt;
|mangacounterpart={{adv|Sapphire}}, {{OBP|Sapphire|Ruby-Sapphire}}&lt;br /&gt;
|roundnum=PS182&lt;br /&gt;
|roundname=VS. Mightyena&lt;br /&gt;
|gameanim=yes&lt;br /&gt;
|pv=yes&lt;br /&gt;
|pvnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|pvname=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|envagame=Deneen Melody&amp;lt;ref name=&amp;quot;Deneen Melody&amp;quot;&amp;gt;[https://www.deneenmelody.com/ Deneen Melody | Voice Actor]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Unknown &amp;lt;small&amp;gt;({{pkmn|Evolutions}})&amp;lt;/small&amp;gt;&lt;br /&gt;
|javagame=[[Kana Hanazawa]] &amp;lt;small&amp;gt;([[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer|ORAS Trailer]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Ai Nonaka&amp;lt;ref name=&amp;quot;Ai Nonaka&amp;quot;&amp;gt;[https://twitter.com/pokemas_game/status/1349600886012698624 Pokémon Masters Official Japanese profile on Twitter]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Hina Natsume &amp;lt;small&amp;gt;({{pkmn|Evolutions}})&amp;lt;/small&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;May&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ハルカ&#039;&#039;&#039; &#039;&#039;Haruka&#039;&#039;) is the female choice for the [[player character]] in {{game2|Ruby|Sapphire|Emerald}} and their [[Generation VI]] remakes, [[Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire]]. She also serves as the [[rival]] in the same games if the player chooses to play as her male counterpart, {{ga|Brendan}}.&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
===As the protagonist===&lt;br /&gt;
If May is selected as the player character, she starts her {{pkmn|journey}} moving from her home in [[Johto]] to her new home in the town of {{to|Littleroot}} in [[Hoenn]]. After saving [[Professor Birch]] from a [[wild Pokémon]], she is given one of the three starters of the Hoenn [[region]]. May develops a close bond with {{ga|Brendan}}, and eventually [[Wally]], who both act as her rivals. May goes on to gather the eight Badges of Hoenn, stop the plans of [[Team Aqua]]{{sup/3|Sa}}{{sup/3|E}}{{sup/6|AS}}/[[Team Magma]]{{sup/3|Ru}}{{sup/3|E}}{{sup/6|OR}} and conquer the Pokémon League all before going off to face the {{gdis|Battle Frontier|III}}{{sup/3|E}}/[[Battle Maison]]{{sup/6|ORAS}}.&lt;br /&gt;
&lt;br /&gt;
===As a non-playable character===&lt;br /&gt;
If May is not selected as the player, she is helping her dad finish the Hoenn [[Pokédex]] and becoming a Pokémon Professor. She is also the player&#039;s rival and friend. Along with Brendan (when playing as May), they are the only rivals unavailable for battle after entering the [[Hall of Fame]]. Additionally, they both are the only ones to not [[evolution|evolve]] their starter Pokémon into its final form, except for in Omega Ruby and Alpha Sapphire, where their starters have been fully evolved by the battle that takes place at [[Lilycove City]].&lt;br /&gt;
&lt;br /&gt;
===={{DL|PokéNav|Trainer&#039;s Eyes}}/{{DL|PokéNav|Match Call}}====&lt;br /&gt;
{{incomplete|section|needs=RSORAS information}}&lt;br /&gt;
&#039;&#039;&#039;Rad Neighbor May&#039;&#039;&#039;{{sup/3|E}}&lt;br /&gt;
:&#039;&#039;&#039;Strategy&#039;&#039;&#039;&lt;br /&gt;
:I&#039;m not so good at battles.&lt;br /&gt;
:&#039;&#039;&#039;Trainer&#039;s Pokémon&#039;&#039;&#039;&lt;br /&gt;
:I&#039;ll use any Pokémon!&lt;br /&gt;
:&#039;&#039;&#039;Self-Introduction&#039;&#039;&#039;&lt;br /&gt;
:My Pokémon and I help my father&#039;s research.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
=====Pokémon Ruby and Sapphire=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Splash|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Rollout|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Stun Spore|move2type=Grass&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Focus Energy|move1type=Normal&lt;br /&gt;
|move2=Ember|move2type=Fire&lt;br /&gt;
|move3=Double Kick|move3type=Fighting&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Stun Spore|move2type=Grass&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Tackle|move2type=Normal&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Water Gun|move1type=Water&lt;br /&gt;
|move2=Bide|move2type=Normal&lt;br /&gt;
|move3=Mud Shot|move3type=Ground&lt;br /&gt;
|move4=Foresight|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Splash|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Rollout|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Tackle|move2type=Normal&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Quick Attack|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rollout|move1type=Rock&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Ground|ability=Oblivious&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Mud Sport|move2type=Ground&lt;br /&gt;
|move3=Foresight|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rollout|move1type=Rock&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass&lt;br /&gt;
|move2=Screech|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle (optional)======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Mist|move1type=Ice&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Amnesia|move1type=Psychic&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Mud Sport|move2type=Ground&lt;br /&gt;
|move3=Foresight|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Amnesia|move1type=Psychic&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Mist|move1type=Ice&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass&lt;br /&gt;
|move2=Screech|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Pokémon Emerald=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle (optional)======&lt;br /&gt;
If the player never uses the Rustburo City PokéCenter and blacks out during a wild Pokémon encounter after rescuing Peeko, they will encounter May on {{rt|104|Hoenn}} when going to Mr. Briney&#039;s home.&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=270&lt;br /&gt;
|pokemon=Lotad&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Ember|move4type=Fire}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=324&lt;br /&gt;
|pokemon=Torkoal&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=White Smoke&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Curse|move3type=???}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Mud-Slap|move2type=Ground&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Bide|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Quick Attack|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=271&lt;br /&gt;
|pokemon=Lombre&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|move1=Focus Energy|move1type=Normal&lt;br /&gt;
|move2=Ember|move2type=Fire&lt;br /&gt;
|move3=Double Kick|move3type=Fighting&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=271&lt;br /&gt;
|pokemon=Lombre&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Yawn|move1type=Normal&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Ember|move3type=Fire&lt;br /&gt;
|move4=Rock Throw|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|move1=Water Gun|move1type=Water&lt;br /&gt;
|move2=Bide|move2type=Normal&lt;br /&gt;
|move3=Mud Shot|move3type=Ground&lt;br /&gt;
|move4=Foresight|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Yawn|move1type=Normal&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Ember|move3type=Fire&lt;br /&gt;
|move4=Rock Throw|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Quick Attack|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=279&lt;br /&gt;
|pokemon=Pelipper&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Wing Attack|move1type=Flying&lt;br /&gt;
|move2=Supersonic|move2type=Normal&lt;br /&gt;
|move3=Mist|move3type=Ice&lt;br /&gt;
|move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=271&lt;br /&gt;
|pokemon=Lombre&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Nature Power|move2type=Normal&lt;br /&gt;
|move3=Fake Out|move3type=Normal&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Peck|move2type=Flying&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Bulk Up|move4type=Fighting}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald|&lt;br /&gt;
|ndex=271|&lt;br /&gt;
|pokemon=Lombre|&lt;br /&gt;
|gender=female|&lt;br /&gt;
|level=29|&lt;br /&gt;
|ability=Swift Swim|&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Nature Power|move2type=Normal&lt;br /&gt;
|move3=Fake Out|move3type=Normal&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden|move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Foresight|move2type=Normal&lt;br /&gt;
|move3=Mud Sport|move3type=Ground&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden|move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald|&lt;br /&gt;
|ndex=271|&lt;br /&gt;
|pokemon=Lombre|&lt;br /&gt;
|gender=female|&lt;br /&gt;
|level=29|&lt;br /&gt;
|ability=Swift Swim|&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Nature Power|move2type=Normal&lt;br /&gt;
|move3=Fake Out|move3type=Normal&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|move1=Fury Cutter|move1type=Bug&lt;br /&gt;
|move2=Pursuit|move2type=Dark&lt;br /&gt;
|move3=Screech|move3type=Normal&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fifth battle (optional)======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=357&lt;br /&gt;
|pokemon=Tropius&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Chlorophyll&lt;br /&gt;
|type1=Grass|type2=Flying&lt;br /&gt;
|move1=Stomp|move1type=Normal&lt;br /&gt;
|move2=Sweet Scent||move2type=Normal&lt;br /&gt;
|move3=Whirlwind|move3type=Normal&lt;br /&gt;
|move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=279&lt;br /&gt;
|pokemon=Pelipper&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Wing Attack|move1type=Flying&lt;br /&gt;
|move2=Supersonic|move2type=Normal&lt;br /&gt;
|move3=Mist|move3type=Ice&lt;br /&gt;
|move4=Protect|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=272&lt;br /&gt;
|pokemon=Ludicolo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|move1=Peck|move1type=Flying&lt;br /&gt;
|move2=Sand-Attack|move2type=Ground&lt;br /&gt;
|move3=Bulk Up|move3type=Fighting&lt;br /&gt;
|move4=Quick Attack|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=357&lt;br /&gt;
|pokemon=Tropius&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Chlorophyll&lt;br /&gt;
|type1=Grass|type2=Flying&lt;br /&gt;
|move1=Stomp|move1type=Normal&lt;br /&gt;
|move2=Sweet Scent|move2type=Normal&lt;br /&gt;
|move3=Whirlwind|move3type=Normal&lt;br /&gt;
|move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=272&lt;br /&gt;
|pokemon=Ludicolo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden|move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Foresight|move2type=Normal&lt;br /&gt;
|move3=Mud Sport|move3type=Ground&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=357&lt;br /&gt;
|pokemon=Tropius&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Chlorophyll&lt;br /&gt;
|type1=Grass|type2=Flying&lt;br /&gt;
|move1=Stomp|move1type=Normal&lt;br /&gt;
|move2=Sweet Scent|move2type=Normal&lt;br /&gt;
|move3=Whirlwind|move3type=Normal&lt;br /&gt;
|move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden||move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=279&lt;br /&gt;
|pokemon=Pelipper&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Wing Attack|move1type=Flying&lt;br /&gt;
|move2=Supersonic|move2type=Normal&lt;br /&gt;
|move3=Mist|move3type=Ice&lt;br /&gt;
|move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|move1=Fury Cutter|move1type=Bug&lt;br /&gt;
|move2=Pursuit|move2type=Dark&lt;br /&gt;
|move3=Screech|move3type=Normal&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Pokémon Omega Ruby and Alpha Sapphire=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Alpha Sapphire&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Alpha Sapphire&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Alpha Sapphire&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Gun|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Rollout|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Whirlpool|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Astonish|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Stun Spore|move1type=Grass|move1cat=Status&lt;br /&gt;
|move2=Leech Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Mega Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Headbutt|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Sand Attack|move1type=Ground|move1cat=Status&lt;br /&gt;
|move2=Peck|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Double Kick|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Flame Charge|move4type=Fire|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Stun Spore|move1type=Grass|move1cat=Status&lt;br /&gt;
|move2=Leech Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Mega Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Headbutt|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Ember|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Throw|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Harden|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Incinerate|move4type=Fire|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud-Slap|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Foresight|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Mud Bomb|move3type=Ground|move3cat=Special&lt;br /&gt;
|move4=Bide|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Ember|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Throw|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Harden|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Incinerate|move4type=Fire|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Gun|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Rollout|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Whirlpool|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Astonish|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Quick Attack|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Mega Drain|move2type=Grass|move2cat=Special&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Pursuit|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======[[Multi Battle]] with the {{player}}======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Whirlpool|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Astonish|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Water Pulse|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Mist|move4type=Ice|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Headbutt|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Poison Powder|move3type=Poison|move3cat=Status&lt;br /&gt;
|move4=Worry Seed|move4type=Grass|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Peck|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Double Kick|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Flame Charge|move3type=Fire|move3cat=Physical&lt;br /&gt;
|move4=Quick Attack|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Headbutt|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Poison Powder|move3type=Poison|move3cat=Status&lt;br /&gt;
|move4=Worry Seed|move4type=Grass|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Harden|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Incinerate|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Clear Smog|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Ancient Power|move4type=Rock|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Foresight|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Mud Shot|move2type=Ground|move2cat=Special&lt;br /&gt;
|move3=Bide|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Mud Bomb|move4type=Ground|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Harden|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Incinerate|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Clear Smog|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Ancient Power|move4type=Rock|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Whirlpool|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Astonish|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Water Pulse|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Mist|move4type=Ice|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Fury Cutter|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Pursuit|move3type=Dark|move3cat=Physical&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Pulse|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Mist|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Brine|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Poison Powder|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Worry Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Giga Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Growth|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Flame Charge|move2type=Fire|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Bulk Up|move4type=Fighting|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Poison Powder|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Worry Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Giga Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Growth|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Clear Smog|move1type=Poison|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Flame Burst|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Bide|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Mud Bomb|move2type=Ground|move2cat=Special&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Protect|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Clear Smog|move1type=Poison|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Flame Burst|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Pulse|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Mist|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Brine|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pursuit|move1type=Dark|move1cat=Physical&lt;br /&gt;
|move2=Leaf Blade|move2type=Grass|move2cat=Physical&lt;br /&gt;
|move3=Agility|move3type=Psychic|move3cat=Status&lt;br /&gt;
|move4=Slam|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rest|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Brine|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Water Spout|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Counter|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Mach Punch|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Force Palm|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Mind Reader|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=257&lt;br /&gt;
|pokemon=Blaziken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Quick Attack|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting|move2cat=Status&lt;br /&gt;
|move3=Blaze Kick|move3type=Fire|move3cat=Physical&lt;br /&gt;
|move4=Focus Energy|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Counter|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Mach Punch|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Force Palm|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Mind Reader|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Flame Burst|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Lava Plume|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=260&lt;br /&gt;
|pokemon=Swampert&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Bomb|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Protect|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Muddy Water|move4type=Water|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Flame Burst|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Lava Plume|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rest|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Brine|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Water Spout|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=254&lt;br /&gt;
|pokemon=Sceptile&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Agility|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Slam|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Dual Chop|move3type=Dragon|move3cat=Physical&lt;br /&gt;
|move4=Detect|move4type=Fighting|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fifth battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Surf|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Heavy Slam|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Bulldoze|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Seed Bomb|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Force Palm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Venoshock|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Rock Tomb|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=257&lt;br /&gt;
|pokemon=Blaziken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|held=Blazikenite&lt;br /&gt;
|move1=Blaze Kick|move1type=Fire|move1cat=Physical&lt;br /&gt;
|move2=Brick Break|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Shadow Claw|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Seed Bomb|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Force Palm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Venoshock|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Rock Tomb|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Earth Power|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Lava Plume|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Body Slam|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=260&lt;br /&gt;
|pokemon=Swampert&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|held=Swampertite&lt;br /&gt;
|move1=Earthquake|move1type=Ground|move1cat=Physical&lt;br /&gt;
|move2=Muddy Water|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Brick Break|move4type=Fighting|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Earth Power|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Lava Plume|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Body Slam|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Surf|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Heavy Slam|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Bulldoze|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=254&lt;br /&gt;
|pokemon=Sceptile&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|held=Sceptilite&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=X-Scissor|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Dual Chop|move3type=Dragon|move3cat=Physical&lt;br /&gt;
|move4=Night Slash|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Battle Maison Multi Battle======&lt;br /&gt;
May will always use these two Pokémon as the player&#039;s Multi Battle Partner.&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Battle Maison&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|held=Light Clay&lt;br /&gt;
|move1=Light Screen|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Reflect|move2type=Psychic|move2cat=Status&lt;br /&gt;
|move3=Earth Power|move3type=Ground|move3cat=Special&lt;br /&gt;
|move4=Psychic|move4type=Psychic|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=295&lt;br /&gt;
|pokemon=Exploud&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Soundproof&lt;br /&gt;
|held=Assault Vest&lt;br /&gt;
|move1=Hyper Voice|move1type=Normal|move1cat=Special&lt;br /&gt;
|move2=Fire Blast|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Blizzard|move3type=Ice|move3cat=Special&lt;br /&gt;
|move4=Shadow Ball|move4type=Ghost|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
==In the spin-off games==&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
{{main|May (Masters)}}&lt;br /&gt;
May forms a [[sync pair]] with {{p|Mudkip}} and its evolved forms {{p|Marshtomp}} and {{p|Swampert}} in [[Pokémon Masters EX]]. She can also partner up with {{p|Lopunny}}, {{p|Latias}}, {{p|Blaziken}}, or {{p|Wailmer}}. Aside from Wailmer, each of her fully evolved sync partners is capable of [[Mega Evolution|Mega Evolving]].&lt;br /&gt;
&lt;br /&gt;
===[[Pokémon GO]]===&lt;br /&gt;
{{main|Style (GO)}}&lt;br /&gt;
For the start of Pokémon GO Tour: Hoenn, May&#039;s outfit from {{g|Omega Ruby and Alpha Sapphire}} was released as free style options in [[Pokémon GO]].&lt;br /&gt;
&lt;br /&gt;
===Anime-based games===&lt;br /&gt;
:&#039;&#039;Main article: [[May (anime)#In the spin-off games|May (anime) → In the spin-off games]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{an|May|May&#039;s anime counterpart}} appears in some spin-off anime-based games.&lt;br /&gt;
&lt;br /&gt;
==Quotes==&lt;br /&gt;
{{main|May (game)/Quotes}}&lt;br /&gt;
&lt;br /&gt;
==Optional names==&lt;br /&gt;
In the game, two of the optional names—one in Ruby and one in Sapphire—refer to &amp;quot;land&amp;quot; and &amp;quot;sea&amp;quot; respectively. In the English version, these are &#039;&#039;&#039;Terra&#039;&#039;&#039; and &#039;&#039;&#039;Mar&#039;&#039;&#039;ina; in the Japanese version, ムツミ &#039;&#039;&#039;&#039;&#039;Mutsu&#039;&#039;&#039;mi&#039;&#039; and ナミ &#039;&#039;&#039;&#039;&#039;Nami&#039;&#039;&#039;&#039;&#039; (陸 &#039;&#039;mutsu&#039;&#039; means land and 波 &#039;&#039;nami&#039;&#039; means a wave of water). This is also the case in other languages. Unlike Brendan&#039;s name list, none of the three shared names correspond to this theme. &amp;lt;!--Nicola is probably &amp;quot;coal&amp;quot; (the Japanese names aren&#039;t direct references, either), but that could be a coincidence.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In Emerald, if the player leaves the name writing screen without any written name, or with a name composed entirely of empty spaces, Professor Birch says &amp;quot;So it&#039;s &amp;lt;optional name&amp;gt;?&amp;quot;, suggesting one of the 20 available names. The player may answer &amp;quot;Yes&amp;quot; to accept the suggested name, or &amp;quot;No&amp;quot; to return to the name writing screen.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background:#{{sapphire color light}}; border:3px solid #{{sapphire color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! Game&lt;br /&gt;
! Japanese&lt;br /&gt;
! English&lt;br /&gt;
! French&lt;br /&gt;
! German&lt;br /&gt;
! Italian&lt;br /&gt;
! Spanish&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Ruby&lt;br /&gt;
|&amp;lt;ab&amp;gt;ムツミ &#039;&#039;Mutsumi&#039;&#039;&lt;br /&gt;
アイコ &#039;&#039;Aiko&#039;&#039;&lt;br /&gt;
マキコ &#039;&#039;Makiko&#039;&#039;&lt;br /&gt;
キョウコ &#039;&#039;Kyōko&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Terra&lt;br /&gt;
Kimmy&lt;br /&gt;
Nicola&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Solene&lt;br /&gt;
Agnes&lt;br /&gt;
Claire&lt;br /&gt;
Sophie&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Petra&lt;br /&gt;
Tanja&lt;br /&gt;
Andrea&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Teresa&lt;br /&gt;
Annie&lt;br /&gt;
Elisa&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Teresa&lt;br /&gt;
Raquel&lt;br /&gt;
Mariau&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Sapphire&lt;br /&gt;
|&amp;lt;ab&amp;gt;ナミ &#039;&#039;Nami&#039;&#039;&lt;br /&gt;
アイコ &#039;&#039;Aiko&#039;&#039;&lt;br /&gt;
マキコ &#039;&#039;Makiko&#039;&#039;&lt;br /&gt;
キョウコ &#039;&#039;Kyōko&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marina&lt;br /&gt;
Kimmy&lt;br /&gt;
Nicola&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marine&lt;br /&gt;
Agnes&lt;br /&gt;
Claire&lt;br /&gt;
Sophie&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Martina&lt;br /&gt;
Tanja&lt;br /&gt;
Andrea&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marina&lt;br /&gt;
Annie&lt;br /&gt;
Elisa&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marina&lt;br /&gt;
Raquel&lt;br /&gt;
Mariau&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Emerald&lt;br /&gt;
|&amp;lt;ab&amp;gt;アイコ &#039;&#039;Aiko&#039;&#039;&lt;br /&gt;
アヤナ &#039;&#039;Ayana&#039;&#039;&lt;br /&gt;
アン &#039;&#039;Ann&#039;&#039;&lt;br /&gt;
エミィ &#039;&#039;Emy&#039;&#039;&lt;br /&gt;
カオリ &#039;&#039;Kaori&#039;&#039;&lt;br /&gt;
カレン &#039;&#039;Karen&#039;&#039;&lt;br /&gt;
キョウコ &#039;&#039;Kyōko&#039;&#039;&lt;br /&gt;
サエ &#039;&#039;Sae&#039;&#039;&lt;br /&gt;
スイ &#039;&#039;Sui&#039;&#039;&lt;br /&gt;
ジュリ &#039;&#039;Juri&#039;&#039;&lt;br /&gt;
チエミ &#039;&#039;Chiemi&#039;&#039;&lt;br /&gt;
チヨコ &#039;&#039;Chiyoko&#039;&#039;&lt;br /&gt;
テルコ &#039;&#039;Teruko&#039;&#039;&lt;br /&gt;
ナナエ &#039;&#039;Nanae&#039;&#039;&lt;br /&gt;
ヒナ &#039;&#039;Hina&#039;&#039;&lt;br /&gt;
マキコ &#039;&#039;Makiko&#039;&#039;&lt;br /&gt;
ミサコ &#039;&#039;Misako&#039;&#039;&lt;br /&gt;
ムツミ &#039;&#039;Mutsumi&#039;&#039;&lt;br /&gt;
モニカ &#039;&#039;Monica&#039;&#039;&lt;br /&gt;
ユウメ &#039;&#039;Yūme&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Kimmy&lt;br /&gt;
Tiara&lt;br /&gt;
Bella&lt;br /&gt;
Jayla&lt;br /&gt;
Allie&lt;br /&gt;
Lianna&lt;br /&gt;
Sara&lt;br /&gt;
Monica&lt;br /&gt;
Camila&lt;br /&gt;
Aubree&lt;br /&gt;
Ruthie&lt;br /&gt;
Hazel&lt;br /&gt;
Nadine&lt;br /&gt;
Tanja&lt;br /&gt;
Yasmin&lt;br /&gt;
Nicola&lt;br /&gt;
Lillie&lt;br /&gt;
Terra&lt;br /&gt;
Lucy&lt;br /&gt;
Halie&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Agnes&lt;br /&gt;
Ariane&lt;br /&gt;
Bella&lt;br /&gt;
Maeva&lt;br /&gt;
Pauline&lt;br /&gt;
Cindy&lt;br /&gt;
Sophie&lt;br /&gt;
Monica&lt;br /&gt;
Cathy&lt;br /&gt;
Fanny&lt;br /&gt;
Roxane&lt;br /&gt;
Edith&lt;br /&gt;
Nadine&lt;br /&gt;
Tania&lt;br /&gt;
Janyce&lt;br /&gt;
Claire&lt;br /&gt;
Lilly&lt;br /&gt;
Solene&lt;br /&gt;
Cynthia&lt;br /&gt;
Maud&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Tanja&lt;br /&gt;
Mirjam&lt;br /&gt;
Martina&lt;br /&gt;
Jamie&lt;br /&gt;
Carolin&lt;br /&gt;
Simone&lt;br /&gt;
Sara&lt;br /&gt;
Claudia&lt;br /&gt;
Jasmin&lt;br /&gt;
Denise&lt;br /&gt;
Katrin&lt;br /&gt;
Kerstin&lt;br /&gt;
Svenja&lt;br /&gt;
Beate&lt;br /&gt;
Meike&lt;br /&gt;
Andrea&lt;br /&gt;
Eva&lt;br /&gt;
Petra&lt;br /&gt;
Gabi&lt;br /&gt;
Nadine&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Annie&lt;br /&gt;
Catia&lt;br /&gt;
Bella&lt;br /&gt;
Paola&lt;br /&gt;
Luisa&lt;br /&gt;
Grazia&lt;br /&gt;
Sara&lt;br /&gt;
Monica&lt;br /&gt;
Marta&lt;br /&gt;
Pia&lt;br /&gt;
Rita&lt;br /&gt;
Erica&lt;br /&gt;
Rosa&lt;br /&gt;
Melissa&lt;br /&gt;
Marina&lt;br /&gt;
Elisa&lt;br /&gt;
Lina&lt;br /&gt;
Teresa&lt;br /&gt;
Lucetta&lt;br /&gt;
Lucia&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Raquel&lt;br /&gt;
Elena&lt;br /&gt;
Palma&lt;br /&gt;
Lara&lt;br /&gt;
Carlota&lt;br /&gt;
Mona&lt;br /&gt;
Sara&lt;br /&gt;
Daniela&lt;br /&gt;
Olimpia&lt;br /&gt;
Marcela&lt;br /&gt;
Roberta&lt;br /&gt;
Arancha&lt;br /&gt;
Julieta&lt;br /&gt;
Noelia&lt;br /&gt;
Lucita&lt;br /&gt;
Mariau&lt;br /&gt;
Paola&lt;br /&gt;
Teresa&lt;br /&gt;
Nuria&lt;br /&gt;
Lina&amp;lt;/ab&amp;gt;&lt;br /&gt;
|}{{-}}&lt;br /&gt;
&lt;br /&gt;
==Counterparts==&lt;br /&gt;
[[File:May DP series.png|thumb|250px|May in the {{pkmn|anime}}]]&lt;br /&gt;
===In the anime===&lt;br /&gt;
====Main series====&lt;br /&gt;
{{main|May (anime)}}&lt;br /&gt;
In the anime, May was a [[Pokémon Coordinator]] and one of {{Ash}}&#039;s {{ashfr|traveling companion}} throughout &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;. She also reappeared for the [[Wallace Cup]] arc in &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
====Pokémon Omega Ruby and Alpha Sapphire Animated Trailer====&lt;br /&gt;
{{MissingInfo|1|enva}}&lt;br /&gt;
[[File:May ORAS Trailer.png|thumb|left|250px|May in the animated trailer]]&lt;br /&gt;
[[File:Contest May ORAS Trailer.png|thumb|250px|May in a Contest]]&lt;br /&gt;
May appeared in the [[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer]]. She was first seen in [[Littleroot Town]]. She was then surrounded by two {{p|Wurmple}}, a {{p|Silcoon}}, {{p|Cascoon}}, and {{p|Shroomish}} in which Torchic used a Fire-type move to scare them off. May arrived in the [[Rustboro Gym]], where she had a [[Gym]] {{pkmn|battle}} against [[Roxanne]] and her {{TP|Roxanne|Nosepass}}. During the battle, Mudkip evolved into Marshtomp.&lt;br /&gt;
&lt;br /&gt;
Sometime after the battle, she participated in a {{pkmn|Contest|Pokémon Contest Spectacular}} with her {{p|Altaria}} and {{p|Audino}} and then was [[soaring in the sky]] with her Mega {{p|Latias}} alongside {{ga|Brendan}} and his Mega {{p|Latios}}.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Swampert ↔ Mega Swampert&lt;br /&gt;
|stage1=Mudkip&lt;br /&gt;
|stage2=Marshtomp&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=May Mudkip ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mudkip&lt;br /&gt;
|img2=May {{#switch: {{#expr: {{#time: U}} mod 2}}|0=Marshtomp|1=Swampert}} ORAS Trailer.png&lt;br /&gt;
|cap2=May&#039;s {{#switch: {{#expr: {{#time: U}} mod 2}}|0=Marshtomp|1=Swampert}}&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Swampert}} is May&#039;s first known Pokémon. It first appeared as a {{p|Mudkip}} by May&#039;s house. It battled against [[Roxanne&#039;s Nosepass]] and evolved into {{p|Marshtomp}} midway. It was later revealed to have evolved into a Swampert.&lt;br /&gt;
&lt;br /&gt;
None of Swampert&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Blaziken ↔ Mega Blaziken&lt;br /&gt;
|stage1=Torchic&lt;br /&gt;
|stage2=Combusken&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|img=May Torchic ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Torchic&lt;br /&gt;
|img2=May Blaziken ORAS Trailer.png&lt;br /&gt;
|cap2=May&#039;s Blaziken&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Blaziken}} is May&#039;s second known Pokémon. It first appeared as a {{p|Torchic}} by May&#039;s house. It battled against two {{p|Wurmple}}, a {{p|Silcoon}}, {{p|Cascoon}}, and {{p|Shroomish}}. Torchic was later revealed to have evolved into a {{p|Combusken}} and then into Blaziken.&lt;br /&gt;
&lt;br /&gt;
Blaziken&#039;s known moves are {{m|Ember}} and {{m|Blaze Kick}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Altaria ↔ Mega Altaria&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=Mega Altaria ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mega Altaria&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Altaria}} is May&#039;s third known Pokémon. It was only seen in its Mega Evolved form participating in a {{pkmn|Contest|Pokémon Contest Spectacular}} alongside May and Audino.&lt;br /&gt;
&lt;br /&gt;
None of Altaria&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Audino ↔ Mega Audino&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|img=Mega Audino ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mega Audino&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Audino}} is May&#039;s fourth known Pokémon. It was only seen in its Mega Evolved form participating in a {{pkmn|Contest|Pokémon Contest Spectacular}} alongside May and Altaria.&lt;br /&gt;
&lt;br /&gt;
None of Audino&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Latias ↔ Mega Latias&lt;br /&gt;
|gender=female&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Mega Latias ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mega Latias&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Latias}} May&#039;s fifth known Pokémon. She was only seen in her Mega Evolved form [[soaring in the sky]] along with {{ga|Brendan}}&#039;s Mega {{p|Latios}}.&lt;br /&gt;
&lt;br /&gt;
None of Latias&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
=====Voice actors=====&lt;br /&gt;
{{vatable|color={{sapphire color}}|bordercolor={{sapphire color light}}&lt;br /&gt;
|ja=花澤香菜 &#039;&#039;[[Kana Hanazawa]]&#039;&#039;&lt;br /&gt;
|en=}}&lt;br /&gt;
&lt;br /&gt;
====GOTCHA!====&lt;br /&gt;
May briefly appeared in [[GOTCHA!]].&lt;br /&gt;
&lt;br /&gt;
====Pokémon Evolutions====&lt;br /&gt;
[[File:May Evolutions.png|thumb|250px|May in [[Pokémon Evolutions]]]]&lt;br /&gt;
May appeared in &#039;&#039;[[PE06|The Wish]]&#039;&#039;. She arrived at the [[Sky Pillar]], where [[Zinnia]] led her to the top of the tower while reciting the lore of the [[Draconid people]]. At the summit, Zinnia summoned {{p|Rayquaza}} to save [[Hoenn]] from a [[Grand Meteor Delta|giant meteorite]], only to discover that Rayquaza had lost its ability to [[Mega Evolution|Mega Evolve]]. When May&#039;s [[Meteorite]] reacted to Rayquaza, she fed it to the [[Legendary Pokémon]], restoring its ability to Mega Evolve. May then battled against Rayquaza and managed to {{pkmn2|caught|catch}} it. Afterwards, Zinnia challenged May to a {{pkmn|battle}} as her final duty as the Draconid Lorekeeper.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Latios&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=May Latios Evolutions.png&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc={{p|Latios}} is May&#039;s first known Pokémon. She used him to fly to the [[Sky Pillar]].&lt;br /&gt;
&lt;br /&gt;
None of Latios&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Aggron&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Rock&lt;br /&gt;
|img=May Aggron Evolutions.png&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|vajp=Shogo Sakata&lt;br /&gt;
|desc={{p|Aggron}} is May&#039;s second known Pokémon. She used it to battle {{p|Rayquaza}}, but recalled it when it failed to hit the [[Legendary Pokémon]].&lt;br /&gt;
&lt;br /&gt;
Aggron&#039;s only known move is {{m|Stone Edge}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Altaria &lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=May Altaria Evolutions.png&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc=Altaria is May&#039;s third known Pokémon. She used it to battle {{p|Rayquaza}}, but it was defeated.&lt;br /&gt;
&lt;br /&gt;
Altaria&#039;s only known move is {{m|Dragon Pulse}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Swampert ↔ Mega Swampert&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=May Mega Swampert Evolutions.png&lt;br /&gt;
|cap=May&#039;s Mega Swampert&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc={{p|Swampert}} is May&#039;s fourth known Pokémon, and is capable of [[Mega Evolution|Mega Evolving]]. She used it to battle {{p|Rayquaza}}, managing to weaken it enough for her to catch it.&lt;br /&gt;
&lt;br /&gt;
Swampert&#039;s only known move is {{m|Ice Punch}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Rayquaza ↔ Mega Rayquaza&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=May Rayquaza Evolutions.png&lt;br /&gt;
|cap=May&#039;s Rayquaza&lt;br /&gt;
|img2=May Mega Rayquaza Evolutions.png&lt;br /&gt;
|cap2=May&#039;s Mega Rayquaza&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc={{p|Rayquaza}} is May&#039;s fifth known Pokémon. [[Zinnia]] summoned it to the [[Sky Pillar]] to stop a [[Grand Meteor Delta|giant meteorite]] headed for [[Hoenn]], but was unable to trigger its [[Mega Evolution]]. After May had fed Rayquaza her [[Meteorite]], Zinnia let May battle and catch Rayquaza. Afterwards, May used Rayquaza in its Mega Evolved form in a battle against Zinnia&#039;s Mega {{TP|Zinnia|Salamence}}.&lt;br /&gt;
&lt;br /&gt;
Rayquaza&#039;s only known move is {{m|Extreme Speed}}.}}&lt;br /&gt;
&lt;br /&gt;
=====Voice actors=====&lt;br /&gt;
{{vatable|color={{sapphire color}}|bordercolor={{sapphire color light}}&lt;br /&gt;
|ja=夏目妃菜 &#039;&#039;Hina Natsume&#039;&#039;&lt;br /&gt;
|en=}}&lt;br /&gt;
&lt;br /&gt;
===In the manga===&lt;br /&gt;
====Pokémon Adventures====&lt;br /&gt;
[[File:Sapphire Adventures.png|thumb|250px|Sapphire Birch, May&#039;s [[Pokémon Adventures]] counterpart]]&lt;br /&gt;
{{main|Sapphire (Adventures)}}&lt;br /&gt;
May&#039;s counterpart in [[Pokémon Adventures]] is Sapphire, who, unlike her other counterparts, takes up Gym challenges and is an all-around tomboy thanks to a traumatic incident with {{adv|Ruby}} where a {{TP|Zinnia|Salamence}} attacked them when they were children. She does have a feminine side, however, as is shown in later volumes.&lt;br /&gt;
&lt;br /&gt;
====Pokémon Ruby-Sapphire====&lt;br /&gt;
{{main|Sapphire (Ruby-Sapphire)}}&lt;br /&gt;
A different counterpart to May, also called Sapphire, appears in [[Pokémon Ruby-Sapphire]]. Just like {{an|May|May&#039;s anime counterpart}}, she is a {{pkmn|Coordinator}} who chooses {{p|Torchic}} as her [[starter Pokémon]].&lt;br /&gt;
&lt;br /&gt;
====Pokemon Ruby &amp;amp; Sapphire (CoroCoro)====&lt;br /&gt;
[[File:Sapphire Suigun.jpg|thumb|left|200px|Sapphire in Pokémon Ruby &amp;amp; Sapphire CoroCoro]]&lt;br /&gt;
Another counterpart of May, called Sapphire, appears in a short manga written by [[Suigun Oouchi]] for [[CoroCoro]] Magazine in December 2002. She is the daughter of [[Professor Birch]] and catches Pokémon for his research. Sapphire has a {{p|Torchic}} as her [[starter Pokémon]].&lt;br /&gt;
&lt;br /&gt;
====Pokemon Ruby Sapphire Special Walkthrough Comic!====&lt;br /&gt;
May appears in [[Pokemon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]].&lt;br /&gt;
&lt;br /&gt;
====Pokémon Chamo-Chamo ☆ Pretty ♪====&lt;br /&gt;
{{main|Haruka (CCP)}}&lt;br /&gt;
May&#039;s counterpart in [[Pokémon Chamo-Chamo ☆ Pretty ♪]] is Haruka, who is a Pokémon Coordinator, but she is not very good at making [[Pokéblock]]s.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
The following is a list of cards mentioning or featuring May in the [[Pokémon Trading Card Game]].&lt;br /&gt;
&lt;br /&gt;
{{cardlist/header|May&#039;s Pokémon|Colorless|char=yes}}&lt;br /&gt;
{{cardlist/entry|cardname=[[Blaziken V (Chilling Reign 20)|Blaziken]]{{TCGV}}|type=Fire|standard=yes|enset=Silver Tempest|enrarity=TGV|ennum=TG14/TG30|jpset=VMAX Climax|jprarity=CSR|jpnum=216/184}}&lt;br /&gt;
{{cardlist/entry|cardname=[[Blaziken VMAX (Chilling Reign 21)|Blaziken]]{{VMAX}}|type=Fire|standard=yes|enset=Silver Tempest|enrarity=TGV|ennum=TG15/TG30|jpset=VMAX Climax|jprarity=CSR|jpnum=217/184}}&lt;br /&gt;
{{cardlist/footer|Colorless}}&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
===Artwork===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Ruby Sapphire May.png|125px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Emerald May.png|125px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Omega Ruby Alpha Sapphire Contest May.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May ORAS concept art.png|225px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Emerald Version|Pokémon Emerald}}&lt;br /&gt;
| Contest outfit from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Regular conceptual artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Contest May ORAS concept art.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Wailmer Pail.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Rayquaza Encounter.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Jirachi Encounter.png|250px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Contest outfit conceptual artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Artwork of the&amp;lt;br&amp;gt;{{color2|fff|Wailmer Pail}}&lt;br /&gt;
| Encountering&amp;lt;br&amp;gt;{{pcolor|Rayquaza|FFF}}&lt;br /&gt;
| Encountering&amp;lt;br&amp;gt;{{pcolor|Jirachi|FFF}}&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Faraway Island Mew.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS Contest art.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Concept_Art_at_GAME_ON_exhibit.jpg|200px]]&lt;br /&gt;
|  Colspan=2 style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan May RS Concept Art.jpg|325px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
|  Encountering {{pcolor|Mew|FFF}} in {{pcolor|Faraway Island|FFF}}&lt;br /&gt;
| In a {{color2|fff|Pokémon Contest|Pokémon Contest Spectacular}}&lt;br /&gt;
| Colspan=2 | Concept artwork for {{color2|fff|Pokémon Ruby and Sapphire|Ruby and Sapphire}}&amp;lt;br&amp;gt;illustrated by {{color2|fff|Ken Sugimori}}&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Torchic Ariga artwork.png|225px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Torchic Pokémon Center Trainer artwork.png|200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Pokémon Day 2022 Hoenn Artwork.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Mudkip Ariga artwork.png|200px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| May and {{pcolor|Torchic|FFF}} concept artwork by&amp;lt;br&amp;gt;{{color2|fff|Hitoshi Ariga}} for Kotobukiya ArtFx J figurines&lt;br /&gt;
| Artwork of May and {{pcolor|Torchic|fff}}&amp;lt;br&amp;gt;for the {{color2|fff|Pokémon Center (store)|Pokémon Center}} Pokémon Trainers merchandise line&lt;br /&gt;
| Artwork using the {{color2|fff|Devon Scope}} for {{color2|fff|Pokémon Day}} by {{color2|fff|Megumi Mizutani}}&lt;br /&gt;
| May and {{pcolor|Mudkip|FFF}} concept artwork by&amp;lt;br&amp;gt;{{color2|fff|Hitoshi Ariga}} for Kotobukiya ArtFx J figurines&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sprites and models===&lt;br /&gt;
{{incomplete|section|Add sprite of May riding a bicycle in the intro/credits of Ruby/Sapphire, and also the one in the intro/credits of Emerald}}&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr RS May.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr E May.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:RS May Back.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:E May Back.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Colo May.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay 2.png|150px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Colosseum|Colosseum}}&lt;br /&gt;
| VS model as rival from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| VS model as rival from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(with {{color2|fff|Mega Bracelet}})&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May RS OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May FRLG OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr XD May RS.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr XD May E.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay Contest.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay Contest 2.png|150px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|FFF|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|FFF|Pokémon FireRed and LeafGreen Versions|FireRed and LeafGreen}}&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|FFF|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon XD: Gale of Darkness|Pokémon XD}}&amp;lt;br&amp;gt;(RS variant)&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon XD: Gale of Darkness|Pokémon XD}}&amp;lt;br&amp;gt;(E variant)&lt;br /&gt;
| VS sprite in {{color2|FFF|Pokémon Contests|Contests}} from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(without {{color2|FFF|Key Stone}})&lt;br /&gt;
| VS sprite in {{color2|FFF|Pokémon Contests|Contests}} from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(with {{color2|FFF|Key Stone}})&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Contest Costume ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Go-Goggles ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Devon Scuba Gear ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Magma Suit ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Aqua Suit ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS May Icon.png]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Overworld model from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Contest Costume}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Go-Goggles}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Devon Scuba Gear}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Magma Suit}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby}}&lt;br /&gt;
| Wearing the {{color2|FFF|Aqua Suit}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Alpha Sapphire}}&lt;br /&gt;
| Icon in the main menu and {{color2|FFF|Battle Maison}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* As the [[player character]] (along with {{ga|Brendan}}), they are the only set of player characters that have both a [[mother]] and a father present in the {{pkmn|games}}.&lt;br /&gt;
* Before Omega Ruby and Alpha Sapphire, May and Brendan were the only rivals whose [[starter Pokémon]] does not reach its final form.&lt;br /&gt;
* Screenshots of {{game|Emerald}} on the Japanese Nintendo website refer to May as &amp;quot;Emy&amp;quot; (Japanese: &#039;&#039;&#039;エミィ&#039;&#039;&#039;).&amp;lt;ref&amp;gt;[https://www.nintendo.co.jp/n08/bpej/frontier2/index.html Pokémon Emerald on Nintendo] (Japanese)&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Pre-release media for [[Pokémon Omega Ruby and Alpha Sapphire]] referred to May as &amp;quot;Anna&amp;quot; (Japanese: &#039;&#039;&#039;アルファ&#039;&#039;&#039; &#039;&#039;Alpha&#039;&#039;).&lt;br /&gt;
* One of {{SSB|Pokémon Trainer}}&#039;s palette swaps in [[Super Smash Bros. Ultimate]] has a color scheme based on May&#039;s appearance in {{game|Emerald}}.&lt;br /&gt;
* Similarly to Brendan, May&#039;s attire in Omega Ruby and Alpha Sapphire is mainly based on her appearance in Emerald, though some elements are also taken from her appearance in {{v2|Ruby and Sapphire|s}}.&lt;br /&gt;
* While the second battle with May (or Brendan if she is the player character) is optional, the encounter leading up to it is not.&lt;br /&gt;
** Therefore, after receiving the [[Devon Goods]] before encountering May or Brendan in Rustboro City, if the player [[Black out|blacks out]] without ever visiting the [[Pokémon Center]] in Rustboro City (which causes the player character to rush to [[Petalburg City]]&#039;s Pokémon Center instead), the encounter and optional battle take place in {{rt|104|Hoenn}} in front of [[Mr. Briney]]&#039;s house instead.&lt;br /&gt;
* May&#039;s teams in Emerald vary slightly from Brendan&#039;s teams:&lt;br /&gt;
** When battled in either [[Rustboro City]] or {{rt|104|Hoenn}}, May (if the player chose {{p|Torchic}}) uses a {{p|Torkoal}}, which is not used in future battles; Brendan uses a {{p|Slugma}} instead.&lt;br /&gt;
** When battled on {{rt|119|Hoenn}}, May (if the player chose {{p|Mudkip}}) uses a {{p|Lombre}}, which was not used in prior nor future battles; Brendan uses a {{p|Pelipper}} instead.&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background:#{{sapphire color light}}; border:3px solid #{{sapphire color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! {{color|FFF|Language}}&lt;br /&gt;
! {{color|FFF|Name}}&lt;br /&gt;
! {{color|FFF|Origin}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Japanese&lt;br /&gt;
| ハルカ &#039;&#039;Haruka&#039;&#039;&lt;br /&gt;
| From 春花 &#039;&#039;haruka&#039;&#039; (spring flower) or 遥か &#039;&#039;haruka&#039;&#039; (distant)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| English&lt;br /&gt;
| May&lt;br /&gt;
| From &#039;&#039;{{wp|May}}&#039;&#039;, a month of spring in the Northern Hemisphere&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Maike&lt;br /&gt;
| From &#039;&#039;Mai&#039;&#039; (May)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Aura&lt;br /&gt;
| From &#039;&#039;aura&#039;&#039; (gentle breeze), a figure of speech commonly associated to spring&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| French&lt;br /&gt;
| Flora&lt;br /&gt;
| From &#039;&#039;{{wp|Flora (mythology)|Flora}}&#039;&#039; (Roman goddess of flower and spring)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Italian&lt;br /&gt;
| Vera&lt;br /&gt;
| From &#039;&#039;primavera&#039;&#039; (spring)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 봄이 &#039;&#039;Bomi&#039;&#039;&lt;br /&gt;
| From 봄 &#039;&#039;bom&#039;&#039; (spring)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 小遙 / 小遥 &#039;&#039;Xiǎo Yáo&#039;&#039;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | From 遙 / 遥 &#039;&#039;yáo / yìuh&#039;&#039; (distant)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 小遙 &#039;&#039;Síu Yìuh&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player characters|sapphire}}&lt;br /&gt;
{{Rival characters|sapphire}}&lt;br /&gt;
{{NPC|sapphire|hoenn=yes}}&amp;lt;br/&amp;gt;&lt;br /&gt;
{{Project CharacterDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Rival characters]]&lt;br /&gt;
[[Category:Ruby and Sapphire characters]]&lt;br /&gt;
[[Category:Emerald characters]]&lt;br /&gt;
[[Category:Omega Ruby and Alpha Sapphire characters]]&lt;br /&gt;
[[Category:Laboratory assistants]]&lt;br /&gt;
[[Category:Champions]]&lt;br /&gt;
[[Category:Trainers with Legendary Pokémon]]&amp;lt;!--Deoxys, the Mythical Pokémon, isn&#039;t required to be caught.--&amp;gt;&lt;br /&gt;
[[Category:Trainers with Key Stones]]&lt;br /&gt;
[[Category:Pokémon Evolutions characters]]&lt;br /&gt;
&lt;br /&gt;
[[de:Maike]]&lt;br /&gt;
[[es:Aura (personaje)]]&lt;br /&gt;
[[fr:Flora (jeux vidéo)]]&lt;br /&gt;
[[it:Vera (gioco)]]&lt;br /&gt;
[[ja:ハルカ (ゲーム)]]&lt;br /&gt;
[[zh:小遥]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Pok%C3%A9mon_Ruby_%26_Sapphire_(CoroCoro_Comic)&amp;diff=3733837</id>
		<title>Pokémon Ruby &amp; Sapphire (CoroCoro Comic)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Pok%C3%A9mon_Ruby_%26_Sapphire_(CoroCoro_Comic)&amp;diff=3733837"/>
		<updated>2023-06-23T17:57:58Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: Summary and trivia points.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{incomplete}}&lt;br /&gt;
{{translated title}}&lt;br /&gt;
(Japanese: &#039;&#039;&#039;ポケットモンスター・ルビー・サファイア&#039;&#039;&#039; &#039;&#039;Pokémon Ruby ・ Sapphire&#039;&#039;) is a one-shot [[Pokémon manga]] created by [[Oouchi Suigun]]. It is based on the introduction of [[Pokémon Ruby]], spanning from the player moving into [[Littleroot Town]] and traversing [[Petalburg Woods]]. This manga was published in the December 2002 issue of [[CoroCoro]] Comics supplement. It has not been republished as a standalone piece, making it among the more obscure [[Pokemon manga]].&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
*[[Brendan|Ruby]]&lt;br /&gt;
*[[May|Sapphire]]&lt;br /&gt;
*[[Mother|Ruby&#039;s Mom]]&lt;br /&gt;
*[[Professor Birch]]&lt;br /&gt;
*[[Norman]]&lt;br /&gt;
*[[Scientist|Devon Scientist]]&lt;br /&gt;
*[[Team Magma|Team Magma Grunt]]&lt;br /&gt;
&lt;br /&gt;
===Pokemon===&lt;br /&gt;
*[[Mudkip]] (Ruby&#039;s)&lt;br /&gt;
*[[Torchic]] (Sapphire&#039;s)&lt;br /&gt;
*[[Poochyena]] (Wild)&lt;br /&gt;
*[[Shroomish]] (Magma grunt&#039;s)&lt;br /&gt;
*[[Machoke]] (Movers)&lt;br /&gt;
*[[Groudon]] (Fantasy sequence)&lt;br /&gt;
&lt;br /&gt;
==Summary==&lt;br /&gt;
&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
&lt;br /&gt;
The story begins with Ruby and his mother traveling in a moving truck. Ruby has fallen asleep but promptly wakes up once they reach Littleroot Town. He is pleased to see that the new house is a two-story, rushing into his room on the second floor. He shouts happily out the window, scaring the [[Machoke]] that are still moving furniture in. He heads out for a walk and find the laboratory of [[Professor Birch]]. He tries to leave a message but is instead greeted by Sapphire, who introduces herself as the daughter of Professor Birch. Suddenly, they both hear Professor Birch screaming for help. He is attacked by a wild Poochyena and asks Ruby and Sapphire to help by calling out a Pokémon. Ruby chooses a Pokeball which contains Mudkip. It immediately fights off the Poochyena with a [[water gun]]. With Poochyena weakened, Sapphire throws another pokeball and captures it. Professor Birch lets Ruby keep the Mudkip as a gift while Sapphire asks if Ruby would like to have a battle with her. Sapphire sends out her Torchic while Ruby&#039;s Mudkip tries to run away from battle. Despite the type disadvantage, Torchic gains the upper hand by burning the grass Mudkip hid in. Mudkip eventually retaliates with water gun and tackle, narrowly defeating Torchic. Back at the lab, Sapphire opines that Ruby got a lucky start as Professor Birch asks Ruby to show Mudkip to his father Norman.&lt;br /&gt;
&lt;br /&gt;
Ruby takes Mudkip to Norman in Petalburg City. Norman is horrified at the sight of Mudkip, admonishing Ruby for not taking good care of it and disqualifying him as a trainer. Norman angrily remarks that they need to go to a Pokémon Center to heal up Mudkip. Ruby is heartbroken as he sits along a lakeside, thinking about what has just happened. Norman takes Mudkip to Ruby and to his surprise, Mudkip immediately runs up to Ruby. Norman admits he doesn&#039;t know everything about Pokémon but he can tell that Mudkip and Ruby share a good bond with one another. Norman then cheerfully advises Ruby to gather experience by battling several trainers and Pokémon in the woods before having a battle with him in the gym. Ruby, encouraged by this, happily agrees and sets off into the woods with Mudkip.&lt;br /&gt;
&lt;br /&gt;
As Ruby and Mudkip travel in the woods, a [[scientist]] from [[Devon]] jumps out in front of them. He is being chased by [[Team Magma]] and tells Ruby about their plans to revive Groudon.&lt;br /&gt;
A grunt from Team Magma appears and challenges the scientist to a battle. Ruby defends the scientist so the grunt battles him instead. The grunt sends out a Shroomish, which resists Mudkip&#039;s water gun and proceeds to use stun spore against Mudkip. Mudkip is exhausted but ultimately wins by using mud slap to confuse Shroomish, and tackle to finish it off. The grunt runs off with his Shroomish as Ruby heals up Mudkip&#039;s injuries from battle. Ruby proudly declares that his adventure has begun and he will become a champion. Ruby and Mudkip race out of the woods as the scientist from Devon tries catching up to them.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* As with other CoroCoro comics supplements of the period, the entire manga is printed in a blue monochrome.&lt;br /&gt;
* Ruby is drawn with white hair, visible below his headband when viewed from the back in some panels.&lt;br /&gt;
* Ruby and Sapphire share names with their respectable [[Pokemon Adventures]] counterparts.&lt;br /&gt;
* The in-game mother from [[Generation III]] is shown in detail, having a completely different design from her [[Caroline|anime equivalent]].&lt;br /&gt;
* Since a [[Team Magma]] grunt is first encountered in Petalburg Woods, the story is based on that of [[Pokemon Ruby|Pokemon Ruby&#039;s]].&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
* [http://oouchisuigun.vow.ne.jp/purofil.html Oouchi Suigun&#039;s list of works (Japanese language)]&lt;br /&gt;
&lt;br /&gt;
[[Category:Manga]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Pok%C3%A9mon_Ruby_%26_Sapphire_(CoroCoro_Comic)&amp;diff=3733830</id>
		<title>Pokémon Ruby &amp; Sapphire (CoroCoro Comic)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Pok%C3%A9mon_Ruby_%26_Sapphire_(CoroCoro_Comic)&amp;diff=3733830"/>
		<updated>2023-06-23T17:12:06Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: Created page for rare one-shot manga. Not complete yet.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{incomplete}}&lt;br /&gt;
{{translated title}}&lt;br /&gt;
(Japanese: &#039;&#039;&#039;ポケットモンスター・ルビー・サファイア&#039;&#039;&#039; &#039;&#039;Pokémon Ruby ・ Sapphire&#039;&#039;) is a one-shot [[Pokémon manga]] created by [[Oouchi Suigun]]. It is based on the introduction of [[Pokémon Ruby]], spanning from the player moving into [[Littleroot Town]] and traversing [[Petalburg Woods]]. This manga was published in the December 2002 issue of [[CoroCoro]] Comics supplement. It has not been republished as a standalone piece, making it among the more obscure [[Pokemon manga]].&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
*[[Brendan|Ruby]]&lt;br /&gt;
*[[May|Sapphire]]&lt;br /&gt;
*[[Mother|Ruby&#039;s Mom]]&lt;br /&gt;
*[[Professor Birch]]&lt;br /&gt;
*[[Norman]]&lt;br /&gt;
*[[Scientist|Devon Scientist]]&lt;br /&gt;
*[[Team Magma|Team Magma Grunt]]&lt;br /&gt;
&lt;br /&gt;
===Pokemon===&lt;br /&gt;
*[[Mudkip]] (Ruby&#039;s)&lt;br /&gt;
*[[Torchic]] (Sapphire&#039;s)&lt;br /&gt;
*[[Poochyena]] (Wild)&lt;br /&gt;
*[[Shroomish]] (Magma grunt&#039;s)&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
* [http://oouchisuigun.vow.ne.jp/purofil.html Oouchi Suigun&#039;s list of works (Japanese language)]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Steven_Stone&amp;diff=3733662</id>
		<title>Steven Stone</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Steven_Stone&amp;diff=3733662"/>
		<updated>2023-06-23T12:14:53Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: Pesky link.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;:&#039;&#039;For the [[character of the day]] whose name is Steven, see [[Steven (EP239)]].&#039;&#039;&lt;br /&gt;
:&#039;&#039;For the character whose name is often mispronounced as Stephen or Steven, see [[Stephan]].&#039;&#039;&lt;br /&gt;
{{CharInfobox&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|corecolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|name=Steven Stone&lt;br /&gt;
|jname=ツワブキ・ダイゴ&lt;br /&gt;
|tmname=Daigo Tsuwabuki&lt;br /&gt;
|image=Omega Ruby Alpha Sapphire Steven.png&lt;br /&gt;
|size=200px&lt;br /&gt;
|caption=Artwork from {{pkmn|Omega Ruby and Alpha Sapphire}} by [[Megumi Mizutani]]&amp;lt;ref&amp;gt;[[a:File:StevenRoaringSkies90.jpg|Steven (Roaring Skies 90)]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|age=yes&lt;br /&gt;
|years=25{{sup/6|ORAS}} &amp;lt;ref&amp;gt;&#039;&#039;&#039;[[Steven Stone/Quotes#Delta Episode|Steven Stone]]&#039;&#039;&#039;: &amp;quot;&#039;&#039;My father is... Well, let me just say that I have been his son for &#039;&#039;&#039;25 years&#039;&#039;&#039;, and sometimes even I am not sure I understand him fully.&#039;&#039;&amp;quot;&amp;lt;/ref&amp;gt;&lt;br /&gt;
|colors=yes&lt;br /&gt;
|eyes=Light steel blue&lt;br /&gt;
|hair=Light steel blue&lt;br /&gt;
|gender=Male&lt;br /&gt;
|hometown=[[Mossdeep City]]&lt;br /&gt;
|region=[[Hoenn]]&lt;br /&gt;
|relatives=[[Mr. Stone]] (father)&lt;br /&gt;
|trainer=yes&lt;br /&gt;
|trainerclass={{pkmn|Champion}}{{sup/3|RS}}{{sup/6|ORAS}}&amp;lt;br&amp;gt;[[Pokémon Trainer]]{{sup/3|E}}{{sup/5|B2W2}}&lt;br /&gt;
|game=yes&lt;br /&gt;
|generation={{Gen|III}}, {{Gen|IV}}, {{Gen|V}}, {{Gen|VI}}, {{Gen|VII}}&lt;br /&gt;
|games={{3v2|Ruby|Sapphire|Emerald}}&amp;lt;br&amp;gt;{{2v2|HeartGold|SoulSilver}}&amp;lt;br&amp;gt;{{2v2|Black|White|2}}&amp;lt;br&amp;gt;{{pkmn|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;{{pkmn|Masters EX}}&lt;br /&gt;
|leader=no&lt;br /&gt;
|anime=counterpart&lt;br /&gt;
|animecounterpart={{an|Steven Stone}}&lt;br /&gt;
|epnum=AG022&lt;br /&gt;
|epname=A Hole Lotta Trouble&lt;br /&gt;
|champ=yes&lt;br /&gt;
|league=Ever Grande City&lt;br /&gt;
|specialist=yes&lt;br /&gt;
|type={{t|Steel}} types&lt;br /&gt;
|enva=[[Andrew Paull]]&lt;br /&gt;
|java=Rintarō Nishi &amp;lt;small&amp;gt;([[AG022]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;[[Kenichi Suzumura]] &amp;lt;small&amp;gt;([[XYS02]]-present)&amp;lt;/small&amp;gt;&lt;br /&gt;
|gameanim=yes&lt;br /&gt;
|pv=yes&lt;br /&gt;
|pvnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|pvname=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|envagame=[[Tom Wayland]] &amp;lt;small&amp;gt;([[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer|ORAS Trailer]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;[[Xander Mobus]]&amp;lt;ref name=&amp;quot;Xander Mobus&amp;quot;&amp;gt;[https://twitter.com/XanderMobusVO/status/1304968120054894592 Xander Mobus on Twitter]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&lt;br /&gt;
|javagame=[[Akira Ishida]] &amp;lt;small&amp;gt;([[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer|ORAS Trailer]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Tomoaki Maeno&amp;lt;ref name=&amp;quot;Tomoaki Maeno&amp;quot;&amp;gt;[https://twitter.com/pokemas_game/status/1417366158546714624 Pokémon Masters EX on Twitter] (Japanese)&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Steven Stone&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ツワブキ・ダイゴ&#039;&#039;&#039; &#039;&#039;Daigo Tsuwabuki&#039;&#039;) is a skilled {{pkmn|Trainer}} who [[Type expert|specializes]] in {{type|Steel}} {{OBP|Pokémon|species}}. He is the {{pkmn|Champion}} of the [[Hoenn]] [[region]]&#039;s [[Hoenn League|Pokémon League]] in [[Pokémon Ruby and Sapphire Versions|Pokémon Ruby, Sapphire]], [[Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby, and Alpha Sapphire]], as well as the Hoenn League Champion during {{game|HeartGold and SoulSilver|s}}.&lt;br /&gt;
&lt;br /&gt;
A collector of rare stones, Steven is the son of the [[Mr. Stone|president]] of the [[Devon Corporation]], and makes his home in [[Mossdeep City]]. In the Hoenn-based games, he wanders the region, aiding the {{player}} on their {{pkmn|journey}}. In {{game|Emerald}}, he is no longer the Champion, with [[Wallace]] taking his place.&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
[[File:Steven challenge RS.png|240px|right|thumb|{{ga|Brendan}} challenging Steven in Ruby and Sapphire]]&lt;br /&gt;
In {{game|Ruby and Sapphire|s|Pokémon Ruby, Sapphire}}, {{pkmn|Omega Ruby and Alpha Sapphire|Omega Ruby, and Alpha Sapphire}}, Steven appears as the {{pkmn|Champion}} of the [[Hoenn]] region. His strategy in battle is to use {{type|Steel}} Pokémon to find the weaknesses of his opponents, with [[Steven&#039;s Metagross|his Metagross]] being the cornerstone of his team.&lt;br /&gt;
&lt;br /&gt;
In {{game|Emerald}}, Steven is a powerful, wandering Trainer who gave up competing seriously to spend more time looking for rare rocks and stones, which he claims he would {{m|Waterfall|climb waterfalls}} to find. Fittingly, the {{player}} can find and challenge him in the upper area of [[Meteor Falls]] after they defeat the new Champion, [[Wallace]]. This battle cannot have a rematch.&lt;br /&gt;
&lt;br /&gt;
In Ruby, Sapphire, and Emerald, after the player enters the [[Hall of Fame]], Steven will leave a {{p|Beldum}} and a note for the player at his house in [[Mossdeep City]]. In the remakes of these games, he leaves one for the player after the [[Delta Episode]] is fully completed.&lt;br /&gt;
&lt;br /&gt;
In {{game|Platinum}}, the person who gives the player their [[villa]] in the [[Resort Area]] mentions that the man who gave him the villa came to [[Sinnoh]] to collect rare stones. After collecting the stones, he left the region with all the items in the villa. This mysterious previous owner may in fact be Steven.&lt;br /&gt;
&lt;br /&gt;
Steven also appears in {{game|HeartGold and SoulSilver|s}}, introducing himself as the Hoenn Champion. The player first meets him when they leave the [[Pokémon Fan Club]] in [[Vermilion City]] after collecting {{OBP|Copycat|character}}&#039;s [[Lost Item]], where he will appear and inform them that there have been reports of either a {{p|Latios}}{{sup/4|SS}} or {{p|Latias}}{{sup/4|HG}} {{pkmn2|roaming}} [[Kanto]]. The player meets him a second time after defeating {{ga|Red}} on [[Mt. Silver]], where he will appear in the [[Silph Co.]] building in [[Saffron City]] and let the player choose one of three colored stones: the Green Stone, the Red Stone or the Blue Stone. Depending on which color is picked, he will give the player one of the three Hoenn [[starter Pokémon]]. He can later be found in the [[Pewter Museum of Science]], examining a shelf. After visiting and speaking to him there, he will return to the Silph Co. building and offer to [[trade]] a Beldum for a {{p|Forretress}}.&lt;br /&gt;
&lt;br /&gt;
If the player has the [[Enigma Stone]] and enters the Pewter Museum of Science, an event will occur in which Steven will be talking to one of the museum&#039;s researchers. When he is spoken to, he will notice the Enigma Stone and have the researcher examine it. The researcher will extract the [[Soul Dew]] from the stone and give it to the player. Steven will tell the player that Soul Dew is said to be the solidified spirits of Latias and Latios, and that it can bring out their true potential. Upon walking outside, Latias{{sup/4|SS}} or Latios{{sup/4|HG}} will be waiting to battle in [[Pewter City]], drawn to the player by the Soul Dew.&lt;br /&gt;
&lt;br /&gt;
In {{game|Black and White|s}}, a tourist who visits [[Undella Town]] in the [[Season (mechanic)|summer]] mentions Steven, explaining that he is a very powerful Pokémon Trainer who collects stones. In {{game|Black and White|s|Pokémon Black 2 and White 2|2}}, Steven appears alongside the other Champions from the first five [[generation]]s as an opponent in the [[Champions Tournament]] at the [[Pokémon World Tournament]].&lt;br /&gt;
&lt;br /&gt;
In [[Omega Ruby and Alpha Sapphire]], Steven performs the same roll as he did in the originals. He also appears in the [[Delta Episode]], attempting to find a way to stop the [[Grand Meteor Delta]] from destroying the [[Pokémon world]]. His plans are sabotaged by [[Zinnia]], as she claims his plan would instead send the meteor to [[Pokémon multiverse|another world]] and cause even greater damage. He attempts unsuccessfully to reason with Zinnia as the lorekeeper carries out her own plan to summon [[Rayquaza]] and it destroy the meteor. After the player&#039;s final battle with [[Deoxys]], Steven is seen speaking with [[Wallace]]. Steven confides in his friend that he wishes to one day step down from his duty as champion and see the world, and hopes that Wallace will take his place when that day comes. Wallace playfully agrees to Steven&#039;s proposal. &lt;br /&gt;
&lt;br /&gt;
==={{DL|PokéNav|Trainer&#039;s Eyes}}/{{DL|PokéNav|Match Call}}===&lt;br /&gt;
&#039;&#039;&#039;Champion Steven&#039;&#039;&#039;{{sup/3|RS}}{{sup/6|ORAS}} / &#039;&#039;&#039;Hard as Rock Steven&#039;&#039;&#039;{{sup/3|E}}&lt;br /&gt;
:&#039;&#039;&#039;Strategy&#039;&#039;&#039;&lt;br /&gt;
:Pick on the foe&#039;s weakness.{{sup/3|RS}}&lt;br /&gt;
:Attack the weak points!{{sup/3|E}}&lt;br /&gt;
:Strike enemies where they&#039;re weakest!{{sup/6|ORAS}}&lt;br /&gt;
:&#039;&#039;&#039;Trainer&#039;s Pokémon&#039;&#039;&#039;{{sup/3|RSE}} / &#039;&#039;&#039;Favorite Pokémon&#039;&#039;&#039;{{sup/6|ORAS}}&lt;br /&gt;
:The ultimate Steel Pokémon{{sup/3|RS}}&lt;br /&gt;
:Ultimate &amp;lt;sc&amp;gt;Steel&amp;lt;/sc&amp;gt; Pokémon.{{sup/3|E}}&lt;br /&gt;
:The ultimate Steel-type Pokémon.{{sup/6|ORAS}}&lt;br /&gt;
:&#039;&#039;&#039;Self-Introduction&#039;&#039;&#039;{{sup/3|RSE}} / &#039;&#039;&#039;Trainer Message&#039;&#039;&#039;{{sup/6|ORAS}}&lt;br /&gt;
:When it comes down to it, I&#039;m still the strongest!{{sup/3|RS}}&lt;br /&gt;
:I&#039;d climb even waterfalls to find a rare stone!{{sup/3|E}}&lt;br /&gt;
:When it comes down to it, I&#039;m just the strongest there is right now.{{sup/6|ORAS}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
Steven uses four [[Full Restore]]s in [[Generation III]] when fighting the player.&lt;br /&gt;
===={{game|Ruby and Sapphire|s}}====&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=Spr RS Steven.png&lt;br /&gt;
|prize={{Pdollar}}11600&lt;br /&gt;
|class=Champion&lt;br /&gt;
|classlink=Pokémon Champion&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Ever Grande City&lt;br /&gt;
|pokemon=6&lt;br /&gt;
}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=227&lt;br /&gt;
|pokemon=Skarmory&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Steel|type2=Flying&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|move1=Steel Wing|move1type=Steel&lt;br /&gt;
|move2=Toxic|move2type=Poison&lt;br /&gt;
|move3=Aerial Ace|move3type=Flying&lt;br /&gt;
|move4=Spikes|move4type=Ground}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=55&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|move1=Earthquake|move1type=Ground&lt;br /&gt;
|move2=AncientPower|move2type=Rock&lt;br /&gt;
|move3=Light Screen|move3type=Psychic&lt;br /&gt;
|move4=Reflect|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=56&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Earthquake|move1type=Ground&lt;br /&gt;
|move2=Dragon Claw|move2type=Dragon&lt;br /&gt;
|move3=Thunder|move3type=Electric&lt;br /&gt;
|move4=SolarBeam|move4type=Grass}}&lt;br /&gt;
{{Party/Div|color={{steel color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=346&lt;br /&gt;
|pokemon=Cradily&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=56&lt;br /&gt;
|type1=Rock|type2=Grass&lt;br /&gt;
|ability=Suction Cups&lt;br /&gt;
|move1=AncientPower|move1type=Rock&lt;br /&gt;
|move2=Confuse Ray|move2type=Ghost&lt;br /&gt;
|move3=Sludge Bomb|move3type=Poison&lt;br /&gt;
|move4=Giga Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=348&lt;br /&gt;
|pokemon=Armaldo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=56&lt;br /&gt;
|type1=Rock|type2=Bug&lt;br /&gt;
|ability=Battle Armor&lt;br /&gt;
|move1=AncientPower|move1type=Rock&lt;br /&gt;
|move2=Slash|move2type=Normal&lt;br /&gt;
|move3=Aerial Ace|move3type=Flying&lt;br /&gt;
|move4=Water Pulse|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=58&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Sitrus Berry&lt;br /&gt;
|move1=Meteor Mash|move1type=Steel&lt;br /&gt;
|move2=Earthquake|move2type=Ground&lt;br /&gt;
|move3=Psychic|move3type=Psychic&lt;br /&gt;
|move4=Hyper Beam|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Left for the player=====&lt;br /&gt;
{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=374&lt;br /&gt;
|pokemon=Beldum&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Take Down|move1type=Normal}}&lt;br /&gt;
&lt;br /&gt;
===={{game|Emerald}}====&lt;br /&gt;
=====[[Multi Battle]] with {{player}}=====&lt;br /&gt;
Steven battles alongside player against [[Maxie]] and [[Tabitha]] in the [[Mossdeep Space Center]].&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=E Steven Back.png&lt;br /&gt;
|prize=none&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Mossdeep Space Center&lt;br /&gt;
|pokemon=3&lt;br /&gt;
}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|back=yes&lt;br /&gt;
|ndex=375&lt;br /&gt;
|pokemon=Metang&lt;br /&gt;
|level=42&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Light Screen|move1type=Psychic&lt;br /&gt;
|move2=Psychic|move2type=Psychic&lt;br /&gt;
|move3=Reflect|move3type=Psychic&lt;br /&gt;
|move4=Metal Claw|move4type=Steel}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|back=yes&lt;br /&gt;
|ndex=227&lt;br /&gt;
|pokemon=Skarmory&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=43&lt;br /&gt;
|type1=Steel|type2=Flying&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Toxic|move1type=Poison&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying&lt;br /&gt;
|move3=Protect|move3type=Normal&lt;br /&gt;
|move4=Steel Wing|move4type=Steel}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|back=yes&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=44&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Thunder|move1type=Electric&lt;br /&gt;
|move2=Protect|move2type=Normal&lt;br /&gt;
|move3=SolarBeam|move3type=Grass&lt;br /&gt;
|move4=Dragon Claw|move4type=Dragon}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====[[Meteor Falls]]=====&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=Spr RS Steven.png&lt;br /&gt;
|prize={{PDollar}}4680&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=6&lt;br /&gt;
}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=227&lt;br /&gt;
|pokemon=Skarmory&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=77&lt;br /&gt;
|type1=Steel|type2=Flying&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|move1=Toxic|move1type=Poison&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying&lt;br /&gt;
|move3=Spikes|move3type=Ground&lt;br /&gt;
|move4=Steel Wing|move4type=Steel}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=75&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|move1=Reflect|move1type=Psychic&lt;br /&gt;
|move2=Light Screen|move2type=Psychic&lt;br /&gt;
|move3=AncientPower|move3type=Rock&lt;br /&gt;
|move4=Earthquake|move4type=Ground}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=76&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Thunder|move1type=Electric&lt;br /&gt;
|move2=Earthquake|move2type=Ground&lt;br /&gt;
|move3=SolarBeam|move3type=Grass&lt;br /&gt;
|move4=Dragon Claw|move4type=Dragon}}&lt;br /&gt;
{{Party/Div|color={{steel color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=346&lt;br /&gt;
|pokemon=Cradily&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=76&lt;br /&gt;
|type1=Rock|type2=Grass&lt;br /&gt;
|ability=Suction Cups&lt;br /&gt;
|move1=Giga Drain|move1type=Grass&lt;br /&gt;
|move2=AncientPower|move2type=Rock&lt;br /&gt;
|move3=Ingrain|move3type=Grass&lt;br /&gt;
|move4=Confuse Ray|move4type=Ghost}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=348&lt;br /&gt;
|pokemon=Armaldo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=76&lt;br /&gt;
|type1=Rock|type2=Bug&lt;br /&gt;
|ability=Battle Armor&lt;br /&gt;
|move1=Water Pulse|move1type=Water&lt;br /&gt;
|move2=AncientPower|move2type=Rock&lt;br /&gt;
|move3=Aerial Ace|move3type=Flying&lt;br /&gt;
|move4=Slash|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=78&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|held=Sitrus Berry&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Earthquake|move1type=Ground&lt;br /&gt;
|move2=Psychic|move2type=Psychic&lt;br /&gt;
|move3=Meteor Mash|move3type=Steel&lt;br /&gt;
|move4=Shadow Ball|move4type=Ghost}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Left for the player=====&lt;br /&gt;
{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=374&lt;br /&gt;
|pokemon=Beldum&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Take Down|move1type=Normal}}&lt;br /&gt;
&lt;br /&gt;
===={{game|HeartGold and SoulSilver|s}}====&lt;br /&gt;
=====[[Trade]]d to the player=====&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background:#{{heartgold color}}; border:3px solid #{{soulsilver color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}; {{roundytl|5px}}&amp;quot; | {{color|{{soulsilver color dark}}|Location}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color|{{soulsilver color dark}}|Player&#039;s Pokémon}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color|{{soulsilver color dark}}|Traded Pokémon}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color|{{soulsilver color dark}}|English}}&amp;lt;br/&amp;gt;{{color2|{{soulsilver color dark}}|nickname}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color|{{soulsilver color dark}}|Japanese}}&amp;lt;br/&amp;gt;{{color2|{{soulsilver color dark}}|nickname}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color2|{{soulsilver color dark}}|Item}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color2|{{soulsilver color dark}}|Ability}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color2|{{soulsilver color dark}}|Nature}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color|{{soulsilver color dark}}|English}}&amp;lt;br/&amp;gt;{{color2|{{soulsilver color dark}}|Original Trainer|OT}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color|{{soulsilver color dark}}|Japanese}}&amp;lt;br/&amp;gt;{{color2|{{soulsilver color dark}}|Original Trainer|OT}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color2|{{soulsilver color dark}}|Trainer ID number|ID}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}; {{roundytr|5px}}&amp;quot; | {{tt|{{color|{{soulsilver color dark}}|IVs}}|HP/Attack/Defense/Sp. Atk/Sp. Def/Speed}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#fff; {{roundybl|5px}}&amp;quot; | [[Silph Co.]]&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{MSP/3|205|Forretress}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{p|Forretress}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{MSP/3|374|Beldum}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{p|Beldum}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | Iron&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{tt|こうてつ|Kōtetsu}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{bag|Dawn Stone}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | [[Dawn Stone]]&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{a|Clear Body}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | Brave&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | Steven {{male}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{tt|ダイゴ|Daigo}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | 23478&lt;br /&gt;
| style=&amp;quot;background:#fff; {{roundybr|5px}}&amp;quot; | 28/29/24/24/25/23&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Given to the player=====&lt;br /&gt;
After defeating {{ga|Red}} and receiving a Kanto [[Starter Pokémon]] from [[Professor Oak]], Steven gives one of these Pokémon to the player. He asks the {{player}} what stone do they like the most (green, red, or blue). The stone&#039;s color corresponds to the received Hoenn Starter Pokémon.&lt;br /&gt;
{|&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot; &lt;br /&gt;
! Green stone&lt;br /&gt;
! Red stone&lt;br /&gt;
! Blue stone&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/4&lt;br /&gt;
|game=HeartGold&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Leer|move2type=Normal|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/4&lt;br /&gt;
|game=HeartGold&lt;br /&gt;
|ndex=255&lt;br /&gt;
|spritegender=male&lt;br /&gt;
|gender=both&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Growl|move2type=Normal|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/4&lt;br /&gt;
|game=HeartGold&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Growl|move2type=Normal|move2cat=Status}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===={{game|Black and White|s|Pokémon Black 2 and White 2|2}}====&lt;br /&gt;
Steven uses three of these Pokémon in [[Pokémon battle|Single Battles]], four in [[Double Battle|Double]] and [[Rotation Battle]]s, and all six in [[Triple Battle]]s. He will always lead with his signature Pokémon, {{p|Metagross}}.&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=Spr B2W2 Steven.png&lt;br /&gt;
|prize=1{{color2|000|Battle Point|BP}}&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=B2W2&lt;br /&gt;
|location=Pokémon World Tournament&lt;br /&gt;
|pokemon=6}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|held=Occa Berry&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Zen Headbutt|move1type=Psychic|move1cat=Physical&lt;br /&gt;
|move2=Hammer Arm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Earthquake|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Bullet Punch|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy|ability2=Rock Head&lt;br /&gt;
|held=Air Balloon&lt;br /&gt;
|move1=Head Smash|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Avalanche|move2type=Ice|move2cat=Physical&lt;br /&gt;
|move3=Earthquake|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Metal Burst|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=530&lt;br /&gt;
|pokemon=Excadrill&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Ground|type2=Steel&lt;br /&gt;
|ability=Sand Rush|ability2=Sand Force&lt;br /&gt;
|held=Focus Sash&lt;br /&gt;
|move1=Earthquake|move1type=Ground|move1cat=Physical&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=X-Scissor|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Sandstorm|move4type=Rock|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{steel color}}}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=567&lt;br /&gt;
|pokemon=Archeops&lt;br /&gt;
|level=50&lt;br /&gt;
|gender=both&lt;br /&gt;
|type1=Rock|type2=Flying&lt;br /&gt;
|ability=Defeatist&lt;br /&gt;
|held=Sitrus Berry&lt;br /&gt;
|move1=Head Smash|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Acrobatics|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Earthquake|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Quick Attack|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=346&lt;br /&gt;
|pokemon=Cradily&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Rock|type2=Grass&lt;br /&gt;
|ability=Suction Cups&lt;br /&gt;
|held=Expert Belt&lt;br /&gt;
|move1=Stone Edge|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Seed Bomb|move2type=Grass|move2cat=Physical&lt;br /&gt;
|move3=Earthquake|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Sandstorm|move4type=Rock|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=348&lt;br /&gt;
|pokemon=Armaldo&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Rock|type2=Bug&lt;br /&gt;
|ability=Battle Armor&lt;br /&gt;
|held=White Herb&lt;br /&gt;
|move1=X-Scissor|move1type=Bug|move1cat=Physical&lt;br /&gt;
|move2=Rock Blast|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Earthquake|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Superpower|move4type=Fighting|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
====[[Pokémon Omega Ruby and Pokémon Alpha Sapphire Special Demo Version]]====&lt;br /&gt;
Steven will use this Pokémon when teaming with the player in a [[Multi Battle]].&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|name=Steven&lt;br /&gt;
|sprite=VSSteven.png{{!}}150px&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn&lt;br /&gt;
|prize=none&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
| style=&amp;quot;margin:auto&amp;quot; | {{Pokémon/6&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|form=-Shiny&lt;br /&gt;
|spritegender=shiny&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Metagrossite&lt;br /&gt;
|level=45&lt;br /&gt;
|move1=Meteor Mash|move1type=Steel|move1cat=Physical&lt;br /&gt;
|move2=Zen Headbutt|move2type=Psychic|move2cat=Physical&lt;br /&gt;
|move3=Bullet Punch|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Giga Impact|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
===={{g|Omega Ruby and Alpha Sapphire}}====&lt;br /&gt;
=====First [[Multi Battle]] with {{player}}=====&lt;br /&gt;
Steven will work as the player&#039;s partner during the Multi Battle against [[Courtney]] and a {{tc|Team Magma Grunt}}{{sup/6|OR}}/[[Matt]] and a {{tc|Team Aqua Grunt}}{{sup/6|AS}} on [[Southern Island]].&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|name=Steven&lt;br /&gt;
|sprite=VSSteven.png{{!}}150px&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Southern Island&lt;br /&gt;
|prize=none&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
| style=&amp;quot;margin:auto&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|pokemon=Metang&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ndex=375&lt;br /&gt;
|level=35&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Zen Headbutt|move1type=Psychic|move1cat=Physical&lt;br /&gt;
|move2=Bullet Punch|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Pursuit|move3type=Dark|move3cat=Physical&lt;br /&gt;
|move4=Metal Claw|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Champion battle=====&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=VSSteven.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}11,800&lt;br /&gt;
|class=Champion&lt;br /&gt;
|classlink=Pokémon Champion&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Ever Grande City&lt;br /&gt;
|locationname=Pokémon League&lt;br /&gt;
|pokemon=6}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=227&lt;br /&gt;
|pokemon=Skarmory&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Steel|type2=Flying&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Toxic|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Spikes|move3type=Ground|move3cat=Status&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|move1=Reflect|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Light Screen|move2type=Psychic|move2cat=Status&lt;br /&gt;
|move3=Extrasensory|move3type=Psychic|move3cat=Special&lt;br /&gt;
|move4=Earth Power|move4type=Ground|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Stone Edge|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Earthquake|move2type=Ground|move2cat=Physical&lt;br /&gt;
|move3=Iron Tail|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Dragon Claw|move4type=Dragon|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{steel color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=346&lt;br /&gt;
|pokemon=Cradily&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Rock|type2=Grass&lt;br /&gt;
|ability=Suction Cups&lt;br /&gt;
|move1=Giga Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Sludge Bomb|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Confuse Ray|move4type=Ghost|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=348&lt;br /&gt;
|pokemon=Armaldo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Rock|type2=Bug&lt;br /&gt;
|ability=Battle Armor&lt;br /&gt;
|move1=X-Scissor|move1type=Bug|move1cat=Physical&lt;br /&gt;
|move2=Rock Blast|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Metal Claw|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Crush Claw|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=59&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Metagrossite&lt;br /&gt;
|move1=Bullet Punch|move1type=Steel|move1cat=Physical&lt;br /&gt;
|move2=Zen Headbutt|move2type=Psychic|move2cat=Physical&lt;br /&gt;
|move3=Meteor Mash|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Giga Impact|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Second [[Multi Battle]] with {{player}}=====&lt;br /&gt;
Steven will work as the player&#039;s partner during the Multi Battle against Courtney and a Team Magma Grunt{{sup/6|OR}}/Matt and a Team Aqua Grunt{{sup/6|AS}} at [[Mossdeep Space Center]] during the Delta Episode, using a [[party|team]] identical to his initial Champion team.&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=VSSteven.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Mossdeep Space Center&lt;br /&gt;
|pokemon=6}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=227&lt;br /&gt;
|pokemon=Skarmory&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Steel|type2=Flying&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Toxic|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Spikes|move3type=Ground|move3cat=Status&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|move1=Reflect|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Light Screen|move2type=Psychic|move2cat=Status&lt;br /&gt;
|move3=Extrasensory|move3type=Psychic|move3cat=Special&lt;br /&gt;
|move4=Earth Power|move4type=Ground|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Stone Edge|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Earthquake|move2type=Ground|move2cat=Physical&lt;br /&gt;
|move3=Iron Tail|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Dragon Claw|move4type=Dragon|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{steel color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=346&lt;br /&gt;
|pokemon=Cradily&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Rock|type2=Grass&lt;br /&gt;
|ability=Suction Cups&lt;br /&gt;
|move1=Giga Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Sludge Bomb|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Confuse Ray|move4type=Ghost|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=348&lt;br /&gt;
|pokemon=Armaldo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Rock|type2=Bug&lt;br /&gt;
|ability=Battle Armor&lt;br /&gt;
|move1=X-Scissor|move1type=Bug|move1cat=Physical&lt;br /&gt;
|move2=Rock Blast|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Metal Claw|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Crush Claw|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=59&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Metagrossite&lt;br /&gt;
|move1=Bullet Punch|move1type=Steel|move1cat=Physical&lt;br /&gt;
|move2=Zen Headbutt|move2type=Psychic|move2cat=Physical&lt;br /&gt;
|move3=Meteor Mash|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Giga Impact|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====[[Rematch]]=====&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=VSSteven.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}15,800&lt;br /&gt;
|class=Champion&lt;br /&gt;
|classlink=Pokémon Champion&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Ever Grande City&lt;br /&gt;
|locationname=Pokémon League&lt;br /&gt;
|pokemon=6}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=227&lt;br /&gt;
|pokemon=Skarmory&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=77&lt;br /&gt;
|type1=Steel|type2=Flying&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Toxic|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Spikes|move3type=Ground|move3cat=Status&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=77&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|move1=Reflect|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Light Screen|move2type=Psychic|move2cat=Status&lt;br /&gt;
|move3=Extrasensory|move3type=Psychic|move3cat=Special&lt;br /&gt;
|move4=Earth Power|move4type=Ground|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=77&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Stone Edge|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Earthquake|move2type=Ground|move2cat=Physical&lt;br /&gt;
|move3=Iron Tail|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Dragon Claw|move4type=Dragon|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{steel color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=703&lt;br /&gt;
|pokemon=Carbink&lt;br /&gt;
|level=77&lt;br /&gt;
|type1=Rock|type2=Fairy&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Moonblast|move1type=Fairy|move1cat=Special&lt;br /&gt;
|move2=Power Gem|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Psychic|move3type=Psychic|move3cat=Special&lt;br /&gt;
|move4=Earth Power|move4type=Ground|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=142&lt;br /&gt;
|pokemon=Aerodactyl&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=77&lt;br /&gt;
|type1=Rock|type2=Flying&lt;br /&gt;
|ability=Pressure&lt;br /&gt;
|move1=Rock Slide|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Ice Fang|move2type=Ice|move2cat=Physical&lt;br /&gt;
|move3=Thunder Fang|move3type=Electric|move3cat=Physical&lt;br /&gt;
|move4=Fire Fang|move4type=Fire|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=79&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Metagrossite&lt;br /&gt;
|move1=Bullet Punch|move1type=Steel|move1cat=Physical&lt;br /&gt;
|move2=Zen Headbutt|move2type=Psychic|move2cat=Physical&lt;br /&gt;
|move3=Meteor Mash|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Giga Impact|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Battle Maison Multi Battle=====&lt;br /&gt;
Steven will always use these two Pokémon as the player&#039;s Multi Battle partner.&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=VSSteven.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Battle Maison&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=142&lt;br /&gt;
|pokemon=Aerodactyl&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Rock|type2=Flying&lt;br /&gt;
|ability=Rock Head&lt;br /&gt;
|held=Focus Sash&lt;br /&gt;
|move1=Rock Slide|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Ice Fang|move2type=Ice|move2cat=Physical&lt;br /&gt;
|move3=Thunder Fang|move3type=Electric|move3cat=Physical&lt;br /&gt;
|move4=Fire Fang|move4type=Fire|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Metagrossite&lt;br /&gt;
|move1=Meteor Mash|move1type=Steel|move1cat=Physical&lt;br /&gt;
|move2=Bullet Punch|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Zen Headbutt|move3type=Psychic|move3cat=Physical&lt;br /&gt;
|move4=Hammer Arm|move4type=Fighting|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Left for the player=====&lt;br /&gt;
{{Pokémon/6&lt;br /&gt;
|ndex=374&lt;br /&gt;
|pokemon=Beldum&lt;br /&gt;
|level=1&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Iron Plate&lt;br /&gt;
|move1=Take Down|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
&lt;br /&gt;
==In spin-off games==&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
{{main|Steven (Masters)}}&lt;br /&gt;
Steven, as he appears in {{g|Omega Ruby and Alpha Sapphire}}, is a character in {{g|Masters EX}}. He forms a [[sync pair]] with his {{TP|Steven|Metagross}}, which is capable of [[Mega Evolution|Mega Evolving]]. He can also form additional sync pairs with {{p|Cradily}}, {{rf|Alolan}} {{p|Sandslash}}, {{Shiny}} {{p|Rayquaza}} (which can also Mega Evolve), {{p|Deoxys}} (which can change into any of its {{form|Deoxys|Formes}}), and Shiny {{p|Stoutland}}.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
===Artwork===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:96px; height:96px&amp;quot;| [[File:Ruby Sapphire Steven.png|120px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:96px; height:96px&amp;quot;| [[File:Steven ORAS concept art.png|410px]]&lt;br /&gt;
|-&lt;br /&gt;
| Official artwork from {{color2|000|Generation III}} by {{color2|000|Ken Sugimori}}&amp;lt;ref&amp;gt;[[a:File:StevenAdviceEXHiddenLegends92.jpg|Steven&#039;s Advice (EX Hidden Legends 92)]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Conceptual artwork from {{color2|000|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:96px; height:96px&amp;quot;| [[File:Steven with Mega Metagross.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:96px; height:96px&amp;quot;| [[File:Trainer Collection Steven Stone Artwork.png|250px]]&lt;br /&gt;
|-&lt;br /&gt;
| With {{color2|000|Mega Evolution|Mega}} {{color2|000|Metagross (Pokémon)|Metagross}}&lt;br /&gt;
| Trainer Collection illustration featuring Steven and his {{color2|000|Party|team}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sprites===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Spr RS Steven.png]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:E Steven Back.png]]&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Spr B2W2 Steven.png]]&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;{{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot; | [[File:VSSteven.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon Ruby and Sapphire Versions|Ruby, Sapphire}}, and {{color2|000|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon Black and White Versions 2|Black 2 and White 2}}&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;|VS model from&amp;lt;br&amp;gt;{{color2|000|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Steven III OD.png]]&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Steven IV OD.png]]&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Steven OD.png]]&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:ORAS Steven Icon.png]]&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Steven ORAS OD.png|100px]]&lt;br /&gt;
|-&lt;br /&gt;
| Overworld sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon Ruby and Sapphire Versions|Ruby, Sapphire}}, and {{color2|000|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Overworld sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon HeartGold and SoulSilver Versions|HeartGold and SoulSilver}}&lt;br /&gt;
| Overworld sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon Black and White Versions 2|Black 2 and White 2}}&lt;br /&gt;
| Icon in the {{color2|000|Battle Maison}} in&amp;lt;br&amp;gt;{{color2|000|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Overworld model from&amp;lt;br&amp;gt;{{color2|000|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Quotes==&lt;br /&gt;
{{main|Steven Stone/Quotes}}&lt;br /&gt;
&lt;br /&gt;
==In the anime==&lt;br /&gt;
===Main series===&lt;br /&gt;
[[File:Steven Stone JN.png|250px|thumb|Steven Stone in the {{pkmn|anime}}]]&lt;br /&gt;
{{main|Steven Stone (anime)}}&lt;br /&gt;
Steven Stone is a recurring character in the anime. He debuted in &#039;&#039;[[AG022|A Hole Lotta Trouble]]&#039;&#039; in a minor role before reappearing as a {{pkmn|Champion}} in the &#039;&#039;[[Mega Evolution Specials]]&#039;&#039; with a {{shiny}} {{TP|Steven|Metagross}} as an ally to [[Alain]]. He later assisted {{ash}} and {{ashfr}} during the climax of the [[Team Flare]] arc during &#039;&#039;[[Pokémon the Series: XY]]&#039;&#039;, and took part in the [[Masters Eight Tournament]] in &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Omega Ruby and Alpha Sapphire Animated Trailer===&lt;br /&gt;
[[File:Steven Stone ORAS Trailer.png|thumb|250px|Steven in the animated trailer]]&lt;br /&gt;
Steven briefly appeared in the [[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer]]. He was the final Trainer that {{ga|Brendan}} battled.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|width=68&lt;br /&gt;
|main=Steven&#039;s Metagross&lt;br /&gt;
|trainer=Steven&lt;br /&gt;
|pkmn=Metagross ↔ Mega Metagross&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Steven Mega Metagross ORAS Trailer.png&lt;br /&gt;
|cap=Steven&#039;s Mega Metagross&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|desc={{p|Metagross}} is Steven&#039;s only known Pokémon. It was used in a battle against {{ga|Brendan}}&#039;s {{p|Sceptile}}. It has the ability to Mega Evolve into Mega Metagross.}}&lt;br /&gt;
&lt;br /&gt;
====Voice actors====&lt;br /&gt;
{{vatable|color={{steel color}}|bordercolor={{steel color light}}&lt;br /&gt;
|ja=石田彰 &#039;&#039;[[Akira Ishida]]&#039;&#039;&lt;br /&gt;
|en=[[Tom Wayland]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===GOTCHA!===&lt;br /&gt;
Steven briefly appeared in [[GOTCHA!]].&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
[[File: Steven Adventures.png|thumb|320px|Steven in [[Pokémon Adventures]]]]&lt;br /&gt;
====={{chap|Ruby &amp;amp; Sapphire}}=====&lt;br /&gt;
Steven is the [[Hoenn League]] {{pkmn|Champion}}, having taken the position from [[Wallace]], who turned down the title despite winning the previous Pokémon League tournament. &lt;br /&gt;
&lt;br /&gt;
Steven debuted in &#039;&#039;[[PS196|Blowing Past Nosepass II]]&#039;&#039;. There, he spoke to [[Captain Stern]] about the status of the creation of the [[Submarine Explorer 1]]. In &#039;&#039;[[PS194|Guile from Mawile]]&#039;&#039;, Steven rescued {{adv|Ruby}} from a hoard of rampaging {{p|Mawile}} in [[Granite Cave]]. Once they escaped, Steven considered recruiting Ruby to help him combat [[Team Magma]] and [[Team Aqua]], but decided against it due to Ruby&#039;s young age. Steven said his farewells to Ruby and headed off.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS250|The Beginning of the End with Kyogre &amp;amp; Groudon XII]]&#039;&#039;, Steven arrived at the [[Lilycove Department Store]] and found Wallace battling [[Tabitha]], who had gone berserk from touching the [[Blue Orb]]. Steven revealed that after the Submarine Explorer 1 was stolen, he went to other regions and recruited the Hoenn [[Elite Four]] as allies against {{adv|Super-ancient Pokémon|Groudon and Kyogre}}. Steven passed his title of Hoenn League Champion to Wallace and sent the Elite Four to three locations where the [[Legendary Pokémon]] [[Brandon&#039;s Legendary titans#In the Pokémon Adventures manga|Registeel, Regirock, and Regice]] were sealed. With a [[blind boy]]&#039;s help, Steven attempted to decipher an stone slab containing the secret to awaken the sleeping Pokémon. The slab was too damaged to properly translate, forcing the plan to be abandoned. &lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS253|A Royal Rumble with Regirock, Regice and Registeel I]]&#039;&#039;, Steven found [[Sootopolis City]] surrounded by a massive explosion of energy. Amidst the chaos, Steven found and rescued {{adv|Sapphire}}, who handed him a [[letter]] she received from his father, [[Mr. Stone]]. The letter contained a decoding for the missing part of the slab, allowing Steven to finish the translation. With assistance from Sapphire&#039;s {{p|Wailord|Lorry}} and {{p|Relicanth|Relly}}, Steven successfully awakened {{p|Registeel}}, {{p|Regirock}}, and {{p|Regice}}. Steven and Sapphire were then separated by another explosion. Steven, Wallace, and the Elite Four separated into three teams of two and used Registeel, Regirock, and Regice to contain the energy generated from Groudon and Kyogre&#039;s clash and prevent it from spreading throughout Hoenn. Their efforts lasted for several weeks until &#039;&#039;[[PS263|It All Ends Now IV]]&#039;&#039;, when Ruby and [[Norman]] ended Groudon and Kyogre&#039;s battle with {{p|Rayquaza}}&#039;s power, returning the super-ancient Pokémon to their slumber. Controlling three Legendary Pokémon for so long left Steven so exhausted that he collapsed and died soon after. With Steven&#039;s passing, Registeel, Regirock, and Regice returned to the wild. &lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS263|It All Ends Now VIII]]&#039;&#039;, Steven and those who lost their lives in the fight against Groudon and Kyogre were revived by Ruby&#039;s {{adv|Celebi}}&#039;s [[time travel]] powers. With Team Magma and Team Aqua defeated, Steven celebrated the victory with his allies and thanked Ruby and Sapphire for their assistance in the battle.&lt;br /&gt;
&lt;br /&gt;
====={{chap|Platinum}}=====&lt;br /&gt;
In &#039;&#039;[[PS417|Leaping Past Lopunny]]&#039;&#039;, Steven was revealed to have spent time collecting stones in the [[Sinnoh]] region. After obtaining the stones he wanted, Steven sold the [[Villa]] he had built to use as a home base. The Villa was bought by {{adv|Platinum}} shortly afterward.&lt;br /&gt;
&lt;br /&gt;
====={{chap|Omega Ruby &amp;amp; Alpha Sapphire}}=====&lt;br /&gt;
[[File: Steven ORAS chapter.png|thumb|200px|left|Steven in the thirteenth chapter]]&lt;br /&gt;
In the thirteenth chapter, it was discovered that [[Grand Meteor Delta]], a giant meteoroid, would crash into Hoenn and destroy the planet. To prevent this disaster, Steven enlisted the help of Ruby, Sapphire, and {{adv|Emerald}}. In [[PS596]], Steven had [[Ultima]] train the Hoenn [[Pokédex holders]] [[Mumu]], [[Chic]], and {{TP|Emerald|Sceptile}} in mastering the ultimate moves so they would be prepared to use [[Mega Evolution]]. Despite Ruby being elsewhere on other business, Mr. Stone had everyone move onto the next phase once the training had finished.&lt;br /&gt;
&lt;br /&gt;
In [[PS601]], Steven, Sapphire, and Emerald arrived on the [[Sea Mauville]]. The former energy plant contained a machine called an [[ultimate weapon|Absorber]] capable of fueling a dimensional shifter designed to deal with Grand Meteor Delta. That night, Emerald was attacked by a mischievous {{p|Hoopa}}. Steven assisted Emerald in battling the [[Mythical Pokémon]], revealing he was capable of using Mega Evolution as well. Hoopa eventually escaped before Steven and Emerald could defeat or identify it.&lt;br /&gt;
&lt;br /&gt;
In [[PS603]], Steven and Mr. Stone used the Absorber to drain Emerald&#039;s Sceptile and Sapphire&#039;s Chic of their life energy while in their Mega-Evolved states. Once the process was finished, the Sea Mauville was raided by by [[Zinnia]], a [[Draconid people|Draconid]] with a hatred for the [[Devon Corporation]]. Zinnia and her allies made of former Team Magma and Aqua members attempted to destroy the dimensional shifter, forcing Steven, Sapphire, and Emerald to defend it. By the time Ruby returned, everyone realized that Sapphire and the shifter had disappeared due to Hoopa&#039;s interference. With the shifter gone, Zinnia attempted to steal Steven&#039;s [[Key Stone]] but was convinced to leave when Ruby offered up his and Emerald&#039;s [[Mega Bracelet]]s in exchange. &lt;br /&gt;
&lt;br /&gt;
In [[PS606]], Steven and Mr. Stone stayed behind while Ruby and the others went ahead to find an alternate solution to the meteoroid impact. They received a call from the [[Mossdeep Space Center]] stating that Sapphire successfully delivered the shifter. While [[Professor Cozmo]] and [[Professor Cozmo&#039;s assistants|his assistants]] outfitted the shifter onto a rocket, Steven and his father traveled to [[Mossdeep City]] to deal with the public, who had learned of the upcoming disaster due to a news leak. In [[PS608]], Steven and Mr. Stone arrived at Mossdeep. Sapphire told Steven that she sensed Zinnia&#039;s presence and went off to prevent her from interfering with the rocket&#039;s launch. Sapphire and Zinnia&#039;s clash led to them battling on top of the rocket as it flew through the air. Eventually, Sapphire was defeated, allowing Zinnia to destroy the dimensional shifter and knock the rocket down into the ocean.&lt;br /&gt;
&lt;br /&gt;
In [[PS615]], Steven and Mr. Stone arrived at Sootopolis, where Zinnia was taken to after she failed to get {{DL|Super-ancient Pokémon (Adventures)|Rayquaza}} to join her. Mr. Stone apologized for trying to control Rayquaza years ago, only for Zinnia to reject it, claiming he was only trying to save face for his failures. When Zinnia gave up and stated it was impossible to stop disaster, Emerald suggested the differing factions worked together to save the planet. Together, everyone gathered allies from across Hoenn, [[Kanto]], and [[Johto]] to assist in stopping Grand Meteor Delta. While the plan was being set up, Steven gave Zinnia a jar of Key Stones that were collected at the [[Embedded Tower]]. When Zinnia assumed the stones Steven and Hoenn Pokédex holders used were stolen from the late [[Aster]], Steven explained he received those from the [[Gurkinn|Mega Evolution guru]] in the [[Kalos]] region.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PAORAS21|Omega Alpha Adventure 21]]&#039;&#039;, the plan to destroy Grand Meteor Delta went underway. Ruby and Sapphire rode on Mega Rayquaza into space, where they attacked the meteoroid with {{m|Dragon Ascent}}. Back on Earth, Steven and the three allied regions launched a simultaneous attack on Grand Meteor Delta, successfully shattering it into pieces. With the crisis averted, Steven and the others watched as Ruby and Sapphire flew back to Sootopolis with Rayquaza. &lt;br /&gt;
&lt;br /&gt;
Once everything had returned to normal, Steven was revealed to be taking {{p|Diancie}} back to its home in Kalos.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
This listing is of Steven&#039;s Pokémon in the [[Pokémon Adventures]] manga.&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|main=Steven&#039;s Metagross&lt;br /&gt;
|trainer=Steven&lt;br /&gt;
|pkmn=Metagross ↔ Mega Metagross&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Steven Metagross Adventures.png&lt;br /&gt;
|cap=Steven&#039;s Metagross&lt;br /&gt;
|img2=Steven Mega Metagross Adventures.png&lt;br /&gt;
|cap2=Steven&#039;s Mega Metagross&lt;br /&gt;
|epnum=PS191&lt;br /&gt;
|epname=Blowing Past Nosepass II&lt;br /&gt;
|desc={{p|Metagross}} is Steven&#039;s main Pokémon and strongest as well. It is often used as a method of flight transportation. In the {{chap|Omega Ruby &amp;amp; Alpha Sapphire}}, it was given the ability to Mega Evolve into Mega Metagross.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Steven&lt;br /&gt;
|pkmn=Beldum (multiple)&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Steven Beldum Adventures.png&lt;br /&gt;
|cap=Steven&#039;s Beldum&lt;br /&gt;
|epnum=PS196&lt;br /&gt;
|epname=Ring Ring Goes Beldum&lt;br /&gt;
|desc=Steven is seen with four {{p|Beldum}}. He first used them in Granite Cave to stop a group of {{p|Mawile}} from attacking Ruby. They did so by coming out of some rocks. These Beldum later lined up with Sapphire&#039;s [[Sapphire (Adventures)#At Sea|Lorry and Relly]] to unseal the [[Legendary titans]]. One of his Beldum was also seen when Steven signed a contract to sell his Villa.&lt;br /&gt;
&lt;br /&gt;
Another one of his Beldum, nicknamed &#039;&#039;&#039;Iron&#039;&#039;&#039; (Japanese: こうてつ &#039;&#039;Kōtetsu&#039;&#039;), was seen with Steven in the {{chap|Omega Ruby &amp;amp; Alpha Sapphire}}. It is based on the [[#Traded to the player|Beldum]] the player receives from Steven in a [[In-game trade#HeartGold and SoulSilver|trade]] in {{game|HeartGold and SoulSilver|s}}.&lt;br /&gt;
&lt;br /&gt;
Their only known move is {{m|Take Down}}{{tt|*|revealed on an official site only}}, and their Ability is {{a|Clear Body}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Steven&lt;br /&gt;
|pkmn=Metang (multiple)&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Steven Metang Adventures.png&lt;br /&gt;
|cap=Steven&#039;s Metang&lt;br /&gt;
|epnum=PS196&lt;br /&gt;
|epname=Ring Ring Goes Beldum&lt;br /&gt;
|desc=Steven owns multiple {{p|Metang}}. They were first used to stop a group of Mawile in Granite Cave. Steven lent his Metang to the Elite Four so that they would be able to stay in the air while they tried to contain Groudon and Kyogre&#039;s power.&lt;br /&gt;
&lt;br /&gt;
None of Metang&#039;s moves are known, and its Ability is {{a|Clear Body}}.}}&lt;br /&gt;
&lt;br /&gt;
=====Temporary=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Steven&lt;br /&gt;
|pkmn=Registeel&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|img=Brandon Registeel Adventures.png&lt;br /&gt;
|epnum=PS254&lt;br /&gt;
|epname=A Royal Rumble with Regirock, Regice and Registeel II&lt;br /&gt;
|desc={{main|Brandon&#039;s Legendary titans#In the Pokémon Adventures manga|Brandon&#039;s Registeel}}&lt;br /&gt;
&lt;br /&gt;
{{p|Registeel}} was awakened by Steven and the Elite Four to be used to contain Groudon and Kyogre&#039;s power. Steven controlled Registeel with Wallace while the others controlled Regice and Regirock. After Steven died from the strain of controlling the three Pokémon, Registeel lashed out and ran away. It was later found by [[Brandon]] and captured.}}&lt;br /&gt;
&lt;br /&gt;
=====Borrowed=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|main=Mumu&lt;br /&gt;
|trainer=Ruby&lt;br /&gt;
|pkmn=Swampert&lt;br /&gt;
|nick=Mumu&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=Mumu.png&lt;br /&gt;
|epnum=PS183&lt;br /&gt;
|epname=Trying to Trounce Torchic&lt;br /&gt;
|desc={{p|Swampert|Mumu}} was lent to Steven while Ruby was away on [[Southern Island]]. While under Steven&#039;s care, he trained to fully master {{m|Hydro Cannon}} to prepare for his Mega Evolution.}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Omega Ruby Crimson Passion and Pokémon Alpha Sapphire Indigo Wisdom===&lt;br /&gt;
Steven appeared in the [[Pokémon Omega Ruby Crimson Passion and Pokémon Alpha Sapphire Indigo Wisdom]] manga.&lt;br /&gt;
{{sectionstub}}&lt;br /&gt;
====Pokémon====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|width=75&lt;br /&gt;
|trainer=Steven&lt;br /&gt;
|pkmn=Beldum&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Steven Stone CPIW.png&lt;br /&gt;
|epnum=Pokémon Omega Ruby Crimson Passion and Pokémon Alpha Sapphire Indigo Wisdom&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Beldum}} is Steven&#039;s only known Pokémon. It was seen with Steven when he interacted with {{OBP|Alpha|CPIW}} and {{OBP|Omega|CPIW}} two different times.&lt;br /&gt;
&lt;br /&gt;
None of Beldum&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Ruby &amp;amp; Sapphire Special Walkthrough Comic!===&lt;br /&gt;
[[File:Steven in RS Walkthrough Comic.jpg|thumb|150px|Steven in the Pokémon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]]&lt;br /&gt;
Steven appeared at the beginning of the [[Pokemon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]], where his {{TP|Steven|Metagross}} was defeated by {{ga|Brendan}}&#039;s {{p|Sceptile}}.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
The following is a list of cards mentioning or featuring Steven or his Pokémon in the [[Pokémon Trading Card Game]].&lt;br /&gt;
&lt;br /&gt;
{{cardlist/header|Steven&#039;s Pokémon|Metal|char=yes}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Celestial Storm|Claydol|79}}|type=Fighting|expanded=Yes|enset=Celestial Storm|enrarity=Rare|ennum=79/168|jpset=Sky-Splitting Charisma|jprarity=U|jpnum=048/096}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Celestial Storm|Metagross|95}}|type=Metal|expanded=Yes|enset=Celestial Storm|enrarity=Rare Holo|ennum=95/168|jpset=Sky-Splitting Charisma|jprarity=R|jpnum=055/096}}&lt;br /&gt;
{{cardlist/div|Other related cards|Metal}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Hidden Legends|Steven&#039;s Advice|92}}|type=Trainer|type2=Supporter|enset=EX Hidden Legends|enrarity=Uncommon|ennum=92/101|jpset=Undone Seal|jprarity=Uncommon|jpnum=074/083|jpset2=Metagross Constructed Starter Deck|jpnum2=018/019|jpset3=Shockwave! Tyranitar ex Constructed Standard Deck|jpnum3=018/024|enset4=EX Power Keepers|enrarity4=Uncommon|ennum4=83/108|jpset4=World Champions Pack|jprarity4=Uncommon|jpnum4=092/108}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Roaring Skies|Steven|90}}|type=Supporter|enset=Roaring Skies|expanded=Yes|enrarity=Uncommon|ennum=90/108|jpset=M Rayquaza-EX Mega Battle Deck|jprarity=Uncommon|jpnum=014/018|enset2=Ancient Origins|enrarity2=Rare Ultra|ennum2=95/98|jpset2=XY-P Promotional cards|jprarity2=Rare Ultra|jpnum2=121/XY-P}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Celestial Storm|Steven&#039;s Resolve|145}}|type=Supporter|expanded=Yes|enset=Celestial Storm|enrarity=Rare Holo|ennum=145/168|jpset=Sky-Splitting Charisma|jprarity=R|jpnum=088/096|enset2=Celestial Storm|enrarity2=Rare Ultra|ennum2=165/168|jpset2=Sky-Splitting Charisma|jprarity2=SR|jpnum2=102/096}}&lt;br /&gt;
{{cardlist/footer|Metal}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* In {{3v2|Ruby|Sapphire|Emerald}}, as well as {{pkmn|Omega Ruby and Alpha Sapphire|their remakes}}, Steven states that his favorite Pokémon is {{p|Beldum}} and that his favorite move is {{m|Steel Wing}}. Consequently, he leaves Beldum in his house as a {{pkmn2|gift}} for the {{player}}, and gives the player the TM for Steel Wing in [[Granite Cave]].&lt;br /&gt;
* In Emerald, when the player speaks to Steven in [[Meteor Falls]] before their battle, he mistakenly refers to battling alongside the player in the {{ci|Sootopolis}} Space Center. The Space Center is actually in [[Mossdeep City]].&lt;br /&gt;
* The battle with Steven against [[Maxie]] and [[Tabitha]] is the only occasion in the [[Generation III]] games where the player teams up with an ally for a [[Double Battle]].&lt;br /&gt;
* Steven&#039;s [[Trainer ID number]] is 61226 in Pokémon Emerald, 23478 in {{2v2|HeartGold|SoulSilver}}, and 11214 in Omega Ruby and Alpha Sapphire.&lt;br /&gt;
* Steven shares his French name (Pierre) with [[Brock]], the [[Gym Leader]] of [[Pewter City]]. In the French dub of &#039;&#039;[[AG022|A Hole Lotta Trouble]]&#039;&#039;, he keeps his English name of Steven Stone so as to not be confused with {{an|Brock}}, who was traveling with Ash when the group met Steven.&lt;br /&gt;
** However, from &#039;&#039;[[XY075|Rivals: Today and Tomorrow!]]&#039;&#039; onward, he is referred to as Pierre Rochard.&lt;br /&gt;
** In games where both Steven and Brock appear, Steven is referred to as &amp;quot;P. Rochard&amp;quot; (HeartGold and SoulSilver) and &amp;quot;Rochard&amp;quot; (Black 2 and White 2).&lt;br /&gt;
* Despite being a {{type|Steel}} specialist, all of Steven&#039;s teams feature just as many or more {{type|Rock}} Pokémon.&lt;br /&gt;
* In Omega Ruby and Alpha Sapphire, Steven mentions to [[Wallace]] that he will relinquish his position as Champion sometime in order to travel the world, and asks Wallace if he will become Champion in his place, referencing their roles in Emerald.&lt;br /&gt;
* In the rematch with Steven in Omega Ruby and Alpha Sapphire, all of his Pokémon have at least one immunity.&lt;br /&gt;
** In the Elite Four and Champion rematch in Omega Ruby and Alpha Sapphire, Steven is the only trainer in the Hoenn Pokémon League to use a Pokémon from {{p|Aerodactyl|Generation I}}.&lt;br /&gt;
* In Emerald, {{ga|Brendan}} and {{ga|May}} share their battle theme with Steven.&lt;br /&gt;
* If the player skips obtaining the HM for Dive from Steven&#039;s house in Ruby and Sapphire (by trading in a Pokémon with the move), Steven will include the HM alongside the Beldum.&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background:#{{steel color light}}; border:3px solid #{{steel color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Language&lt;br /&gt;
! Name&lt;br /&gt;
! Origin&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Japanese&lt;br /&gt;
| ツワブキ　ダイゴ &#039;&#039;Tsuwabuki Daigo&#039;&#039;&lt;br /&gt;
| From 梯梧 &#039;&#039;deigo&#039;&#039; ({{wp|Erythrina variegata|Indian coral tree}}) and 石蕗 &#039;&#039;tsuwabuki&#039;&#039; ({{wp|Farfugium japonicum|leopard plant}}) with the latter containing 石 &#039;&#039;ishi&#039;&#039; (stone)&amp;lt;br&amp;gt;In Okinawan traditions, the blooming of the Indian coral tree is associated with looming typhoons and drought.&amp;lt;ref&amp;gt;[https://twitter.com/matsumiyan/status/522396604230168576 Toshinobu Matsumiya on Twitter] (Japanese)&amp;lt;/ref&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| English&lt;br /&gt;
| Steven Stone&lt;br /&gt;
| From &#039;&#039;steel&#039;&#039; and &#039;&#039;stone&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Troy Trumm&lt;br /&gt;
| From &#039;&#039;Trümmer&#039;&#039; (rubble)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Máximo Peñas&lt;br /&gt;
| From &#039;&#039;máximo&#039;&#039; (maximum) and &#039;&#039;peñasco&#039;&#039; (boulder)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| French&lt;br /&gt;
| Pierre Rochard&lt;br /&gt;
| From &#039;&#039;pierre&#039;&#039; (stone) and &#039;&#039;roche&#039;&#039; (rock)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Italian&lt;br /&gt;
| Rocco Petri&lt;br /&gt;
| From &#039;&#039;roccia&#039;&#039; (rock) and &#039;&#039;pietra&#039;&#039; (stone)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 나성호 &#039;&#039;Na Seongho&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 茲伏奇大吾 / 兹伏奇大吾 &#039;&#039;Zīfúqí Dàwú&#039;&#039;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | From the transcription of &#039;&#039;Tsuwabuki&#039;&#039; and the Japanese name 大吾 &#039;&#039;Daigo&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 茲伏奇大吾 &#039;&#039;Jīfuhkkèih Daaihngh&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Thai&lt;br /&gt;
| ไดโกะ &#039;&#039;Daiko&#039;&#039;&lt;br /&gt;
| Transcription of his Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Russian&lt;br /&gt;
| Стивен Стоун &#039;&#039;Stiven Stoun&#039;&#039;&lt;br /&gt;
| Transcription of his English name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Vietnamese&lt;br /&gt;
| Tsuwabuki Daigo&lt;br /&gt;
| Transcription of his Japanese name&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[a:Category:Steven Stone|Images on the Bulbagarden Archives]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
{{-}}&lt;br /&gt;
{{Champions|Steel}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Hoenn League}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{NPC|steel|kanto=yes|hoenn=yes}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Project CharacterDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Champions]]&lt;br /&gt;
[[Category:Pokémon Adventures characters]]&lt;br /&gt;
[[Category:Manga characters]]&lt;br /&gt;
[[Category:Pokémon Omega Ruby Crimson Passion and Pokémon Alpha Sapphire Indigo Wisdom characters]]&lt;br /&gt;
[[Category:Ruby and Sapphire characters]]&lt;br /&gt;
[[Category:Emerald characters]]&lt;br /&gt;
[[Category:HeartGold and SoulSilver characters]]&lt;br /&gt;
[[Category:Black 2 and White 2 characters]]&lt;br /&gt;
[[Category:Omega Ruby and Alpha Sapphire characters]]&lt;br /&gt;
[[Category:Steel-type Trainers]]&lt;br /&gt;
[[Category:Battle facility leaders]]&lt;br /&gt;
[[Category:Trainers with Key Stones]]&lt;br /&gt;
[[Category:Trainers with Shiny Pokémon]]&lt;br /&gt;
&lt;br /&gt;
[[de:Troy Trumm]]&lt;br /&gt;
[[es:Máximo Peñas]]&lt;br /&gt;
[[fr:Pierre Rochard (jeux vidéo)]]&lt;br /&gt;
[[it:Rocco Petri]]&lt;br /&gt;
[[ja:ダイゴ]]&lt;br /&gt;
[[zh:大吾]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Pok%C3%A9mon_Ruby_%26_Sapphire_Special_Walkthrough_Comic!&amp;diff=3733657</id>
		<title>Pokémon Ruby &amp; Sapphire Special Walkthrough Comic!</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Pok%C3%A9mon_Ruby_%26_Sapphire_Special_Walkthrough_Comic!&amp;diff=3733657"/>
		<updated>2023-06-23T12:05:24Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:RS_Capture_Book.jpg|thumb|200px|Cover of Pokémon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]]&lt;br /&gt;
(Japanese: &#039;&#039;&#039;ポケモンルビー＆サファイア　スペシャルこうりゃくコミック！！&#039;&#039;&#039; &#039;&#039;Pokémon Ruby &amp;amp; Sapphire Special Walkthrough Comic!&#039;&#039;) is a {{pkmn|manga}} based on [[Pokémon Ruby and Sapphire Versions|Pokémon Ruby and Sapphire]]. The manga was written by [[Hidenori Kusaka]] and illustrated by [[Emiko Yoshino]]. It was first published by [[Shogakukan]] on June 10, 2003 as a soft-cover book (&#039;&#039;ポケットモンスタールビー・サファイア公式まんがで読む４つ星攻略ＢＯＯＫ ISBN: 409106101X&#039;&#039;) and later distributed through their Year 2 Students ( &#039;&#039;小学二年生&#039;&#039;) magazine from October 2003 to January 2004.&lt;br /&gt;
&lt;br /&gt;
==Summary==&lt;br /&gt;
The book is a walkthrough divided into four manga chapters, highlighting improved gameplay mechanics and new features introduced in [[Generation III]]. They are told through the adventures and mishaps of the [[player character|player characters]] as they demonstrate aspects of gameplay to the reader. There is also information about [[Pokémon Box]] storage system and the [[List of Japanese event Pokémon distributions (Generation III)#Wishing Star Jirachi|newly-distributed]] [[Mythical Pokémon]] {{p|Jirachi}}. The book also features documentational logs, size charts for each Pokémon species found in the [[Hoenn]] [[region]], and promotions for other publications including [[Pokémon Adventures|Pokémon Special]]. This book was only released in Japan and never received any official translation overseas.&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* {{ga|Brendan}}&lt;br /&gt;
* {{ga|May}}&lt;br /&gt;
* [[Professor Birch]]&lt;br /&gt;
* [[Steven Stone]]&lt;br /&gt;
* [[Battle Tower (Generation III)|Battle Tower]] receptionist&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Pikachu}}&lt;br /&gt;
* {{p|Treecko}}&lt;br /&gt;
* {{p|Torchic}}&lt;br /&gt;
* {{p|Mudkip}}&lt;br /&gt;
* {{p|Metagross}}&lt;br /&gt;
* {{p|Groudon}}&lt;br /&gt;
* {{p|Kyogre}}&lt;br /&gt;
* {{p|Latias}}&lt;br /&gt;
* {{p|Latios}}&lt;br /&gt;
* {{p|Jirachi}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
[[File:Brendan White Hair RS Capture Book.jpg|thumb|200px|Brendan with white hair]]&lt;br /&gt;
* This book was published before the release of [[Pokémon FireRed and LeafGreen]]. As a result, {{p|Deoxys}} is not featured.&lt;br /&gt;
* Brendan is portrayed with white hair instead of having short black hair and a knit cap. This can be easily seen in panels showing the back of his head.&lt;br /&gt;
* Brendan and May are seen wearing glasses in panels where they say something &#039;smart&#039;, a trend which would continue throughout [[Emiko Yoshino]]&#039;s portrayals of other player characters.&lt;br /&gt;
&lt;br /&gt;
[[Category:Manga]]&lt;br /&gt;
&lt;br /&gt;
[[it:Pokémon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Team_Magma&amp;diff=3733231</id>
		<title>Team Magma</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Team_Magma&amp;diff=3733231"/>
		<updated>2023-06-23T05:50:57Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: Cleanup.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{samename|theme deck from {{TCG|EX Team Magma vs Team Aqua}}|Team Magma (TCG)}}&lt;br /&gt;
----&lt;br /&gt;
{{Team Infobox&lt;br /&gt;
|teamname=Team Magma&lt;br /&gt;
|jpteamname=マグマ団&lt;br /&gt;
|tmteamname=Magma Gang&lt;br /&gt;
|logo=Magma-logo.png&lt;br /&gt;
|image=Omega Ruby Alpha Sapphire Team Magma Grunts.png&lt;br /&gt;
|caption=Artwork of Magma Grunts from {{pkmn|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|size=200px&lt;br /&gt;
|leader=[[Maxie]]&lt;br /&gt;
|region=[[Hoenn]]&lt;br /&gt;
|admins=[[Courtney]], [[Tabitha]], [[Blaise]] ({{pkmn|Adventures}} only)&lt;br /&gt;
|targets=[[Mt. Chimney]], [[Oceanic Museum]], [[Southern Island]], [[Weather Institute]], [[Mt. Pyre]], [[Seafloor Cavern]], [[Mossdeep Space Center]]&lt;br /&gt;
|hideout=[[Lilycove City]]{{sup/3|R}}{{sup/6|OR}}, [[Jagged Pass]]{{sup/3|E}}&lt;br /&gt;
|epnum=AG002&lt;br /&gt;
|epname=A Ruin with a View&lt;br /&gt;
|psnum=PS199&lt;br /&gt;
|psname=Adding It Up with Plusle &amp;amp; Minun II&lt;br /&gt;
|tcg=Team Magma&lt;br /&gt;
|border color={{ruby color}}&lt;br /&gt;
|background color={{ruby color light}}&lt;br /&gt;
|lightened color={{ground color}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Team Magma&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;{{j|マグマ{{tt|団|だん}}}}&#039;&#039;&#039; &#039;&#039;Magma-dan&#039;&#039;, literally &#039;&#039;Magma Gang&#039;&#039;) is one of the two [[villainous team]]s with their organization based in the [[Hoenn]] region, alongside their rivals, [[Team Aqua]]. In Generation III, Team Magma&#039;s ultimate goal is to expand the amount of landmass in the world, while in Generation VI, their goal is to create a world for human progress by making {{p|Groudon}} undergo Primal Reversion to expand the landmass to give humanity more space on which to build and develop civilization.&lt;br /&gt;
&lt;br /&gt;
==In the games==&lt;br /&gt;
Team Magma appears only in the Hoenn-based games {{game2|Ruby|Sapphire|Emerald}}, as well as their remakes [[Pokémon Omega Ruby and Alpha Sapphire]], where they scheme to bring Groudon out of its slumber.&lt;br /&gt;
&lt;br /&gt;
Generally, {{tc|Team Magma Grunt}}s have weaker Pokémon, with {{p|Zubat}} and {{p|Poochyena}} (and {{p|Koffing}} in Omega Ruby) plentiful among them, however, they also use Pokémon of other types; typically they are {{type|Ground}} and {{type|Fire}} Pokémon such as {{p|Numel}} (and {{p|Baltoy}} in Emerald). The team is headed by [[Maxie]] and his two immediate subordinates [[Tabitha]] and [[Courtney]].&lt;br /&gt;
&lt;br /&gt;
===Pokémon Ruby===&lt;br /&gt;
Though they are first encountered early in the game, their first major plot is to use a [[Meteorite]] to cause [[Mt. Chimney]] to erupt and expand the land. When this is thwarted by the {{player}}, they set themselves up in [[Lilycove City]]&#039;s cove, planning their next moves. Their final action in the storyline is to steal a submarine from {{ci|Slateport}} harbor, which they use to travel to the [[Seafloor Cavern]] with the [[Blue Orb]], where Groudon awaits. Having picked the wrong orb, Groudon is enraged instead of controlled, and starts to scorch Hoenn at the [[Cave of Origin]] in [[Sootopolis City]] where it is controlled with the correct orb and must be captured by the player or defeated.&lt;br /&gt;
&lt;br /&gt;
===Pokémon Sapphire===&lt;br /&gt;
Team Magma is relegated to a supporting role in Sapphire, with [[Team Aqua]] instead performing the same actions (with different reasoning) and awakening {{p|Kyogre}} instead.&lt;br /&gt;
&lt;br /&gt;
===Pokémon Emerald===&lt;br /&gt;
Team Magma&#039;s deeds are partly the same in {{game|Emerald}} as they are in Ruby and Sapphire, with the plot to cause Mt. Chimney&#039;s eruption featured, as well as a new plot to steal rocket fuel from the [[Mossdeep Space Center]]. Groudon is eventually awakened deep within a [[Magma Hideout (Jagged Pass)|cavern used by Team Magma]] deep inside of Mt. Chimney. Both Team Magma&#039;s Maxie and Team Aqua&#039;s [[Archie]] realize what they&#039;ve done has caused a terrible disaster, and make peace with one another after Groudon and Kyogre have been taken care of by {{p|Rayquaza}}.&lt;br /&gt;
&lt;br /&gt;
===Pokémon Omega Ruby===&lt;br /&gt;
In Pokémon Omega Ruby, Team Magma&#039;s role in the story remains largely the same but their motivation has been significantly altered. While in the original versions of Ruby and Sapphire Team Magma saw a world with more landmass as ideal for both Pokémon and humans, in Omega Ruby Team Magma wishes to put an end to the misguided ideal of coexistence and expand the land to give humanity more space on which to build and develop civilization. This puts them in direct opposition to Team Aqua, who in this version of the story believe that the sea must be expanded to wipe out human civilization so that Pokémon may live without interference. Their schemes to obtain the [[Devon Parts]], Meteorite, and [[Captain Stern]]&#039;s submarine are still intact, but are altered to the purpose of awakening Groudon and triggering its [[Primal Reversion]] via the [[Red Orb]]. Upon awakening it, however, the Legendary Pokémon&#039;s {{a|Desolate Land}} Ability nearly parches the entirety of Hoenn until the player successfully captures or defeats Primal Groudon. The ensuing flow of energy from the Cave of Origin leads to the two leaders, feeling remorseful for enforcing their will on nature at the risk of everything, resolving to start over the foundations of their teams in friendship.&lt;br /&gt;
&lt;br /&gt;
Post-game, a division led by a distraught [[Courtney]] seeks to revive [[Project AZOTH]] for the renewal of Maxie&#039;s dream, in the wake of his recent guilt and demeanor. Upon their failure and defeat in Mossdeep&#039;s Space Center, Courtney is summoned back to the Magma Hideout in Lilycove. Upon her tearful apology, a surprised Maxie agrees to forgive her actions on one condition: that she forgive his aloofness and ruthlessness, and start over in Team Magma&#039;s mission with him. From this point on, rather than disbanding, Team Magma assumes a friendlier role working to rework their humanitarian ambitions for Hoenn, with the player welcome to visit the team in their hideout at any given time.&lt;br /&gt;
&lt;br /&gt;
==In the anime==&lt;br /&gt;
===Main series===&lt;br /&gt;
[[File:OPJ06 Team Magma.png|thumb|left|250px|Team Magma in the {{pkmn|anime}}]]&lt;br /&gt;
Like Team Rocket, Team Magma appeared in the [[AG002|second episode]] of [[Pokémon the Series: Ruby and Sapphire|their own series]]. Much of the time, their focus was on uncovering clues about the location of {{DL|Kyogre and Groudon (Ruby and Sapphire series)|Groudon}}, in the hope of using its power to restore land, though they often did not find anything useful. Team Magma and Team Aqua confronted each other in &#039;&#039;[[AG027|A Three Team Scheme!]]&#039;&#039; and &#039;&#039;[[AG054|Fight for the Meteorite!]]&#039;&#039;. They eventually clashed in &#039;&#039;[[AG097|Gaining Groudon]]&#039;&#039; and &#039;&#039;[[AG098|The Scuffle of Legends]]&#039;&#039;, and their feud ended in a destructive fight between the two super-ancient Pokémon, Groudon and {{DL|Kyogre and Groudon (Ruby and Sapphire series)|Kyogre}}.&lt;br /&gt;
&lt;br /&gt;
Unlike Giovanni, [[Maxie]] himself never so much as picked up a Poké Ball, instead allowing his underlings to do the fighting for him. [[Tabitha]] generally oversaw the activities of the team, while [[Courtney]] did not appear at all. [[Brodie]] infiltrated many places as a master of disguise, however, it is unknown whether his rank is above that of a Grunt or not. Formerly, [[Butler]] from &#039;&#039;[[M06|Jirachi: Wish Maker]]&#039;&#039; worked as a scientist for Team Magma, intending to resurrect a Groudon from a Fossil, but was fired when he was unable to bring the project to fruition.&lt;br /&gt;
&lt;br /&gt;
Team Magma&#039;s usual Pokémon include {{p|Golbat}}, {{p|Houndoom}}, and {{p|Mightyena}}. Brodie&#039;s team includes a sly {{p|Ditto}}, complimenting his nature, and Golbat. Team Magma seems to be well resourced detailed knowledge of the ancient world, rare treasures in their possession, heat-seeking glasses and helicopter transport. The grunts respect those of higher rank and Maxie&#039;s orders are always heeded.&lt;br /&gt;
&lt;br /&gt;
===Pokémon Generations===&lt;br /&gt;
[[File:Team Magma Grunt PG.png|thumb|250px|Team Magma in [[Pokémon Generations]]]]&lt;br /&gt;
Team Magma appeared in &#039;&#039;[[PG07|The Vision]]&#039;&#039;, where their [[Team Magma Hideout|hideout]] was infiltrated by {{ga|Brendan}}. [[Maxie]], [[Tabitha]], and a small division of {{tc|Team Magma Grunt|Grunts}} left for the [[Seafloor Cavern]] with the [[Submarine Explorer 1]] while [[Courtney]] stayed behind to battle and stall Brendan.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
===Pokémon Ruby &amp;amp; Sapphire (CoroCoro Comics)===&lt;br /&gt;
[[File:Team_Magma_Shroomish.jpg|thumb|200px|Team Magma grunt with Shroomish.]]&lt;br /&gt;
Closely following the games&#039; storyline, a Team Magma grunt attacks one of [[Devon]]&#039;s scientists in [[Petalburg Woods]] and later battles Ruby. Unlike the games, this grunt uses a Shroomish.&lt;br /&gt;
&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
===={{chap|Ruby &amp;amp; Sapphire}}====&lt;br /&gt;
Team Magma are depicted at first as a lesser force compared to [[Team Aqua]]; their hideout is confined to a hole in the [[Route 111|desert]], and movement of the team in large numbers is often limited. Also, due to Aqua Leader [[Archie]] being in charge of [[Hoenn TV]] at the time, Team Magma operations were frequently reported by the media. However, Team Magma knew about the existence of the [[Red Orb|Red]] and [[Blue Orb]]s before Team Aqua did, so were able to claim an advantage, albeit temporary, over their rivals during the climax of this chapter.&lt;br /&gt;
&lt;br /&gt;
Operations were mainly carried out by the [[Magma Admin (Trainer class)#In the manga|Three Fires]], a trio of {{tc|Magma Admin}}s. They successfully stole the [[Scanner]] from the [[Abandoned Ship]], using them to track the Orbs to [[Mt. Pyre]] where they stole them from the elderly couple that lived atop the mountain.&lt;br /&gt;
&lt;br /&gt;
===={{chap|Omega Ruby &amp;amp; Alpha Sapphire}}====&lt;br /&gt;
Team Magma&#039;s awareness of the Orbs may have been passed to them by [[Zinnia]] during a flashback in this chapter.&lt;br /&gt;
&lt;br /&gt;
Despite the return of the original team leader [[Maxie]], there existed a new incarnation of the team known as &#039;&#039;&#039;Neo Team Magma&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;新生マグマ団&#039;&#039;&#039; &#039;&#039;Neo Magma Gang&#039;&#039;), headed by new incarnations of [[Courtney]] and [[Tabitha]], who claimed that their names were simply codenames used by Magma Admins. This team mainly served to cooperate with Zinnia.&lt;br /&gt;
&lt;br /&gt;
===Pokémon Ruby-Sapphire===&lt;br /&gt;
Team Magma debuted in &#039;&#039;[[PMRS10|We&#039;ve Found Team Magma&#039;s Secret!!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
Team Magma is featured in the [[Pokémon Trading Card Game]] in the {{TCG|EX Team Magma vs Team Aqua}} and {{TCG|Double Crisis}} expansions. Their ambitions and specialties in the trading card game are reflected in other mediums like the anime and games. Unlike [[Team Rocket]], which initially featured {{TCG|Dark Pokémon}} as an emphasis for their status as a villainous team, evolved Pokémon belonging to Team Magma are dual {{ct|Darkness}} in the EX Team Magma vs Team Aqua set. This mechanic would also be used in {{TCG|EX Team Rocket Returns}} for Team Rocket-related Pokémon.&lt;br /&gt;
&lt;br /&gt;
{{cardlist/header|Team Magma&#039;s Pokémon|Darkness|Fire|char=yes}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Aggron|7}}|type=Fighting|type2=Darkness|enset2=EX Team Magma vs Team Aqua|enrarity2=Rare Holo|ennum2=7/95|jpset=Magma Deck Kit|jpnum=017/033|jpset2=Magma Deck Kit|jpnum2=018/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Claydol|8}}|type=Psychic|type2=Darkness|enset=EX Team Magma vs Team Aqua|enrarity=Rare Holo|ennum=8/95|jpset=Magma VS Aqua: Two Ambitions|jprarity=Rare Holo|jpnum=045/080}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Groudon|9}}|type=Fighting|type2=Darkness|enset=EX Team Magma vs Team Aqua|enrarity=Rare Holo|ennum=9/95|jpset=Magma Deck Kit|jpnum=019/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Houndoom|10}}|type=Fire|type2=Darkness|enset=EX Team Magma vs Team Aqua|enrarity=Rare Holo|ennum=10/95|jpset=Magma VS Aqua: Two Ambitions|jprarity=Rare Holo|jpnum=020/080}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Rhydon|11}}|type=Fighting|type2=Darkness|enset=EX Team Magma vs Team Aqua|enrarity=Rare Holo|ennum=11/95|jpset=Magma VS Aqua: Two Ambitions|jprarity=Rare Holo|jpnum=053/080}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Torkoal|12}}|type=Fire|type2=Darkness|enset=EX Team Magma vs Team Aqua|enrarity=Rare Holo|ennum=12/95|jpset=Magma VS Aqua: Two Ambitions|jprarity=Rare Holo|jpnum=021/080}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Camerupt|19}}|type=Fire|enset=EX Team Magma vs Team Aqua|enrarity=Rare|ennum=19/95|jpset=Magma Deck Kit|jpnum=006/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Lairon|20}}|type=Fighting|enset=EX Team Magma vs Team Aqua|enrarity=Rare|ennum=20/95|jpset=Magma Deck Kit|jpnum=013/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Mightyena|21}}|type=Darkness|enset=EX Team Magma vs Team Aqua|enrarity=Rare|ennum=21/95|jpset=Magma Deck Kit|jpnum=022/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Rhydon|22}}|type=Fighting|enset=EX Team Magma vs Team Aqua|enrarity=Rare|ennum=22/95|jpset=Magma Deck Kit|jpnum=009/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Zangoose|23}}|type=Colorless|enset=EX Team Magma vs Team Aqua|enrarity=Rare|ennum=23/95|jpset=Magma VS Aqua: Two Ambitions|jprarity=Rare|jpnum=061/080}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Baltoy|32}}|type=Psychic|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=32/95|jpset=Magma VS Aqua: Two Ambitions|jprarity=Uncommon|jpnum=044/080}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Claydol|33}}|type=Fighting|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=33/95|jpset=Magma Deck Kit|jpnum=016/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Houndoom|34}}|type=Fire|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=34/95|jpset=Magma Deck Kit|jpnum=004/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Houndour|35}}|type=Fire|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=35/95|jpset=Magma VS Aqua: Two Ambitions|jprarity=Uncommon|jpnum=019/080}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Lairon|36}}|type=Fighting|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=36/95|jpset=Magma Deck Kit|jpnum=012/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Mightyena|37}}|type=Darkness|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=37/95|jpset=Magma Deck Kit|jpnum=023/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Rhyhorn|38}}|type=Fighting|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=38/95|jpset=Magma VS Aqua: Two Ambitions|jprarity=Uncommon|jpnum=052/080}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Aron|58}}|type=Fighting|enset=EX Team Magma vs Team Aqua|enrarity=Common|ennum=58/95|jpset=Magma Deck Kit|jpnum=011/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Aron|59}}|type=Fighting|enset=EX Team Magma vs Team Aqua|enrarity=Common|ennum=59/95|jpset=Magma Deck Kit|jpnum=010/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Baltoy|60}}|type=Fighting|enset=EX Team Magma vs Team Aqua|enrarity=Common|ennum=60/95|jpset=Magma Deck Kit|jpnum=014/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Baltoy|61}}|type=Fighting|enset=EX Team Magma vs Team Aqua|enrarity=Common|ennum=61/95|jpset=Magma Deck Kit|jpnum=015/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Houndour|62}}|type=Fire|enset=EX Team Magma vs Team Aqua|enrarity=Common|ennum=62/95|jpset=Magma Deck Kit|jpnum=003/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Houndour|63}}|type=Fire|enset=EX Team Magma vs Team Aqua|enrarity=Common|ennum=63/95|jpset=Magma Deck Kit|jpnum=002/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Numel|64}}|type=Fire|enset=EX Team Magma vs Team Aqua|enrarity=Common|ennum=64/95|jpset=Magma Deck Kit|jpnum=005/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Poochyena|65}}|type=Darkness|enset=EX Team Magma vs Team Aqua|enrarity=Common|ennum=65/95|jpset=Magma Deck Kit|jpnum=020/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Poochyena|66}}|type=Darkness|enset=EX Team Magma vs Team Aqua|enrarity=Common|ennum=66/95|jpset=Magma Deck Kit|jpnum=021/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Rhyhorn|67}}|type=Fighting|enset=EX Team Magma vs Team Aqua|enrarity=Common|ennum=67/95|jpset=Magma Deck Kit|jpnum=007/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Rhyhorn|68}}|type=Fighting|enset=EX Team Magma vs Team Aqua|enrarity=Common|ennum=68/95|jpset=Magma Deck Kit|jpnum=008/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma&#039;s Numel|1}}|type=Fire|enset=Double Crisis|enrarity=Common|ennum=1/34|jpset=Magma Gang VS Aqua Gang: Double Crisis|jprarity=C|jpnum=001/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma&#039;s Camerupt|2}}|type=Fire|enset=Double Crisis|enrarity=Rare Holo|ennum=2/34|jpset=Magma Gang VS Aqua Gang: Double Crisis|jprarity=R|jpnum=002/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma&#039;s Baltoy|10}}|type=Psychic|enset=Double Crisis|enrarity=Common|ennum=10/34|jpset=Magma Gang VS Aqua Gang: Double Crisis|jprarity=C|jpnum=010/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma&#039;s Claydol|11}}|type=Psychic|enset=Double Crisis|enrarity=Rare Holo|ennum=11/34|jpset=Magma Gang VS Aqua Gang: Double Crisis|jprarity=R|jpnum=011/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma&#039;s Aron|12}}|type=Fighting|enset=Double Crisis|enrarity=Common|ennum=12/34|jpset=Magma Gang VS Aqua Gang: Double Crisis|jprarity=C|jpnum=012/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma&#039;s Lairon|13}}|type=Fighting|enset=Double Crisis|enrarity=Common|ennum=13/34|jpset=Magma Gang VS Aqua Gang: Double Crisis|jprarity=C|jpnum=013/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma&#039;s Aggron|14}}|type=Fighting|enset=Double Crisis|enrarity=Rare Holo|ennum=14/34|jpset=Magma Gang VS Aqua Gang: Double Crisis|jprarity=R|jpnum=014/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma&#039;s Poochyena|17}}|type=Darkness|enset=Double Crisis|enrarity=Common|ennum=17/34|jpset=Magma Gang VS Aqua Gang: Double Crisis|jprarity=C|jpnum=017/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma&#039;s Mightyena|19}}|type=Darkness|enset=Double Crisis|enrarity=Common|ennum=19/34|jpset=Magma Gang VS Aqua Gang: Double Crisis|jprarity=C|jpnum=019/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma&#039;s Zangoose|22}}|type=Colorless|enset=Double Crisis|enrarity=Common|ennum=22/34|jpset=Magma Gang VS Aqua Gang: Double Crisis|jprarity=C|jpnum=022/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|SM-P Promo|Pretend Grunt Pikachu|14}}|type=Lightning|jpset=SM-P Promotional cards|jpnum=014/SM-P}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|SM-P Promo|Pretend Boss Pikachu|193}} &#039;&#039;&#039;&amp;lt;small&amp;gt;Team Magma&amp;lt;/small&amp;gt;&#039;&#039;&#039;|type=Lightning|jpset=SM-P Promotional cards|jpnum=193/SM-P}}&lt;br /&gt;
{{cardlist/div|Team Magma&#039;s Pokémon{{EX}}|Darkness|Fighting}}&lt;br /&gt;
{{cardlist/entry|cardname=[[Team Magma&#039;s Groudon-EX (Double Crisis 15)|Team Magma&#039;s Groudon]]{{EX}}|type=Fighting|enset=Double Crisis|enrarity=Rare Holo ex|ennum=15/34|jpset=Magma Gang VS Aqua Gang: Double Crisis|jprarity=RR|jpnum=015/034}}&lt;br /&gt;
&lt;br /&gt;
{{cardlist/div|Other related cards|Darkness|Fire}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma Schemer|70}}|type=Trainer|type2=Supporter|enset=EX Team Magma vs Team Aqua|enrarity=Common|ennum=70/95|jpsetlink=EX Team Magma vs Team Aqua|jpset=Magma VS Aqua: Two Ambitions|jprarity=Uncommon|jpnum=072/080|jpset2=Magma Deck Kit|jpnum2=027/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Maxie|73}}|type=Trainer|type2=Supporter|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=73/95|jpsetlink=EX Team Magma vs Team Aqua|jpset=Magma VS Aqua: Two Ambitions|jprarity=Rare|jpnum=074/080|jpset2=Magma Deck Kit|jpnum2=029/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma Ball|80}}|type=Trainer|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=80/95|jpset=Magma Deck Kit|jpnum=026/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma Belt|81}}|type=Trainer|type2=Pokémon Tool|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=81/95|jpsetlink=EX Team Magma vs Team Aqua|jpset=Magma VS Aqua: Two Ambitions|jprarity=Uncommon|jpnum=070/080|jpset2=Magma Deck Kit|jpnum2=030/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma Conspirator|82}}|type=Trainer|type2=Supporter|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=82/95|jpset=Magma Deck Kit|jpnum=028/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma Hideout|83}}|type=Trainer|type2=Stadium|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=83/95|jpset=Magma Deck Kit|jpnum=032/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma Technical Machine 01|84}}|type=Trainer|type2=Technical Machine|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=84/95|jpsetlink=EX Team Magma vs Team Aqua|jpset=Magma VS Aqua: Two Ambitions|jprarity=Uncommon|jpnum=076/080|jpset2=Magma Deck Kit|jpnum2=031/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Magma Energy|87}}|type=Energy|energy=Magma|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=87/95|jpsetlink=EX Team Magma vs Team Aqua|jpset=Magma VS Aqua: Two Ambitions|jprarity=Uncommon|jpnum=079/080|jpset2=Magma Deck Kit|jpnum2=033/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Primal Clash|Maxie&#039;s Hidden Ball Trick|133}}|type=Supporter|type2=Supporter|enset=Primal Clash|enrarity=Uncommon|ennum=133/160|jpset=Gaia Volcano|jprarity=U|jpnum=67/70|enset2=Primal Clash|enrarity2=Rare Ultra|ennum2=158/160|jpset2=Gaia Volcano|jprarity2=SR|jpnum2=78/70}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Magma Pointer|24}}|type=Item|enset=Double Crisis|enrarity=Uncommon|ennum=24/34|jpsetlink=Magma Gang VS Aqua Gang: Double Crisis |jpset=Magma Gang VS Aqua Gang: Double Crisis |jprarity=U|jpnum=026/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma Admin|29}}|type=Supporter|enset=Double Crisis|enrarity=Uncommon|ennum=29/34|jpsetlink=Magma Gang VS Aqua Gang: Double Crisis |jpset=Magma Gang VS Aqua Gang: Double Crisis |jprarity=U|jpnum=029/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma Grunt|30}}|type=Supporter|enset=Double Crisis|enrarity=Uncommon|ennum=30/34|jpsetlink=Magma Gang VS Aqua Gang: Double Crisis |jpset=Magma Gang VS Aqua Gang: Double Crisis |jprarity=U|jpnum=030/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma&#039;s Great Ball|31}}|type=Item|enset=Double Crisis|enrarity=Uncommon|ennum=31/34|jpsetlink=Magma Gang VS Aqua Gang: Double Crisis|jpset=Magma Gang VS Aqua Gang: Double Crisis |jprarity=U|jpnum=024/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma&#039;s Secret Base|32}}|type=Stadium|enset=Double Crisis|enrarity=Uncommon|ennum=32/34|jpsetlink=Magma Gang VS Aqua Gang: Double Crisis|jpset=Magma Gang VS Aqua Gang: Double Crisis |jprarity=U|jpnum=032/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Double Magma Energy|34}}|type=Energy|energy=Fighting|enset=Double Crisis|enrarity=Uncommon|ennum=34/34|jpsetlink=Double Magma Energy|jpset=Magma Gang VS Aqua Gang: Double Crisis |jprarity=U|jpnum=034/034}}&lt;br /&gt;
{{cardlist/footer|Darkness|Fire}}&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Team_Magma_Logo_RSE.png|Concept artwork of the Team Magma logo from {{game2|Ruby|Sapphire|Emerald}}.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background: #{{ruby color light}}; border: 3px solid #{{ruby color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Language&lt;br /&gt;
! Name&lt;br /&gt;
! Origin&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Japanese&lt;br /&gt;
| マグマ団 &#039;&#039;Magma-dan&#039;&#039;&lt;br /&gt;
| From &#039;&#039;{{wp|magma}}&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| English, French,&amp;lt;br&amp;gt;German, Italian,&amp;lt;br&amp;gt;{{tt|Spanish|Iberian dub}}&lt;br /&gt;
| Team Magma&lt;br /&gt;
| Same as Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| {{tt|Spanish|Games, Latin American media}}&lt;br /&gt;
| Equipo Magma&lt;br /&gt;
| Same as Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 마그마단 &#039;&#039;Magma-dan&#039;&#039;&lt;br /&gt;
| Same as Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| Chinese ({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 熔岩隊 / 熔岩队 &#039;&#039;Róngyán Duì&#039;&#039;{{tt|*|Games, Anime (Mainland China, since Sun and Moon)}}&lt;br /&gt;
| From 熔岩 &#039;&#039;róngyán&#039;&#039;, lava&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 火岩隊 / 火岩队 &#039;&#039;Huǒyán Duì&#039;&#039;{{tt|*|Pre-Gen VII Media}}&lt;br /&gt;
| From 火焰 &#039;&#039;huǒyàn&#039;&#039; (flame) and 熔岩 &#039;&#039;róngyán&#039;&#039; (lava)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| Chinese ({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 熔岩隊 &#039;&#039;Yùhngngàahm Déui&#039;&#039;{{tt|*|Games}}&lt;br /&gt;
| From 熔岩 &#039;&#039;yùhngngàahm&#039;&#039;, lava&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 火岩隊 &#039;&#039;Fóngàahm Déui&#039;&#039;{{tt|*|Pre-Gen VII Media}}&lt;br /&gt;
| From 火焰 &#039;&#039;fóyihm&#039;&#039; (flame) and 熔岩 &#039;&#039;yùhngngàahm &#039;&#039; (lava)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Finnish&lt;br /&gt;
| Magmaryhmä&lt;br /&gt;
| Same as Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Polish&lt;br /&gt;
| Zespół Magma&lt;br /&gt;
| Same as Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Brazilian Portuguese&lt;br /&gt;
| Equipe Magma&lt;br /&gt;
| Same as Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| European Portuguese&lt;br /&gt;
| Equipa Magma&lt;br /&gt;
| Same as Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Russian&lt;br /&gt;
| Команда Магма &#039;&#039;Komanda Magma&#039;&#039;&lt;br /&gt;
| Same as Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Vietnamese&lt;br /&gt;
| Đội Magma&lt;br /&gt;
| Same as Japanese name&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==Related articles==&lt;br /&gt;
* [[Team Aqua]]&lt;br /&gt;
* {{cat|Episodes focusing on Team Aqua and Team Magma}}&lt;br /&gt;
* [[a:Category:Team Magma|Images on the Bulbagarden Archives]]&lt;br /&gt;
{{Team Magma}} &amp;lt;br&amp;gt;&lt;br /&gt;
{{Villainous teams}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Team Magma|*]]&lt;br /&gt;
[[Category:Villain groups|Magma]]&lt;br /&gt;
&lt;br /&gt;
[[de:Team Magma]]&lt;br /&gt;
[[es:Equipo Magma]]&lt;br /&gt;
[[fr:Team Magma]]&lt;br /&gt;
[[it:Team Magma]]&lt;br /&gt;
[[ja:マグマ団]]&lt;br /&gt;
[[zh:熔岩队]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Team_Magma&amp;diff=3733224</id>
		<title>Team Magma</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Team_Magma&amp;diff=3733224"/>
		<updated>2023-06-23T05:25:52Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: /* In the manga */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{samename|theme deck from {{TCG|EX Team Magma vs Team Aqua}}|Team Magma (TCG)}}&lt;br /&gt;
----&lt;br /&gt;
{{Team Infobox&lt;br /&gt;
|teamname=Team Magma&lt;br /&gt;
|jpteamname=マグマ団&lt;br /&gt;
|tmteamname=Magma Gang&lt;br /&gt;
|logo=Magma-logo.png&lt;br /&gt;
|image=Omega Ruby Alpha Sapphire Team Magma Grunts.png&lt;br /&gt;
|caption=Artwork of Magma Grunts from {{pkmn|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|size=200px&lt;br /&gt;
|leader=[[Maxie]]&lt;br /&gt;
|region=[[Hoenn]]&lt;br /&gt;
|admins=[[Courtney]], [[Tabitha]], [[Blaise]] ({{pkmn|Adventures}} only)&lt;br /&gt;
|targets=[[Mt. Chimney]], [[Oceanic Museum]], [[Southern Island]], [[Weather Institute]], [[Mt. Pyre]], [[Seafloor Cavern]], [[Mossdeep Space Center]]&lt;br /&gt;
|hideout=[[Lilycove City]]{{sup/3|R}}{{sup/6|OR}}, [[Jagged Pass]]{{sup/3|E}}&lt;br /&gt;
|epnum=AG002&lt;br /&gt;
|epname=A Ruin with a View&lt;br /&gt;
|psnum=PS199&lt;br /&gt;
|psname=Adding It Up with Plusle &amp;amp; Minun II&lt;br /&gt;
|tcg=Team Magma&lt;br /&gt;
|border color={{ruby color}}&lt;br /&gt;
|background color={{ruby color light}}&lt;br /&gt;
|lightened color={{ground color}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Team Magma&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;{{j|マグマ{{tt|団|だん}}}}&#039;&#039;&#039; &#039;&#039;Magma-dan&#039;&#039;, literally &#039;&#039;Magma Gang&#039;&#039;) is one of the two [[villainous team]]s with their organization based in the [[Hoenn]] region, alongside their rivals, [[Team Aqua]]. In Generation III, Team Magma&#039;s ultimate goal is to expand the amount of landmass in the world, while in Generation VI, their goal is to create a world for human progress by making {{p|Groudon}} undergo Primal Reversion to expand the landmass to give humanity more space on which to build and develop civilization.&lt;br /&gt;
&lt;br /&gt;
==In the games==&lt;br /&gt;
Team Magma appears only in the Hoenn-based games {{game2|Ruby|Sapphire|Emerald}}, as well as their remakes [[Pokémon Omega Ruby and Alpha Sapphire]], where they scheme to bring Groudon out of its slumber.&lt;br /&gt;
&lt;br /&gt;
Generally, {{tc|Team Magma Grunt}}s have weaker Pokémon, with {{p|Zubat}} and {{p|Poochyena}} (and {{p|Koffing}} in Omega Ruby) plentiful among them, however, they also use Pokémon of other types; typically they are {{type|Ground}} and {{type|Fire}} Pokémon such as {{p|Numel}} (and {{p|Baltoy}} in Emerald). The team is headed by [[Maxie]] and his two immediate subordinates [[Tabitha]] and [[Courtney]].&lt;br /&gt;
&lt;br /&gt;
===Pokémon Ruby===&lt;br /&gt;
Though they are first encountered early in the game, their first major plot is to use a [[Meteorite]] to cause [[Mt. Chimney]] to erupt and expand the land. When this is thwarted by the {{player}}, they set themselves up in [[Lilycove City]]&#039;s cove, planning their next moves. Their final action in the storyline is to steal a submarine from {{ci|Slateport}} harbor, which they use to travel to the [[Seafloor Cavern]] with the [[Blue Orb]], where Groudon awaits. Having picked the wrong orb, Groudon is enraged instead of controlled, and starts to scorch Hoenn at the [[Cave of Origin]] in [[Sootopolis City]] where it is controlled with the correct orb and must be captured by the player or defeated.&lt;br /&gt;
&lt;br /&gt;
===Pokémon Sapphire===&lt;br /&gt;
Team Magma is relegated to a supporting role in Sapphire, with [[Team Aqua]] instead performing the same actions (with different reasoning) and awakening {{p|Kyogre}} instead.&lt;br /&gt;
&lt;br /&gt;
===Pokémon Emerald===&lt;br /&gt;
Team Magma&#039;s deeds are partly the same in {{game|Emerald}} as they are in Ruby and Sapphire, with the plot to cause Mt. Chimney&#039;s eruption featured, as well as a new plot to steal rocket fuel from the [[Mossdeep Space Center]]. Groudon is eventually awakened deep within a [[Magma Hideout (Jagged Pass)|cavern used by Team Magma]] deep inside of Mt. Chimney. Both Team Magma&#039;s Maxie and Team Aqua&#039;s [[Archie]] realize what they&#039;ve done has caused a terrible disaster, and make peace with one another after Groudon and Kyogre have been taken care of by {{p|Rayquaza}}.&lt;br /&gt;
&lt;br /&gt;
===Pokémon Omega Ruby===&lt;br /&gt;
In Pokémon Omega Ruby, Team Magma&#039;s role in the story remains largely the same but their motivation has been significantly altered. While in the original versions of Ruby and Sapphire Team Magma saw a world with more landmass as ideal for both Pokémon and humans, in Omega Ruby Team Magma wishes to put an end to the misguided ideal of coexistence and expand the land to give humanity more space on which to build and develop civilization. This puts them in direct opposition to Team Aqua, who in this version of the story believe that the sea must be expanded to wipe out human civilization so that Pokémon may live without interference. Their schemes to obtain the [[Devon Parts]], Meteorite, and [[Captain Stern]]&#039;s submarine are still intact, but are altered to the purpose of awakening Groudon and triggering its [[Primal Reversion]] via the [[Red Orb]]. Upon awakening it, however, the Legendary Pokémon&#039;s {{a|Desolate Land}} Ability nearly parches the entirety of Hoenn until the player successfully captures or defeats Primal Groudon. The ensuing flow of energy from the Cave of Origin leads to the two leaders, feeling remorseful for enforcing their will on nature at the risk of everything, resolving to start over the foundations of their teams in friendship.&lt;br /&gt;
&lt;br /&gt;
Post-game, a division led by a distraught [[Courtney]] seeks to revive [[Project AZOTH]] for the renewal of Maxie&#039;s dream, in the wake of his recent guilt and demeanor. Upon their failure and defeat in Mossdeep&#039;s Space Center, Courtney is summoned back to the Magma Hideout in Lilycove. Upon her tearful apology, a surprised Maxie agrees to forgive her actions on one condition: that she forgive his aloofness and ruthlessness, and start over in Team Magma&#039;s mission with him. From this point on, rather than disbanding, Team Magma assumes a friendlier role working to rework their humanitarian ambitions for Hoenn, with the player welcome to visit the team in their hideout at any given time.&lt;br /&gt;
&lt;br /&gt;
==In the anime==&lt;br /&gt;
===Main series===&lt;br /&gt;
[[File:OPJ06 Team Magma.png|thumb|left|250px|Team Magma in the {{pkmn|anime}}]]&lt;br /&gt;
Like Team Rocket, Team Magma appeared in the [[AG002|second episode]] of [[Pokémon the Series: Ruby and Sapphire|their own series]]. Much of the time, their focus was on uncovering clues about the location of {{DL|Kyogre and Groudon (Ruby and Sapphire series)|Groudon}}, in the hope of using its power to restore land, though they often did not find anything useful. Team Magma and Team Aqua confronted each other in &#039;&#039;[[AG027|A Three Team Scheme!]]&#039;&#039; and &#039;&#039;[[AG054|Fight for the Meteorite!]]&#039;&#039;. They eventually clashed in &#039;&#039;[[AG097|Gaining Groudon]]&#039;&#039; and &#039;&#039;[[AG098|The Scuffle of Legends]]&#039;&#039;, and their feud ended in a destructive fight between the two super-ancient Pokémon, Groudon and {{DL|Kyogre and Groudon (Ruby and Sapphire series)|Kyogre}}.&lt;br /&gt;
&lt;br /&gt;
Unlike Giovanni, [[Maxie]] himself never so much as picked up a Poké Ball, instead allowing his underlings to do the fighting for him. [[Tabitha]] generally oversaw the activities of the team, while [[Courtney]] did not appear at all. [[Brodie]] infiltrated many places as a master of disguise, however, it is unknown whether his rank is above that of a Grunt or not. Formerly, [[Butler]] from &#039;&#039;[[M06|Jirachi: Wish Maker]]&#039;&#039; worked as a scientist for Team Magma, intending to resurrect a Groudon from a Fossil, but was fired when he was unable to bring the project to fruition.&lt;br /&gt;
&lt;br /&gt;
Team Magma&#039;s usual Pokémon include {{p|Golbat}}, {{p|Houndoom}}, and {{p|Mightyena}}. Brodie&#039;s team includes a sly {{p|Ditto}}, complimenting his nature, and Golbat. Team Magma seems to be well resourced detailed knowledge of the ancient world, rare treasures in their possession, heat-seeking glasses and helicopter transport. The grunts respect those of higher rank and Maxie&#039;s orders are always heeded.&lt;br /&gt;
&lt;br /&gt;
===Pokémon Generations===&lt;br /&gt;
[[File:Team Magma Grunt PG.png|thumb|250px|Team Magma in [[Pokémon Generations]]]]&lt;br /&gt;
Team Magma appeared in &#039;&#039;[[PG07|The Vision]]&#039;&#039;, where their [[Team Magma Hideout|hideout]] was infiltrated by {{ga|Brendan}}. [[Maxie]], [[Tabitha]], and a small division of {{tc|Team Magma Grunt|Grunts}} left for the [[Seafloor Cavern]] with the [[Submarine Explorer 1]] while [[Courtney]] stayed behind to battle and stall Brendan.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
===={{chap|Ruby &amp;amp; Sapphire}}====&lt;br /&gt;
Team Magma are depicted at first as a lesser force compared to [[Team Aqua]]; their hideout is confined to a hole in the [[Route 111|desert]], and movement of the team in large numbers is often limited. Also, due to Aqua Leader [[Archie]] being in charge of [[Hoenn TV]] at the time, Team Magma operations were frequently reported by the media. However, Team Magma knew about the existence of the [[Red Orb|Red]] and [[Blue Orb]]s before Team Aqua did, so were able to claim an advantage, albeit temporary, over their rivals during the climax of this chapter.&lt;br /&gt;
&lt;br /&gt;
Operations were mainly carried out by the [[Magma Admin (Trainer class)#In the manga|Three Fires]], a trio of {{tc|Magma Admin}}s. They successfully stole the [[Scanner]] from the [[Abandoned Ship]], using them to track the Orbs to [[Mt. Pyre]] where they stole them from the elderly couple that lived atop the mountain.&lt;br /&gt;
&lt;br /&gt;
===={{chap|Omega Ruby &amp;amp; Alpha Sapphire}}====&lt;br /&gt;
Team Magma&#039;s awareness of the Orbs may have been passed to them by [[Zinnia]] during a flashback in this chapter.&lt;br /&gt;
&lt;br /&gt;
Despite the return of the original team leader [[Maxie]], there existed a new incarnation of the team known as &#039;&#039;&#039;Neo Team Magma&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;新生マグマ団&#039;&#039;&#039; &#039;&#039;Neo Magma Gang&#039;&#039;), headed by new incarnations of [[Courtney]] and [[Tabitha]], who claimed that their names were simply codenames used by Magma Admins. This team mainly served to cooperate with Zinnia.&lt;br /&gt;
&lt;br /&gt;
===Pokémon Ruby-Sapphire===&lt;br /&gt;
Team Magma debuted in &#039;&#039;[[PMRS10|We&#039;ve Found Team Magma&#039;s Secret!!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Pokémon Ruby &amp;amp; Sapphire (CoroCoro Comics)===&lt;br /&gt;
[[File:Team_Magma_Shroomish.jpg|thumb|220px|Team Magma grunt with Shroomish.]]&lt;br /&gt;
Closely following the games&#039; storyline, a Team Magma grunt attacks one of Devon&#039;s scientists in [[Petalburg Woods]] and later battles Ruby. Shroomish is his only Pokémon.&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
Team Magma is featured in the [[Pokémon Trading Card Game]] in the {{TCG|EX Team Magma vs Team Aqua}} and {{TCG|Double Crisis}} expansions. Their ambitions and specialties in the trading card game are reflected in other mediums like the anime and games. Unlike [[Team Rocket]], which initially featured {{TCG|Dark Pokémon}} as an emphasis for their status as a villainous team, evolved Pokémon belonging to Team Magma are dual {{ct|Darkness}} in the EX Team Magma vs Team Aqua set. This mechanic would also be used in {{TCG|EX Team Rocket Returns}} for Team Rocket-related Pokémon.&lt;br /&gt;
&lt;br /&gt;
{{cardlist/header|Team Magma&#039;s Pokémon|Darkness|Fire|char=yes}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Aggron|7}}|type=Fighting|type2=Darkness|enset2=EX Team Magma vs Team Aqua|enrarity2=Rare Holo|ennum2=7/95|jpset=Magma Deck Kit|jpnum=017/033|jpset2=Magma Deck Kit|jpnum2=018/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Claydol|8}}|type=Psychic|type2=Darkness|enset=EX Team Magma vs Team Aqua|enrarity=Rare Holo|ennum=8/95|jpset=Magma VS Aqua: Two Ambitions|jprarity=Rare Holo|jpnum=045/080}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Groudon|9}}|type=Fighting|type2=Darkness|enset=EX Team Magma vs Team Aqua|enrarity=Rare Holo|ennum=9/95|jpset=Magma Deck Kit|jpnum=019/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Houndoom|10}}|type=Fire|type2=Darkness|enset=EX Team Magma vs Team Aqua|enrarity=Rare Holo|ennum=10/95|jpset=Magma VS Aqua: Two Ambitions|jprarity=Rare Holo|jpnum=020/080}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Rhydon|11}}|type=Fighting|type2=Darkness|enset=EX Team Magma vs Team Aqua|enrarity=Rare Holo|ennum=11/95|jpset=Magma VS Aqua: Two Ambitions|jprarity=Rare Holo|jpnum=053/080}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Torkoal|12}}|type=Fire|type2=Darkness|enset=EX Team Magma vs Team Aqua|enrarity=Rare Holo|ennum=12/95|jpset=Magma VS Aqua: Two Ambitions|jprarity=Rare Holo|jpnum=021/080}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Camerupt|19}}|type=Fire|enset=EX Team Magma vs Team Aqua|enrarity=Rare|ennum=19/95|jpset=Magma Deck Kit|jpnum=006/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Lairon|20}}|type=Fighting|enset=EX Team Magma vs Team Aqua|enrarity=Rare|ennum=20/95|jpset=Magma Deck Kit|jpnum=013/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Mightyena|21}}|type=Darkness|enset=EX Team Magma vs Team Aqua|enrarity=Rare|ennum=21/95|jpset=Magma Deck Kit|jpnum=022/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Rhydon|22}}|type=Fighting|enset=EX Team Magma vs Team Aqua|enrarity=Rare|ennum=22/95|jpset=Magma Deck Kit|jpnum=009/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Zangoose|23}}|type=Colorless|enset=EX Team Magma vs Team Aqua|enrarity=Rare|ennum=23/95|jpset=Magma VS Aqua: Two Ambitions|jprarity=Rare|jpnum=061/080}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Baltoy|32}}|type=Psychic|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=32/95|jpset=Magma VS Aqua: Two Ambitions|jprarity=Uncommon|jpnum=044/080}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Claydol|33}}|type=Fighting|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=33/95|jpset=Magma Deck Kit|jpnum=016/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Houndoom|34}}|type=Fire|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=34/95|jpset=Magma Deck Kit|jpnum=004/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Houndour|35}}|type=Fire|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=35/95|jpset=Magma VS Aqua: Two Ambitions|jprarity=Uncommon|jpnum=019/080}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Lairon|36}}|type=Fighting|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=36/95|jpset=Magma Deck Kit|jpnum=012/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Mightyena|37}}|type=Darkness|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=37/95|jpset=Magma Deck Kit|jpnum=023/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Rhyhorn|38}}|type=Fighting|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=38/95|jpset=Magma VS Aqua: Two Ambitions|jprarity=Uncommon|jpnum=052/080}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Aron|58}}|type=Fighting|enset=EX Team Magma vs Team Aqua|enrarity=Common|ennum=58/95|jpset=Magma Deck Kit|jpnum=011/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Aron|59}}|type=Fighting|enset=EX Team Magma vs Team Aqua|enrarity=Common|ennum=59/95|jpset=Magma Deck Kit|jpnum=010/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Baltoy|60}}|type=Fighting|enset=EX Team Magma vs Team Aqua|enrarity=Common|ennum=60/95|jpset=Magma Deck Kit|jpnum=014/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Baltoy|61}}|type=Fighting|enset=EX Team Magma vs Team Aqua|enrarity=Common|ennum=61/95|jpset=Magma Deck Kit|jpnum=015/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Houndour|62}}|type=Fire|enset=EX Team Magma vs Team Aqua|enrarity=Common|ennum=62/95|jpset=Magma Deck Kit|jpnum=003/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Houndour|63}}|type=Fire|enset=EX Team Magma vs Team Aqua|enrarity=Common|ennum=63/95|jpset=Magma Deck Kit|jpnum=002/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Numel|64}}|type=Fire|enset=EX Team Magma vs Team Aqua|enrarity=Common|ennum=64/95|jpset=Magma Deck Kit|jpnum=005/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Poochyena|65}}|type=Darkness|enset=EX Team Magma vs Team Aqua|enrarity=Common|ennum=65/95|jpset=Magma Deck Kit|jpnum=020/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Poochyena|66}}|type=Darkness|enset=EX Team Magma vs Team Aqua|enrarity=Common|ennum=66/95|jpset=Magma Deck Kit|jpnum=021/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Rhyhorn|67}}|type=Fighting|enset=EX Team Magma vs Team Aqua|enrarity=Common|ennum=67/95|jpset=Magma Deck Kit|jpnum=007/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma&#039;s Rhyhorn|68}}|type=Fighting|enset=EX Team Magma vs Team Aqua|enrarity=Common|ennum=68/95|jpset=Magma Deck Kit|jpnum=008/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma&#039;s Numel|1}}|type=Fire|enset=Double Crisis|enrarity=Common|ennum=1/34|jpset=Magma Gang VS Aqua Gang: Double Crisis|jprarity=C|jpnum=001/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma&#039;s Camerupt|2}}|type=Fire|enset=Double Crisis|enrarity=Rare Holo|ennum=2/34|jpset=Magma Gang VS Aqua Gang: Double Crisis|jprarity=R|jpnum=002/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma&#039;s Baltoy|10}}|type=Psychic|enset=Double Crisis|enrarity=Common|ennum=10/34|jpset=Magma Gang VS Aqua Gang: Double Crisis|jprarity=C|jpnum=010/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma&#039;s Claydol|11}}|type=Psychic|enset=Double Crisis|enrarity=Rare Holo|ennum=11/34|jpset=Magma Gang VS Aqua Gang: Double Crisis|jprarity=R|jpnum=011/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma&#039;s Aron|12}}|type=Fighting|enset=Double Crisis|enrarity=Common|ennum=12/34|jpset=Magma Gang VS Aqua Gang: Double Crisis|jprarity=C|jpnum=012/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma&#039;s Lairon|13}}|type=Fighting|enset=Double Crisis|enrarity=Common|ennum=13/34|jpset=Magma Gang VS Aqua Gang: Double Crisis|jprarity=C|jpnum=013/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma&#039;s Aggron|14}}|type=Fighting|enset=Double Crisis|enrarity=Rare Holo|ennum=14/34|jpset=Magma Gang VS Aqua Gang: Double Crisis|jprarity=R|jpnum=014/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma&#039;s Poochyena|17}}|type=Darkness|enset=Double Crisis|enrarity=Common|ennum=17/34|jpset=Magma Gang VS Aqua Gang: Double Crisis|jprarity=C|jpnum=017/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma&#039;s Mightyena|19}}|type=Darkness|enset=Double Crisis|enrarity=Common|ennum=19/34|jpset=Magma Gang VS Aqua Gang: Double Crisis|jprarity=C|jpnum=019/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma&#039;s Zangoose|22}}|type=Colorless|enset=Double Crisis|enrarity=Common|ennum=22/34|jpset=Magma Gang VS Aqua Gang: Double Crisis|jprarity=C|jpnum=022/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|SM-P Promo|Pretend Grunt Pikachu|14}}|type=Lightning|jpset=SM-P Promotional cards|jpnum=014/SM-P}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|SM-P Promo|Pretend Boss Pikachu|193}} &#039;&#039;&#039;&amp;lt;small&amp;gt;Team Magma&amp;lt;/small&amp;gt;&#039;&#039;&#039;|type=Lightning|jpset=SM-P Promotional cards|jpnum=193/SM-P}}&lt;br /&gt;
{{cardlist/div|Team Magma&#039;s Pokémon{{EX}}|Darkness|Fighting}}&lt;br /&gt;
{{cardlist/entry|cardname=[[Team Magma&#039;s Groudon-EX (Double Crisis 15)|Team Magma&#039;s Groudon]]{{EX}}|type=Fighting|enset=Double Crisis|enrarity=Rare Holo ex|ennum=15/34|jpset=Magma Gang VS Aqua Gang: Double Crisis|jprarity=RR|jpnum=015/034}}&lt;br /&gt;
&lt;br /&gt;
{{cardlist/div|Other related cards|Darkness|Fire}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma Schemer|70}}|type=Trainer|type2=Supporter|enset=EX Team Magma vs Team Aqua|enrarity=Common|ennum=70/95|jpsetlink=EX Team Magma vs Team Aqua|jpset=Magma VS Aqua: Two Ambitions|jprarity=Uncommon|jpnum=072/080|jpset2=Magma Deck Kit|jpnum2=027/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Maxie|73}}|type=Trainer|type2=Supporter|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=73/95|jpsetlink=EX Team Magma vs Team Aqua|jpset=Magma VS Aqua: Two Ambitions|jprarity=Rare|jpnum=074/080|jpset2=Magma Deck Kit|jpnum2=029/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma Ball|80}}|type=Trainer|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=80/95|jpset=Magma Deck Kit|jpnum=026/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma Belt|81}}|type=Trainer|type2=Pokémon Tool|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=81/95|jpsetlink=EX Team Magma vs Team Aqua|jpset=Magma VS Aqua: Two Ambitions|jprarity=Uncommon|jpnum=070/080|jpset2=Magma Deck Kit|jpnum2=030/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma Conspirator|82}}|type=Trainer|type2=Supporter|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=82/95|jpset=Magma Deck Kit|jpnum=028/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma Hideout|83}}|type=Trainer|type2=Stadium|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=83/95|jpset=Magma Deck Kit|jpnum=032/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Team Magma Technical Machine 01|84}}|type=Trainer|type2=Technical Machine|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=84/95|jpsetlink=EX Team Magma vs Team Aqua|jpset=Magma VS Aqua: Two Ambitions|jprarity=Uncommon|jpnum=076/080|jpset2=Magma Deck Kit|jpnum2=031/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Team Magma vs Team Aqua|Magma Energy|87}}|type=Energy|energy=Magma|enset=EX Team Magma vs Team Aqua|enrarity=Uncommon|ennum=87/95|jpsetlink=EX Team Magma vs Team Aqua|jpset=Magma VS Aqua: Two Ambitions|jprarity=Uncommon|jpnum=079/080|jpset2=Magma Deck Kit|jpnum2=033/033}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Primal Clash|Maxie&#039;s Hidden Ball Trick|133}}|type=Supporter|type2=Supporter|enset=Primal Clash|enrarity=Uncommon|ennum=133/160|jpset=Gaia Volcano|jprarity=U|jpnum=67/70|enset2=Primal Clash|enrarity2=Rare Ultra|ennum2=158/160|jpset2=Gaia Volcano|jprarity2=SR|jpnum2=78/70}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Magma Pointer|24}}|type=Item|enset=Double Crisis|enrarity=Uncommon|ennum=24/34|jpsetlink=Magma Gang VS Aqua Gang: Double Crisis |jpset=Magma Gang VS Aqua Gang: Double Crisis |jprarity=U|jpnum=026/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma Admin|29}}|type=Supporter|enset=Double Crisis|enrarity=Uncommon|ennum=29/34|jpsetlink=Magma Gang VS Aqua Gang: Double Crisis |jpset=Magma Gang VS Aqua Gang: Double Crisis |jprarity=U|jpnum=029/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma Grunt|30}}|type=Supporter|enset=Double Crisis|enrarity=Uncommon|ennum=30/34|jpsetlink=Magma Gang VS Aqua Gang: Double Crisis |jpset=Magma Gang VS Aqua Gang: Double Crisis |jprarity=U|jpnum=030/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma&#039;s Great Ball|31}}|type=Item|enset=Double Crisis|enrarity=Uncommon|ennum=31/34|jpsetlink=Magma Gang VS Aqua Gang: Double Crisis|jpset=Magma Gang VS Aqua Gang: Double Crisis |jprarity=U|jpnum=024/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Team Magma&#039;s Secret Base|32}}|type=Stadium|enset=Double Crisis|enrarity=Uncommon|ennum=32/34|jpsetlink=Magma Gang VS Aqua Gang: Double Crisis|jpset=Magma Gang VS Aqua Gang: Double Crisis |jprarity=U|jpnum=032/034}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Double Crisis|Double Magma Energy|34}}|type=Energy|energy=Fighting|enset=Double Crisis|enrarity=Uncommon|ennum=34/34|jpsetlink=Double Magma Energy|jpset=Magma Gang VS Aqua Gang: Double Crisis |jprarity=U|jpnum=034/034}}&lt;br /&gt;
{{cardlist/footer|Darkness|Fire}}&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Team_Magma_Logo_RSE.png|Concept artwork of the Team Magma logo from {{game2|Ruby|Sapphire|Emerald}}.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background: #{{ruby color light}}; border: 3px solid #{{ruby color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Language&lt;br /&gt;
! Name&lt;br /&gt;
! Origin&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Japanese&lt;br /&gt;
| マグマ団 &#039;&#039;Magma-dan&#039;&#039;&lt;br /&gt;
| From &#039;&#039;{{wp|magma}}&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| English, French,&amp;lt;br&amp;gt;German, Italian,&amp;lt;br&amp;gt;{{tt|Spanish|Iberian dub}}&lt;br /&gt;
| Team Magma&lt;br /&gt;
| Same as Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| {{tt|Spanish|Games, Latin American media}}&lt;br /&gt;
| Equipo Magma&lt;br /&gt;
| Same as Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 마그마단 &#039;&#039;Magma-dan&#039;&#039;&lt;br /&gt;
| Same as Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| Chinese ({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 熔岩隊 / 熔岩队 &#039;&#039;Róngyán Duì&#039;&#039;{{tt|*|Games, Anime (Mainland China, since Sun and Moon)}}&lt;br /&gt;
| From 熔岩 &#039;&#039;róngyán&#039;&#039;, lava&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 火岩隊 / 火岩队 &#039;&#039;Huǒyán Duì&#039;&#039;{{tt|*|Pre-Gen VII Media}}&lt;br /&gt;
| From 火焰 &#039;&#039;huǒyàn&#039;&#039; (flame) and 熔岩 &#039;&#039;róngyán&#039;&#039; (lava)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| Chinese ({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 熔岩隊 &#039;&#039;Yùhngngàahm Déui&#039;&#039;{{tt|*|Games}}&lt;br /&gt;
| From 熔岩 &#039;&#039;yùhngngàahm&#039;&#039;, lava&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 火岩隊 &#039;&#039;Fóngàahm Déui&#039;&#039;{{tt|*|Pre-Gen VII Media}}&lt;br /&gt;
| From 火焰 &#039;&#039;fóyihm&#039;&#039; (flame) and 熔岩 &#039;&#039;yùhngngàahm &#039;&#039; (lava)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Finnish&lt;br /&gt;
| Magmaryhmä&lt;br /&gt;
| Same as Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Polish&lt;br /&gt;
| Zespół Magma&lt;br /&gt;
| Same as Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Brazilian Portuguese&lt;br /&gt;
| Equipe Magma&lt;br /&gt;
| Same as Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| European Portuguese&lt;br /&gt;
| Equipa Magma&lt;br /&gt;
| Same as Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Russian&lt;br /&gt;
| Команда Магма &#039;&#039;Komanda Magma&#039;&#039;&lt;br /&gt;
| Same as Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Vietnamese&lt;br /&gt;
| Đội Magma&lt;br /&gt;
| Same as Japanese name&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==Related articles==&lt;br /&gt;
* [[Team Aqua]]&lt;br /&gt;
* {{cat|Episodes focusing on Team Aqua and Team Magma}}&lt;br /&gt;
* [[a:Category:Team Magma|Images on the Bulbagarden Archives]]&lt;br /&gt;
{{Team Magma}} &amp;lt;br&amp;gt;&lt;br /&gt;
{{Villainous teams}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Team Magma|*]]&lt;br /&gt;
[[Category:Villain groups|Magma]]&lt;br /&gt;
&lt;br /&gt;
[[de:Team Magma]]&lt;br /&gt;
[[es:Equipo Magma]]&lt;br /&gt;
[[fr:Team Magma]]&lt;br /&gt;
[[it:Team Magma]]&lt;br /&gt;
[[ja:マグマ団]]&lt;br /&gt;
[[zh:熔岩队]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Steven_Stone&amp;diff=3728304</id>
		<title>Steven Stone</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Steven_Stone&amp;diff=3728304"/>
		<updated>2023-06-14T08:29:46Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: /* Pokémon Ruby &amp;amp; Sapphire Special Walkthrough Comic! */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;:&#039;&#039;For the [[character of the day]] whose name is Steven, see [[Steven (EP239)]].&#039;&#039;&lt;br /&gt;
:&#039;&#039;For the character whose name is often mispronounced as Stephen or Steven, see [[Stephan]].&#039;&#039;&lt;br /&gt;
{{CharInfobox&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|corecolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|name=Steven Stone&lt;br /&gt;
|jname=ツワブキ・ダイゴ&lt;br /&gt;
|tmname=Daigo Tsuwabuki&lt;br /&gt;
|image=Omega Ruby Alpha Sapphire Steven.png&lt;br /&gt;
|size=200px&lt;br /&gt;
|caption=Artwork from {{pkmn|Omega Ruby and Alpha Sapphire}} by [[Megumi Mizutani]]&amp;lt;ref&amp;gt;[[a:File:StevenRoaringSkies90.jpg|Steven (Roaring Skies 90)]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|age=yes&lt;br /&gt;
|years=25{{sup/6|ORAS}} &amp;lt;ref&amp;gt;&#039;&#039;&#039;[[Steven Stone/Quotes#Delta Episode|Steven Stone]]&#039;&#039;&#039;: &amp;quot;&#039;&#039;My father is... Well, let me just say that I have been his son for &#039;&#039;&#039;25 years&#039;&#039;&#039;, and sometimes even I am not sure I understand him fully.&#039;&#039;&amp;quot;&amp;lt;/ref&amp;gt;&lt;br /&gt;
|colors=yes&lt;br /&gt;
|eyes=Light steel blue&lt;br /&gt;
|hair=Light steel blue&lt;br /&gt;
|gender=Male&lt;br /&gt;
|hometown=[[Mossdeep City]]&lt;br /&gt;
|region=[[Hoenn]]&lt;br /&gt;
|relatives=[[Mr. Stone]] (father)&lt;br /&gt;
|trainer=yes&lt;br /&gt;
|trainerclass={{pkmn|Champion}}{{sup/3|RS}}{{sup/6|ORAS}}&amp;lt;br&amp;gt;[[Pokémon Trainer]]{{sup/3|E}}{{sup/5|B2W2}}&lt;br /&gt;
|game=yes&lt;br /&gt;
|generation={{Gen|III}}, {{Gen|IV}}, {{Gen|V}}, {{Gen|VI}}, {{Gen|VII}}&lt;br /&gt;
|games={{3v2|Ruby|Sapphire|Emerald}}&amp;lt;br&amp;gt;{{2v2|HeartGold|SoulSilver}}&amp;lt;br&amp;gt;{{2v2|Black|White|2}}&amp;lt;br&amp;gt;{{pkmn|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;{{pkmn|Masters EX}}&lt;br /&gt;
|leader=no&lt;br /&gt;
|anime=counterpart&lt;br /&gt;
|animecounterpart={{an|Steven Stone}}&lt;br /&gt;
|epnum=AG022&lt;br /&gt;
|epname=A Hole Lotta Trouble&lt;br /&gt;
|champ=yes&lt;br /&gt;
|league=Ever Grande City&lt;br /&gt;
|specialist=yes&lt;br /&gt;
|type={{t|Steel}} types&lt;br /&gt;
|enva=[[Andrew Paull]]&lt;br /&gt;
|java=Rintarō Nishi &amp;lt;small&amp;gt;([[AG022]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;[[Kenichi Suzumura]] &amp;lt;small&amp;gt;([[XYS02]]-present)&amp;lt;/small&amp;gt;&lt;br /&gt;
|gameanim=yes&lt;br /&gt;
|pv=yes&lt;br /&gt;
|pvnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|pvname=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|envagame=[[Tom Wayland]] &amp;lt;small&amp;gt;([[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer|ORAS Trailer]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;[[Xander Mobus]]&amp;lt;ref name=&amp;quot;Xander Mobus&amp;quot;&amp;gt;[https://twitter.com/XanderMobusVO/status/1304968120054894592 Xander Mobus on Twitter]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&lt;br /&gt;
|javagame=[[Akira Ishida]] &amp;lt;small&amp;gt;([[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer|ORAS Trailer]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Tomoaki Maeno&amp;lt;ref name=&amp;quot;Tomoaki Maeno&amp;quot;&amp;gt;[https://twitter.com/pokemas_game/status/1417366158546714624 Pokémon Masters EX on Twitter] (Japanese)&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Steven Stone&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ツワブキ・ダイゴ&#039;&#039;&#039; &#039;&#039;Daigo Tsuwabuki&#039;&#039;) is a skilled {{pkmn|Trainer}} who [[Type expert|specializes]] in {{type|Steel}} {{OBP|Pokémon|species}}. He is the {{pkmn|Champion}} of the [[Hoenn]] [[region]]&#039;s [[Hoenn League|Pokémon League]] in [[Pokémon Ruby and Sapphire Versions|Pokémon Ruby, Sapphire]], [[Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby, and Alpha Sapphire]], as well as the Hoenn League Champion during {{game|HeartGold and SoulSilver|s}}.&lt;br /&gt;
&lt;br /&gt;
A collector of rare stones, Steven is the son of the [[Mr. Stone|president]] of the [[Devon Corporation]], and makes his home in [[Mossdeep City]]. In the Hoenn-based games, he wanders the region, aiding the {{player}} on their {{pkmn|journey}}. In {{game|Emerald}}, he is no longer the Champion, with [[Wallace]] taking his place.&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
[[File:Steven challenge RS.png|240px|right|thumb|{{ga|Brendan}} challenging Steven in Ruby and Sapphire]]&lt;br /&gt;
In {{game|Ruby and Sapphire|s|Pokémon Ruby, Sapphire}}, {{pkmn|Omega Ruby and Alpha Sapphire|Omega Ruby, and Alpha Sapphire}}, Steven appears as the {{pkmn|Champion}} of the [[Hoenn]] region. His strategy in battle is to use {{type|Steel}} Pokémon to find the weaknesses of his opponents, with [[Steven&#039;s Metagross|his Metagross]] being the cornerstone of his team.&lt;br /&gt;
&lt;br /&gt;
In {{game|Emerald}}, Steven is a powerful, wandering Trainer who gave up competing seriously to spend more time looking for rare rocks and stones, which he claims he would {{m|Waterfall|climb waterfalls}} to find. Fittingly, the {{player}} can find and challenge him in the upper area of [[Meteor Falls]] after they defeat the new Champion, [[Wallace]]. This battle cannot have a rematch.&lt;br /&gt;
&lt;br /&gt;
In Ruby, Sapphire, and Emerald, after the player enters the [[Hall of Fame]], Steven will leave a {{p|Beldum}} and a note for the player at his house in [[Mossdeep City]]. In the remakes of these games, he leaves one for the player after the [[Delta Episode]] is fully completed.&lt;br /&gt;
&lt;br /&gt;
In {{game|Platinum}}, the person who gives the player their [[villa]] in the [[Resort Area]] mentions that the man who gave him the villa came to [[Sinnoh]] to collect rare stones. After collecting the stones, he left the region with all the items in the villa. This mysterious previous owner may in fact be Steven.&lt;br /&gt;
&lt;br /&gt;
Steven also appears in {{game|HeartGold and SoulSilver|s}}, introducing himself as the Hoenn Champion. The player first meets him when they leave the [[Pokémon Fan Club]] in [[Vermilion City]] after collecting {{OBP|Copycat|character}}&#039;s [[Lost Item]], where he will appear and inform them that there have been reports of either a {{p|Latios}}{{sup/4|SS}} or {{p|Latias}}{{sup/4|HG}} {{pkmn2|roaming}} [[Kanto]]. The player meets him a second time after defeating {{ga|Red}} on [[Mt. Silver]], where he will appear in the [[Silph Co.]] building in [[Saffron City]] and let the player choose one of three colored stones: the Green Stone, the Red Stone or the Blue Stone. Depending on which color is picked, he will give the player one of the three Hoenn [[starter Pokémon]]. He can later be found in the [[Pewter Museum of Science]], examining a shelf. After visiting and speaking to him there, he will return to the Silph Co. building and offer to [[trade]] a Beldum for a {{p|Forretress}}.&lt;br /&gt;
&lt;br /&gt;
If the player has the [[Enigma Stone]] and enters the Pewter Museum of Science, an event will occur in which Steven will be talking to one of the museum&#039;s researchers. When he is spoken to, he will notice the Enigma Stone and have the researcher examine it. The researcher will extract the [[Soul Dew]] from the stone and give it to the player. Steven will tell the player that Soul Dew is said to be the solidified spirits of Latias and Latios, and that it can bring out their true potential. Upon walking outside, Latias{{sup/4|SS}} or Latios{{sup/4|HG}} will be waiting to battle in [[Pewter City]], drawn to the player by the Soul Dew.&lt;br /&gt;
&lt;br /&gt;
In {{game|Black and White|s}}, a tourist who visits [[Undella Town]] in the [[Season (mechanic)|summer]] mentions Steven, explaining that he is a very powerful Pokémon Trainer who collects stones. In {{game|Black and White|s|Pokémon Black 2 and White 2|2}}, Steven appears alongside the other Champions from the first five [[generation]]s as an opponent in the [[Champions Tournament]] at the [[Pokémon World Tournament]].&lt;br /&gt;
&lt;br /&gt;
In [[Omega Ruby and Alpha Sapphire]], Steven performs the same roll as he did in the originals. He also appears in the [[Delta Episode]], attempting to find a way to stop the [[Grand Meteor Delta]] from destroying the [[Pokémon world]]. His plans are sabotaged by [[Zinnia]], as she claims his plan would instead send the meteor to [[Pokémon multiverse|another world]] and cause even greater damage. He attempts unsuccessfully to reason with Zinnia as the lorekeeper carries out her own plan to summon [[Rayquaza]] and it destroy the meteor. After the player&#039;s final battle with [[Deoxys]], Steven is seen speaking with [[Wallace]]. Steven confides in his friend that he wishes to one day step down from his duty as champion and see the world, and hopes that Wallace will take his place when that day comes. Wallace playfully agrees to Steven&#039;s proposal. &lt;br /&gt;
&lt;br /&gt;
==={{DL|PokéNav|Trainer&#039;s Eyes}}/{{DL|PokéNav|Match Call}}===&lt;br /&gt;
&#039;&#039;&#039;Champion Steven&#039;&#039;&#039;{{sup/3|RS}}{{sup/6|ORAS}} / &#039;&#039;&#039;Hard as Rock Steven&#039;&#039;&#039;{{sup/3|E}}&lt;br /&gt;
:&#039;&#039;&#039;Strategy&#039;&#039;&#039;&lt;br /&gt;
:Pick on the foe&#039;s weakness.{{sup/3|RS}}&lt;br /&gt;
:Attack the weak points!{{sup/3|E}}&lt;br /&gt;
:Strike enemies where they&#039;re weakest!{{sup/6|ORAS}}&lt;br /&gt;
:&#039;&#039;&#039;Trainer&#039;s Pokémon&#039;&#039;&#039;{{sup/3|RSE}} / &#039;&#039;&#039;Favorite Pokémon&#039;&#039;&#039;{{sup/6|ORAS}}&lt;br /&gt;
:The ultimate Steel Pokémon{{sup/3|RS}}&lt;br /&gt;
:Ultimate &amp;lt;sc&amp;gt;Steel&amp;lt;/sc&amp;gt; Pokémon.{{sup/3|E}}&lt;br /&gt;
:The ultimate Steel-type Pokémon.{{sup/6|ORAS}}&lt;br /&gt;
:&#039;&#039;&#039;Self-Introduction&#039;&#039;&#039;{{sup/3|RSE}} / &#039;&#039;&#039;Trainer Message&#039;&#039;&#039;{{sup/6|ORAS}}&lt;br /&gt;
:When it comes down to it, I&#039;m still the strongest!{{sup/3|RS}}&lt;br /&gt;
:I&#039;d climb even waterfalls to find a rare stone!{{sup/3|E}}&lt;br /&gt;
:When it comes down to it, I&#039;m just the strongest there is right now.{{sup/6|ORAS}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
Steven uses four [[Full Restore]]s in [[Generation III]] when fighting the player.&lt;br /&gt;
===={{game|Ruby and Sapphire|s}}====&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=Spr RS Steven.png&lt;br /&gt;
|prize={{Pdollar}}11600&lt;br /&gt;
|class=Champion&lt;br /&gt;
|classlink=Pokémon Champion&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Ever Grande City&lt;br /&gt;
|pokemon=6&lt;br /&gt;
}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=227&lt;br /&gt;
|pokemon=Skarmory&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Steel|type2=Flying&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|move1=Steel Wing|move1type=Steel&lt;br /&gt;
|move2=Toxic|move2type=Poison&lt;br /&gt;
|move3=Aerial Ace|move3type=Flying&lt;br /&gt;
|move4=Spikes|move4type=Ground}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=55&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|move1=Earthquake|move1type=Ground&lt;br /&gt;
|move2=AncientPower|move2type=Rock&lt;br /&gt;
|move3=Light Screen|move3type=Psychic&lt;br /&gt;
|move4=Reflect|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=56&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Earthquake|move1type=Ground&lt;br /&gt;
|move2=Dragon Claw|move2type=Dragon&lt;br /&gt;
|move3=Thunder|move3type=Electric&lt;br /&gt;
|move4=SolarBeam|move4type=Grass}}&lt;br /&gt;
{{Party/Div|color={{steel color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=346&lt;br /&gt;
|pokemon=Cradily&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=56&lt;br /&gt;
|type1=Rock|type2=Grass&lt;br /&gt;
|ability=Suction Cups&lt;br /&gt;
|move1=AncientPower|move1type=Rock&lt;br /&gt;
|move2=Confuse Ray|move2type=Ghost&lt;br /&gt;
|move3=Sludge Bomb|move3type=Poison&lt;br /&gt;
|move4=Giga Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=348&lt;br /&gt;
|pokemon=Armaldo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=56&lt;br /&gt;
|type1=Rock|type2=Bug&lt;br /&gt;
|ability=Battle Armor&lt;br /&gt;
|move1=AncientPower|move1type=Rock&lt;br /&gt;
|move2=Slash|move2type=Normal&lt;br /&gt;
|move3=Aerial Ace|move3type=Flying&lt;br /&gt;
|move4=Water Pulse|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=58&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Sitrus Berry&lt;br /&gt;
|move1=Meteor Mash|move1type=Steel&lt;br /&gt;
|move2=Earthquake|move2type=Ground&lt;br /&gt;
|move3=Psychic|move3type=Psychic&lt;br /&gt;
|move4=Hyper Beam|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Left for the player=====&lt;br /&gt;
{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=374&lt;br /&gt;
|pokemon=Beldum&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Take Down|move1type=Normal}}&lt;br /&gt;
&lt;br /&gt;
===={{game|Emerald}}====&lt;br /&gt;
=====[[Multi Battle]] with {{player}}=====&lt;br /&gt;
Steven battles alongside player against [[Maxie]] and [[Tabitha]] in the [[Mossdeep Space Center]].&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=E Steven Back.png&lt;br /&gt;
|prize=none&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Mossdeep Space Center&lt;br /&gt;
|pokemon=3&lt;br /&gt;
}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|back=yes&lt;br /&gt;
|ndex=375&lt;br /&gt;
|pokemon=Metang&lt;br /&gt;
|level=42&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Light Screen|move1type=Psychic&lt;br /&gt;
|move2=Psychic|move2type=Psychic&lt;br /&gt;
|move3=Reflect|move3type=Psychic&lt;br /&gt;
|move4=Metal Claw|move4type=Steel}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|back=yes&lt;br /&gt;
|ndex=227&lt;br /&gt;
|pokemon=Skarmory&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=43&lt;br /&gt;
|type1=Steel|type2=Flying&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Toxic|move1type=Poison&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying&lt;br /&gt;
|move3=Protect|move3type=Normal&lt;br /&gt;
|move4=Steel Wing|move4type=Steel}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|back=yes&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=44&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Thunder|move1type=Electric&lt;br /&gt;
|move2=Protect|move2type=Normal&lt;br /&gt;
|move3=SolarBeam|move3type=Grass&lt;br /&gt;
|move4=Dragon Claw|move4type=Dragon}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====[[Meteor Falls]]=====&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=Spr RS Steven.png&lt;br /&gt;
|prize={{PDollar}}4680&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=6&lt;br /&gt;
}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=227&lt;br /&gt;
|pokemon=Skarmory&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=77&lt;br /&gt;
|type1=Steel|type2=Flying&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|move1=Toxic|move1type=Poison&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying&lt;br /&gt;
|move3=Spikes|move3type=Ground&lt;br /&gt;
|move4=Steel Wing|move4type=Steel}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=75&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|move1=Reflect|move1type=Psychic&lt;br /&gt;
|move2=Light Screen|move2type=Psychic&lt;br /&gt;
|move3=AncientPower|move3type=Rock&lt;br /&gt;
|move4=Earthquake|move4type=Ground}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=76&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Thunder|move1type=Electric&lt;br /&gt;
|move2=Earthquake|move2type=Ground&lt;br /&gt;
|move3=SolarBeam|move3type=Grass&lt;br /&gt;
|move4=Dragon Claw|move4type=Dragon}}&lt;br /&gt;
{{Party/Div|color={{steel color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=346&lt;br /&gt;
|pokemon=Cradily&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=76&lt;br /&gt;
|type1=Rock|type2=Grass&lt;br /&gt;
|ability=Suction Cups&lt;br /&gt;
|move1=Giga Drain|move1type=Grass&lt;br /&gt;
|move2=AncientPower|move2type=Rock&lt;br /&gt;
|move3=Ingrain|move3type=Grass&lt;br /&gt;
|move4=Confuse Ray|move4type=Ghost}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=348&lt;br /&gt;
|pokemon=Armaldo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=76&lt;br /&gt;
|type1=Rock|type2=Bug&lt;br /&gt;
|ability=Battle Armor&lt;br /&gt;
|move1=Water Pulse|move1type=Water&lt;br /&gt;
|move2=AncientPower|move2type=Rock&lt;br /&gt;
|move3=Aerial Ace|move3type=Flying&lt;br /&gt;
|move4=Slash|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=78&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|held=Sitrus Berry&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Earthquake|move1type=Ground&lt;br /&gt;
|move2=Psychic|move2type=Psychic&lt;br /&gt;
|move3=Meteor Mash|move3type=Steel&lt;br /&gt;
|move4=Shadow Ball|move4type=Ghost}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Left for the player=====&lt;br /&gt;
{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=374&lt;br /&gt;
|pokemon=Beldum&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Take Down|move1type=Normal}}&lt;br /&gt;
&lt;br /&gt;
===={{game|HeartGold and SoulSilver|s}}====&lt;br /&gt;
=====[[Trade]]d to the player=====&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background:#{{heartgold color}}; border:3px solid #{{soulsilver color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}; {{roundytl|5px}}&amp;quot; | {{color|{{soulsilver color dark}}|Location}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color|{{soulsilver color dark}}|Player&#039;s Pokémon}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color|{{soulsilver color dark}}|Traded Pokémon}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color|{{soulsilver color dark}}|English}}&amp;lt;br/&amp;gt;{{color2|{{soulsilver color dark}}|nickname}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color|{{soulsilver color dark}}|Japanese}}&amp;lt;br/&amp;gt;{{color2|{{soulsilver color dark}}|nickname}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color2|{{soulsilver color dark}}|Item}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color2|{{soulsilver color dark}}|Ability}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color2|{{soulsilver color dark}}|Nature}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color|{{soulsilver color dark}}|English}}&amp;lt;br/&amp;gt;{{color2|{{soulsilver color dark}}|Original Trainer|OT}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color|{{soulsilver color dark}}|Japanese}}&amp;lt;br/&amp;gt;{{color2|{{soulsilver color dark}}|Original Trainer|OT}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color2|{{soulsilver color dark}}|Trainer ID number|ID}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}; {{roundytr|5px}}&amp;quot; | {{tt|{{color|{{soulsilver color dark}}|IVs}}|HP/Attack/Defense/Sp. Atk/Sp. Def/Speed}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#fff; {{roundybl|5px}}&amp;quot; | [[Silph Co.]]&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{MSP/3|205|Forretress}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{p|Forretress}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{MSP/3|374|Beldum}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{p|Beldum}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | Iron&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{tt|こうてつ|Kōtetsu}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{bag|Dawn Stone}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | [[Dawn Stone]]&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{a|Clear Body}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | Brave&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | Steven {{male}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{tt|ダイゴ|Daigo}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | 23478&lt;br /&gt;
| style=&amp;quot;background:#fff; {{roundybr|5px}}&amp;quot; | 28/29/24/24/25/23&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Given to the player=====&lt;br /&gt;
After defeating {{ga|Red}} and receiving a Kanto [[Starter Pokémon]] from [[Professor Oak]], Steven gives one of these Pokémon to the player. He asks the {{player}} what stone do they like the most (green, red, or blue). The stone&#039;s color corresponds to the received Hoenn Starter Pokémon.&lt;br /&gt;
{|&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot; &lt;br /&gt;
! Green stone&lt;br /&gt;
! Red stone&lt;br /&gt;
! Blue stone&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/4&lt;br /&gt;
|game=HeartGold&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Leer|move2type=Normal|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/4&lt;br /&gt;
|game=HeartGold&lt;br /&gt;
|ndex=255&lt;br /&gt;
|spritegender=male&lt;br /&gt;
|gender=both&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Growl|move2type=Normal|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/4&lt;br /&gt;
|game=HeartGold&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Growl|move2type=Normal|move2cat=Status}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===={{game|Black and White|s|Pokémon Black 2 and White 2|2}}====&lt;br /&gt;
Steven uses three of these Pokémon in [[Pokémon battle|Single Battles]], four in [[Double Battle|Double]] and [[Rotation Battle]]s, and all six in [[Triple Battle]]s. He will always lead with his signature Pokémon, {{p|Metagross}}.&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=Spr B2W2 Steven.png&lt;br /&gt;
|prize=1{{color2|000|Battle Point|BP}}&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=B2W2&lt;br /&gt;
|location=Pokémon World Tournament&lt;br /&gt;
|pokemon=6}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|held=Occa Berry&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Zen Headbutt|move1type=Psychic|move1cat=Physical&lt;br /&gt;
|move2=Hammer Arm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Earthquake|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Bullet Punch|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy|ability2=Rock Head&lt;br /&gt;
|held=Air Balloon&lt;br /&gt;
|move1=Head Smash|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Avalanche|move2type=Ice|move2cat=Physical&lt;br /&gt;
|move3=Earthquake|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Metal Burst|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=530&lt;br /&gt;
|pokemon=Excadrill&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Ground|type2=Steel&lt;br /&gt;
|ability=Sand Rush|ability2=Sand Force&lt;br /&gt;
|held=Focus Sash&lt;br /&gt;
|move1=Earthquake|move1type=Ground|move1cat=Physical&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=X-Scissor|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Sandstorm|move4type=Rock|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{steel color}}}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=567&lt;br /&gt;
|pokemon=Archeops&lt;br /&gt;
|level=50&lt;br /&gt;
|gender=both&lt;br /&gt;
|type1=Rock|type2=Flying&lt;br /&gt;
|ability=Defeatist&lt;br /&gt;
|held=Sitrus Berry&lt;br /&gt;
|move1=Head Smash|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Acrobatics|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Earthquake|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Quick Attack|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=346&lt;br /&gt;
|pokemon=Cradily&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Rock|type2=Grass&lt;br /&gt;
|ability=Suction Cups&lt;br /&gt;
|held=Expert Belt&lt;br /&gt;
|move1=Stone Edge|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Seed Bomb|move2type=Grass|move2cat=Physical&lt;br /&gt;
|move3=Earthquake|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Sandstorm|move4type=Rock|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=348&lt;br /&gt;
|pokemon=Armaldo&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Rock|type2=Bug&lt;br /&gt;
|ability=Battle Armor&lt;br /&gt;
|held=White Herb&lt;br /&gt;
|move1=X-Scissor|move1type=Bug|move1cat=Physical&lt;br /&gt;
|move2=Rock Blast|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Earthquake|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Superpower|move4type=Fighting|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
====[[Pokémon Omega Ruby and Pokémon Alpha Sapphire Special Demo Version]]====&lt;br /&gt;
Steven will use this Pokémon when teaming with the player in a [[Multi Battle]].&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|name=Steven&lt;br /&gt;
|sprite=VSSteven.png{{!}}150px&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn&lt;br /&gt;
|prize=none&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
| style=&amp;quot;margin:auto&amp;quot; | {{Pokémon/6&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|form=-Shiny&lt;br /&gt;
|spritegender=shiny&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Metagrossite&lt;br /&gt;
|level=45&lt;br /&gt;
|move1=Meteor Mash|move1type=Steel|move1cat=Physical&lt;br /&gt;
|move2=Zen Headbutt|move2type=Psychic|move2cat=Physical&lt;br /&gt;
|move3=Bullet Punch|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Giga Impact|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
===={{g|Omega Ruby and Alpha Sapphire}}====&lt;br /&gt;
=====First [[Multi Battle]] with {{player}}=====&lt;br /&gt;
Steven will work as the player&#039;s partner during the Multi Battle against [[Courtney]] and a {{tc|Team Magma Grunt}}{{sup/6|OR}}/[[Matt]] and a {{tc|Team Aqua Grunt}}{{sup/6|AS}} on [[Southern Island]].&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|name=Steven&lt;br /&gt;
|sprite=VSSteven.png{{!}}150px&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Southern Island&lt;br /&gt;
|prize=none&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
| style=&amp;quot;margin:auto&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|pokemon=Metang&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ndex=375&lt;br /&gt;
|level=35&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Zen Headbutt|move1type=Psychic|move1cat=Physical&lt;br /&gt;
|move2=Bullet Punch|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Pursuit|move3type=Dark|move3cat=Physical&lt;br /&gt;
|move4=Metal Claw|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Champion battle=====&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=VSSteven.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}11,800&lt;br /&gt;
|class=Champion&lt;br /&gt;
|classlink=Pokémon Champion&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Ever Grande City&lt;br /&gt;
|locationname=Pokémon League&lt;br /&gt;
|pokemon=6}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=227&lt;br /&gt;
|pokemon=Skarmory&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Steel|type2=Flying&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Toxic|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Spikes|move3type=Ground|move3cat=Status&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|move1=Reflect|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Light Screen|move2type=Psychic|move2cat=Status&lt;br /&gt;
|move3=Extrasensory|move3type=Psychic|move3cat=Special&lt;br /&gt;
|move4=Earth Power|move4type=Ground|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Stone Edge|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Earthquake|move2type=Ground|move2cat=Physical&lt;br /&gt;
|move3=Iron Tail|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Dragon Claw|move4type=Dragon|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{steel color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=346&lt;br /&gt;
|pokemon=Cradily&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Rock|type2=Grass&lt;br /&gt;
|ability=Suction Cups&lt;br /&gt;
|move1=Giga Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Sludge Bomb|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Confuse Ray|move4type=Ghost|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=348&lt;br /&gt;
|pokemon=Armaldo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Rock|type2=Bug&lt;br /&gt;
|ability=Battle Armor&lt;br /&gt;
|move1=X-Scissor|move1type=Bug|move1cat=Physical&lt;br /&gt;
|move2=Rock Blast|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Metal Claw|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Crush Claw|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=59&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Metagrossite&lt;br /&gt;
|move1=Bullet Punch|move1type=Steel|move1cat=Physical&lt;br /&gt;
|move2=Zen Headbutt|move2type=Psychic|move2cat=Physical&lt;br /&gt;
|move3=Meteor Mash|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Giga Impact|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Second [[Multi Battle]] with {{player}}=====&lt;br /&gt;
Steven will work as the player&#039;s partner during the Multi Battle against Courtney and a Team Magma Grunt{{sup/6|OR}}/Matt and a Team Aqua Grunt{{sup/6|AS}} at [[Mossdeep Space Center]] during the Delta Episode, using a [[party|team]] identical to his initial Champion team.&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=VSSteven.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Mossdeep Space Center&lt;br /&gt;
|pokemon=6}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=227&lt;br /&gt;
|pokemon=Skarmory&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Steel|type2=Flying&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Toxic|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Spikes|move3type=Ground|move3cat=Status&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|move1=Reflect|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Light Screen|move2type=Psychic|move2cat=Status&lt;br /&gt;
|move3=Extrasensory|move3type=Psychic|move3cat=Special&lt;br /&gt;
|move4=Earth Power|move4type=Ground|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Stone Edge|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Earthquake|move2type=Ground|move2cat=Physical&lt;br /&gt;
|move3=Iron Tail|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Dragon Claw|move4type=Dragon|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{steel color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=346&lt;br /&gt;
|pokemon=Cradily&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Rock|type2=Grass&lt;br /&gt;
|ability=Suction Cups&lt;br /&gt;
|move1=Giga Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Sludge Bomb|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Confuse Ray|move4type=Ghost|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=348&lt;br /&gt;
|pokemon=Armaldo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Rock|type2=Bug&lt;br /&gt;
|ability=Battle Armor&lt;br /&gt;
|move1=X-Scissor|move1type=Bug|move1cat=Physical&lt;br /&gt;
|move2=Rock Blast|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Metal Claw|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Crush Claw|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=59&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Metagrossite&lt;br /&gt;
|move1=Bullet Punch|move1type=Steel|move1cat=Physical&lt;br /&gt;
|move2=Zen Headbutt|move2type=Psychic|move2cat=Physical&lt;br /&gt;
|move3=Meteor Mash|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Giga Impact|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====[[Rematch]]=====&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=VSSteven.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}15,800&lt;br /&gt;
|class=Champion&lt;br /&gt;
|classlink=Pokémon Champion&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Ever Grande City&lt;br /&gt;
|locationname=Pokémon League&lt;br /&gt;
|pokemon=6}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=227&lt;br /&gt;
|pokemon=Skarmory&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=77&lt;br /&gt;
|type1=Steel|type2=Flying&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Toxic|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Spikes|move3type=Ground|move3cat=Status&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=77&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|move1=Reflect|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Light Screen|move2type=Psychic|move2cat=Status&lt;br /&gt;
|move3=Extrasensory|move3type=Psychic|move3cat=Special&lt;br /&gt;
|move4=Earth Power|move4type=Ground|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=77&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Stone Edge|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Earthquake|move2type=Ground|move2cat=Physical&lt;br /&gt;
|move3=Iron Tail|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Dragon Claw|move4type=Dragon|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{steel color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=703&lt;br /&gt;
|pokemon=Carbink&lt;br /&gt;
|level=77&lt;br /&gt;
|type1=Rock|type2=Fairy&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Moonblast|move1type=Fairy|move1cat=Special&lt;br /&gt;
|move2=Power Gem|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Psychic|move3type=Psychic|move3cat=Special&lt;br /&gt;
|move4=Earth Power|move4type=Ground|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=142&lt;br /&gt;
|pokemon=Aerodactyl&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=77&lt;br /&gt;
|type1=Rock|type2=Flying&lt;br /&gt;
|ability=Pressure&lt;br /&gt;
|move1=Rock Slide|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Ice Fang|move2type=Ice|move2cat=Physical&lt;br /&gt;
|move3=Thunder Fang|move3type=Electric|move3cat=Physical&lt;br /&gt;
|move4=Fire Fang|move4type=Fire|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=79&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Metagrossite&lt;br /&gt;
|move1=Bullet Punch|move1type=Steel|move1cat=Physical&lt;br /&gt;
|move2=Zen Headbutt|move2type=Psychic|move2cat=Physical&lt;br /&gt;
|move3=Meteor Mash|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Giga Impact|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Battle Maison Multi Battle=====&lt;br /&gt;
Steven will always use these two Pokémon as the player&#039;s Multi Battle partner.&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=VSSteven.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Battle Maison&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=142&lt;br /&gt;
|pokemon=Aerodactyl&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Rock|type2=Flying&lt;br /&gt;
|ability=Rock Head&lt;br /&gt;
|held=Focus Sash&lt;br /&gt;
|move1=Rock Slide|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Ice Fang|move2type=Ice|move2cat=Physical&lt;br /&gt;
|move3=Thunder Fang|move3type=Electric|move3cat=Physical&lt;br /&gt;
|move4=Fire Fang|move4type=Fire|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Metagrossite&lt;br /&gt;
|move1=Meteor Mash|move1type=Steel|move1cat=Physical&lt;br /&gt;
|move2=Bullet Punch|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Zen Headbutt|move3type=Psychic|move3cat=Physical&lt;br /&gt;
|move4=Hammer Arm|move4type=Fighting|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Left for the player=====&lt;br /&gt;
{{Pokémon/6&lt;br /&gt;
|ndex=374&lt;br /&gt;
|pokemon=Beldum&lt;br /&gt;
|level=1&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Iron Plate&lt;br /&gt;
|move1=Take Down|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
&lt;br /&gt;
==In spin-off games==&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
{{main|Steven (Masters)}}&lt;br /&gt;
Steven, as he appears in {{g|Omega Ruby and Alpha Sapphire}}, is a character in {{g|Masters EX}}. He forms a [[sync pair]] with his {{TP|Steven|Metagross}}, which is capable of [[Mega Evolution|Mega Evolving]]. He can also form additional sync pairs with {{p|Cradily}}, {{rf|Alolan}} {{p|Sandslash}}, {{Shiny}} {{p|Rayquaza}} (which can also Mega Evolve), {{p|Deoxys}} (which can change into any of its {{form|Deoxys|Formes}}), and Shiny {{p|Stoutland}}.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
===Artwork===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:96px; height:96px&amp;quot;| [[File:Ruby Sapphire Steven.png|120px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:96px; height:96px&amp;quot;| [[File:Steven ORAS concept art.png|410px]]&lt;br /&gt;
|-&lt;br /&gt;
| Official artwork from {{color2|000|Generation III}} by {{color2|000|Ken Sugimori}}&amp;lt;ref&amp;gt;[[a:File:StevenAdviceEXHiddenLegends92.jpg|Steven&#039;s Advice (EX Hidden Legends 92)]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Conceptual artwork from {{color2|000|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:96px; height:96px&amp;quot;| [[File:Steven with Mega Metagross.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:96px; height:96px&amp;quot;| [[File:Trainer Collection Steven Stone Artwork.png|250px]]&lt;br /&gt;
|-&lt;br /&gt;
| With {{color2|000|Mega Evolution|Mega}} {{color2|000|Metagross (Pokémon)|Metagross}}&lt;br /&gt;
| Trainer Collection illustration featuring Steven and his {{color2|000|Party|team}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sprites===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Spr RS Steven.png]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:E Steven Back.png]]&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Spr B2W2 Steven.png]]&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;{{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot; | [[File:VSSteven.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon Ruby and Sapphire Versions|Ruby, Sapphire}}, and {{color2|000|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon Black and White Versions 2|Black 2 and White 2}}&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;|VS model from&amp;lt;br&amp;gt;{{color2|000|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Steven III OD.png]]&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Steven IV OD.png]]&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Steven OD.png]]&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:ORAS Steven Icon.png]]&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Steven ORAS OD.png|100px]]&lt;br /&gt;
|-&lt;br /&gt;
| Overworld sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon Ruby and Sapphire Versions|Ruby, Sapphire}}, and {{color2|000|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Overworld sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon HeartGold and SoulSilver Versions|HeartGold and SoulSilver}}&lt;br /&gt;
| Overworld sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon Black and White Versions 2|Black 2 and White 2}}&lt;br /&gt;
| Icon in the {{color2|000|Battle Maison}} in&amp;lt;br&amp;gt;{{color2|000|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Overworld model from&amp;lt;br&amp;gt;{{color2|000|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Quotes==&lt;br /&gt;
{{main|Steven Stone/Quotes}}&lt;br /&gt;
&lt;br /&gt;
==In the anime==&lt;br /&gt;
===Main series===&lt;br /&gt;
[[File:Steven Stone JN.png|250px|thumb|Steven Stone in the {{pkmn|anime}}]]&lt;br /&gt;
{{main|Steven Stone (anime)}}&lt;br /&gt;
Steven Stone is a recurring character in the anime. He debuted in &#039;&#039;[[AG022|A Hole Lotta Trouble]]&#039;&#039; in a minor role before reappearing as a {{pkmn|Champion}} in the &#039;&#039;[[Mega Evolution Specials]]&#039;&#039; with a {{shiny}} {{TP|Steven|Metagross}} as an ally to [[Alain]]. He later assisted {{ash}} and {{ashfr}} during the climax of the [[Team Flare]] arc during &#039;&#039;[[Pokémon the Series: XY]]&#039;&#039;, and took part in the [[Masters Eight Tournament]] in &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Omega Ruby and Alpha Sapphire Animated Trailer===&lt;br /&gt;
[[File:Steven Stone ORAS Trailer.png|thumb|250px|Steven in the animated trailer]]&lt;br /&gt;
Steven briefly appeared in the [[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer]]. He was the final Trainer that {{ga|Brendan}} battled.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|width=68&lt;br /&gt;
|main=Steven&#039;s Metagross&lt;br /&gt;
|trainer=Steven&lt;br /&gt;
|pkmn=Metagross ↔ Mega Metagross&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Steven Mega Metagross ORAS Trailer.png&lt;br /&gt;
|cap=Steven&#039;s Mega Metagross&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|desc={{p|Metagross}} is Steven&#039;s only known Pokémon. It was used in a battle against {{ga|Brendan}}&#039;s {{p|Sceptile}}. It has the ability to Mega Evolve into Mega Metagross.}}&lt;br /&gt;
&lt;br /&gt;
====Voice actors====&lt;br /&gt;
{{vatable|color={{steel color}}|bordercolor={{steel color light}}&lt;br /&gt;
|ja=石田彰 &#039;&#039;[[Akira Ishida]]&#039;&#039;&lt;br /&gt;
|en=[[Tom Wayland]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===GOTCHA!===&lt;br /&gt;
Steven briefly appeared in [[GOTCHA!]].&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
[[File: Steven Adventures.png|thumb|320px|Steven in [[Pokémon Adventures]]]]&lt;br /&gt;
====={{chap|Ruby &amp;amp; Sapphire}}=====&lt;br /&gt;
Steven is the [[Hoenn League]] {{pkmn|Champion}}, having taken the position from [[Wallace]], who turned down the title despite winning the previous Pokémon League tournament. &lt;br /&gt;
&lt;br /&gt;
Steven debuted in &#039;&#039;[[PS196|Blowing Past Nosepass II]]&#039;&#039;. There, he spoke to [[Captain Stern]] about the status of the creation of the [[Submarine Explorer 1]]. In &#039;&#039;[[PS194|Guile from Mawile]]&#039;&#039;, Steven rescued {{adv|Ruby}} from a hoard of rampaging {{p|Mawile}} in [[Granite Cave]]. Once they escaped, Steven considered recruiting Ruby to help him combat [[Team Magma]] and [[Team Aqua]], but decided against it due to Ruby&#039;s young age. Steven said his farewells to Ruby and headed off.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS250|The Beginning of the End with Kyogre &amp;amp; Groudon XII]]&#039;&#039;, Steven arrived at the [[Lilycove Department Store]] and found Wallace battling [[Tabitha]], who had gone berserk from touching the [[Blue Orb]]. Steven revealed that after the Submarine Explorer 1 was stolen, he went to other regions and recruited the Hoenn [[Elite Four]] as allies against {{adv|Super-ancient Pokémon|Groudon and Kyogre}}. Steven passed his title of Hoenn League Champion to Wallace and sent the Elite Four to three locations where the [[Legendary Pokémon]] [[Brandon&#039;s Legendary titans#In the Pokémon Adventures manga|Registeel, Regirock, and Regice]] were sealed. With a [[blind boy]]&#039;s help, Steven attempted to decipher an stone slab containing the secret to awaken the sleeping Pokémon. The slab was too damaged to properly translate, forcing the plan to be abandoned. &lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS253|A Royal Rumble with Regirock, Regice and Registeel I]]&#039;&#039;, Steven found [[Sootopolis City]] surrounded by a massive explosion of energy. Amidst the chaos, Steven found and rescued {{adv|Sapphire}}, who handed him a [[letter]] she received from his father, [[Mr. Stone]]. The letter contained a decoding for the missing part of the slab, allowing Steven to finish the translation. With assistance from Sapphire&#039;s {{p|Wailord|Lorry}} and {{p|Relicanth|Relly}}, Steven successfully awakened {{p|Registeel}}, {{p|Regirock}}, and {{p|Regice}}. Steven and Sapphire were then separated by another explosion. Steven, Wallace, and the Elite Four separated into three teams of two and used Registeel, Regirock, and Regice to contain the energy generated from Groudon and Kyogre&#039;s clash and prevent it from spreading throughout Hoenn. Their efforts lasted for several weeks until &#039;&#039;[[PS263|It All Ends Now IV]]&#039;&#039;, when Ruby and [[Norman]] ended Groudon and Kyogre&#039;s battle with {{p|Rayquaza}}&#039;s power, returning the super-ancient Pokémon to their slumber. Controlling three Legendary Pokémon for so long left Steven so exhausted that he collapsed and died soon after. With Steven&#039;s passing, Registeel, Regirock, and Regice returned to the wild. &lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS263|It All Ends Now VIII]]&#039;&#039;, Steven and those who lost their lives in the fight against Groudon and Kyogre were revived by Ruby&#039;s {{adv|Celebi}}&#039;s [[time travel]] powers. With Team Magma and Team Aqua defeated, Steven celebrated the victory with his allies and thanked Ruby and Sapphire for their assistance in the battle.&lt;br /&gt;
&lt;br /&gt;
====={{chap|Platinum}}=====&lt;br /&gt;
In &#039;&#039;[[PS417|Leaping Past Lopunny]]&#039;&#039;, Steven was revealed to have spent time collecting stones in the [[Sinnoh]] region. After obtaining the stones he wanted, Steven sold the [[Villa]] he had built to use as a home base. The Villa was bought by {{adv|Platinum}} shortly afterward.&lt;br /&gt;
&lt;br /&gt;
====={{chap|Omega Ruby &amp;amp; Alpha Sapphire}}=====&lt;br /&gt;
[[File: Steven ORAS chapter.png|thumb|200px|left|Steven in the thirteenth chapter]]&lt;br /&gt;
In the thirteenth chapter, it was discovered that [[Grand Meteor Delta]], a giant meteoroid, would crash into Hoenn and destroy the planet. To prevent this disaster, Steven enlisted the help of Ruby, Sapphire, and {{adv|Emerald}}. In [[PS596]], Steven had [[Ultima]] train the Hoenn [[Pokédex holders]] [[Mumu]], [[Chic]], and {{TP|Emerald|Sceptile}} in mastering the ultimate moves so they would be prepared to use [[Mega Evolution]]. Despite Ruby being elsewhere on other business, Mr. Stone had everyone move onto the next phase once the training had finished.&lt;br /&gt;
&lt;br /&gt;
In [[PS601]], Steven, Sapphire, and Emerald arrived on the [[Sea Mauville]]. The former energy plant contained a machine called an [[ultimate weapon|Absorber]] capable of fueling a dimensional shifter designed to deal with Grand Meteor Delta. That night, Emerald was attacked by a mischievous {{p|Hoopa}}. Steven assisted Emerald in battling the [[Mythical Pokémon]], revealing he was capable of using Mega Evolution as well. Hoopa eventually escaped before Steven and Emerald could defeat or identify it.&lt;br /&gt;
&lt;br /&gt;
In [[PS603]], Steven and Mr. Stone used the Absorber to drain Emerald&#039;s Sceptile and Sapphire&#039;s Chic of their life energy while in their Mega-Evolved states. Once the process was finished, the Sea Mauville was raided by by [[Zinnia]], a [[Draconid people|Draconid]] with a hatred for the [[Devon Corporation]]. Zinnia and her allies made of former Team Magma and Aqua members attempted to destroy the dimensional shifter, forcing Steven, Sapphire, and Emerald to defend it. By the time Ruby returned, everyone realized that Sapphire and the shifter had disappeared due to Hoopa&#039;s interference. With the shifter gone, Zinnia attempted to steal Steven&#039;s [[Key Stone]] but was convinced to leave when Ruby offered up his and Emerald&#039;s [[Mega Bracelet]]s in exchange. &lt;br /&gt;
&lt;br /&gt;
In [[PS606]], Steven and Mr. Stone stayed behind while Ruby and the others went ahead to find an alternate solution to the meteoroid impact. They received a call from the [[Mossdeep Space Center]] stating that Sapphire successfully delivered the shifter. While [[Professor Cozmo]] and [[Professor Cozmo&#039;s assistants|his assistants]] outfitted the shifter onto a rocket, Steven and his father traveled to [[Mossdeep City]] to deal with the public, who had learned of the upcoming disaster due to a news leak. In [[PS608]], Steven and Mr. Stone arrived at Mossdeep. Sapphire told Steven that she sensed Zinnia&#039;s presence and went off to prevent her from interfering with the rocket&#039;s launch. Sapphire and Zinnia&#039;s clash led to them battling on top of the rocket as it flew through the air. Eventually, Sapphire was defeated, allowing Zinnia to destroy the dimensional shifter and knock the rocket down into the ocean.&lt;br /&gt;
&lt;br /&gt;
In [[PS615]], Steven and Mr. Stone arrived at Sootopolis, where Zinnia was taken to after she failed to get {{DL|Super-ancient Pokémon (Adventures)|Rayquaza}} to join her. Mr. Stone apologized for trying to control Rayquaza years ago, only for Zinnia to reject it, claiming he was only trying to save face for his failures. When Zinnia gave up and stated it was impossible to stop disaster, Emerald suggested the differing factions worked together to save the planet. Together, everyone gathered allies from across Hoenn, [[Kanto]], and [[Johto]] to assist in stopping Grand Meteor Delta. While the plan was being set up, Steven gave Zinnia a jar of Key Stones that were collected at the [[Embedded Tower]]. When Zinnia assumed the stones Steven and Hoenn Pokédex holders used were stolen from the late [[Aster]], Steven explained he received those from the [[Gurkinn|Mega Evolution guru]] in the [[Kalos]] region.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PAORAS21|Omega Alpha Adventure 21]]&#039;&#039;, the plan to destroy Grand Meteor Delta went underway. Ruby and Sapphire rode on Mega Rayquaza into space, where they attacked the meteoroid with {{m|Dragon Ascent}}. Back on Earth, Steven and the three allied regions launched a simultaneous attack on Grand Meteor Delta, successfully shattering it into pieces. With the crisis averted, Steven and the others watched as Ruby and Sapphire flew back to Sootopolis with Rayquaza. &lt;br /&gt;
&lt;br /&gt;
Once everything had returned to normal, Steven was revealed to be taking {{p|Diancie}} back to its home in Kalos.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
This listing is of Steven&#039;s Pokémon in the [[Pokémon Adventures]] manga.&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|main=Steven&#039;s Metagross&lt;br /&gt;
|trainer=Steven&lt;br /&gt;
|pkmn=Metagross ↔ Mega Metagross&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Steven Metagross Adventures.png&lt;br /&gt;
|cap=Steven&#039;s Metagross&lt;br /&gt;
|img2=Steven Mega Metagross Adventures.png&lt;br /&gt;
|cap2=Steven&#039;s Mega Metagross&lt;br /&gt;
|epnum=PS191&lt;br /&gt;
|epname=Blowing Past Nosepass II&lt;br /&gt;
|desc={{p|Metagross}} is Steven&#039;s main Pokémon and strongest as well. It is often used as a method of flight transportation. In the {{chap|Omega Ruby &amp;amp; Alpha Sapphire}}, it was given the ability to Mega Evolve into Mega Metagross.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Steven&lt;br /&gt;
|pkmn=Beldum (multiple)&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Steven Beldum Adventures.png&lt;br /&gt;
|cap=Steven&#039;s Beldum&lt;br /&gt;
|epnum=PS196&lt;br /&gt;
|epname=Ring Ring Goes Beldum&lt;br /&gt;
|desc=Steven is seen with four {{p|Beldum}}. He first used them in Granite Cave to stop a group of {{p|Mawile}} from attacking Ruby. They did so by coming out of some rocks. These Beldum later lined up with Sapphire&#039;s [[Sapphire (Adventures)#At Sea|Lorry and Relly]] to unseal the [[Legendary titans]]. One of his Beldum was also seen when Steven signed a contract to sell his Villa.&lt;br /&gt;
&lt;br /&gt;
Another one of his Beldum, nicknamed &#039;&#039;&#039;Iron&#039;&#039;&#039; (Japanese: こうてつ &#039;&#039;Kōtetsu&#039;&#039;), was seen with Steven in the {{chap|Omega Ruby &amp;amp; Alpha Sapphire}}. It is based on the [[#Traded to the player|Beldum]] the player receives from Steven in a [[In-game trade#HeartGold and SoulSilver|trade]] in {{game|HeartGold and SoulSilver|s}}.&lt;br /&gt;
&lt;br /&gt;
Their only known move is {{m|Take Down}}{{tt|*|revealed on an official site only}}, and their Ability is {{a|Clear Body}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Steven&lt;br /&gt;
|pkmn=Metang (multiple)&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Steven Metang Adventures.png&lt;br /&gt;
|cap=Steven&#039;s Metang&lt;br /&gt;
|epnum=PS196&lt;br /&gt;
|epname=Ring Ring Goes Beldum&lt;br /&gt;
|desc=Steven owns multiple {{p|Metang}}. They were first used to stop a group of Mawile in Granite Cave. Steven lent his Metang to the Elite Four so that they would be able to stay in the air while they tried to contain Groudon and Kyogre&#039;s power.&lt;br /&gt;
&lt;br /&gt;
None of Metang&#039;s moves are known, and its Ability is {{a|Clear Body}}.}}&lt;br /&gt;
&lt;br /&gt;
=====Temporary=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Steven&lt;br /&gt;
|pkmn=Registeel&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|img=Brandon Registeel Adventures.png&lt;br /&gt;
|epnum=PS254&lt;br /&gt;
|epname=A Royal Rumble with Regirock, Regice and Registeel II&lt;br /&gt;
|desc={{main|Brandon&#039;s Legendary titans#In the Pokémon Adventures manga|Brandon&#039;s Registeel}}&lt;br /&gt;
&lt;br /&gt;
{{p|Registeel}} was awakened by Steven and the Elite Four to be used to contain Groudon and Kyogre&#039;s power. Steven controlled Registeel with Wallace while the others controlled Regice and Regirock. After Steven died from the strain of controlling the three Pokémon, Registeel lashed out and ran away. It was later found by [[Brandon]] and captured.}}&lt;br /&gt;
&lt;br /&gt;
=====Borrowed=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|main=Mumu&lt;br /&gt;
|trainer=Ruby&lt;br /&gt;
|pkmn=Swampert&lt;br /&gt;
|nick=Mumu&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=Mumu.png&lt;br /&gt;
|epnum=PS183&lt;br /&gt;
|epname=Trying to Trounce Torchic&lt;br /&gt;
|desc={{p|Swampert|Mumu}} was lent to Steven while Ruby was away on [[Southern Island]]. While under Steven&#039;s care, he trained to fully master {{m|Hydro Cannon}} to prepare for his Mega Evolution.}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Omega Ruby Crimson Passion and Pokémon Alpha Sapphire Indigo Wisdom===&lt;br /&gt;
Steven appeared in the [[Pokémon Omega Ruby Crimson Passion and Pokémon Alpha Sapphire Indigo Wisdom]] manga.&lt;br /&gt;
{{sectionstub}}&lt;br /&gt;
====Pokémon====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|width=75&lt;br /&gt;
|trainer=Steven&lt;br /&gt;
|pkmn=Beldum&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Steven Stone CPIW.png&lt;br /&gt;
|epnum=Pokémon Omega Ruby Crimson Passion and Pokémon Alpha Sapphire Indigo Wisdom&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Beldum}} is Steven&#039;s only known Pokémon. It was seen with Steven when he interacted with {{OBP|Alpha|CPIW}} and {{OBP|Omega|CPIW}} two different times.&lt;br /&gt;
&lt;br /&gt;
None of Beldum&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Ruby &amp;amp; Sapphire Special Walkthrough Comic!===&lt;br /&gt;
[[File:Steven_in_RS_Walkthrough_Comic.jpg|thumb|220px|Steven and Metagross battling against Brendan and Sceptile.]]&lt;br /&gt;
Steven appears with his Metagross at the beginning of [[Pokemon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]], losing a battle to [[Brendan]] and his [[Sceptile]].&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
The following is a list of cards mentioning or featuring Steven or his Pokémon in the [[Pokémon Trading Card Game]].&lt;br /&gt;
&lt;br /&gt;
{{cardlist/header|Steven&#039;s Pokémon|Metal|char=yes}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Celestial Storm|Claydol|79}}|type=Fighting|expanded=Yes|enset=Celestial Storm|enrarity=Rare|ennum=79/168|jpset=Sky-Splitting Charisma|jprarity=U|jpnum=048/096}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Celestial Storm|Metagross|95}}|type=Metal|expanded=Yes|enset=Celestial Storm|enrarity=Rare Holo|ennum=95/168|jpset=Sky-Splitting Charisma|jprarity=R|jpnum=055/096}}&lt;br /&gt;
{{cardlist/div|Other related cards|Metal}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Hidden Legends|Steven&#039;s Advice|92}}|type=Trainer|type2=Supporter|enset=EX Hidden Legends|enrarity=Uncommon|ennum=92/101|jpset=Undone Seal|jprarity=Uncommon|jpnum=074/083|jpset2=Metagross Constructed Starter Deck|jpnum2=018/019|jpset3=Shockwave! Tyranitar ex Constructed Standard Deck|jpnum3=018/024|enset4=EX Power Keepers|enrarity4=Uncommon|ennum4=83/108|jpset4=World Champions Pack|jprarity4=Uncommon|jpnum4=092/108}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Roaring Skies|Steven|90}}|type=Supporter|enset=Roaring Skies|expanded=Yes|enrarity=Uncommon|ennum=90/108|jpset=M Rayquaza-EX Mega Battle Deck|jprarity=Uncommon|jpnum=014/018|enset2=Ancient Origins|enrarity2=Rare Ultra|ennum2=95/98|jpset2=XY-P Promotional cards|jprarity2=Rare Ultra|jpnum2=121/XY-P}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Celestial Storm|Steven&#039;s Resolve|145}}|type=Supporter|expanded=Yes|enset=Celestial Storm|enrarity=Rare Holo|ennum=145/168|jpset=Sky-Splitting Charisma|jprarity=R|jpnum=088/096|enset2=Celestial Storm|enrarity2=Rare Ultra|ennum2=165/168|jpset2=Sky-Splitting Charisma|jprarity2=SR|jpnum2=102/096}}&lt;br /&gt;
{{cardlist/footer|Metal}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* In {{3v2|Ruby|Sapphire|Emerald}}, as well as {{pkmn|Omega Ruby and Alpha Sapphire|their remakes}}, Steven states that his favorite Pokémon is {{p|Beldum}} and that his favorite move is {{m|Steel Wing}}. Consequently, he leaves Beldum in his house as a {{pkmn2|gift}} for the {{player}}, and gives the player the TM for Steel Wing in [[Granite Cave]].&lt;br /&gt;
* In Emerald, when the player speaks to Steven in [[Meteor Falls]] before their battle, he mistakenly refers to battling alongside the player in the {{ci|Sootopolis}} Space Center. The Space Center is actually in [[Mossdeep City]].&lt;br /&gt;
* The battle with Steven against [[Maxie]] and [[Tabitha]] is the only occasion in the [[Generation III]] games where the player teams up with an ally for a [[Double Battle]].&lt;br /&gt;
* Steven&#039;s [[Trainer ID number]] is 61226 in Pokémon Emerald, 23478 in {{2v2|HeartGold|SoulSilver}}, and 11214 in Omega Ruby and Alpha Sapphire.&lt;br /&gt;
* Steven shares his French name (Pierre) with [[Brock]], the [[Gym Leader]] of [[Pewter City]]. In the French dub of &#039;&#039;[[AG022|A Hole Lotta Trouble]]&#039;&#039;, he keeps his English name of Steven Stone so as to not be confused with {{an|Brock}}, who was traveling with Ash when the group met Steven.&lt;br /&gt;
** However, from &#039;&#039;[[XY075|Rivals: Today and Tomorrow!]]&#039;&#039; onward, he is referred to as Pierre Rochard.&lt;br /&gt;
** In games where both Steven and Brock appear, Steven is referred to as &amp;quot;P. Rochard&amp;quot; (HeartGold and SoulSilver) and &amp;quot;Rochard&amp;quot; (Black 2 and White 2).&lt;br /&gt;
* Despite being a {{type|Steel}} specialist, all of Steven&#039;s teams feature just as many or more {{type|Rock}} Pokémon.&lt;br /&gt;
* In Omega Ruby and Alpha Sapphire, Steven mentions to [[Wallace]] that he will relinquish his position as Champion sometime in order to travel the world, and asks Wallace if he will become Champion in his place, referencing their roles in Emerald.&lt;br /&gt;
* In the rematch with Steven in Omega Ruby and Alpha Sapphire, all of his Pokémon have at least one immunity.&lt;br /&gt;
** In the Elite Four and Champion rematch in Omega Ruby and Alpha Sapphire, Steven is the only trainer in the Hoenn Pokémon League to use a Pokémon from {{p|Aerodactyl|Generation I}}.&lt;br /&gt;
* In Emerald, {{ga|Brendan}} and {{ga|May}} share their battle theme with Steven.&lt;br /&gt;
* If the player skips obtaining the HM for Dive from Steven&#039;s house in Ruby and Sapphire (by trading in a Pokémon with the move), Steven will include the HM alongside the Beldum.&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background:#{{steel color light}}; border:3px solid #{{steel color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Language&lt;br /&gt;
! Name&lt;br /&gt;
! Origin&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Japanese&lt;br /&gt;
| ツワブキ　ダイゴ &#039;&#039;Tsuwabuki Daigo&#039;&#039;&lt;br /&gt;
| From 梯梧 &#039;&#039;deigo&#039;&#039; ({{wp|Erythrina variegata|Indian coral tree}}) and 石蕗 &#039;&#039;tsuwabuki&#039;&#039; ({{wp|Farfugium japonicum|leopard plant}}) with the latter containing 石 &#039;&#039;ishi&#039;&#039; (stone)&amp;lt;br&amp;gt;In Okinawan traditions, the blooming of the Indian coral tree is associated with looming typhoons and drought.&amp;lt;ref&amp;gt;[https://twitter.com/matsumiyan/status/522396604230168576 Toshinobu Matsumiya on Twitter] (Japanese)&amp;lt;/ref&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| English&lt;br /&gt;
| Steven Stone&lt;br /&gt;
| From &#039;&#039;steel&#039;&#039; and &#039;&#039;stone&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Troy Trumm&lt;br /&gt;
| From &#039;&#039;Trümmer&#039;&#039; (rubble)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Máximo Peñas&lt;br /&gt;
| From &#039;&#039;máximo&#039;&#039; (maximum) and &#039;&#039;peñasco&#039;&#039; (boulder)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| French&lt;br /&gt;
| Pierre Rochard&lt;br /&gt;
| From &#039;&#039;pierre&#039;&#039; (stone) and &#039;&#039;roche&#039;&#039; (rock)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Italian&lt;br /&gt;
| Rocco Petri&lt;br /&gt;
| From &#039;&#039;roccia&#039;&#039; (rock) and &#039;&#039;pietra&#039;&#039; (stone)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 나성호 &#039;&#039;Na Seongho&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 茲伏奇大吾 / 兹伏奇大吾 &#039;&#039;Zīfúqí Dàwú&#039;&#039;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | From the transcription of &#039;&#039;Tsuwabuki&#039;&#039; and the Japanese name 大吾 &#039;&#039;Daigo&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 茲伏奇大吾 &#039;&#039;Jīfuhkkèih Daaihngh&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Thai&lt;br /&gt;
| ไดโกะ &#039;&#039;Daiko&#039;&#039;&lt;br /&gt;
| Transcription of his Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Russian&lt;br /&gt;
| Стивен Стоун &#039;&#039;Stiven Stoun&#039;&#039;&lt;br /&gt;
| Transcription of his English name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Vietnamese&lt;br /&gt;
| Tsuwabuki Daigo&lt;br /&gt;
| Transcription of his Japanese name&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[a:Category:Steven Stone|Images on the Bulbagarden Archives]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
{{-}}&lt;br /&gt;
{{Champions|Steel}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Hoenn League}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{NPC|steel|kanto=yes|hoenn=yes}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Project CharacterDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Champions]]&lt;br /&gt;
[[Category:Pokémon Adventures characters]]&lt;br /&gt;
[[Category:Manga characters]]&lt;br /&gt;
[[Category:Pokémon Omega Ruby Crimson Passion and Pokémon Alpha Sapphire Indigo Wisdom characters]]&lt;br /&gt;
[[Category:Ruby and Sapphire characters]]&lt;br /&gt;
[[Category:Emerald characters]]&lt;br /&gt;
[[Category:HeartGold and SoulSilver characters]]&lt;br /&gt;
[[Category:Black 2 and White 2 characters]]&lt;br /&gt;
[[Category:Omega Ruby and Alpha Sapphire characters]]&lt;br /&gt;
[[Category:Steel-type Trainers]]&lt;br /&gt;
[[Category:Battle facility leaders]]&lt;br /&gt;
[[Category:Trainers with Key Stones]]&lt;br /&gt;
[[Category:Trainers with Shiny Pokémon]]&lt;br /&gt;
&lt;br /&gt;
[[de:Troy Trumm]]&lt;br /&gt;
[[es:Máximo Peñas]]&lt;br /&gt;
[[fr:Pierre Rochard (jeux vidéo)]]&lt;br /&gt;
[[it:Rocco Petri]]&lt;br /&gt;
[[ja:ダイゴ]]&lt;br /&gt;
[[zh:大吾]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Professor_Birch&amp;diff=3728294</id>
		<title>Professor Birch</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Professor_Birch&amp;diff=3728294"/>
		<updated>2023-06-14T08:22:21Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: /* Pokémon Ruby &amp;amp; Sapphire Special Walkthrough Comic! */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CharInfobox|&lt;br /&gt;
color={{hoenn color}} |&lt;br /&gt;
corecolor={{hoenn color light}} |&lt;br /&gt;
bordercolor={{hoenn color dark}} |&lt;br /&gt;
name=Professor Birch |&lt;br /&gt;
jname=オダマキ博士 |&lt;br /&gt;
tmname=Dr. Odamaki |&lt;br /&gt;
slogan=no |&lt;br /&gt;
image=Omega Ruby Alpha Sapphire Professor Birch.png |&lt;br /&gt;
size=250px |&lt;br /&gt;
caption=Artwork from {{pkmn|Omega Ruby and Alpha Sapphire}} by [[Yusuke Ohmura]]&amp;lt;ref&amp;gt;[[a:File:ProfessorBirchObservationsPrimalClash134.jp|Professor Birch&#039;s Observations (Primal Clash 134)]]&amp;lt;/ref&amp;gt; |&lt;br /&gt;
age=yes |&lt;br /&gt;
years=35{{sup/6|ORAS}}&amp;lt;ref&amp;gt;{{g|Omega Ruby and Alpha Sapphire}}: &#039;&#039;Professor Birch, aged 35, the leading figure in Pokémon research, has announced a new theory regarding Pokémon diversity.&#039;&#039; - {{DL|TV Mauville|Hoenn News Network}}&amp;lt;/ref&amp;gt; |&lt;br /&gt;
gender=Male |&lt;br /&gt;
hometown=[[Littleroot Town]] |&lt;br /&gt;
region=[[Hoenn]] |&lt;br /&gt;
relatives={{ga|Brendan}}/{{ga|May}} (as rival), Mrs. Birch, unnamed son ({{v2|Emerald}} only)|&lt;br /&gt;
trainer=yes |&lt;br /&gt;
trainerclass=[[Pokémon Professor]] |&lt;br /&gt;
game=yes |&lt;br /&gt;
generation={{gen|III}}, {{gen|VI}} |&lt;br /&gt;
games={{3v2|Ruby|Sapphire|Emerald}}&amp;lt;br/&amp;gt;{{pkmn|Omega Ruby and Alpha Sapphire}} |&lt;br /&gt;
leader=no |&lt;br /&gt;
anime=yes |&lt;br /&gt;
epnum=EP272 |&lt;br /&gt;
epname=Johto Photo Finish |&lt;br /&gt;
enva=[[Dan Green]]|&lt;br /&gt;
java=[[Fumihiko Tachiki]]&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Professor Birch&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;オダマキ博士&#039;&#039;&#039; &#039;&#039;Dr. Odamaki&#039;&#039;) is the resident [[Pokémon Professor]] of [[Littleroot Town]] and the [[Hoenn]] [[region]]. He specializes in {{OBP|Pokémon|species}} [[List of Pokémon by habitat|habitats]] and distribution.&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
In [[Pokémon Ruby and Sapphire|Pokémon Ruby, Sapphire]], {{v2|Emerald}}, {{pkmn|Omega Ruby and Alpha Sapphire|Omega Ruby, and Alpha Sapphire}}, Professor Birch is the resident Pokémon Professor and the father of the rival character (if the player is {{ga|Brendan}}, then Professor Birch is {{ga|May}}&#039;s father; if the player is May, then Professor Birch is Brendan&#039;s father).&lt;br /&gt;
&lt;br /&gt;
At the start of the game, he is being chased by a wild {{p|Poochyena}}{{sup/3|RS}}{{sup/6|ORAS}}/{{p|Zigzagoon}}{{sup/3|E}}, and requests the player take a Pokémon from his discarded bag to save him. After he is saved, he allows the player to keep the starter Pokémon they used in the rescue. Birch distributes [[Pokédex]]es and one of the three [[starter Pokémon]] of Hoenn: {{p|Treecko}}, {{p|Torchic}}, or {{p|Mudkip}}, to aspiring Hoenn Trainers.&lt;br /&gt;
&lt;br /&gt;
After the player completes the [[List of Pokémon by Hoenn Pokédex number (Generation III)|Hoenn Pokédex]] in {{game|Emerald}}, he will give them one of the three starter Pokémon of [[Johto]]: {{p|Chikorita}}, {{p|Cyndaquil}}, or {{p|Totodile}}. In Omega Ruby and Alpha Sapphire, he will give one of the Johto starters after the player enters the [[Hall of Fame]] and meets [[Zinnia]]. Later, after the completion of the [[Delta Episode]], he will give the player one of the starter Pokémon from [[Unova]]: {{p|Snivy}}, {{p|Tepig}}, or {{p|Oshawott}}. Finally, after the player enters the Hall of Fame a second time, he will give one of the starter Pokémon from [[Sinnoh]]: {{p|Turtwig}}, {{p|Chimchar}}, or {{p|Piplup}}. He will also give the player the [[Oval Charm]] and [[Shiny Charm]] when the appropriate prerequisites are met.&lt;br /&gt;
&lt;br /&gt;
He often works with his child to help observe and capture wild Pokémon. His wife worries about him, because he&#039;s always busy and rarely has time to come home. He is known to be more outgoing than the other Pokémon Professors, and oftentimes his research takes him outdoors. His field of study is primarily how Pokémon behave in the wild. Birch has known [[Norman]] since their school days.&amp;lt;ref&amp;gt;http://www.pokemonrubysapphire.com/en-gb/characters/professor-birch&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
He has also written several books:&lt;br /&gt;
*The History of the Hoenn Region&lt;br /&gt;
*The Ecosystem of Pokémon 3,000 Years Ago&lt;br /&gt;
*The Pokémon of Kalos and Hoenn&lt;br /&gt;
*The Coexistence of People and Pokémon&lt;br /&gt;
*Distribution of Pokémon Species, National Edition&lt;br /&gt;
*The Fieldwork 101&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
This listing is of Professor Birch&#039;s Pokémon in the video games in which he has appeared.&lt;br /&gt;
&lt;br /&gt;
;{{3v2|Ruby|Sapphire|Emerald}}&lt;br /&gt;
These Pokémon are given to a Trainer at the beginning of their journey:&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #000; border-collapse: collapse;&amp;quot; width=300px cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle&lt;br /&gt;
|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
;Emerald&lt;br /&gt;
These Pokémon are given to a Trainer who has completed the [[List of Pokémon by Hoenn Pokédex number (Generation III)|Hoenn Pokédex]]:&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=152&lt;br /&gt;
|pokemon=Chikorita&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=155&lt;br /&gt;
|pokemon=Cyndaquil&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=158&lt;br /&gt;
|pokemon=Totodile&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
;{{pkmn|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
The Generation III starters are available at the start of the game.&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #000; border-collapse: collapse;&amp;quot; width=300px cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Leer|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Absorb|move3type=Grass|move3cat=Special}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Growl|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Ember|move3type=Fire|move3cat=Special}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Growl|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Water Gun|move3type=Water|move3cat=Special}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After entering the Hall of the Fame along with meeting Zinnia, the Generation II starters become available.&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #000; border-collapse: collapse;&amp;quot; width=300px cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=152&lt;br /&gt;
|pokemon=Chikorita&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Growl|move2type=Normal|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=155&lt;br /&gt;
|pokemon=Cyndaquil&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Leer|move2type=Normal|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=158&lt;br /&gt;
|pokemon=Totodile&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Leer|move2type=Normal|move2cat=Status}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After clearing Delta Episode, the Generation V starters become available.&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #000; border-collapse: collapse;&amp;quot; width=300px cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=495&lt;br /&gt;
|pokemon=Snivy&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Leer|move2type=Normal|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=498&lt;br /&gt;
|pokemon=Tepig&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Tail Whip|move2type=Normal|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=501&lt;br /&gt;
|pokemon=Oshawott&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Tail Whip|move2type=Normal|move2cat=Status}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After entering the Hall of Fame for the second time, the Generation IV starters are available.&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #000; border-collapse: collapse;&amp;quot; width=300px cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=387&lt;br /&gt;
|pokemon=Turtwig&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Withdraw|move2type=Water|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=390&lt;br /&gt;
|pokemon=Chimchar&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Leer|move2type=Normal|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=393&lt;br /&gt;
|pokemon=Piplup&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Pound|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Growl|move2type=Normal|move2cat=Status}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==In the spin-off games==&lt;br /&gt;
===Pokémon Breeder mini===&lt;br /&gt;
In [[Pokémon Breeder mini]], after the player finished setting the time and choosing a name, Professor Birch tells them that he found rare eggs. However, he is too busy to take care of them, so he gives the player a choice between a {{p|Torchic}}, a {{p|Treecko}}, or a {{p|Mudkip}} to hatch and raise.&lt;br /&gt;
&lt;br /&gt;
===Pokémon Masters Arena===&lt;br /&gt;
In [[Pokémon Masters Arena]], one of the questions in the [[Pokémon Trivia Challenge]] is about which Pokémon attacked Professor Birch. Since this was based on {{game|Ruby and Sapphire|s}}, the accepted answer is {{p|Poochyena}}. However, one of the answers considered wrong by the trivia game is {{p|Zigzagoon}}, a Pokémon which coincidentally also attacked Professor Birch in a later game, {{game|Emerald}}.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
===Artwork===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{Hoenn color dark}}; background: #{{Hoenn color}}; font-size: 80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{Hoenn color dark}}; background: #{{Hoenn color light}}&amp;quot; | [[File:Ruby Sapphire Professor Birch.png|180px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{Hoenn color dark}}; background: #{{Hoenn color light}}&amp;quot; | [[File:Professor Birch AG.png|180px]]&lt;br /&gt;
|-&lt;br /&gt;
| Official artwork from {{color2|000|Pokémon Ruby and Sapphire Versions|Ruby, Sapphire}},&amp;lt;br&amp;gt;and {{color2|000|Pokémon Emerald Version|Emerald}} by {{color2|000|Ken Sugimori}}&amp;lt;ref&amp;gt;[[a:File:ProfessorBirchEXRubySapphire89.jpg|Professor Birch (EX Ruby &amp;amp; Sapphire 89)]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;&#039;&#039;{{color2|000|Pokémon the Series: Ruby and Sapphire}}&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sprites===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{Hoenn color dark}}; background: #{{Hoenn color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{Hoenn color dark}}; background: #{{Hoenn color light}}; width:80px&amp;quot; | [[File:Spr RS Birch.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{Hoenn color dark}}; background: #{{Hoenn color light}}; width:80px&amp;quot; | [[File:Spr E Birch.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{Hoenn color dark}}; background: #{{Hoenn color light}}; width:80px&amp;quot; | [[File:Birch OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{Hoenn color dark}}; background: #{{Hoenn color light}}; width:80px&amp;quot; | [[File:Birch ORAS OD.png|100px]]&lt;br /&gt;
|-&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{Colorlink|Pokémon Ruby and Sapphire Versions|000|Ruby, Sapphire}}, {{Colorlink|Pokémon Omega Ruby and Alpha Sapphire|000|Omega Ruby, and Alpha Sapphire}}&lt;br /&gt;
| Sprite from {{Colorlink|Pokémon Emerald Version|000|Emerald}}&lt;br /&gt;
| Overworld sprite from&amp;lt;br&amp;gt;{{Colorlink|Pokémon Ruby and Sapphire Versions|000|Ruby, Sapphire}}, and {{Colorlink|Pokémon Emerald Version|000|Emerald}}&lt;br /&gt;
| Overworld model from&amp;lt;br&amp;gt;{{color2|000|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Quotes==&lt;br /&gt;
{{main|Professor Birch/Quotes}}&lt;br /&gt;
&lt;br /&gt;
==In the anime==&lt;br /&gt;
===Main series===&lt;br /&gt;
====History====&lt;br /&gt;
=====[[Original series]]=====&lt;br /&gt;
Professor Birch first appeared in a flashback in &#039;&#039;[[EP272|Johto Photo Finish]]&#039;&#039;, where {{jo|Harrison}} told {{Ash}} that Birch inspired his latest {{pkmn|journey}} to the [[Johto]] [[region]].&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;=====&lt;br /&gt;
[[File:Birch anime.png|250px|thumb|Professor Birch in &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;]]&lt;br /&gt;
Birch physically debuted in &#039;&#039;[[AG001|Get The Show On The Road]]&#039;&#039;, where he rushed to the [[Littleroot Town]] ports in his SUV to pick up Ash and {{AP|Pikachu}}. He soon diagnosed Pikachu with an electrical overcharge and treated him at his lab. However, Pikachu&#039;s electricity overloaded the electrical absorption machine and he ran off into the wilderness. Ash and Birch chased after him with the three [[Hoenn]] [[starter Pokémon]] in hand, as Ash had no other Pokémon on him. During the search effort, Birch slipped down a cliff and disturbed a sleeping {{p|Poochyena}} pack in the process. He scrambled onto a tree branch, just as {{an|May}} stumbled onto the scene. After she was unable to properly order {{p|Mudkip}} to help Birch, he forced to take over and had Mudkip settle the situation. After {{TRT}} incidentally helped Pikachu in his recovery, Birch took everyone back to his lab. Later, he had May select her starter Pokémon, and she picked out a {{TP|May|Torchic}}.&lt;br /&gt;
&lt;br /&gt;
Professor Birch appeared in flashbacks in &#039;&#039;[[AG003|There&#039;s no Place Like Hoenn!]]&#039;&#039;, &#039;&#039;[[AG010|You Said a Mouthful!]]&#039;&#039;, and &#039;&#039;[[AG025|A Mudkip Mission]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[AG027|A Three Team Scheme!]]&#039;&#039;, Birch was revealed to have traveled to [[Dewford Town|Dewford Island]] to conduct field research during the {{p|Wingull}} nesting season. While examining a Wingull nest, he slipped from the sea cliff and subsequently landed on a {{OBP|Loudred|recurring}}. Ash and {{ashfr}} then came across the Professor and later joined him on his expedition. The group noticed a cave and found inside it a [[Secret Base]] belonging to [[Keanu]], but they quickly left after being shouted at. After Team Rocket stormed the Base and stole Keanu&#039;s {{p|Nincada}} from him, Birch and the others attempted to confront the trio, but they realized the Base had been tunneled through. They followed the tunnel through to an ancient ruin site, and watched as [[Team Aqua]] and [[Team Magma]] confronted each other. Birch and the others remained undetected throughout the whole ordeal.&lt;br /&gt;
&lt;br /&gt;
In the [[AG028|following episode]], Birch spotted several {{pkmn2|wild}} {{p|Seedot}} wandering around aimlessly because of a recent landslide that left them without a home. He played with the Seedot just before Team Rocket appeared again. When [[Jessie]] called out her &amp;quot;{{p|Silcoon}}&amp;quot;, Birch corrected her, saying Jessie actually had a {{TP|Jessie|Cascoon}} under her possession, but Jessie didn&#039;t believe him. [[May&#039;s Silcoon]] [[Evolution|evolved]] during the confrontation, and Birch later handed May a frisbee to help her new {{p|Beautifly}} strengthen its {{m|Gust}} attack. Later, Birch and the others found an ideal location for the Seedot to drink from, but Team Rocket appeared again to disturb the peace. This time, Jessie&#039;s Cascoon evolved into a {{p|Dustox}}, confirming the Professor&#039;s earlier statement. After Team Rocket blasted off, and with the Seedot now happily relocated, Birch headed back to Littleroot Town.&lt;br /&gt;
&lt;br /&gt;
The group headed towards Birch&#039;s laboratory in &#039;&#039;[[AG071|A Six Pack Attack]]&#039;&#039;. However, the Professor came across them first as he rushed off to pick up {{an|Professor Oak}}, who he was eager to meet for the first time. Ash and {{an|Brock}} went with Birch to collect Oak from the Littleroot Town seaport, but they realized Oak decided to hitchhike on his own and had already reached the laboratory. After Team Rocket stole the [[Kanto]] starters that Oak brought with him, as well as Birch&#039;s trio of Hoenn starters, Oak, {{an|May}}, and [[Max]] gave chase but were captured. Birch received word of the incident and headed over to Team Rocket&#039;s cave hideout with the help of his friend, Poochyena. Oak and the others managed to free themselves, and Ash&#039;s group then sent Team Rocket blasting off. Ash and his friends later boarded a ship towards [[Fortree City]] and waved goodbye to the two Professors and Joshua.&lt;br /&gt;
&lt;br /&gt;
Ash and his friends encountered Birch again as he was relaxing on Island A of the tropical [[A-B-C Islands]] in &#039;&#039;[[AG095|The Evolutionary War!]]&#039;&#039;. He explained that he was already aware a [[Deep Sea Tooth]] caused {{p|Clamperl}} to [[Evolution|evolve]] into a {{p|Huntail}}, and that a [[Deep Sea Scale]] was needed to obtain a {{p|Gorebyss}}, though he was interested in the mystery around these two evolution methods. Ash&#039;s group joined Birch on his expedition, and local students [[Nancy]] and {{OBP|Keith|AG095}} accompanied them to Island B and Island C, respectively. Birch took water samples at the respective islands and later concluded that Island B&#039;s water was infused with Deep Sea Scale and Island C contained Deep Sea Tooth fragments. Birch decided to remain on Island A to continue his research after witnessing both Keith and Nancy&#039;s Clamperl evolving from a Deep Sea Tooth and Scale, respectively, while Ash&#039;s group left for [[Mossdeep City]].&lt;br /&gt;
&lt;br /&gt;
As Ash arrived home to [[Pallet Town]], Birch and Max had driven over there to attend the homecoming party in &#039;&#039;[[AG132|The Scheme Team]]&#039;&#039;. In the [[AG133|following episode]], Birch visited [[Professor Oak&#039;s Laboratory]], where [[Ash&#039;s Muk]] took a particular liking to him. Later, Birch tried to confront Team Rocket, but {{Delia}} told him to leave it to the children, who went on to defeat the trio. With Ash and his friends setting off for the Kanto [[Pokémon Contest]]s and {{Gdis|Battle Frontier|III}}, the two Professors gifted Ash and May an updated [[Pokédex]] each.&lt;br /&gt;
[[File:Professor Birch XY anime.png|250px|thumb|Professor Birch in &#039;&#039;[[Pokémon the Series: XY]]&#039;&#039;]]&lt;br /&gt;
Birch reappeared in another flashback in &#039;&#039;[[AG154|Reversing the Charges]]&#039;&#039;. He also made a brief cameo in &#039;&#039;[[The Mastermind of Mirage Pokémon]]&#039;&#039;, after [[Dr. Yung]] revealed he had hacked the computer data of leading specialists, including that of Birch, to help with the construction of his [[Mirage Pokémon]] system.&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;[[Pokémon the Series: XY]]&#039;&#039;=====&lt;br /&gt;
Professor Birch appeared in a flashback in &#039;&#039;[[XY075|Rivals: Today and Tomorrow!]]&#039;&#039;, where he was seen giving [[Sawyer]] a starter Pokémon to choose from, which ended up being {{TP|Sawyer|Treecko}}.&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;=====&lt;br /&gt;
In &#039;&#039;[[JN118|Battling as Hard as Stone!]]&#039;&#039;, Professor Birch was seen watching {{an|Steven Stone|Steven}}&#039;s [[Masters Eight Tournament]] match against Ash alongside [[Drew]] and [[Harley]] on [[television]].&lt;br /&gt;
[[File:Hoenn Rivals.png|250px|thumb|Professor Birch in &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
====Character====&lt;br /&gt;
Birch has a keen interest in field research and likes to study Pokémon habitats and behaviors. Because his line of work requires him to be primarily outside his lab, Birch&#039;s assistant {{OBP|Joshua|assistant}} is often left running the lab in his place, doing duties such as giving new {{pkmn|Trainer}}s their [[starter Pokémon]]. He is good friends with [[Norman]] and was also familiar with Norman&#039;s daughter {{an|May}}, as mentioned in &#039;&#039;[[AG001|Get The Show On The Road]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Personally, Birch is jovial and carefree, but he has a reckless driving style in which he regularly jumps ledges and travels on winding mountain roads. He was also a fantastic mentor, even though he does not like teaching, and he is held in high regard by {{pkmn|Trainer}}s like {{jo|Harrison}}. He enjoys playing with Pokémon, as seen in &#039;&#039;[[AG028|Seeing is Believing!]]&#039;&#039;, where he quickly understood a group of {{p|Seedot}} and befriended them. However, he often finds himself in precarious situations and is often attacked by [[wild Pokémon]] during his expeditions.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
{{MissingInfo|2|java|enva}}&lt;br /&gt;
This is a listing of Professor Birch&#039;s Pokémon as of the most recent Japanese episode.&lt;br /&gt;
&lt;br /&gt;
=====On hand=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Unknown Pokémon&lt;br /&gt;
|type1=???&lt;br /&gt;
|img=Birch Unknown Pokémon.png&lt;br /&gt;
|epnum=AG133&lt;br /&gt;
|epname=The Right Place and the Right Mime&lt;br /&gt;
|desc=Birch was seen pulling out a {{i|Poké Ball}} when he saw {{TRT}} attacking Ash and friends, but {{Delia}} convinced him to let the children do the battling.}}&lt;br /&gt;
&lt;br /&gt;
=====Befriended=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|nick=Poochyena&lt;br /&gt;
|type1=Dark&lt;br /&gt;
|img=Birch Poochyena.png&lt;br /&gt;
|epnum=AG071&lt;br /&gt;
|epname=A Six Pack Attack!&lt;br /&gt;
|desc={{p|Poochyena}} was briefly seen while trying to rescue the Hoenn [[starter Pokémon]] from {{TRT}}&#039;s grasp. It responded to Professor Birch&#039;s whistling and its incredible sense of smell led Birch, {{Ash}}, and {{an|Brock}} to Team Rocket&#039;s cave hideout.&lt;br /&gt;
&lt;br /&gt;
None of Poochyena&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
=====Gives to new Trainers=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Treecko&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|img=Birch Treecko.png&lt;br /&gt;
|epnum=AG001&lt;br /&gt;
|epname=Get the Show on the Road!&lt;br /&gt;
|desc={{p|Treecko}} is a Pokémon that Professor Birch gives to new {{pkmn|Trainer}}s. The first Treecko appeared in &#039;&#039;[[AG001|Get the Show on the Road!]]&#039;&#039;, where it was one of the Pokémon that {{an|May}} could choose as her [[starter Pokémon]]. It was not picked due to May picking {{TP|May|Torchic}}.&lt;br /&gt;
&lt;br /&gt;
Another one appeared in &#039;&#039;[[AG071|A Six Pack Attack!]]&#039;&#039; along with the other starters. They were admired by [[Max]] and May. Suddenly, {{TRT}} captured it along with the other [[Hoenn]] starters and the entire [[Kanto]] starter line. Max found them and told {{p|Bulbasaur}} and Treecko to use {{m|Tackle}} and Pound, respectively, on the bars. It then helped send Team Rocket blasting off.&lt;br /&gt;
&lt;br /&gt;
Treecko&#039;s only known move is {{m|Pound}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Torchic&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|img=Birch Torchic.png&lt;br /&gt;
|epnum=AG071&lt;br /&gt;
|epname=A Six Pack Attack!&lt;br /&gt;
|desc={{p|Torchic}} is a Pokémon that Professor Birch gives to new {{pkmn|Trainer}}s. It appeared in &#039;&#039;[[AG071|A Six Pack Attack!]]&#039;&#039; along with the other starters, where they were admired by [[Max]] and May. Suddenly, {{TRT}} captured them along with the other [[Hoenn]] starters and the entire [[Kanto]] starter line. Max found them and told Torchic and {{p|Charmander}} to heat the cage with Ember until they got free. It later helped send Team Rocket blasting off.&lt;br /&gt;
&lt;br /&gt;
Torchic&#039;s only known move is {{m|Ember}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Mudkip&lt;br /&gt;
|type1=Water&lt;br /&gt;
|img=Birch Mudkip.png&lt;br /&gt;
|epnum=AG001&lt;br /&gt;
|epname=Get the Show on the Road!&lt;br /&gt;
|desc={{p|Mudkip}} is a Pokémon that Professor Birch gives to new {{pkmn|Trainer}}s. The first Mudkip appeared in &#039;&#039;[[AG001|Get the Show on the Road!]]&#039;&#039;, when Professor Birch was under attack from a pack of {{p|Poochyena}}. He asked {{an|May}} to pick a [[starter Pokémon]] from his bag to save him. She picked Mudkip first, but had no {{pkmn|battle}} experience, and Mudkip fired a Water Gun at her. Professor Birch commanded it and it blasted the Poochyena off with another Water Gun. It then appeared later when May was choosing her starter, but she chose {{TP|May|Torchic}}.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[AG025|A Mudkip Mission]]&#039;&#039;, {{tc|Pokémon Breeder|Mudkip Breeder}} [[Old Man Swamp]] revealed that Professor Birch is also responsible for the breeding and raising of the young Mudkip for new Trainers.&lt;br /&gt;
&lt;br /&gt;
Another one appeared in &#039;&#039;[[AG071|A Six Pack Attack!]]&#039;&#039; along with the other starters. They were admired by [[Max]] and May. Suddenly, {{TRT}} captured them along with the other [[Hoenn]] starters and the entire [[Kanto]] starter line. Max found them and told Mudkip and {{p|Squirtle}} to cool the bars with Water Gun, which eventually freed them. It later helped send Team Rocket blasting off.&lt;br /&gt;
&lt;br /&gt;
Mudkip&#039;s known moves are {{m|Water Gun}} and {{m|Tackle}}.}}&lt;br /&gt;
&lt;br /&gt;
=====Gave away to new Trainers=====&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| {{InactivePoké|Harrison|Blaziken|Harrison Blaziken.png|Fire|Fighting|disp=Harrison&#039;s Blaziken|size=170px}}&lt;br /&gt;
| {{InactivePoké|May|Torchic|May Torchic.png|Fire|disp=May&#039;s Torchic}}&lt;br /&gt;
| {{InactivePoké|Sawyer|Treecko|Sawyer Treecko.png|Grass|disp=Sawyer&#039;s Treecko|size=200px}}&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====At his Lab=====&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| {{InactivePoké|Professor Birch|Zigzagoon|Birch various Pokémon.png|Normal|link=no}}&lt;br /&gt;
| {{InactivePoké|Professor Birch|Lotad|Birch various Pokémon.png|Water|Grass|link=no}}&lt;br /&gt;
| {{InactivePoké|Professor Birch|Seedot|Birch various Pokémon.png|Grass|link=no}}&lt;br /&gt;
| {{InactivePoké|Professor Birch|Shroomish|Birch various Pokémon.png|Grass|link=no}}&lt;br /&gt;
|-&lt;br /&gt;
| {{InactivePoké|Professor Birch|Wailmer|Birch Sharpedo Wailmer.png|Water|link=no}}&lt;br /&gt;
| {{InactivePoké|Professor Birch|Sharpedo|Birch Sharpedo Wailmer.png|Water|Dark|link=no}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Voice actors====&lt;br /&gt;
{{vatable|color={{hoenn color light}}|bordercolor={{hoenn color}}&lt;br /&gt;
|ja=立木文彦 &#039;&#039;[[Fumihiko Tachiki]]&#039;&#039;&lt;br /&gt;
|en=[[Dan Green]]&lt;br /&gt;
|fi=Arto Nieminen ([[AG001]], [[AG071]])&amp;lt;br&amp;gt;Tommi Haapaniemi ([[AG095]]-[[AG133]])&lt;br /&gt;
|ru=Владимир Герасимов (Vladimir Gerasimov)&lt;br /&gt;
|pt_br=José Parisi Jr. ([[AG001]])&amp;lt;br&amp;gt;Raul Schlosser ([[AG027]]-[[AG028]])&amp;lt;br&amp;gt;Fábio Vilalonga ([[AG071]])&amp;lt;br&amp;gt;Ricardo Sawaya ([[AG095]]-[[AG133]])&lt;br /&gt;
|nl=Ewout Eggink (Season 6)&amp;lt;br&amp;gt;Louis van Beek (Season 7-8)&lt;br /&gt;
|no=Trond Teigen&lt;br /&gt;
|es_la=Salvador Delgado ([[AG001]]-[[AG028]], [[AG095]])&amp;lt;br&amp;gt;José Vilchis ([[AG071]])&amp;lt;br&amp;gt;Alfredo Basurto ([[AG133]])&lt;br /&gt;
|es_eu=Pablo Adán ([[AG001]]-[[AG028]]) &amp;lt;br&amp;gt; Manuel Bellido ([[AG071]]-[[AG133]])&lt;br /&gt;
|pl=Andrzej Chudy&lt;br /&gt;
|he=עוזי פוקס &#039;&#039;Uzi Fox&#039;&#039;&amp;lt;br&amp;gt;עדי וייס &#039;&#039;Adi Weiss&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
===GOTCHA!===&lt;br /&gt;
Professor Birch briefly appeared in [[GOTCHA!]].&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
[[File:Professor Birch AP.png|thumb|200px|Professor Birch in Ash &amp;amp; Pikachu]]&lt;br /&gt;
===Ash &amp;amp; Pikachu===&lt;br /&gt;
Professor Birch appeared in &#039;&#039;[[SP17|Let&#039;s Save Pikachu!!]]&#039;&#039;.&lt;br /&gt;
{{sectionstub}}&lt;br /&gt;
&lt;br /&gt;
=====Gave to new Trainers=====&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;float:left; width: 25%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| {{InactivePoké|May|Torchic|May Torchic AP.png|fire}}&lt;br /&gt;
|}&lt;br /&gt;
{{left clear}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
[[File:Birch Adventures.png|thumb|200px|Professor Birch in Pokémon Adventures]]&lt;br /&gt;
===={{chap|Ruby &amp;amp; Sapphire}}====&lt;br /&gt;
[[File:Birch losing Treecko Adventures.png|thumb|left|200px|Professor Birch losing Treecko]]&lt;br /&gt;
Professor Birch is the father of {{adv|Sapphire}} and is old friends with [[Norman]]. He first appeared in &#039;&#039;[[PS182|Making Mirth with Mightyena]]&#039;&#039;, where he registered wild Pokémon data on [[Pokédex]] before receiving a call from Norman, who had just moved to [[Littleroot Town]] with his family. Wanting to help his friend with the move, Birch decided to head back to town, but was attacked by a pair of wild {{p|Mightyena}}. A passing-by {{adv|Ruby}} saw the commotion but refused to help at the risk of getting his Pokémon dirty. During the chase, Ruby picked up Birch&#039;s bag, but accidentally activated his [[Running Shoes]] and ran off a nearby cliff. After returning to town, Birch called Ruby on the [[Pokégear]] in his bag and properly introduced himself. Ruby revealed he was saved by a green Pokémon, but accidentally angered it into attacking him, revealing that it was actually a human girl. Overhearing the commotion, Birch cleared up the misunderstanding by revealing the girl was actually his daughter, Sapphire.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS184|Distracting Dustox]]&#039;&#039;, Birch received his belongings back from Sapphire, though Ruby had forgotten to return the Pokédex. Afterward, they called Norman and informed him Ruby had run away from home. Birch suggested calling the police, but Norman decided to find Ruby on his own. Later, Birch wished Sapphire good luck as she set out to conquer all of the Gyms in Hoenn.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS239|The Beginning of the End with Kyogre &amp;amp; Groudon VII]]&#039;&#039;&#039;, Birch was caught in a flood caused by the awakening of {{adv|Super-ancient Pokémon|Kyogre}}. He had planned on giving {{p|Treecko}} and the third Pokédex to {{adv|Emerald}}, the third Hoenn [[Pokédex]] holder, but a tidal wave caused him to lose the bag containing them. He was later rescued by Emerald, who didn&#039;t mind the loss of Treecko, as he didn&#039;t like Pokémon to begin with. In &#039;&#039;[[PS267|It All Ends Now VIII]]&#039;&#039;, {{adv|Wally}} returned the third Pokédex back to its proper owner.&lt;br /&gt;
&lt;br /&gt;
===={{chap|Emerald}}====&lt;br /&gt;
In &#039;&#039;[[PS319|Verily Vanquishing Vileplume I]]&#039;&#039;, Ruby and Sapphire arrived at the {{gdis|Battle Frontier|III}}, having been sent there by Birch to assist Emerald protect {{p|Jirachi}} from the armored man, [[Guile Hideout]]. Birch revealed to {{adv|Professor Oak}} and {{adv|Crystal}} that Treecko was also found by Wally and evolved into {{p|Grovyle}}, but was lost when the boy awakened {{p|Rayquaza}}. He expressed concern over Grovyle&#039;s whereabouts, completely unaware that it had already evolved into the {{TP|Emerald|Sceptile}} on Emerald&#039;s team.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
=====Given away=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|main=Rono&lt;br /&gt;
|trainer=Sapphire&lt;br /&gt;
|pkmn=Aron&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Rock&lt;br /&gt;
|img=Sapphire Rono Aron.png&lt;br /&gt;
|epnum=PS184&lt;br /&gt;
|epname=Distracting Dustox&lt;br /&gt;
|desc={{p|Aron}} originally belonged to Birch. He was given to {{adv|Sapphire}} when she was a small child and was named [[Rono]].}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Sapphire&lt;br /&gt;
|main=Chic&lt;br /&gt;
|pkmn=Torchic&lt;br /&gt;
|gender=female&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|img=Birch Torchic Adventures.png&lt;br /&gt;
|img_size=120px&lt;br /&gt;
|epnum=PS182&lt;br /&gt;
|epname=Making Mirth with Mightyena&lt;br /&gt;
|desc={{p|Torchic}} originally belonged to Birch. She was given to {{adv|Sapphire}}, who named her [[Chic]].}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Ruby&lt;br /&gt;
|main=Mumu&lt;br /&gt;
|pkmn=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Water&lt;br /&gt;
|img=Birch Mudkip Adventures.png&lt;br /&gt;
|img_size=120px&lt;br /&gt;
|epnum=PS183&lt;br /&gt;
|epname=Trying to Trounce Torchic&lt;br /&gt;
|desc={{p|Mudkip}} originally belonged to Birch. He was lent to {{adv|Ruby}} in order to defend himself from [[Chic]]&#039;s attacks. Afterward, Ruby decided to keep Mudkip and named it [[Mumu]].}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Sapphire&lt;br /&gt;
|pkmn=Wailord&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Water&lt;br /&gt;
|img=Lorry.png&lt;br /&gt;
|epnum=PS192&lt;br /&gt;
|epname=Stick This in Your Craw, Crawdaunt I&lt;br /&gt;
|desc={{p|Wailord}} originally belonged to Birch. He was given to {{adv|Sapphire}} as a way of getting across the ocean and was named Lorry.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|main=Troppy&lt;br /&gt;
|trainer=Sapphire&lt;br /&gt;
|pkmn=Tropius&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=Troppy.png&lt;br /&gt;
|epnum=PS213&lt;br /&gt;
|epname=Bubble Bubble Toil and Azumarill II&lt;br /&gt;
|desc={{p|Tropius}} originally belonged to Birch. He was given to {{adv|Sapphire}} as a way of getting across the ocean and was named Troppy.}}&lt;br /&gt;
&lt;br /&gt;
=====Lost=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Emerald&lt;br /&gt;
|main=Emerald&#039;s Sceptile&lt;br /&gt;
|pkmn=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|img=Birch Treecko Adventures.png&lt;br /&gt;
|img_size=120px&lt;br /&gt;
|epnum=PS183&lt;br /&gt;
|epname=Trying to Trounce Torchic&lt;br /&gt;
|desc={{p|Treecko}} originally belonged to Birch. It was meant to be given to {{adv|Emerald}}, but was lost at sea due to a flood caused by {{adv|Super-ancient Pokémon|Kyogre}}. It was later found by {{adv|Wally}} before eventually ending up on Emerald&#039;s team.}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Pocket Monsters===&lt;br /&gt;
[[File:Birch PMRS.png|thumb|200px|Professor Birch in Pokémon Pocket Monsters]]&lt;br /&gt;
Professor Birch debuted in [[PM117]], where Red met up with him in Hoenn. In &#039;&#039;[[PMRS02|I Won&#039;t Let You Lead!!]]&#039;&#039;, he challenged {{OBP|Red|Pocket Monsters}} and his Pokémon to a {{p|Magikarp}}-catching duel and was able to easily win the contest, along with the other competitions he was involved in with Red.&lt;br /&gt;
&lt;br /&gt;
His most recent appearance was in [[PMHGSS20]]. He, along with the other professors, were the judges of Clefairy&#039;s fight with {{p|Giratina}}. After their battle, Professor Birch got into a brawl with the other professors that was started by Clefairy. After watching the fight that was recorded, they worked together and fought Clefairy.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
=====On hand=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Torchic&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|img=Birch Torchic PMRS.png&lt;br /&gt;
|epnum=PM117&lt;br /&gt;
|epname=&lt;br /&gt;
|desc=Torchic first appears as the layout of starter Pokémon that Professor Birch is giving away. In &#039;&#039;[[PMRS02|I Won&#039;t Let You Lead!!]]&#039;&#039;, {{p|Torchic}} was involved in the Magikarp contest where {{TP|Red|Clefairy}} tries to push it into the water but falls in instead.&lt;br /&gt;
&lt;br /&gt;
None of Torchic&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Mudkip&lt;br /&gt;
|type1=Water&lt;br /&gt;
|img=Birch Mudkip PMRS.png&lt;br /&gt;
|epnum=PM117&lt;br /&gt;
|epname=&lt;br /&gt;
|desc=Mudkip first appears as the layout of starter Pokémon that Professor Birch is giving away. In &#039;&#039;[[PMRS02|I Won&#039;t Let You Lead!!]]&#039;&#039;, {{p|Mudkip}} was involved in a cooking competition where it baked a nice cake from its Whirlpool attack.&lt;br /&gt;
&lt;br /&gt;
Mudkip&#039;s only known move is {{m|Whirlpool}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Treecko&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|img=Birch Treecko PMRS.png&lt;br /&gt;
|epnum=PM117&lt;br /&gt;
|epname=&lt;br /&gt;
|desc=Treecko first appears as the layout of starter Pokémon that Professor Birch is giving away. In &#039;&#039;[[PMRS02|I Won&#039;t Let You Lead!!]]&#039;&#039;, {{p|Treecko}} was used in the last competition where it had a race with Clefairy. Even though Clefairy was about to win, Treecko was able to get to the finish line as Clefairy got distracted by a noodle stand giving out a snack.&lt;br /&gt;
&lt;br /&gt;
None of Treecko&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
=====Released=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Magikarp (×30)&lt;br /&gt;
|type1=Water&lt;br /&gt;
|img=Birch Magikarp PMRS.png&lt;br /&gt;
|cap=Professor Birch&#039;s Magikarp&lt;br /&gt;
|epnum=PMRS02&lt;br /&gt;
|epname=I Won&#039;t Let You Lead!!&lt;br /&gt;
|desc=During the Magikarp-catching duel, Professor Birch was able to catch thirty {{p|Magikarp}}. Afterward, they are released back into the water.&lt;br /&gt;
&lt;br /&gt;
None of Magikarp&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
=====Given away=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Sapphire&lt;br /&gt;
|pkmn=Torchic&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|img=Sapphire Torchic PMRS.png&lt;br /&gt;
|epnum=PMRS05&lt;br /&gt;
|epname=Let&#039;s Try To Be Idols!!&lt;br /&gt;
|desc=Professor Birch gave away this {{p|Torchic}} to {{OBP|Sapphire|Ruby-Sapphire}} sometime around &#039;&#039;[[PMRS05|Let&#039;s Try To Be Idols!!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
None of Torchic&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Ruby &amp;amp; Sapphire Special Walkthrough Comic!===&lt;br /&gt;
[[File:Prof_Birch_in_RS_book.jpg|thumb|200px|Professor Birch alongside Brendan and May.]]&lt;br /&gt;
Professor Birch appears in [[Pokemon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]].&lt;br /&gt;
As with other characters featured in the manga, he is shown highlighting new features and gameplay mechanics introduced in [[Pokémon Ruby &amp;amp; Sapphire]]. He does not appear to wield a specific team of Pokémon.&lt;br /&gt;
&lt;br /&gt;
===Pokémon Ruby &amp;amp; Sapphire (CoroCoro Comic)===&lt;br /&gt;
&lt;br /&gt;
Professor Birch appears in [[Pokémon Ruby &amp;amp; Sapphire (CoroCoro Comic)]]. His role is virtually identical to the games where he gets rescued from a wild [[Poochyena]] and hands out [[starter Pokémon]] to new trainers. He is the father of Sapphire and a friend of [[Norman]].&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
This listing is of cards mentioning or featuring Professor Birch in the [[Pokémon Trading Card Game]].&lt;br /&gt;
{{cardlist/header|Related cards|Supporter|char=yes}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Ruby &amp;amp; Sapphire|Professor Birch|89}}|type=Trainer|type2=Supporter|enset=EX Ruby &amp;amp; Sapphire|enrarity=Uncommon|ennum=89/109|jpsetlink=EX Ruby &amp;amp; Sapphire|jpset=Expansion Pack|jprarity=Uncommon|jpnum=054/055|enset2=EX Emerald|enrarity2=Uncommon|ennum2=82/106|enset3=EX Power Keepers|enrarity3=Uncommon|ennum3=80/108|jpset3=World Champions Pack|jprarity3=Uncommon|jpnum3=091/108}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Primal Clash|Professor Birch&#039;s Observations|134}}|type=Supporter|expanded=Yes|enset=Primal Clash|enrarity=Uncommon|ennum=134/160|jpset=Tidal Storm|jprarity=U|jpnum=067/070|enset2=Primal Clash|enrarity2=SuperRare Holo|ennum2=80/108|jpset2=Tidal Storm|jprarity2=SR|jpnum2=078/070}}&lt;br /&gt;
{{cardlist/footer|Supporter}}&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background: #{{hoenn color light}}; border: 3px solid #{{hoenn color dark}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Language&lt;br /&gt;
! Name&lt;br /&gt;
! Origin&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Japanese&lt;br /&gt;
| オダマキ博士 &#039;&#039;Dr. Odamaki&#039;&#039;&lt;br /&gt;
| From 苧環 &#039;&#039;odamaki&#039;&#039; ({{wp|Aquilegia|columbine}})&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| English, Italian&lt;br /&gt;
| Professor Birch&lt;br /&gt;
| From &#039;&#039;{{wp|birch}}&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Professor Birk&lt;br /&gt;
| From &#039;&#039;Birke&#039;&#039; (birch)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Profesor Abedul&lt;br /&gt;
| From &#039;&#039;abedul&#039;&#039; (birch)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| French&lt;br /&gt;
| Professeur Seko&lt;br /&gt;
| From &#039;&#039;séquoia&#039;&#039; ({{wp|sequoia}})&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 털보{{tt|박사|Baksa}} &#039;&#039;Dr. Teolbo&#039;&#039;&lt;br /&gt;
| From 털보 &#039;&#039;teolbo&#039;&#039; (hairy person)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 小田卷{{tt|博士|Bóshì}} &#039;&#039;Dr. Xiǎotiánjuǎn&#039;&#039;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | From the Japanese name 小田巻 &#039;&#039;Odamaki&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 小田卷{{tt|博士|Boksih}} &#039;&#039;Dr. Síutìhngyún&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Finnish&lt;br /&gt;
| Professori Birch&lt;br /&gt;
| From his English name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Polish&lt;br /&gt;
| Profesor Birch&lt;br /&gt;
| From his English name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Russian&lt;br /&gt;
| Профессор Бёрч &#039;&#039;Professor Byorch&#039;&#039;&lt;br /&gt;
| Transcription of his English name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Thai&lt;br /&gt;
| ดร.โอดะมากิ &#039;&#039;Dr. Odamaki&#039;&#039;&lt;br /&gt;
| Transcription of his Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Vietnamese&lt;br /&gt;
| Giáo sư Odamaki&lt;br /&gt;
| Transcription of his Japanese name&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related articles==&lt;br /&gt;
* [[a:Category:Professor Birch|Images on the Bulbagarden Archives]]&lt;br /&gt;
{{-}}&lt;br /&gt;
{{Pokémon professor}}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{NPC|hoenn|hoenn=yes}}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{Animecharacters|hoenn}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Professor Birch&#039;s Pokémon}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Project CharacterDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Professors]]&lt;br /&gt;
[[Category:Anime characters]]&lt;br /&gt;
[[Category:Manga characters]]&lt;br /&gt;
[[Category:Pokémon Adventures characters]]&lt;br /&gt;
[[Category:Ruby and Sapphire characters]]&lt;br /&gt;
[[Category:Emerald characters]]&lt;br /&gt;
[[Category:Omega Ruby and Alpha Sapphire characters]]&lt;br /&gt;
&lt;br /&gt;
[[de:Professor Birk]]&lt;br /&gt;
[[es:Profesor Abedul]]&lt;br /&gt;
[[fr:Professeur Seko]]&lt;br /&gt;
[[it:Professor Birch]]&lt;br /&gt;
[[ja:オダマキ博士]]&lt;br /&gt;
[[zh:小田卷博士]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Professor_Birch&amp;diff=3728277</id>
		<title>Professor Birch</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Professor_Birch&amp;diff=3728277"/>
		<updated>2023-06-14T08:17:06Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: /* Pokémon Ruby &amp;amp; Sapphire Special Walkthrough Comic! */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CharInfobox|&lt;br /&gt;
color={{hoenn color}} |&lt;br /&gt;
corecolor={{hoenn color light}} |&lt;br /&gt;
bordercolor={{hoenn color dark}} |&lt;br /&gt;
name=Professor Birch |&lt;br /&gt;
jname=オダマキ博士 |&lt;br /&gt;
tmname=Dr. Odamaki |&lt;br /&gt;
slogan=no |&lt;br /&gt;
image=Omega Ruby Alpha Sapphire Professor Birch.png |&lt;br /&gt;
size=250px |&lt;br /&gt;
caption=Artwork from {{pkmn|Omega Ruby and Alpha Sapphire}} by [[Yusuke Ohmura]]&amp;lt;ref&amp;gt;[[a:File:ProfessorBirchObservationsPrimalClash134.jp|Professor Birch&#039;s Observations (Primal Clash 134)]]&amp;lt;/ref&amp;gt; |&lt;br /&gt;
age=yes |&lt;br /&gt;
years=35{{sup/6|ORAS}}&amp;lt;ref&amp;gt;{{g|Omega Ruby and Alpha Sapphire}}: &#039;&#039;Professor Birch, aged 35, the leading figure in Pokémon research, has announced a new theory regarding Pokémon diversity.&#039;&#039; - {{DL|TV Mauville|Hoenn News Network}}&amp;lt;/ref&amp;gt; |&lt;br /&gt;
gender=Male |&lt;br /&gt;
hometown=[[Littleroot Town]] |&lt;br /&gt;
region=[[Hoenn]] |&lt;br /&gt;
relatives={{ga|Brendan}}/{{ga|May}} (as rival), Mrs. Birch, unnamed son ({{v2|Emerald}} only)|&lt;br /&gt;
trainer=yes |&lt;br /&gt;
trainerclass=[[Pokémon Professor]] |&lt;br /&gt;
game=yes |&lt;br /&gt;
generation={{gen|III}}, {{gen|VI}} |&lt;br /&gt;
games={{3v2|Ruby|Sapphire|Emerald}}&amp;lt;br/&amp;gt;{{pkmn|Omega Ruby and Alpha Sapphire}} |&lt;br /&gt;
leader=no |&lt;br /&gt;
anime=yes |&lt;br /&gt;
epnum=EP272 |&lt;br /&gt;
epname=Johto Photo Finish |&lt;br /&gt;
enva=[[Dan Green]]|&lt;br /&gt;
java=[[Fumihiko Tachiki]]&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Professor Birch&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;オダマキ博士&#039;&#039;&#039; &#039;&#039;Dr. Odamaki&#039;&#039;) is the resident [[Pokémon Professor]] of [[Littleroot Town]] and the [[Hoenn]] [[region]]. He specializes in {{OBP|Pokémon|species}} [[List of Pokémon by habitat|habitats]] and distribution.&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
In [[Pokémon Ruby and Sapphire|Pokémon Ruby, Sapphire]], {{v2|Emerald}}, {{pkmn|Omega Ruby and Alpha Sapphire|Omega Ruby, and Alpha Sapphire}}, Professor Birch is the resident Pokémon Professor and the father of the rival character (if the player is {{ga|Brendan}}, then Professor Birch is {{ga|May}}&#039;s father; if the player is May, then Professor Birch is Brendan&#039;s father).&lt;br /&gt;
&lt;br /&gt;
At the start of the game, he is being chased by a wild {{p|Poochyena}}{{sup/3|RS}}{{sup/6|ORAS}}/{{p|Zigzagoon}}{{sup/3|E}}, and requests the player take a Pokémon from his discarded bag to save him. After he is saved, he allows the player to keep the starter Pokémon they used in the rescue. Birch distributes [[Pokédex]]es and one of the three [[starter Pokémon]] of Hoenn: {{p|Treecko}}, {{p|Torchic}}, or {{p|Mudkip}}, to aspiring Hoenn Trainers.&lt;br /&gt;
&lt;br /&gt;
After the player completes the [[List of Pokémon by Hoenn Pokédex number (Generation III)|Hoenn Pokédex]] in {{game|Emerald}}, he will give them one of the three starter Pokémon of [[Johto]]: {{p|Chikorita}}, {{p|Cyndaquil}}, or {{p|Totodile}}. In Omega Ruby and Alpha Sapphire, he will give one of the Johto starters after the player enters the [[Hall of Fame]] and meets [[Zinnia]]. Later, after the completion of the [[Delta Episode]], he will give the player one of the starter Pokémon from [[Unova]]: {{p|Snivy}}, {{p|Tepig}}, or {{p|Oshawott}}. Finally, after the player enters the Hall of Fame a second time, he will give one of the starter Pokémon from [[Sinnoh]]: {{p|Turtwig}}, {{p|Chimchar}}, or {{p|Piplup}}. He will also give the player the [[Oval Charm]] and [[Shiny Charm]] when the appropriate prerequisites are met.&lt;br /&gt;
&lt;br /&gt;
He often works with his child to help observe and capture wild Pokémon. His wife worries about him, because he&#039;s always busy and rarely has time to come home. He is known to be more outgoing than the other Pokémon Professors, and oftentimes his research takes him outdoors. His field of study is primarily how Pokémon behave in the wild. Birch has known [[Norman]] since their school days.&amp;lt;ref&amp;gt;http://www.pokemonrubysapphire.com/en-gb/characters/professor-birch&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
He has also written several books:&lt;br /&gt;
*The History of the Hoenn Region&lt;br /&gt;
*The Ecosystem of Pokémon 3,000 Years Ago&lt;br /&gt;
*The Pokémon of Kalos and Hoenn&lt;br /&gt;
*The Coexistence of People and Pokémon&lt;br /&gt;
*Distribution of Pokémon Species, National Edition&lt;br /&gt;
*The Fieldwork 101&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
This listing is of Professor Birch&#039;s Pokémon in the video games in which he has appeared.&lt;br /&gt;
&lt;br /&gt;
;{{3v2|Ruby|Sapphire|Emerald}}&lt;br /&gt;
These Pokémon are given to a Trainer at the beginning of their journey:&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #000; border-collapse: collapse;&amp;quot; width=300px cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle&lt;br /&gt;
|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
;Emerald&lt;br /&gt;
These Pokémon are given to a Trainer who has completed the [[List of Pokémon by Hoenn Pokédex number (Generation III)|Hoenn Pokédex]]:&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=152&lt;br /&gt;
|pokemon=Chikorita&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=155&lt;br /&gt;
|pokemon=Cyndaquil&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=158&lt;br /&gt;
|pokemon=Totodile&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
;{{pkmn|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
The Generation III starters are available at the start of the game.&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #000; border-collapse: collapse;&amp;quot; width=300px cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Leer|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Absorb|move3type=Grass|move3cat=Special}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Growl|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Ember|move3type=Fire|move3cat=Special}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Growl|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Water Gun|move3type=Water|move3cat=Special}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After entering the Hall of the Fame along with meeting Zinnia, the Generation II starters become available.&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #000; border-collapse: collapse;&amp;quot; width=300px cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=152&lt;br /&gt;
|pokemon=Chikorita&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Growl|move2type=Normal|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=155&lt;br /&gt;
|pokemon=Cyndaquil&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Leer|move2type=Normal|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=158&lt;br /&gt;
|pokemon=Totodile&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Leer|move2type=Normal|move2cat=Status}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After clearing Delta Episode, the Generation V starters become available.&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #000; border-collapse: collapse;&amp;quot; width=300px cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=495&lt;br /&gt;
|pokemon=Snivy&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Leer|move2type=Normal|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=498&lt;br /&gt;
|pokemon=Tepig&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Tail Whip|move2type=Normal|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=501&lt;br /&gt;
|pokemon=Oshawott&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Tail Whip|move2type=Normal|move2cat=Status}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After entering the Hall of Fame for the second time, the Generation IV starters are available.&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #000; border-collapse: collapse;&amp;quot; width=300px cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=387&lt;br /&gt;
|pokemon=Turtwig&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Withdraw|move2type=Water|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=390&lt;br /&gt;
|pokemon=Chimchar&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Leer|move2type=Normal|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=393&lt;br /&gt;
|pokemon=Piplup&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Pound|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Growl|move2type=Normal|move2cat=Status}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==In the spin-off games==&lt;br /&gt;
===Pokémon Breeder mini===&lt;br /&gt;
In [[Pokémon Breeder mini]], after the player finished setting the time and choosing a name, Professor Birch tells them that he found rare eggs. However, he is too busy to take care of them, so he gives the player a choice between a {{p|Torchic}}, a {{p|Treecko}}, or a {{p|Mudkip}} to hatch and raise.&lt;br /&gt;
&lt;br /&gt;
===Pokémon Masters Arena===&lt;br /&gt;
In [[Pokémon Masters Arena]], one of the questions in the [[Pokémon Trivia Challenge]] is about which Pokémon attacked Professor Birch. Since this was based on {{game|Ruby and Sapphire|s}}, the accepted answer is {{p|Poochyena}}. However, one of the answers considered wrong by the trivia game is {{p|Zigzagoon}}, a Pokémon which coincidentally also attacked Professor Birch in a later game, {{game|Emerald}}.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
===Artwork===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{Hoenn color dark}}; background: #{{Hoenn color}}; font-size: 80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{Hoenn color dark}}; background: #{{Hoenn color light}}&amp;quot; | [[File:Ruby Sapphire Professor Birch.png|180px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{Hoenn color dark}}; background: #{{Hoenn color light}}&amp;quot; | [[File:Professor Birch AG.png|180px]]&lt;br /&gt;
|-&lt;br /&gt;
| Official artwork from {{color2|000|Pokémon Ruby and Sapphire Versions|Ruby, Sapphire}},&amp;lt;br&amp;gt;and {{color2|000|Pokémon Emerald Version|Emerald}} by {{color2|000|Ken Sugimori}}&amp;lt;ref&amp;gt;[[a:File:ProfessorBirchEXRubySapphire89.jpg|Professor Birch (EX Ruby &amp;amp; Sapphire 89)]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;&#039;&#039;{{color2|000|Pokémon the Series: Ruby and Sapphire}}&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sprites===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{Hoenn color dark}}; background: #{{Hoenn color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{Hoenn color dark}}; background: #{{Hoenn color light}}; width:80px&amp;quot; | [[File:Spr RS Birch.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{Hoenn color dark}}; background: #{{Hoenn color light}}; width:80px&amp;quot; | [[File:Spr E Birch.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{Hoenn color dark}}; background: #{{Hoenn color light}}; width:80px&amp;quot; | [[File:Birch OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{Hoenn color dark}}; background: #{{Hoenn color light}}; width:80px&amp;quot; | [[File:Birch ORAS OD.png|100px]]&lt;br /&gt;
|-&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{Colorlink|Pokémon Ruby and Sapphire Versions|000|Ruby, Sapphire}}, {{Colorlink|Pokémon Omega Ruby and Alpha Sapphire|000|Omega Ruby, and Alpha Sapphire}}&lt;br /&gt;
| Sprite from {{Colorlink|Pokémon Emerald Version|000|Emerald}}&lt;br /&gt;
| Overworld sprite from&amp;lt;br&amp;gt;{{Colorlink|Pokémon Ruby and Sapphire Versions|000|Ruby, Sapphire}}, and {{Colorlink|Pokémon Emerald Version|000|Emerald}}&lt;br /&gt;
| Overworld model from&amp;lt;br&amp;gt;{{color2|000|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Quotes==&lt;br /&gt;
{{main|Professor Birch/Quotes}}&lt;br /&gt;
&lt;br /&gt;
==In the anime==&lt;br /&gt;
===Main series===&lt;br /&gt;
====History====&lt;br /&gt;
=====[[Original series]]=====&lt;br /&gt;
Professor Birch first appeared in a flashback in &#039;&#039;[[EP272|Johto Photo Finish]]&#039;&#039;, where {{jo|Harrison}} told {{Ash}} that Birch inspired his latest {{pkmn|journey}} to the [[Johto]] [[region]].&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;=====&lt;br /&gt;
[[File:Birch anime.png|250px|thumb|Professor Birch in &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;]]&lt;br /&gt;
Birch physically debuted in &#039;&#039;[[AG001|Get The Show On The Road]]&#039;&#039;, where he rushed to the [[Littleroot Town]] ports in his SUV to pick up Ash and {{AP|Pikachu}}. He soon diagnosed Pikachu with an electrical overcharge and treated him at his lab. However, Pikachu&#039;s electricity overloaded the electrical absorption machine and he ran off into the wilderness. Ash and Birch chased after him with the three [[Hoenn]] [[starter Pokémon]] in hand, as Ash had no other Pokémon on him. During the search effort, Birch slipped down a cliff and disturbed a sleeping {{p|Poochyena}} pack in the process. He scrambled onto a tree branch, just as {{an|May}} stumbled onto the scene. After she was unable to properly order {{p|Mudkip}} to help Birch, he forced to take over and had Mudkip settle the situation. After {{TRT}} incidentally helped Pikachu in his recovery, Birch took everyone back to his lab. Later, he had May select her starter Pokémon, and she picked out a {{TP|May|Torchic}}.&lt;br /&gt;
&lt;br /&gt;
Professor Birch appeared in flashbacks in &#039;&#039;[[AG003|There&#039;s no Place Like Hoenn!]]&#039;&#039;, &#039;&#039;[[AG010|You Said a Mouthful!]]&#039;&#039;, and &#039;&#039;[[AG025|A Mudkip Mission]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[AG027|A Three Team Scheme!]]&#039;&#039;, Birch was revealed to have traveled to [[Dewford Town|Dewford Island]] to conduct field research during the {{p|Wingull}} nesting season. While examining a Wingull nest, he slipped from the sea cliff and subsequently landed on a {{OBP|Loudred|recurring}}. Ash and {{ashfr}} then came across the Professor and later joined him on his expedition. The group noticed a cave and found inside it a [[Secret Base]] belonging to [[Keanu]], but they quickly left after being shouted at. After Team Rocket stormed the Base and stole Keanu&#039;s {{p|Nincada}} from him, Birch and the others attempted to confront the trio, but they realized the Base had been tunneled through. They followed the tunnel through to an ancient ruin site, and watched as [[Team Aqua]] and [[Team Magma]] confronted each other. Birch and the others remained undetected throughout the whole ordeal.&lt;br /&gt;
&lt;br /&gt;
In the [[AG028|following episode]], Birch spotted several {{pkmn2|wild}} {{p|Seedot}} wandering around aimlessly because of a recent landslide that left them without a home. He played with the Seedot just before Team Rocket appeared again. When [[Jessie]] called out her &amp;quot;{{p|Silcoon}}&amp;quot;, Birch corrected her, saying Jessie actually had a {{TP|Jessie|Cascoon}} under her possession, but Jessie didn&#039;t believe him. [[May&#039;s Silcoon]] [[Evolution|evolved]] during the confrontation, and Birch later handed May a frisbee to help her new {{p|Beautifly}} strengthen its {{m|Gust}} attack. Later, Birch and the others found an ideal location for the Seedot to drink from, but Team Rocket appeared again to disturb the peace. This time, Jessie&#039;s Cascoon evolved into a {{p|Dustox}}, confirming the Professor&#039;s earlier statement. After Team Rocket blasted off, and with the Seedot now happily relocated, Birch headed back to Littleroot Town.&lt;br /&gt;
&lt;br /&gt;
The group headed towards Birch&#039;s laboratory in &#039;&#039;[[AG071|A Six Pack Attack]]&#039;&#039;. However, the Professor came across them first as he rushed off to pick up {{an|Professor Oak}}, who he was eager to meet for the first time. Ash and {{an|Brock}} went with Birch to collect Oak from the Littleroot Town seaport, but they realized Oak decided to hitchhike on his own and had already reached the laboratory. After Team Rocket stole the [[Kanto]] starters that Oak brought with him, as well as Birch&#039;s trio of Hoenn starters, Oak, {{an|May}}, and [[Max]] gave chase but were captured. Birch received word of the incident and headed over to Team Rocket&#039;s cave hideout with the help of his friend, Poochyena. Oak and the others managed to free themselves, and Ash&#039;s group then sent Team Rocket blasting off. Ash and his friends later boarded a ship towards [[Fortree City]] and waved goodbye to the two Professors and Joshua.&lt;br /&gt;
&lt;br /&gt;
Ash and his friends encountered Birch again as he was relaxing on Island A of the tropical [[A-B-C Islands]] in &#039;&#039;[[AG095|The Evolutionary War!]]&#039;&#039;. He explained that he was already aware a [[Deep Sea Tooth]] caused {{p|Clamperl}} to [[Evolution|evolve]] into a {{p|Huntail}}, and that a [[Deep Sea Scale]] was needed to obtain a {{p|Gorebyss}}, though he was interested in the mystery around these two evolution methods. Ash&#039;s group joined Birch on his expedition, and local students [[Nancy]] and {{OBP|Keith|AG095}} accompanied them to Island B and Island C, respectively. Birch took water samples at the respective islands and later concluded that Island B&#039;s water was infused with Deep Sea Scale and Island C contained Deep Sea Tooth fragments. Birch decided to remain on Island A to continue his research after witnessing both Keith and Nancy&#039;s Clamperl evolving from a Deep Sea Tooth and Scale, respectively, while Ash&#039;s group left for [[Mossdeep City]].&lt;br /&gt;
&lt;br /&gt;
As Ash arrived home to [[Pallet Town]], Birch and Max had driven over there to attend the homecoming party in &#039;&#039;[[AG132|The Scheme Team]]&#039;&#039;. In the [[AG133|following episode]], Birch visited [[Professor Oak&#039;s Laboratory]], where [[Ash&#039;s Muk]] took a particular liking to him. Later, Birch tried to confront Team Rocket, but {{Delia}} told him to leave it to the children, who went on to defeat the trio. With Ash and his friends setting off for the Kanto [[Pokémon Contest]]s and {{Gdis|Battle Frontier|III}}, the two Professors gifted Ash and May an updated [[Pokédex]] each.&lt;br /&gt;
[[File:Professor Birch XY anime.png|250px|thumb|Professor Birch in &#039;&#039;[[Pokémon the Series: XY]]&#039;&#039;]]&lt;br /&gt;
Birch reappeared in another flashback in &#039;&#039;[[AG154|Reversing the Charges]]&#039;&#039;. He also made a brief cameo in &#039;&#039;[[The Mastermind of Mirage Pokémon]]&#039;&#039;, after [[Dr. Yung]] revealed he had hacked the computer data of leading specialists, including that of Birch, to help with the construction of his [[Mirage Pokémon]] system.&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;[[Pokémon the Series: XY]]&#039;&#039;=====&lt;br /&gt;
Professor Birch appeared in a flashback in &#039;&#039;[[XY075|Rivals: Today and Tomorrow!]]&#039;&#039;, where he was seen giving [[Sawyer]] a starter Pokémon to choose from, which ended up being {{TP|Sawyer|Treecko}}.&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;=====&lt;br /&gt;
In &#039;&#039;[[JN118|Battling as Hard as Stone!]]&#039;&#039;, Professor Birch was seen watching {{an|Steven Stone|Steven}}&#039;s [[Masters Eight Tournament]] match against Ash alongside [[Drew]] and [[Harley]] on [[television]].&lt;br /&gt;
[[File:Hoenn Rivals.png|250px|thumb|Professor Birch in &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
====Character====&lt;br /&gt;
Birch has a keen interest in field research and likes to study Pokémon habitats and behaviors. Because his line of work requires him to be primarily outside his lab, Birch&#039;s assistant {{OBP|Joshua|assistant}} is often left running the lab in his place, doing duties such as giving new {{pkmn|Trainer}}s their [[starter Pokémon]]. He is good friends with [[Norman]] and was also familiar with Norman&#039;s daughter {{an|May}}, as mentioned in &#039;&#039;[[AG001|Get The Show On The Road]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Personally, Birch is jovial and carefree, but he has a reckless driving style in which he regularly jumps ledges and travels on winding mountain roads. He was also a fantastic mentor, even though he does not like teaching, and he is held in high regard by {{pkmn|Trainer}}s like {{jo|Harrison}}. He enjoys playing with Pokémon, as seen in &#039;&#039;[[AG028|Seeing is Believing!]]&#039;&#039;, where he quickly understood a group of {{p|Seedot}} and befriended them. However, he often finds himself in precarious situations and is often attacked by [[wild Pokémon]] during his expeditions.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
{{MissingInfo|2|java|enva}}&lt;br /&gt;
This is a listing of Professor Birch&#039;s Pokémon as of the most recent Japanese episode.&lt;br /&gt;
&lt;br /&gt;
=====On hand=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Unknown Pokémon&lt;br /&gt;
|type1=???&lt;br /&gt;
|img=Birch Unknown Pokémon.png&lt;br /&gt;
|epnum=AG133&lt;br /&gt;
|epname=The Right Place and the Right Mime&lt;br /&gt;
|desc=Birch was seen pulling out a {{i|Poké Ball}} when he saw {{TRT}} attacking Ash and friends, but {{Delia}} convinced him to let the children do the battling.}}&lt;br /&gt;
&lt;br /&gt;
=====Befriended=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|nick=Poochyena&lt;br /&gt;
|type1=Dark&lt;br /&gt;
|img=Birch Poochyena.png&lt;br /&gt;
|epnum=AG071&lt;br /&gt;
|epname=A Six Pack Attack!&lt;br /&gt;
|desc={{p|Poochyena}} was briefly seen while trying to rescue the Hoenn [[starter Pokémon]] from {{TRT}}&#039;s grasp. It responded to Professor Birch&#039;s whistling and its incredible sense of smell led Birch, {{Ash}}, and {{an|Brock}} to Team Rocket&#039;s cave hideout.&lt;br /&gt;
&lt;br /&gt;
None of Poochyena&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
=====Gives to new Trainers=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Treecko&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|img=Birch Treecko.png&lt;br /&gt;
|epnum=AG001&lt;br /&gt;
|epname=Get the Show on the Road!&lt;br /&gt;
|desc={{p|Treecko}} is a Pokémon that Professor Birch gives to new {{pkmn|Trainer}}s. The first Treecko appeared in &#039;&#039;[[AG001|Get the Show on the Road!]]&#039;&#039;, where it was one of the Pokémon that {{an|May}} could choose as her [[starter Pokémon]]. It was not picked due to May picking {{TP|May|Torchic}}.&lt;br /&gt;
&lt;br /&gt;
Another one appeared in &#039;&#039;[[AG071|A Six Pack Attack!]]&#039;&#039; along with the other starters. They were admired by [[Max]] and May. Suddenly, {{TRT}} captured it along with the other [[Hoenn]] starters and the entire [[Kanto]] starter line. Max found them and told {{p|Bulbasaur}} and Treecko to use {{m|Tackle}} and Pound, respectively, on the bars. It then helped send Team Rocket blasting off.&lt;br /&gt;
&lt;br /&gt;
Treecko&#039;s only known move is {{m|Pound}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Torchic&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|img=Birch Torchic.png&lt;br /&gt;
|epnum=AG071&lt;br /&gt;
|epname=A Six Pack Attack!&lt;br /&gt;
|desc={{p|Torchic}} is a Pokémon that Professor Birch gives to new {{pkmn|Trainer}}s. It appeared in &#039;&#039;[[AG071|A Six Pack Attack!]]&#039;&#039; along with the other starters, where they were admired by [[Max]] and May. Suddenly, {{TRT}} captured them along with the other [[Hoenn]] starters and the entire [[Kanto]] starter line. Max found them and told Torchic and {{p|Charmander}} to heat the cage with Ember until they got free. It later helped send Team Rocket blasting off.&lt;br /&gt;
&lt;br /&gt;
Torchic&#039;s only known move is {{m|Ember}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Mudkip&lt;br /&gt;
|type1=Water&lt;br /&gt;
|img=Birch Mudkip.png&lt;br /&gt;
|epnum=AG001&lt;br /&gt;
|epname=Get the Show on the Road!&lt;br /&gt;
|desc={{p|Mudkip}} is a Pokémon that Professor Birch gives to new {{pkmn|Trainer}}s. The first Mudkip appeared in &#039;&#039;[[AG001|Get the Show on the Road!]]&#039;&#039;, when Professor Birch was under attack from a pack of {{p|Poochyena}}. He asked {{an|May}} to pick a [[starter Pokémon]] from his bag to save him. She picked Mudkip first, but had no {{pkmn|battle}} experience, and Mudkip fired a Water Gun at her. Professor Birch commanded it and it blasted the Poochyena off with another Water Gun. It then appeared later when May was choosing her starter, but she chose {{TP|May|Torchic}}.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[AG025|A Mudkip Mission]]&#039;&#039;, {{tc|Pokémon Breeder|Mudkip Breeder}} [[Old Man Swamp]] revealed that Professor Birch is also responsible for the breeding and raising of the young Mudkip for new Trainers.&lt;br /&gt;
&lt;br /&gt;
Another one appeared in &#039;&#039;[[AG071|A Six Pack Attack!]]&#039;&#039; along with the other starters. They were admired by [[Max]] and May. Suddenly, {{TRT}} captured them along with the other [[Hoenn]] starters and the entire [[Kanto]] starter line. Max found them and told Mudkip and {{p|Squirtle}} to cool the bars with Water Gun, which eventually freed them. It later helped send Team Rocket blasting off.&lt;br /&gt;
&lt;br /&gt;
Mudkip&#039;s known moves are {{m|Water Gun}} and {{m|Tackle}}.}}&lt;br /&gt;
&lt;br /&gt;
=====Gave away to new Trainers=====&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| {{InactivePoké|Harrison|Blaziken|Harrison Blaziken.png|Fire|Fighting|disp=Harrison&#039;s Blaziken|size=170px}}&lt;br /&gt;
| {{InactivePoké|May|Torchic|May Torchic.png|Fire|disp=May&#039;s Torchic}}&lt;br /&gt;
| {{InactivePoké|Sawyer|Treecko|Sawyer Treecko.png|Grass|disp=Sawyer&#039;s Treecko|size=200px}}&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====At his Lab=====&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| {{InactivePoké|Professor Birch|Zigzagoon|Birch various Pokémon.png|Normal|link=no}}&lt;br /&gt;
| {{InactivePoké|Professor Birch|Lotad|Birch various Pokémon.png|Water|Grass|link=no}}&lt;br /&gt;
| {{InactivePoké|Professor Birch|Seedot|Birch various Pokémon.png|Grass|link=no}}&lt;br /&gt;
| {{InactivePoké|Professor Birch|Shroomish|Birch various Pokémon.png|Grass|link=no}}&lt;br /&gt;
|-&lt;br /&gt;
| {{InactivePoké|Professor Birch|Wailmer|Birch Sharpedo Wailmer.png|Water|link=no}}&lt;br /&gt;
| {{InactivePoké|Professor Birch|Sharpedo|Birch Sharpedo Wailmer.png|Water|Dark|link=no}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Voice actors====&lt;br /&gt;
{{vatable|color={{hoenn color light}}|bordercolor={{hoenn color}}&lt;br /&gt;
|ja=立木文彦 &#039;&#039;[[Fumihiko Tachiki]]&#039;&#039;&lt;br /&gt;
|en=[[Dan Green]]&lt;br /&gt;
|fi=Arto Nieminen ([[AG001]], [[AG071]])&amp;lt;br&amp;gt;Tommi Haapaniemi ([[AG095]]-[[AG133]])&lt;br /&gt;
|ru=Владимир Герасимов (Vladimir Gerasimov)&lt;br /&gt;
|pt_br=José Parisi Jr. ([[AG001]])&amp;lt;br&amp;gt;Raul Schlosser ([[AG027]]-[[AG028]])&amp;lt;br&amp;gt;Fábio Vilalonga ([[AG071]])&amp;lt;br&amp;gt;Ricardo Sawaya ([[AG095]]-[[AG133]])&lt;br /&gt;
|nl=Ewout Eggink (Season 6)&amp;lt;br&amp;gt;Louis van Beek (Season 7-8)&lt;br /&gt;
|no=Trond Teigen&lt;br /&gt;
|es_la=Salvador Delgado ([[AG001]]-[[AG028]], [[AG095]])&amp;lt;br&amp;gt;José Vilchis ([[AG071]])&amp;lt;br&amp;gt;Alfredo Basurto ([[AG133]])&lt;br /&gt;
|es_eu=Pablo Adán ([[AG001]]-[[AG028]]) &amp;lt;br&amp;gt; Manuel Bellido ([[AG071]]-[[AG133]])&lt;br /&gt;
|pl=Andrzej Chudy&lt;br /&gt;
|he=עוזי פוקס &#039;&#039;Uzi Fox&#039;&#039;&amp;lt;br&amp;gt;עדי וייס &#039;&#039;Adi Weiss&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
===GOTCHA!===&lt;br /&gt;
Professor Birch briefly appeared in [[GOTCHA!]].&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
[[File:Professor Birch AP.png|thumb|200px|Professor Birch in Ash &amp;amp; Pikachu]]&lt;br /&gt;
===Ash &amp;amp; Pikachu===&lt;br /&gt;
Professor Birch appeared in &#039;&#039;[[SP17|Let&#039;s Save Pikachu!!]]&#039;&#039;.&lt;br /&gt;
{{sectionstub}}&lt;br /&gt;
&lt;br /&gt;
=====Gave to new Trainers=====&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;float:left; width: 25%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| {{InactivePoké|May|Torchic|May Torchic AP.png|fire}}&lt;br /&gt;
|}&lt;br /&gt;
{{left clear}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
[[File:Birch Adventures.png|thumb|200px|Professor Birch in Pokémon Adventures]]&lt;br /&gt;
===={{chap|Ruby &amp;amp; Sapphire}}====&lt;br /&gt;
[[File:Birch losing Treecko Adventures.png|thumb|left|200px|Professor Birch losing Treecko]]&lt;br /&gt;
Professor Birch is the father of {{adv|Sapphire}} and is old friends with [[Norman]]. He first appeared in &#039;&#039;[[PS182|Making Mirth with Mightyena]]&#039;&#039;, where he registered wild Pokémon data on [[Pokédex]] before receiving a call from Norman, who had just moved to [[Littleroot Town]] with his family. Wanting to help his friend with the move, Birch decided to head back to town, but was attacked by a pair of wild {{p|Mightyena}}. A passing-by {{adv|Ruby}} saw the commotion but refused to help at the risk of getting his Pokémon dirty. During the chase, Ruby picked up Birch&#039;s bag, but accidentally activated his [[Running Shoes]] and ran off a nearby cliff. After returning to town, Birch called Ruby on the [[Pokégear]] in his bag and properly introduced himself. Ruby revealed he was saved by a green Pokémon, but accidentally angered it into attacking him, revealing that it was actually a human girl. Overhearing the commotion, Birch cleared up the misunderstanding by revealing the girl was actually his daughter, Sapphire.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS184|Distracting Dustox]]&#039;&#039;, Birch received his belongings back from Sapphire, though Ruby had forgotten to return the Pokédex. Afterward, they called Norman and informed him Ruby had run away from home. Birch suggested calling the police, but Norman decided to find Ruby on his own. Later, Birch wished Sapphire good luck as she set out to conquer all of the Gyms in Hoenn.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS239|The Beginning of the End with Kyogre &amp;amp; Groudon VII]]&#039;&#039;&#039;, Birch was caught in a flood caused by the awakening of {{adv|Super-ancient Pokémon|Kyogre}}. He had planned on giving {{p|Treecko}} and the third Pokédex to {{adv|Emerald}}, the third Hoenn [[Pokédex]] holder, but a tidal wave caused him to lose the bag containing them. He was later rescued by Emerald, who didn&#039;t mind the loss of Treecko, as he didn&#039;t like Pokémon to begin with. In &#039;&#039;[[PS267|It All Ends Now VIII]]&#039;&#039;, {{adv|Wally}} returned the third Pokédex back to its proper owner.&lt;br /&gt;
&lt;br /&gt;
===={{chap|Emerald}}====&lt;br /&gt;
In &#039;&#039;[[PS319|Verily Vanquishing Vileplume I]]&#039;&#039;, Ruby and Sapphire arrived at the {{gdis|Battle Frontier|III}}, having been sent there by Birch to assist Emerald protect {{p|Jirachi}} from the armored man, [[Guile Hideout]]. Birch revealed to {{adv|Professor Oak}} and {{adv|Crystal}} that Treecko was also found by Wally and evolved into {{p|Grovyle}}, but was lost when the boy awakened {{p|Rayquaza}}. He expressed concern over Grovyle&#039;s whereabouts, completely unaware that it had already evolved into the {{TP|Emerald|Sceptile}} on Emerald&#039;s team.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
=====Given away=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|main=Rono&lt;br /&gt;
|trainer=Sapphire&lt;br /&gt;
|pkmn=Aron&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Rock&lt;br /&gt;
|img=Sapphire Rono Aron.png&lt;br /&gt;
|epnum=PS184&lt;br /&gt;
|epname=Distracting Dustox&lt;br /&gt;
|desc={{p|Aron}} originally belonged to Birch. He was given to {{adv|Sapphire}} when she was a small child and was named [[Rono]].}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Sapphire&lt;br /&gt;
|main=Chic&lt;br /&gt;
|pkmn=Torchic&lt;br /&gt;
|gender=female&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|img=Birch Torchic Adventures.png&lt;br /&gt;
|img_size=120px&lt;br /&gt;
|epnum=PS182&lt;br /&gt;
|epname=Making Mirth with Mightyena&lt;br /&gt;
|desc={{p|Torchic}} originally belonged to Birch. She was given to {{adv|Sapphire}}, who named her [[Chic]].}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Ruby&lt;br /&gt;
|main=Mumu&lt;br /&gt;
|pkmn=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Water&lt;br /&gt;
|img=Birch Mudkip Adventures.png&lt;br /&gt;
|img_size=120px&lt;br /&gt;
|epnum=PS183&lt;br /&gt;
|epname=Trying to Trounce Torchic&lt;br /&gt;
|desc={{p|Mudkip}} originally belonged to Birch. He was lent to {{adv|Ruby}} in order to defend himself from [[Chic]]&#039;s attacks. Afterward, Ruby decided to keep Mudkip and named it [[Mumu]].}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Sapphire&lt;br /&gt;
|pkmn=Wailord&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Water&lt;br /&gt;
|img=Lorry.png&lt;br /&gt;
|epnum=PS192&lt;br /&gt;
|epname=Stick This in Your Craw, Crawdaunt I&lt;br /&gt;
|desc={{p|Wailord}} originally belonged to Birch. He was given to {{adv|Sapphire}} as a way of getting across the ocean and was named Lorry.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|main=Troppy&lt;br /&gt;
|trainer=Sapphire&lt;br /&gt;
|pkmn=Tropius&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=Troppy.png&lt;br /&gt;
|epnum=PS213&lt;br /&gt;
|epname=Bubble Bubble Toil and Azumarill II&lt;br /&gt;
|desc={{p|Tropius}} originally belonged to Birch. He was given to {{adv|Sapphire}} as a way of getting across the ocean and was named Troppy.}}&lt;br /&gt;
&lt;br /&gt;
=====Lost=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Emerald&lt;br /&gt;
|main=Emerald&#039;s Sceptile&lt;br /&gt;
|pkmn=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|img=Birch Treecko Adventures.png&lt;br /&gt;
|img_size=120px&lt;br /&gt;
|epnum=PS183&lt;br /&gt;
|epname=Trying to Trounce Torchic&lt;br /&gt;
|desc={{p|Treecko}} originally belonged to Birch. It was meant to be given to {{adv|Emerald}}, but was lost at sea due to a flood caused by {{adv|Super-ancient Pokémon|Kyogre}}. It was later found by {{adv|Wally}} before eventually ending up on Emerald&#039;s team.}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Pocket Monsters===&lt;br /&gt;
[[File:Birch PMRS.png|thumb|200px|Professor Birch in Pokémon Pocket Monsters]]&lt;br /&gt;
Professor Birch debuted in [[PM117]], where Red met up with him in Hoenn. In &#039;&#039;[[PMRS02|I Won&#039;t Let You Lead!!]]&#039;&#039;, he challenged {{OBP|Red|Pocket Monsters}} and his Pokémon to a {{p|Magikarp}}-catching duel and was able to easily win the contest, along with the other competitions he was involved in with Red.&lt;br /&gt;
&lt;br /&gt;
His most recent appearance was in [[PMHGSS20]]. He, along with the other professors, were the judges of Clefairy&#039;s fight with {{p|Giratina}}. After their battle, Professor Birch got into a brawl with the other professors that was started by Clefairy. After watching the fight that was recorded, they worked together and fought Clefairy.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
=====On hand=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Torchic&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|img=Birch Torchic PMRS.png&lt;br /&gt;
|epnum=PM117&lt;br /&gt;
|epname=&lt;br /&gt;
|desc=Torchic first appears as the layout of starter Pokémon that Professor Birch is giving away. In &#039;&#039;[[PMRS02|I Won&#039;t Let You Lead!!]]&#039;&#039;, {{p|Torchic}} was involved in the Magikarp contest where {{TP|Red|Clefairy}} tries to push it into the water but falls in instead.&lt;br /&gt;
&lt;br /&gt;
None of Torchic&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Mudkip&lt;br /&gt;
|type1=Water&lt;br /&gt;
|img=Birch Mudkip PMRS.png&lt;br /&gt;
|epnum=PM117&lt;br /&gt;
|epname=&lt;br /&gt;
|desc=Mudkip first appears as the layout of starter Pokémon that Professor Birch is giving away. In &#039;&#039;[[PMRS02|I Won&#039;t Let You Lead!!]]&#039;&#039;, {{p|Mudkip}} was involved in a cooking competition where it baked a nice cake from its Whirlpool attack.&lt;br /&gt;
&lt;br /&gt;
Mudkip&#039;s only known move is {{m|Whirlpool}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Treecko&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|img=Birch Treecko PMRS.png&lt;br /&gt;
|epnum=PM117&lt;br /&gt;
|epname=&lt;br /&gt;
|desc=Treecko first appears as the layout of starter Pokémon that Professor Birch is giving away. In &#039;&#039;[[PMRS02|I Won&#039;t Let You Lead!!]]&#039;&#039;, {{p|Treecko}} was used in the last competition where it had a race with Clefairy. Even though Clefairy was about to win, Treecko was able to get to the finish line as Clefairy got distracted by a noodle stand giving out a snack.&lt;br /&gt;
&lt;br /&gt;
None of Treecko&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
=====Released=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Magikarp (×30)&lt;br /&gt;
|type1=Water&lt;br /&gt;
|img=Birch Magikarp PMRS.png&lt;br /&gt;
|cap=Professor Birch&#039;s Magikarp&lt;br /&gt;
|epnum=PMRS02&lt;br /&gt;
|epname=I Won&#039;t Let You Lead!!&lt;br /&gt;
|desc=During the Magikarp-catching duel, Professor Birch was able to catch thirty {{p|Magikarp}}. Afterward, they are released back into the water.&lt;br /&gt;
&lt;br /&gt;
None of Magikarp&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
=====Given away=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Sapphire&lt;br /&gt;
|pkmn=Torchic&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|img=Sapphire Torchic PMRS.png&lt;br /&gt;
|epnum=PMRS05&lt;br /&gt;
|epname=Let&#039;s Try To Be Idols!!&lt;br /&gt;
|desc=Professor Birch gave away this {{p|Torchic}} to {{OBP|Sapphire|Ruby-Sapphire}} sometime around &#039;&#039;[[PMRS05|Let&#039;s Try To Be Idols!!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
None of Torchic&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Ruby &amp;amp; Sapphire Special Walkthrough Comic!===&lt;br /&gt;
[[File:Prof_Birch_in_RS_book.jpg|thumb|200px|Professor Birch alongside Brendan and May.]]&lt;br /&gt;
Professor Birch appears in [[Pokemon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]] alongside [[Brendan]] and [[May]].&lt;br /&gt;
&lt;br /&gt;
===Pokémon Ruby &amp;amp; Sapphire (CoroCoro Comic)===&lt;br /&gt;
&lt;br /&gt;
Professor Birch appears in [[Pokémon Ruby &amp;amp; Sapphire (CoroCoro Comic)]]. His role is virtually identical to the games where he gets rescued from a wild [[Poochyena]] and hands out [[starter Pokémon]] to new trainers. He is the father of Sapphire and a friend of [[Norman]].&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
This listing is of cards mentioning or featuring Professor Birch in the [[Pokémon Trading Card Game]].&lt;br /&gt;
{{cardlist/header|Related cards|Supporter|char=yes}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Ruby &amp;amp; Sapphire|Professor Birch|89}}|type=Trainer|type2=Supporter|enset=EX Ruby &amp;amp; Sapphire|enrarity=Uncommon|ennum=89/109|jpsetlink=EX Ruby &amp;amp; Sapphire|jpset=Expansion Pack|jprarity=Uncommon|jpnum=054/055|enset2=EX Emerald|enrarity2=Uncommon|ennum2=82/106|enset3=EX Power Keepers|enrarity3=Uncommon|ennum3=80/108|jpset3=World Champions Pack|jprarity3=Uncommon|jpnum3=091/108}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Primal Clash|Professor Birch&#039;s Observations|134}}|type=Supporter|expanded=Yes|enset=Primal Clash|enrarity=Uncommon|ennum=134/160|jpset=Tidal Storm|jprarity=U|jpnum=067/070|enset2=Primal Clash|enrarity2=SuperRare Holo|ennum2=80/108|jpset2=Tidal Storm|jprarity2=SR|jpnum2=078/070}}&lt;br /&gt;
{{cardlist/footer|Supporter}}&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background: #{{hoenn color light}}; border: 3px solid #{{hoenn color dark}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Language&lt;br /&gt;
! Name&lt;br /&gt;
! Origin&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Japanese&lt;br /&gt;
| オダマキ博士 &#039;&#039;Dr. Odamaki&#039;&#039;&lt;br /&gt;
| From 苧環 &#039;&#039;odamaki&#039;&#039; ({{wp|Aquilegia|columbine}})&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| English, Italian&lt;br /&gt;
| Professor Birch&lt;br /&gt;
| From &#039;&#039;{{wp|birch}}&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Professor Birk&lt;br /&gt;
| From &#039;&#039;Birke&#039;&#039; (birch)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Profesor Abedul&lt;br /&gt;
| From &#039;&#039;abedul&#039;&#039; (birch)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| French&lt;br /&gt;
| Professeur Seko&lt;br /&gt;
| From &#039;&#039;séquoia&#039;&#039; ({{wp|sequoia}})&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 털보{{tt|박사|Baksa}} &#039;&#039;Dr. Teolbo&#039;&#039;&lt;br /&gt;
| From 털보 &#039;&#039;teolbo&#039;&#039; (hairy person)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 小田卷{{tt|博士|Bóshì}} &#039;&#039;Dr. Xiǎotiánjuǎn&#039;&#039;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | From the Japanese name 小田巻 &#039;&#039;Odamaki&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 小田卷{{tt|博士|Boksih}} &#039;&#039;Dr. Síutìhngyún&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Finnish&lt;br /&gt;
| Professori Birch&lt;br /&gt;
| From his English name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Polish&lt;br /&gt;
| Profesor Birch&lt;br /&gt;
| From his English name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Russian&lt;br /&gt;
| Профессор Бёрч &#039;&#039;Professor Byorch&#039;&#039;&lt;br /&gt;
| Transcription of his English name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Thai&lt;br /&gt;
| ดร.โอดะมากิ &#039;&#039;Dr. Odamaki&#039;&#039;&lt;br /&gt;
| Transcription of his Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Vietnamese&lt;br /&gt;
| Giáo sư Odamaki&lt;br /&gt;
| Transcription of his Japanese name&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related articles==&lt;br /&gt;
* [[a:Category:Professor Birch|Images on the Bulbagarden Archives]]&lt;br /&gt;
{{-}}&lt;br /&gt;
{{Pokémon professor}}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{NPC|hoenn|hoenn=yes}}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{Animecharacters|hoenn}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Professor Birch&#039;s Pokémon}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Project CharacterDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Professors]]&lt;br /&gt;
[[Category:Anime characters]]&lt;br /&gt;
[[Category:Manga characters]]&lt;br /&gt;
[[Category:Pokémon Adventures characters]]&lt;br /&gt;
[[Category:Ruby and Sapphire characters]]&lt;br /&gt;
[[Category:Emerald characters]]&lt;br /&gt;
[[Category:Omega Ruby and Alpha Sapphire characters]]&lt;br /&gt;
&lt;br /&gt;
[[de:Professor Birk]]&lt;br /&gt;
[[es:Profesor Abedul]]&lt;br /&gt;
[[fr:Professeur Seko]]&lt;br /&gt;
[[it:Professor Birch]]&lt;br /&gt;
[[ja:オダマキ博士]]&lt;br /&gt;
[[zh:小田卷博士]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Professor_Birch&amp;diff=3728204</id>
		<title>Professor Birch</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Professor_Birch&amp;diff=3728204"/>
		<updated>2023-06-14T02:06:15Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: /* In the manga */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CharInfobox|&lt;br /&gt;
color={{hoenn color}} |&lt;br /&gt;
corecolor={{hoenn color light}} |&lt;br /&gt;
bordercolor={{hoenn color dark}} |&lt;br /&gt;
name=Professor Birch |&lt;br /&gt;
jname=オダマキ博士 |&lt;br /&gt;
tmname=Dr. Odamaki |&lt;br /&gt;
slogan=no |&lt;br /&gt;
image=Omega Ruby Alpha Sapphire Professor Birch.png |&lt;br /&gt;
size=250px |&lt;br /&gt;
caption=Artwork from {{pkmn|Omega Ruby and Alpha Sapphire}} by [[Yusuke Ohmura]]&amp;lt;ref&amp;gt;[[a:File:ProfessorBirchObservationsPrimalClash134.jp|Professor Birch&#039;s Observations (Primal Clash 134)]]&amp;lt;/ref&amp;gt; |&lt;br /&gt;
age=yes |&lt;br /&gt;
years=35{{sup/6|ORAS}}&amp;lt;ref&amp;gt;{{g|Omega Ruby and Alpha Sapphire}}: &#039;&#039;Professor Birch, aged 35, the leading figure in Pokémon research, has announced a new theory regarding Pokémon diversity.&#039;&#039; - {{DL|TV Mauville|Hoenn News Network}}&amp;lt;/ref&amp;gt; |&lt;br /&gt;
gender=Male |&lt;br /&gt;
hometown=[[Littleroot Town]] |&lt;br /&gt;
region=[[Hoenn]] |&lt;br /&gt;
relatives={{ga|Brendan}}/{{ga|May}} (as rival), Mrs. Birch, unnamed son ({{v2|Emerald}} only)|&lt;br /&gt;
trainer=yes |&lt;br /&gt;
trainerclass=[[Pokémon Professor]] |&lt;br /&gt;
game=yes |&lt;br /&gt;
generation={{gen|III}}, {{gen|VI}} |&lt;br /&gt;
games={{3v2|Ruby|Sapphire|Emerald}}&amp;lt;br/&amp;gt;{{pkmn|Omega Ruby and Alpha Sapphire}} |&lt;br /&gt;
leader=no |&lt;br /&gt;
anime=yes |&lt;br /&gt;
epnum=EP272 |&lt;br /&gt;
epname=Johto Photo Finish |&lt;br /&gt;
enva=[[Dan Green]]|&lt;br /&gt;
java=[[Fumihiko Tachiki]]&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Professor Birch&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;オダマキ博士&#039;&#039;&#039; &#039;&#039;Dr. Odamaki&#039;&#039;) is the resident [[Pokémon Professor]] of [[Littleroot Town]] and the [[Hoenn]] [[region]]. He specializes in {{OBP|Pokémon|species}} [[List of Pokémon by habitat|habitats]] and distribution.&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
In [[Pokémon Ruby and Sapphire|Pokémon Ruby, Sapphire]], {{v2|Emerald}}, {{pkmn|Omega Ruby and Alpha Sapphire|Omega Ruby, and Alpha Sapphire}}, Professor Birch is the resident Pokémon Professor and the father of the rival character (if the player is {{ga|Brendan}}, then Professor Birch is {{ga|May}}&#039;s father; if the player is May, then Professor Birch is Brendan&#039;s father).&lt;br /&gt;
&lt;br /&gt;
At the start of the game, he is being chased by a wild {{p|Poochyena}}{{sup/3|RS}}{{sup/6|ORAS}}/{{p|Zigzagoon}}{{sup/3|E}}, and requests the player take a Pokémon from his discarded bag to save him. After he is saved, he allows the player to keep the starter Pokémon they used in the rescue. Birch distributes [[Pokédex]]es and one of the three [[starter Pokémon]] of Hoenn: {{p|Treecko}}, {{p|Torchic}}, or {{p|Mudkip}}, to aspiring Hoenn Trainers.&lt;br /&gt;
&lt;br /&gt;
After the player completes the [[List of Pokémon by Hoenn Pokédex number (Generation III)|Hoenn Pokédex]] in {{game|Emerald}}, he will give them one of the three starter Pokémon of [[Johto]]: {{p|Chikorita}}, {{p|Cyndaquil}}, or {{p|Totodile}}. In Omega Ruby and Alpha Sapphire, he will give one of the Johto starters after the player enters the [[Hall of Fame]] and meets [[Zinnia]]. Later, after the completion of the [[Delta Episode]], he will give the player one of the starter Pokémon from [[Unova]]: {{p|Snivy}}, {{p|Tepig}}, or {{p|Oshawott}}. Finally, after the player enters the Hall of Fame a second time, he will give one of the starter Pokémon from [[Sinnoh]]: {{p|Turtwig}}, {{p|Chimchar}}, or {{p|Piplup}}. He will also give the player the [[Oval Charm]] and [[Shiny Charm]] when the appropriate prerequisites are met.&lt;br /&gt;
&lt;br /&gt;
He often works with his child to help observe and capture wild Pokémon. His wife worries about him, because he&#039;s always busy and rarely has time to come home. He is known to be more outgoing than the other Pokémon Professors, and oftentimes his research takes him outdoors. His field of study is primarily how Pokémon behave in the wild. Birch has known [[Norman]] since their school days.&amp;lt;ref&amp;gt;http://www.pokemonrubysapphire.com/en-gb/characters/professor-birch&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
He has also written several books:&lt;br /&gt;
*The History of the Hoenn Region&lt;br /&gt;
*The Ecosystem of Pokémon 3,000 Years Ago&lt;br /&gt;
*The Pokémon of Kalos and Hoenn&lt;br /&gt;
*The Coexistence of People and Pokémon&lt;br /&gt;
*Distribution of Pokémon Species, National Edition&lt;br /&gt;
*The Fieldwork 101&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
This listing is of Professor Birch&#039;s Pokémon in the video games in which he has appeared.&lt;br /&gt;
&lt;br /&gt;
;{{3v2|Ruby|Sapphire|Emerald}}&lt;br /&gt;
These Pokémon are given to a Trainer at the beginning of their journey:&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #000; border-collapse: collapse;&amp;quot; width=300px cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle&lt;br /&gt;
|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
;Emerald&lt;br /&gt;
These Pokémon are given to a Trainer who has completed the [[List of Pokémon by Hoenn Pokédex number (Generation III)|Hoenn Pokédex]]:&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=152&lt;br /&gt;
|pokemon=Chikorita&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=155&lt;br /&gt;
|pokemon=Cyndaquil&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=158&lt;br /&gt;
|pokemon=Totodile&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
;{{pkmn|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
The Generation III starters are available at the start of the game.&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #000; border-collapse: collapse;&amp;quot; width=300px cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Leer|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Absorb|move3type=Grass|move3cat=Special}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Growl|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Ember|move3type=Fire|move3cat=Special}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Growl|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Water Gun|move3type=Water|move3cat=Special}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After entering the Hall of the Fame along with meeting Zinnia, the Generation II starters become available.&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #000; border-collapse: collapse;&amp;quot; width=300px cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=152&lt;br /&gt;
|pokemon=Chikorita&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Growl|move2type=Normal|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=155&lt;br /&gt;
|pokemon=Cyndaquil&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Leer|move2type=Normal|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=158&lt;br /&gt;
|pokemon=Totodile&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Leer|move2type=Normal|move2cat=Status}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After clearing Delta Episode, the Generation V starters become available.&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #000; border-collapse: collapse;&amp;quot; width=300px cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=495&lt;br /&gt;
|pokemon=Snivy&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Leer|move2type=Normal|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=498&lt;br /&gt;
|pokemon=Tepig&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Tail Whip|move2type=Normal|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=501&lt;br /&gt;
|pokemon=Oshawott&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Tail Whip|move2type=Normal|move2cat=Status}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After entering the Hall of Fame for the second time, the Generation IV starters are available.&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid #000; border-collapse: collapse;&amp;quot; width=300px cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=387&lt;br /&gt;
|pokemon=Turtwig&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Withdraw|move2type=Water|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=390&lt;br /&gt;
|pokemon=Chimchar&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Leer|move2type=Normal|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=393&lt;br /&gt;
|pokemon=Piplup&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Pound|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Growl|move2type=Normal|move2cat=Status}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==In the spin-off games==&lt;br /&gt;
===Pokémon Breeder mini===&lt;br /&gt;
In [[Pokémon Breeder mini]], after the player finished setting the time and choosing a name, Professor Birch tells them that he found rare eggs. However, he is too busy to take care of them, so he gives the player a choice between a {{p|Torchic}}, a {{p|Treecko}}, or a {{p|Mudkip}} to hatch and raise.&lt;br /&gt;
&lt;br /&gt;
===Pokémon Masters Arena===&lt;br /&gt;
In [[Pokémon Masters Arena]], one of the questions in the [[Pokémon Trivia Challenge]] is about which Pokémon attacked Professor Birch. Since this was based on {{game|Ruby and Sapphire|s}}, the accepted answer is {{p|Poochyena}}. However, one of the answers considered wrong by the trivia game is {{p|Zigzagoon}}, a Pokémon which coincidentally also attacked Professor Birch in a later game, {{game|Emerald}}.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
===Artwork===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{Hoenn color dark}}; background: #{{Hoenn color}}; font-size: 80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{Hoenn color dark}}; background: #{{Hoenn color light}}&amp;quot; | [[File:Ruby Sapphire Professor Birch.png|180px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{Hoenn color dark}}; background: #{{Hoenn color light}}&amp;quot; | [[File:Professor Birch AG.png|180px]]&lt;br /&gt;
|-&lt;br /&gt;
| Official artwork from {{color2|000|Pokémon Ruby and Sapphire Versions|Ruby, Sapphire}},&amp;lt;br&amp;gt;and {{color2|000|Pokémon Emerald Version|Emerald}} by {{color2|000|Ken Sugimori}}&amp;lt;ref&amp;gt;[[a:File:ProfessorBirchEXRubySapphire89.jpg|Professor Birch (EX Ruby &amp;amp; Sapphire 89)]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;&#039;&#039;{{color2|000|Pokémon the Series: Ruby and Sapphire}}&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sprites===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{Hoenn color dark}}; background: #{{Hoenn color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{Hoenn color dark}}; background: #{{Hoenn color light}}; width:80px&amp;quot; | [[File:Spr RS Birch.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{Hoenn color dark}}; background: #{{Hoenn color light}}; width:80px&amp;quot; | [[File:Spr E Birch.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{Hoenn color dark}}; background: #{{Hoenn color light}}; width:80px&amp;quot; | [[File:Birch OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{Hoenn color dark}}; background: #{{Hoenn color light}}; width:80px&amp;quot; | [[File:Birch ORAS OD.png|100px]]&lt;br /&gt;
|-&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{Colorlink|Pokémon Ruby and Sapphire Versions|000|Ruby, Sapphire}}, {{Colorlink|Pokémon Omega Ruby and Alpha Sapphire|000|Omega Ruby, and Alpha Sapphire}}&lt;br /&gt;
| Sprite from {{Colorlink|Pokémon Emerald Version|000|Emerald}}&lt;br /&gt;
| Overworld sprite from&amp;lt;br&amp;gt;{{Colorlink|Pokémon Ruby and Sapphire Versions|000|Ruby, Sapphire}}, and {{Colorlink|Pokémon Emerald Version|000|Emerald}}&lt;br /&gt;
| Overworld model from&amp;lt;br&amp;gt;{{color2|000|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Quotes==&lt;br /&gt;
{{main|Professor Birch/Quotes}}&lt;br /&gt;
&lt;br /&gt;
==In the anime==&lt;br /&gt;
===Main series===&lt;br /&gt;
====History====&lt;br /&gt;
=====[[Original series]]=====&lt;br /&gt;
Professor Birch first appeared in a flashback in &#039;&#039;[[EP272|Johto Photo Finish]]&#039;&#039;, where {{jo|Harrison}} told {{Ash}} that Birch inspired his latest {{pkmn|journey}} to the [[Johto]] [[region]].&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;=====&lt;br /&gt;
[[File:Birch anime.png|250px|thumb|Professor Birch in &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;]]&lt;br /&gt;
Birch physically debuted in &#039;&#039;[[AG001|Get The Show On The Road]]&#039;&#039;, where he rushed to the [[Littleroot Town]] ports in his SUV to pick up Ash and {{AP|Pikachu}}. He soon diagnosed Pikachu with an electrical overcharge and treated him at his lab. However, Pikachu&#039;s electricity overloaded the electrical absorption machine and he ran off into the wilderness. Ash and Birch chased after him with the three [[Hoenn]] [[starter Pokémon]] in hand, as Ash had no other Pokémon on him. During the search effort, Birch slipped down a cliff and disturbed a sleeping {{p|Poochyena}} pack in the process. He scrambled onto a tree branch, just as {{an|May}} stumbled onto the scene. After she was unable to properly order {{p|Mudkip}} to help Birch, he forced to take over and had Mudkip settle the situation. After {{TRT}} incidentally helped Pikachu in his recovery, Birch took everyone back to his lab. Later, he had May select her starter Pokémon, and she picked out a {{TP|May|Torchic}}.&lt;br /&gt;
&lt;br /&gt;
Professor Birch appeared in flashbacks in &#039;&#039;[[AG003|There&#039;s no Place Like Hoenn!]]&#039;&#039;, &#039;&#039;[[AG010|You Said a Mouthful!]]&#039;&#039;, and &#039;&#039;[[AG025|A Mudkip Mission]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[AG027|A Three Team Scheme!]]&#039;&#039;, Birch was revealed to have traveled to [[Dewford Town|Dewford Island]] to conduct field research during the {{p|Wingull}} nesting season. While examining a Wingull nest, he slipped from the sea cliff and subsequently landed on a {{OBP|Loudred|recurring}}. Ash and {{ashfr}} then came across the Professor and later joined him on his expedition. The group noticed a cave and found inside it a [[Secret Base]] belonging to [[Keanu]], but they quickly left after being shouted at. After Team Rocket stormed the Base and stole Keanu&#039;s {{p|Nincada}} from him, Birch and the others attempted to confront the trio, but they realized the Base had been tunneled through. They followed the tunnel through to an ancient ruin site, and watched as [[Team Aqua]] and [[Team Magma]] confronted each other. Birch and the others remained undetected throughout the whole ordeal.&lt;br /&gt;
&lt;br /&gt;
In the [[AG028|following episode]], Birch spotted several {{pkmn2|wild}} {{p|Seedot}} wandering around aimlessly because of a recent landslide that left them without a home. He played with the Seedot just before Team Rocket appeared again. When [[Jessie]] called out her &amp;quot;{{p|Silcoon}}&amp;quot;, Birch corrected her, saying Jessie actually had a {{TP|Jessie|Cascoon}} under her possession, but Jessie didn&#039;t believe him. [[May&#039;s Silcoon]] [[Evolution|evolved]] during the confrontation, and Birch later handed May a frisbee to help her new {{p|Beautifly}} strengthen its {{m|Gust}} attack. Later, Birch and the others found an ideal location for the Seedot to drink from, but Team Rocket appeared again to disturb the peace. This time, Jessie&#039;s Cascoon evolved into a {{p|Dustox}}, confirming the Professor&#039;s earlier statement. After Team Rocket blasted off, and with the Seedot now happily relocated, Birch headed back to Littleroot Town.&lt;br /&gt;
&lt;br /&gt;
The group headed towards Birch&#039;s laboratory in &#039;&#039;[[AG071|A Six Pack Attack]]&#039;&#039;. However, the Professor came across them first as he rushed off to pick up {{an|Professor Oak}}, who he was eager to meet for the first time. Ash and {{an|Brock}} went with Birch to collect Oak from the Littleroot Town seaport, but they realized Oak decided to hitchhike on his own and had already reached the laboratory. After Team Rocket stole the [[Kanto]] starters that Oak brought with him, as well as Birch&#039;s trio of Hoenn starters, Oak, {{an|May}}, and [[Max]] gave chase but were captured. Birch received word of the incident and headed over to Team Rocket&#039;s cave hideout with the help of his friend, Poochyena. Oak and the others managed to free themselves, and Ash&#039;s group then sent Team Rocket blasting off. Ash and his friends later boarded a ship towards [[Fortree City]] and waved goodbye to the two Professors and Joshua.&lt;br /&gt;
&lt;br /&gt;
Ash and his friends encountered Birch again as he was relaxing on Island A of the tropical [[A-B-C Islands]] in &#039;&#039;[[AG095|The Evolutionary War!]]&#039;&#039;. He explained that he was already aware a [[Deep Sea Tooth]] caused {{p|Clamperl}} to [[Evolution|evolve]] into a {{p|Huntail}}, and that a [[Deep Sea Scale]] was needed to obtain a {{p|Gorebyss}}, though he was interested in the mystery around these two evolution methods. Ash&#039;s group joined Birch on his expedition, and local students [[Nancy]] and {{OBP|Keith|AG095}} accompanied them to Island B and Island C, respectively. Birch took water samples at the respective islands and later concluded that Island B&#039;s water was infused with Deep Sea Scale and Island C contained Deep Sea Tooth fragments. Birch decided to remain on Island A to continue his research after witnessing both Keith and Nancy&#039;s Clamperl evolving from a Deep Sea Tooth and Scale, respectively, while Ash&#039;s group left for [[Mossdeep City]].&lt;br /&gt;
&lt;br /&gt;
As Ash arrived home to [[Pallet Town]], Birch and Max had driven over there to attend the homecoming party in &#039;&#039;[[AG132|The Scheme Team]]&#039;&#039;. In the [[AG133|following episode]], Birch visited [[Professor Oak&#039;s Laboratory]], where [[Ash&#039;s Muk]] took a particular liking to him. Later, Birch tried to confront Team Rocket, but {{Delia}} told him to leave it to the children, who went on to defeat the trio. With Ash and his friends setting off for the Kanto [[Pokémon Contest]]s and {{Gdis|Battle Frontier|III}}, the two Professors gifted Ash and May an updated [[Pokédex]] each.&lt;br /&gt;
[[File:Professor Birch XY anime.png|250px|thumb|Professor Birch in &#039;&#039;[[Pokémon the Series: XY]]&#039;&#039;]]&lt;br /&gt;
Birch reappeared in another flashback in &#039;&#039;[[AG154|Reversing the Charges]]&#039;&#039;. He also made a brief cameo in &#039;&#039;[[The Mastermind of Mirage Pokémon]]&#039;&#039;, after [[Dr. Yung]] revealed he had hacked the computer data of leading specialists, including that of Birch, to help with the construction of his [[Mirage Pokémon]] system.&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;[[Pokémon the Series: XY]]&#039;&#039;=====&lt;br /&gt;
Professor Birch appeared in a flashback in &#039;&#039;[[XY075|Rivals: Today and Tomorrow!]]&#039;&#039;, where he was seen giving [[Sawyer]] a starter Pokémon to choose from, which ended up being {{TP|Sawyer|Treecko}}.&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;=====&lt;br /&gt;
In &#039;&#039;[[JN118|Battling as Hard as Stone!]]&#039;&#039;, Professor Birch was seen watching {{an|Steven Stone|Steven}}&#039;s [[Masters Eight Tournament]] match against Ash alongside [[Drew]] and [[Harley]] on [[television]].&lt;br /&gt;
[[File:Hoenn Rivals.png|250px|thumb|Professor Birch in &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
====Character====&lt;br /&gt;
Birch has a keen interest in field research and likes to study Pokémon habitats and behaviors. Because his line of work requires him to be primarily outside his lab, Birch&#039;s assistant {{OBP|Joshua|assistant}} is often left running the lab in his place, doing duties such as giving new {{pkmn|Trainer}}s their [[starter Pokémon]]. He is good friends with [[Norman]] and was also familiar with Norman&#039;s daughter {{an|May}}, as mentioned in &#039;&#039;[[AG001|Get The Show On The Road]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Personally, Birch is jovial and carefree, but he has a reckless driving style in which he regularly jumps ledges and travels on winding mountain roads. He was also a fantastic mentor, even though he does not like teaching, and he is held in high regard by {{pkmn|Trainer}}s like {{jo|Harrison}}. He enjoys playing with Pokémon, as seen in &#039;&#039;[[AG028|Seeing is Believing!]]&#039;&#039;, where he quickly understood a group of {{p|Seedot}} and befriended them. However, he often finds himself in precarious situations and is often attacked by [[wild Pokémon]] during his expeditions.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
{{MissingInfo|2|java|enva}}&lt;br /&gt;
This is a listing of Professor Birch&#039;s Pokémon as of the most recent Japanese episode.&lt;br /&gt;
&lt;br /&gt;
=====On hand=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Unknown Pokémon&lt;br /&gt;
|type1=???&lt;br /&gt;
|img=Birch Unknown Pokémon.png&lt;br /&gt;
|epnum=AG133&lt;br /&gt;
|epname=The Right Place and the Right Mime&lt;br /&gt;
|desc=Birch was seen pulling out a {{i|Poké Ball}} when he saw {{TRT}} attacking Ash and friends, but {{Delia}} convinced him to let the children do the battling.}}&lt;br /&gt;
&lt;br /&gt;
=====Befriended=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|nick=Poochyena&lt;br /&gt;
|type1=Dark&lt;br /&gt;
|img=Birch Poochyena.png&lt;br /&gt;
|epnum=AG071&lt;br /&gt;
|epname=A Six Pack Attack!&lt;br /&gt;
|desc={{p|Poochyena}} was briefly seen while trying to rescue the Hoenn [[starter Pokémon]] from {{TRT}}&#039;s grasp. It responded to Professor Birch&#039;s whistling and its incredible sense of smell led Birch, {{Ash}}, and {{an|Brock}} to Team Rocket&#039;s cave hideout.&lt;br /&gt;
&lt;br /&gt;
None of Poochyena&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
=====Gives to new Trainers=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Treecko&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|img=Birch Treecko.png&lt;br /&gt;
|epnum=AG001&lt;br /&gt;
|epname=Get the Show on the Road!&lt;br /&gt;
|desc={{p|Treecko}} is a Pokémon that Professor Birch gives to new {{pkmn|Trainer}}s. The first Treecko appeared in &#039;&#039;[[AG001|Get the Show on the Road!]]&#039;&#039;, where it was one of the Pokémon that {{an|May}} could choose as her [[starter Pokémon]]. It was not picked due to May picking {{TP|May|Torchic}}.&lt;br /&gt;
&lt;br /&gt;
Another one appeared in &#039;&#039;[[AG071|A Six Pack Attack!]]&#039;&#039; along with the other starters. They were admired by [[Max]] and May. Suddenly, {{TRT}} captured it along with the other [[Hoenn]] starters and the entire [[Kanto]] starter line. Max found them and told {{p|Bulbasaur}} and Treecko to use {{m|Tackle}} and Pound, respectively, on the bars. It then helped send Team Rocket blasting off.&lt;br /&gt;
&lt;br /&gt;
Treecko&#039;s only known move is {{m|Pound}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Torchic&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|img=Birch Torchic.png&lt;br /&gt;
|epnum=AG071&lt;br /&gt;
|epname=A Six Pack Attack!&lt;br /&gt;
|desc={{p|Torchic}} is a Pokémon that Professor Birch gives to new {{pkmn|Trainer}}s. It appeared in &#039;&#039;[[AG071|A Six Pack Attack!]]&#039;&#039; along with the other starters, where they were admired by [[Max]] and May. Suddenly, {{TRT}} captured them along with the other [[Hoenn]] starters and the entire [[Kanto]] starter line. Max found them and told Torchic and {{p|Charmander}} to heat the cage with Ember until they got free. It later helped send Team Rocket blasting off.&lt;br /&gt;
&lt;br /&gt;
Torchic&#039;s only known move is {{m|Ember}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Mudkip&lt;br /&gt;
|type1=Water&lt;br /&gt;
|img=Birch Mudkip.png&lt;br /&gt;
|epnum=AG001&lt;br /&gt;
|epname=Get the Show on the Road!&lt;br /&gt;
|desc={{p|Mudkip}} is a Pokémon that Professor Birch gives to new {{pkmn|Trainer}}s. The first Mudkip appeared in &#039;&#039;[[AG001|Get the Show on the Road!]]&#039;&#039;, when Professor Birch was under attack from a pack of {{p|Poochyena}}. He asked {{an|May}} to pick a [[starter Pokémon]] from his bag to save him. She picked Mudkip first, but had no {{pkmn|battle}} experience, and Mudkip fired a Water Gun at her. Professor Birch commanded it and it blasted the Poochyena off with another Water Gun. It then appeared later when May was choosing her starter, but she chose {{TP|May|Torchic}}.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[AG025|A Mudkip Mission]]&#039;&#039;, {{tc|Pokémon Breeder|Mudkip Breeder}} [[Old Man Swamp]] revealed that Professor Birch is also responsible for the breeding and raising of the young Mudkip for new Trainers.&lt;br /&gt;
&lt;br /&gt;
Another one appeared in &#039;&#039;[[AG071|A Six Pack Attack!]]&#039;&#039; along with the other starters. They were admired by [[Max]] and May. Suddenly, {{TRT}} captured them along with the other [[Hoenn]] starters and the entire [[Kanto]] starter line. Max found them and told Mudkip and {{p|Squirtle}} to cool the bars with Water Gun, which eventually freed them. It later helped send Team Rocket blasting off.&lt;br /&gt;
&lt;br /&gt;
Mudkip&#039;s known moves are {{m|Water Gun}} and {{m|Tackle}}.}}&lt;br /&gt;
&lt;br /&gt;
=====Gave away to new Trainers=====&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| {{InactivePoké|Harrison|Blaziken|Harrison Blaziken.png|Fire|Fighting|disp=Harrison&#039;s Blaziken|size=170px}}&lt;br /&gt;
| {{InactivePoké|May|Torchic|May Torchic.png|Fire|disp=May&#039;s Torchic}}&lt;br /&gt;
| {{InactivePoké|Sawyer|Treecko|Sawyer Treecko.png|Grass|disp=Sawyer&#039;s Treecko|size=200px}}&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====At his Lab=====&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| {{InactivePoké|Professor Birch|Zigzagoon|Birch various Pokémon.png|Normal|link=no}}&lt;br /&gt;
| {{InactivePoké|Professor Birch|Lotad|Birch various Pokémon.png|Water|Grass|link=no}}&lt;br /&gt;
| {{InactivePoké|Professor Birch|Seedot|Birch various Pokémon.png|Grass|link=no}}&lt;br /&gt;
| {{InactivePoké|Professor Birch|Shroomish|Birch various Pokémon.png|Grass|link=no}}&lt;br /&gt;
|-&lt;br /&gt;
| {{InactivePoké|Professor Birch|Wailmer|Birch Sharpedo Wailmer.png|Water|link=no}}&lt;br /&gt;
| {{InactivePoké|Professor Birch|Sharpedo|Birch Sharpedo Wailmer.png|Water|Dark|link=no}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Voice actors====&lt;br /&gt;
{{vatable|color={{hoenn color light}}|bordercolor={{hoenn color}}&lt;br /&gt;
|ja=立木文彦 &#039;&#039;[[Fumihiko Tachiki]]&#039;&#039;&lt;br /&gt;
|en=[[Dan Green]]&lt;br /&gt;
|fi=Arto Nieminen ([[AG001]], [[AG071]])&amp;lt;br&amp;gt;Tommi Haapaniemi ([[AG095]]-[[AG133]])&lt;br /&gt;
|ru=Владимир Герасимов (Vladimir Gerasimov)&lt;br /&gt;
|pt_br=José Parisi Jr. ([[AG001]])&amp;lt;br&amp;gt;Raul Schlosser ([[AG027]]-[[AG028]])&amp;lt;br&amp;gt;Fábio Vilalonga ([[AG071]])&amp;lt;br&amp;gt;Ricardo Sawaya ([[AG095]]-[[AG133]])&lt;br /&gt;
|nl=Ewout Eggink (Season 6)&amp;lt;br&amp;gt;Louis van Beek (Season 7-8)&lt;br /&gt;
|no=Trond Teigen&lt;br /&gt;
|es_la=Salvador Delgado ([[AG001]]-[[AG028]], [[AG095]])&amp;lt;br&amp;gt;José Vilchis ([[AG071]])&amp;lt;br&amp;gt;Alfredo Basurto ([[AG133]])&lt;br /&gt;
|es_eu=Pablo Adán ([[AG001]]-[[AG028]]) &amp;lt;br&amp;gt; Manuel Bellido ([[AG071]]-[[AG133]])&lt;br /&gt;
|pl=Andrzej Chudy&lt;br /&gt;
|he=עוזי פוקס &#039;&#039;Uzi Fox&#039;&#039;&amp;lt;br&amp;gt;עדי וייס &#039;&#039;Adi Weiss&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
===GOTCHA!===&lt;br /&gt;
Professor Birch briefly appeared in [[GOTCHA!]].&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
[[File:Professor Birch AP.png|thumb|200px|Professor Birch in Ash &amp;amp; Pikachu]]&lt;br /&gt;
===Ash &amp;amp; Pikachu===&lt;br /&gt;
Professor Birch appeared in &#039;&#039;[[SP17|Let&#039;s Save Pikachu!!]]&#039;&#039;.&lt;br /&gt;
{{sectionstub}}&lt;br /&gt;
&lt;br /&gt;
=====Gave to new Trainers=====&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;float:left; width: 25%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| {{InactivePoké|May|Torchic|May Torchic AP.png|fire}}&lt;br /&gt;
|}&lt;br /&gt;
{{left clear}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
[[File:Birch Adventures.png|thumb|200px|Professor Birch in Pokémon Adventures]]&lt;br /&gt;
===={{chap|Ruby &amp;amp; Sapphire}}====&lt;br /&gt;
[[File:Birch losing Treecko Adventures.png|thumb|left|200px|Professor Birch losing Treecko]]&lt;br /&gt;
Professor Birch is the father of {{adv|Sapphire}} and is old friends with [[Norman]]. He first appeared in &#039;&#039;[[PS182|Making Mirth with Mightyena]]&#039;&#039;, where he registered wild Pokémon data on [[Pokédex]] before receiving a call from Norman, who had just moved to [[Littleroot Town]] with his family. Wanting to help his friend with the move, Birch decided to head back to town, but was attacked by a pair of wild {{p|Mightyena}}. A passing-by {{adv|Ruby}} saw the commotion but refused to help at the risk of getting his Pokémon dirty. During the chase, Ruby picked up Birch&#039;s bag, but accidentally activated his [[Running Shoes]] and ran off a nearby cliff. After returning to town, Birch called Ruby on the [[Pokégear]] in his bag and properly introduced himself. Ruby revealed he was saved by a green Pokémon, but accidentally angered it into attacking him, revealing that it was actually a human girl. Overhearing the commotion, Birch cleared up the misunderstanding by revealing the girl was actually his daughter, Sapphire.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS184|Distracting Dustox]]&#039;&#039;, Birch received his belongings back from Sapphire, though Ruby had forgotten to return the Pokédex. Afterward, they called Norman and informed him Ruby had run away from home. Birch suggested calling the police, but Norman decided to find Ruby on his own. Later, Birch wished Sapphire good luck as she set out to conquer all of the Gyms in Hoenn.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS239|The Beginning of the End with Kyogre &amp;amp; Groudon VII]]&#039;&#039;&#039;, Birch was caught in a flood caused by the awakening of {{adv|Super-ancient Pokémon|Kyogre}}. He had planned on giving {{p|Treecko}} and the third Pokédex to {{adv|Emerald}}, the third Hoenn [[Pokédex]] holder, but a tidal wave caused him to lose the bag containing them. He was later rescued by Emerald, who didn&#039;t mind the loss of Treecko, as he didn&#039;t like Pokémon to begin with. In &#039;&#039;[[PS267|It All Ends Now VIII]]&#039;&#039;, {{adv|Wally}} returned the third Pokédex back to its proper owner.&lt;br /&gt;
&lt;br /&gt;
===={{chap|Emerald}}====&lt;br /&gt;
In &#039;&#039;[[PS319|Verily Vanquishing Vileplume I]]&#039;&#039;, Ruby and Sapphire arrived at the {{gdis|Battle Frontier|III}}, having been sent there by Birch to assist Emerald protect {{p|Jirachi}} from the armored man, [[Guile Hideout]]. Birch revealed to {{adv|Professor Oak}} and {{adv|Crystal}} that Treecko was also found by Wally and evolved into {{p|Grovyle}}, but was lost when the boy awakened {{p|Rayquaza}}. He expressed concern over Grovyle&#039;s whereabouts, completely unaware that it had already evolved into the {{TP|Emerald|Sceptile}} on Emerald&#039;s team.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
=====Given away=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|main=Rono&lt;br /&gt;
|trainer=Sapphire&lt;br /&gt;
|pkmn=Aron&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Rock&lt;br /&gt;
|img=Sapphire Rono Aron.png&lt;br /&gt;
|epnum=PS184&lt;br /&gt;
|epname=Distracting Dustox&lt;br /&gt;
|desc={{p|Aron}} originally belonged to Birch. He was given to {{adv|Sapphire}} when she was a small child and was named [[Rono]].}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Sapphire&lt;br /&gt;
|main=Chic&lt;br /&gt;
|pkmn=Torchic&lt;br /&gt;
|gender=female&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|img=Birch Torchic Adventures.png&lt;br /&gt;
|img_size=120px&lt;br /&gt;
|epnum=PS182&lt;br /&gt;
|epname=Making Mirth with Mightyena&lt;br /&gt;
|desc={{p|Torchic}} originally belonged to Birch. She was given to {{adv|Sapphire}}, who named her [[Chic]].}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Ruby&lt;br /&gt;
|main=Mumu&lt;br /&gt;
|pkmn=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Water&lt;br /&gt;
|img=Birch Mudkip Adventures.png&lt;br /&gt;
|img_size=120px&lt;br /&gt;
|epnum=PS183&lt;br /&gt;
|epname=Trying to Trounce Torchic&lt;br /&gt;
|desc={{p|Mudkip}} originally belonged to Birch. He was lent to {{adv|Ruby}} in order to defend himself from [[Chic]]&#039;s attacks. Afterward, Ruby decided to keep Mudkip and named it [[Mumu]].}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Sapphire&lt;br /&gt;
|pkmn=Wailord&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Water&lt;br /&gt;
|img=Lorry.png&lt;br /&gt;
|epnum=PS192&lt;br /&gt;
|epname=Stick This in Your Craw, Crawdaunt I&lt;br /&gt;
|desc={{p|Wailord}} originally belonged to Birch. He was given to {{adv|Sapphire}} as a way of getting across the ocean and was named Lorry.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|main=Troppy&lt;br /&gt;
|trainer=Sapphire&lt;br /&gt;
|pkmn=Tropius&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=Troppy.png&lt;br /&gt;
|epnum=PS213&lt;br /&gt;
|epname=Bubble Bubble Toil and Azumarill II&lt;br /&gt;
|desc={{p|Tropius}} originally belonged to Birch. He was given to {{adv|Sapphire}} as a way of getting across the ocean and was named Troppy.}}&lt;br /&gt;
&lt;br /&gt;
=====Lost=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Emerald&lt;br /&gt;
|main=Emerald&#039;s Sceptile&lt;br /&gt;
|pkmn=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|img=Birch Treecko Adventures.png&lt;br /&gt;
|img_size=120px&lt;br /&gt;
|epnum=PS183&lt;br /&gt;
|epname=Trying to Trounce Torchic&lt;br /&gt;
|desc={{p|Treecko}} originally belonged to Birch. It was meant to be given to {{adv|Emerald}}, but was lost at sea due to a flood caused by {{adv|Super-ancient Pokémon|Kyogre}}. It was later found by {{adv|Wally}} before eventually ending up on Emerald&#039;s team.}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Pocket Monsters===&lt;br /&gt;
[[File:Birch PMRS.png|thumb|200px|Professor Birch in Pokémon Pocket Monsters]]&lt;br /&gt;
Professor Birch debuted in [[PM117]], where Red met up with him in Hoenn. In &#039;&#039;[[PMRS02|I Won&#039;t Let You Lead!!]]&#039;&#039;, he challenged {{OBP|Red|Pocket Monsters}} and his Pokémon to a {{p|Magikarp}}-catching duel and was able to easily win the contest, along with the other competitions he was involved in with Red.&lt;br /&gt;
&lt;br /&gt;
His most recent appearance was in [[PMHGSS20]]. He, along with the other professors, were the judges of Clefairy&#039;s fight with {{p|Giratina}}. After their battle, Professor Birch got into a brawl with the other professors that was started by Clefairy. After watching the fight that was recorded, they worked together and fought Clefairy.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
=====On hand=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Torchic&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|img=Birch Torchic PMRS.png&lt;br /&gt;
|epnum=PM117&lt;br /&gt;
|epname=&lt;br /&gt;
|desc=Torchic first appears as the layout of starter Pokémon that Professor Birch is giving away. In &#039;&#039;[[PMRS02|I Won&#039;t Let You Lead!!]]&#039;&#039;, {{p|Torchic}} was involved in the Magikarp contest where {{TP|Red|Clefairy}} tries to push it into the water but falls in instead.&lt;br /&gt;
&lt;br /&gt;
None of Torchic&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Mudkip&lt;br /&gt;
|type1=Water&lt;br /&gt;
|img=Birch Mudkip PMRS.png&lt;br /&gt;
|epnum=PM117&lt;br /&gt;
|epname=&lt;br /&gt;
|desc=Mudkip first appears as the layout of starter Pokémon that Professor Birch is giving away. In &#039;&#039;[[PMRS02|I Won&#039;t Let You Lead!!]]&#039;&#039;, {{p|Mudkip}} was involved in a cooking competition where it baked a nice cake from its Whirlpool attack.&lt;br /&gt;
&lt;br /&gt;
Mudkip&#039;s only known move is {{m|Whirlpool}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Treecko&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|img=Birch Treecko PMRS.png&lt;br /&gt;
|epnum=PM117&lt;br /&gt;
|epname=&lt;br /&gt;
|desc=Treecko first appears as the layout of starter Pokémon that Professor Birch is giving away. In &#039;&#039;[[PMRS02|I Won&#039;t Let You Lead!!]]&#039;&#039;, {{p|Treecko}} was used in the last competition where it had a race with Clefairy. Even though Clefairy was about to win, Treecko was able to get to the finish line as Clefairy got distracted by a noodle stand giving out a snack.&lt;br /&gt;
&lt;br /&gt;
None of Treecko&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
=====Released=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Magikarp (×30)&lt;br /&gt;
|type1=Water&lt;br /&gt;
|img=Birch Magikarp PMRS.png&lt;br /&gt;
|cap=Professor Birch&#039;s Magikarp&lt;br /&gt;
|epnum=PMRS02&lt;br /&gt;
|epname=I Won&#039;t Let You Lead!!&lt;br /&gt;
|desc=During the Magikarp-catching duel, Professor Birch was able to catch thirty {{p|Magikarp}}. Afterward, they are released back into the water.&lt;br /&gt;
&lt;br /&gt;
None of Magikarp&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
=====Given away=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Sapphire&lt;br /&gt;
|pkmn=Torchic&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|img=Sapphire Torchic PMRS.png&lt;br /&gt;
|epnum=PMRS05&lt;br /&gt;
|epname=Let&#039;s Try To Be Idols!!&lt;br /&gt;
|desc=Professor Birch gave away this {{p|Torchic}} to {{OBP|Sapphire|Ruby-Sapphire}} sometime around &#039;&#039;[[PMRS05|Let&#039;s Try To Be Idols!!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
None of Torchic&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Ruby &amp;amp; Sapphire Special Walkthrough Comic!===&lt;br /&gt;
[[File:Prof_Birch_in_RS_book.jpg|thumb|200px|Professor Birch alongside Brendan and May.]]&lt;br /&gt;
Professor Birch appears in [[Pokemon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]] alongside [[Brendan]] and [[May]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Pokémon Ruby &amp;amp; Sapphire (CoroCoro Comic)===&lt;br /&gt;
&lt;br /&gt;
Professor Birch appears in [[Pokémon Ruby &amp;amp; Sapphire (CoroCoro Comic)]]. His role is virtually identical to the games where he gets rescued from a wild [[Poochyena]] and hands out [[starter Pokémon]] to new trainers. He is the father of Sapphire and a friend of [[Norman]].&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
This listing is of cards mentioning or featuring Professor Birch in the [[Pokémon Trading Card Game]].&lt;br /&gt;
{{cardlist/header|Related cards|Supporter|char=yes}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Ruby &amp;amp; Sapphire|Professor Birch|89}}|type=Trainer|type2=Supporter|enset=EX Ruby &amp;amp; Sapphire|enrarity=Uncommon|ennum=89/109|jpsetlink=EX Ruby &amp;amp; Sapphire|jpset=Expansion Pack|jprarity=Uncommon|jpnum=054/055|enset2=EX Emerald|enrarity2=Uncommon|ennum2=82/106|enset3=EX Power Keepers|enrarity3=Uncommon|ennum3=80/108|jpset3=World Champions Pack|jprarity3=Uncommon|jpnum3=091/108}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Primal Clash|Professor Birch&#039;s Observations|134}}|type=Supporter|expanded=Yes|enset=Primal Clash|enrarity=Uncommon|ennum=134/160|jpset=Tidal Storm|jprarity=U|jpnum=067/070|enset2=Primal Clash|enrarity2=SuperRare Holo|ennum2=80/108|jpset2=Tidal Storm|jprarity2=SR|jpnum2=078/070}}&lt;br /&gt;
{{cardlist/footer|Supporter}}&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background: #{{hoenn color light}}; border: 3px solid #{{hoenn color dark}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Language&lt;br /&gt;
! Name&lt;br /&gt;
! Origin&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Japanese&lt;br /&gt;
| オダマキ博士 &#039;&#039;Dr. Odamaki&#039;&#039;&lt;br /&gt;
| From 苧環 &#039;&#039;odamaki&#039;&#039; ({{wp|Aquilegia|columbine}})&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| English, Italian&lt;br /&gt;
| Professor Birch&lt;br /&gt;
| From &#039;&#039;{{wp|birch}}&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Professor Birk&lt;br /&gt;
| From &#039;&#039;Birke&#039;&#039; (birch)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Profesor Abedul&lt;br /&gt;
| From &#039;&#039;abedul&#039;&#039; (birch)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| French&lt;br /&gt;
| Professeur Seko&lt;br /&gt;
| From &#039;&#039;séquoia&#039;&#039; ({{wp|sequoia}})&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 털보{{tt|박사|Baksa}} &#039;&#039;Dr. Teolbo&#039;&#039;&lt;br /&gt;
| From 털보 &#039;&#039;teolbo&#039;&#039; (hairy person)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 小田卷{{tt|博士|Bóshì}} &#039;&#039;Dr. Xiǎotiánjuǎn&#039;&#039;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | From the Japanese name 小田巻 &#039;&#039;Odamaki&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 小田卷{{tt|博士|Boksih}} &#039;&#039;Dr. Síutìhngyún&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Finnish&lt;br /&gt;
| Professori Birch&lt;br /&gt;
| From his English name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Polish&lt;br /&gt;
| Profesor Birch&lt;br /&gt;
| From his English name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Russian&lt;br /&gt;
| Профессор Бёрч &#039;&#039;Professor Byorch&#039;&#039;&lt;br /&gt;
| Transcription of his English name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Thai&lt;br /&gt;
| ดร.โอดะมากิ &#039;&#039;Dr. Odamaki&#039;&#039;&lt;br /&gt;
| Transcription of his Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Vietnamese&lt;br /&gt;
| Giáo sư Odamaki&lt;br /&gt;
| Transcription of his Japanese name&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related articles==&lt;br /&gt;
* [[a:Category:Professor Birch|Images on the Bulbagarden Archives]]&lt;br /&gt;
{{-}}&lt;br /&gt;
{{Pokémon professor}}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{NPC|hoenn|hoenn=yes}}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{Animecharacters|hoenn}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Professor Birch&#039;s Pokémon}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Project CharacterDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Professors]]&lt;br /&gt;
[[Category:Anime characters]]&lt;br /&gt;
[[Category:Manga characters]]&lt;br /&gt;
[[Category:Pokémon Adventures characters]]&lt;br /&gt;
[[Category:Ruby and Sapphire characters]]&lt;br /&gt;
[[Category:Emerald characters]]&lt;br /&gt;
[[Category:Omega Ruby and Alpha Sapphire characters]]&lt;br /&gt;
&lt;br /&gt;
[[de:Professor Birk]]&lt;br /&gt;
[[es:Profesor Abedul]]&lt;br /&gt;
[[fr:Professeur Seko]]&lt;br /&gt;
[[it:Professor Birch]]&lt;br /&gt;
[[ja:オダマキ博士]]&lt;br /&gt;
[[zh:小田卷博士]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Steven_Stone&amp;diff=3728198</id>
		<title>Steven Stone</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Steven_Stone&amp;diff=3728198"/>
		<updated>2023-06-14T01:49:38Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: /* In the manga */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;:&#039;&#039;For the [[character of the day]] whose name is Steven, see [[Steven (EP239)]].&#039;&#039;&lt;br /&gt;
:&#039;&#039;For the character whose name is often mispronounced as Stephen or Steven, see [[Stephan]].&#039;&#039;&lt;br /&gt;
{{CharInfobox&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|corecolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|name=Steven Stone&lt;br /&gt;
|jname=ツワブキ・ダイゴ&lt;br /&gt;
|tmname=Daigo Tsuwabuki&lt;br /&gt;
|image=Omega Ruby Alpha Sapphire Steven.png&lt;br /&gt;
|size=200px&lt;br /&gt;
|caption=Artwork from {{pkmn|Omega Ruby and Alpha Sapphire}} by [[Megumi Mizutani]]&amp;lt;ref&amp;gt;[[a:File:StevenRoaringSkies90.jpg|Steven (Roaring Skies 90)]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|age=yes&lt;br /&gt;
|years=25{{sup/6|ORAS}} &amp;lt;ref&amp;gt;&#039;&#039;&#039;[[Steven Stone/Quotes#Delta Episode|Steven Stone]]&#039;&#039;&#039;: &amp;quot;&#039;&#039;My father is... Well, let me just say that I have been his son for &#039;&#039;&#039;25 years&#039;&#039;&#039;, and sometimes even I am not sure I understand him fully.&#039;&#039;&amp;quot;&amp;lt;/ref&amp;gt;&lt;br /&gt;
|colors=yes&lt;br /&gt;
|eyes=Light steel blue&lt;br /&gt;
|hair=Light steel blue&lt;br /&gt;
|gender=Male&lt;br /&gt;
|hometown=[[Mossdeep City]]&lt;br /&gt;
|region=[[Hoenn]]&lt;br /&gt;
|relatives=[[Mr. Stone]] (father)&lt;br /&gt;
|trainer=yes&lt;br /&gt;
|trainerclass={{pkmn|Champion}}{{sup/3|RS}}{{sup/6|ORAS}}&amp;lt;br&amp;gt;[[Pokémon Trainer]]{{sup/3|E}}{{sup/5|B2W2}}&lt;br /&gt;
|game=yes&lt;br /&gt;
|generation={{Gen|III}}, {{Gen|IV}}, {{Gen|V}}, {{Gen|VI}}, {{Gen|VII}}&lt;br /&gt;
|games={{3v2|Ruby|Sapphire|Emerald}}&amp;lt;br&amp;gt;{{2v2|HeartGold|SoulSilver}}&amp;lt;br&amp;gt;{{2v2|Black|White|2}}&amp;lt;br&amp;gt;{{pkmn|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;{{pkmn|Masters EX}}&lt;br /&gt;
|leader=no&lt;br /&gt;
|anime=counterpart&lt;br /&gt;
|animecounterpart={{an|Steven Stone}}&lt;br /&gt;
|epnum=AG022&lt;br /&gt;
|epname=A Hole Lotta Trouble&lt;br /&gt;
|champ=yes&lt;br /&gt;
|league=Ever Grande City&lt;br /&gt;
|specialist=yes&lt;br /&gt;
|type={{t|Steel}} types&lt;br /&gt;
|enva=[[Andrew Paull]]&lt;br /&gt;
|java=Rintarō Nishi &amp;lt;small&amp;gt;([[AG022]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;[[Kenichi Suzumura]] &amp;lt;small&amp;gt;([[XYS02]]-present)&amp;lt;/small&amp;gt;&lt;br /&gt;
|gameanim=yes&lt;br /&gt;
|pv=yes&lt;br /&gt;
|pvnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|pvname=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|envagame=[[Tom Wayland]] &amp;lt;small&amp;gt;([[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer|ORAS Trailer]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;[[Xander Mobus]]&amp;lt;ref name=&amp;quot;Xander Mobus&amp;quot;&amp;gt;[https://twitter.com/XanderMobusVO/status/1304968120054894592 Xander Mobus on Twitter]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&lt;br /&gt;
|javagame=[[Akira Ishida]] &amp;lt;small&amp;gt;([[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer|ORAS Trailer]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Tomoaki Maeno&amp;lt;ref name=&amp;quot;Tomoaki Maeno&amp;quot;&amp;gt;[https://twitter.com/pokemas_game/status/1417366158546714624 Pokémon Masters EX on Twitter] (Japanese)&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Steven Stone&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ツワブキ・ダイゴ&#039;&#039;&#039; &#039;&#039;Daigo Tsuwabuki&#039;&#039;) is a skilled {{pkmn|Trainer}} who [[Type expert|specializes]] in {{type|Steel}} {{OBP|Pokémon|species}}. He is the {{pkmn|Champion}} of the [[Hoenn]] [[region]]&#039;s [[Hoenn League|Pokémon League]] in [[Pokémon Ruby and Sapphire Versions|Pokémon Ruby, Sapphire]], [[Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby, and Alpha Sapphire]], as well as the Hoenn League Champion during {{game|HeartGold and SoulSilver|s}}.&lt;br /&gt;
&lt;br /&gt;
A collector of rare stones, Steven is the son of the [[Mr. Stone|president]] of the [[Devon Corporation]], and makes his home in [[Mossdeep City]]. In the Hoenn-based games, he wanders the region, aiding the {{player}} on their {{pkmn|journey}}. In {{game|Emerald}}, he is no longer the Champion, with [[Wallace]] taking his place.&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
[[File:Steven challenge RS.png|240px|right|thumb|{{ga|Brendan}} challenging Steven in Ruby and Sapphire]]&lt;br /&gt;
In {{game|Ruby and Sapphire|s|Pokémon Ruby, Sapphire}}, {{pkmn|Omega Ruby and Alpha Sapphire|Omega Ruby, and Alpha Sapphire}}, Steven appears as the {{pkmn|Champion}} of the [[Hoenn]] region. His strategy in battle is to use {{type|Steel}} Pokémon to find the weaknesses of his opponents, with [[Steven&#039;s Metagross|his Metagross]] being the cornerstone of his team.&lt;br /&gt;
&lt;br /&gt;
In {{game|Emerald}}, Steven is a powerful, wandering Trainer who gave up competing seriously to spend more time looking for rare rocks and stones, which he claims he would {{m|Waterfall|climb waterfalls}} to find. Fittingly, the {{player}} can find and challenge him in the upper area of [[Meteor Falls]] after they defeat the new Champion, [[Wallace]]. This battle cannot have a rematch.&lt;br /&gt;
&lt;br /&gt;
In Ruby, Sapphire, and Emerald, after the player enters the [[Hall of Fame]], Steven will leave a {{p|Beldum}} and a note for the player at his house in [[Mossdeep City]]. In the remakes of these games, he leaves one for the player after the [[Delta Episode]] is fully completed.&lt;br /&gt;
&lt;br /&gt;
In {{game|Platinum}}, the person who gives the player their [[villa]] in the [[Resort Area]] mentions that the man who gave him the villa came to [[Sinnoh]] to collect rare stones. After collecting the stones, he left the region with all the items in the villa. This mysterious previous owner may in fact be Steven.&lt;br /&gt;
&lt;br /&gt;
Steven also appears in {{game|HeartGold and SoulSilver|s}}, introducing himself as the Hoenn Champion. The player first meets him when they leave the [[Pokémon Fan Club]] in [[Vermilion City]] after collecting {{OBP|Copycat|character}}&#039;s [[Lost Item]], where he will appear and inform them that there have been reports of either a {{p|Latios}}{{sup/4|SS}} or {{p|Latias}}{{sup/4|HG}} {{pkmn2|roaming}} [[Kanto]]. The player meets him a second time after defeating {{ga|Red}} on [[Mt. Silver]], where he will appear in the [[Silph Co.]] building in [[Saffron City]] and let the player choose one of three colored stones: the Green Stone, the Red Stone or the Blue Stone. Depending on which color is picked, he will give the player one of the three Hoenn [[starter Pokémon]]. He can later be found in the [[Pewter Museum of Science]], examining a shelf. After visiting and speaking to him there, he will return to the Silph Co. building and offer to [[trade]] a Beldum for a {{p|Forretress}}.&lt;br /&gt;
&lt;br /&gt;
If the player has the [[Enigma Stone]] and enters the Pewter Museum of Science, an event will occur in which Steven will be talking to one of the museum&#039;s researchers. When he is spoken to, he will notice the Enigma Stone and have the researcher examine it. The researcher will extract the [[Soul Dew]] from the stone and give it to the player. Steven will tell the player that Soul Dew is said to be the solidified spirits of Latias and Latios, and that it can bring out their true potential. Upon walking outside, Latias{{sup/4|SS}} or Latios{{sup/4|HG}} will be waiting to battle in [[Pewter City]], drawn to the player by the Soul Dew.&lt;br /&gt;
&lt;br /&gt;
In {{game|Black and White|s}}, a tourist who visits [[Undella Town]] in the [[Season (mechanic)|summer]] mentions Steven, explaining that he is a very powerful Pokémon Trainer who collects stones. In {{game|Black and White|s|Pokémon Black 2 and White 2|2}}, Steven appears alongside the other Champions from the first five [[generation]]s as an opponent in the [[Champions Tournament]] at the [[Pokémon World Tournament]].&lt;br /&gt;
&lt;br /&gt;
In [[Omega Ruby and Alpha Sapphire]], Steven performs the same roll as he did in the originals. He also appears in the [[Delta Episode]], attempting to find a way to stop the [[Grand Meteor Delta]] from destroying the [[Pokémon world]]. His plans are sabotaged by [[Zinnia]], as she claims his plan would instead send the meteor to [[Pokémon multiverse|another world]] and cause even greater damage. He attempts unsuccessfully to reason with Zinnia as the lorekeeper carries out her own plan to summon [[Rayquaza]] and it destroy the meteor. After the player&#039;s final battle with [[Deoxys]], Steven is seen speaking with [[Wallace]]. Steven confides in his friend that he wishes to one day step down from his duty as champion and see the world, and hopes that Wallace will take his place when that day comes. Wallace playfully agrees to Steven&#039;s proposal. &lt;br /&gt;
&lt;br /&gt;
==={{DL|PokéNav|Trainer&#039;s Eyes}}/{{DL|PokéNav|Match Call}}===&lt;br /&gt;
&#039;&#039;&#039;Champion Steven&#039;&#039;&#039;{{sup/3|RS}}{{sup/6|ORAS}} / &#039;&#039;&#039;Hard as Rock Steven&#039;&#039;&#039;{{sup/3|E}}&lt;br /&gt;
:&#039;&#039;&#039;Strategy&#039;&#039;&#039;&lt;br /&gt;
:Pick on the foe&#039;s weakness.{{sup/3|RS}}&lt;br /&gt;
:Attack the weak points!{{sup/3|E}}&lt;br /&gt;
:Strike enemies where they&#039;re weakest!{{sup/6|ORAS}}&lt;br /&gt;
:&#039;&#039;&#039;Trainer&#039;s Pokémon&#039;&#039;&#039;{{sup/3|RSE}} / &#039;&#039;&#039;Favorite Pokémon&#039;&#039;&#039;{{sup/6|ORAS}}&lt;br /&gt;
:The ultimate Steel Pokémon{{sup/3|RS}}&lt;br /&gt;
:Ultimate &amp;lt;sc&amp;gt;Steel&amp;lt;/sc&amp;gt; Pokémon.{{sup/3|E}}&lt;br /&gt;
:The ultimate Steel-type Pokémon.{{sup/6|ORAS}}&lt;br /&gt;
:&#039;&#039;&#039;Self-Introduction&#039;&#039;&#039;{{sup/3|RSE}} / &#039;&#039;&#039;Trainer Message&#039;&#039;&#039;{{sup/6|ORAS}}&lt;br /&gt;
:When it comes down to it, I&#039;m still the strongest!{{sup/3|RS}}&lt;br /&gt;
:I&#039;d climb even waterfalls to find a rare stone!{{sup/3|E}}&lt;br /&gt;
:When it comes down to it, I&#039;m just the strongest there is right now.{{sup/6|ORAS}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
Steven uses four [[Full Restore]]s in [[Generation III]] when fighting the player.&lt;br /&gt;
===={{game|Ruby and Sapphire|s}}====&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=Spr RS Steven.png&lt;br /&gt;
|prize={{Pdollar}}11600&lt;br /&gt;
|class=Champion&lt;br /&gt;
|classlink=Pokémon Champion&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Ever Grande City&lt;br /&gt;
|pokemon=6&lt;br /&gt;
}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=227&lt;br /&gt;
|pokemon=Skarmory&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Steel|type2=Flying&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|move1=Steel Wing|move1type=Steel&lt;br /&gt;
|move2=Toxic|move2type=Poison&lt;br /&gt;
|move3=Aerial Ace|move3type=Flying&lt;br /&gt;
|move4=Spikes|move4type=Ground}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=55&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|move1=Earthquake|move1type=Ground&lt;br /&gt;
|move2=AncientPower|move2type=Rock&lt;br /&gt;
|move3=Light Screen|move3type=Psychic&lt;br /&gt;
|move4=Reflect|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=56&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Earthquake|move1type=Ground&lt;br /&gt;
|move2=Dragon Claw|move2type=Dragon&lt;br /&gt;
|move3=Thunder|move3type=Electric&lt;br /&gt;
|move4=SolarBeam|move4type=Grass}}&lt;br /&gt;
{{Party/Div|color={{steel color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=346&lt;br /&gt;
|pokemon=Cradily&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=56&lt;br /&gt;
|type1=Rock|type2=Grass&lt;br /&gt;
|ability=Suction Cups&lt;br /&gt;
|move1=AncientPower|move1type=Rock&lt;br /&gt;
|move2=Confuse Ray|move2type=Ghost&lt;br /&gt;
|move3=Sludge Bomb|move3type=Poison&lt;br /&gt;
|move4=Giga Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=348&lt;br /&gt;
|pokemon=Armaldo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=56&lt;br /&gt;
|type1=Rock|type2=Bug&lt;br /&gt;
|ability=Battle Armor&lt;br /&gt;
|move1=AncientPower|move1type=Rock&lt;br /&gt;
|move2=Slash|move2type=Normal&lt;br /&gt;
|move3=Aerial Ace|move3type=Flying&lt;br /&gt;
|move4=Water Pulse|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=58&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Sitrus Berry&lt;br /&gt;
|move1=Meteor Mash|move1type=Steel&lt;br /&gt;
|move2=Earthquake|move2type=Ground&lt;br /&gt;
|move3=Psychic|move3type=Psychic&lt;br /&gt;
|move4=Hyper Beam|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Left for the player=====&lt;br /&gt;
{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=374&lt;br /&gt;
|pokemon=Beldum&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Take Down|move1type=Normal}}&lt;br /&gt;
&lt;br /&gt;
===={{game|Emerald}}====&lt;br /&gt;
=====[[Multi Battle]] with {{player}}=====&lt;br /&gt;
Steven battles alongside player against [[Maxie]] and [[Tabitha]] in the [[Mossdeep Space Center]].&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=E Steven Back.png&lt;br /&gt;
|prize=none&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Mossdeep Space Center&lt;br /&gt;
|pokemon=3&lt;br /&gt;
}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|back=yes&lt;br /&gt;
|ndex=375&lt;br /&gt;
|pokemon=Metang&lt;br /&gt;
|level=42&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Light Screen|move1type=Psychic&lt;br /&gt;
|move2=Psychic|move2type=Psychic&lt;br /&gt;
|move3=Reflect|move3type=Psychic&lt;br /&gt;
|move4=Metal Claw|move4type=Steel}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|back=yes&lt;br /&gt;
|ndex=227&lt;br /&gt;
|pokemon=Skarmory&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=43&lt;br /&gt;
|type1=Steel|type2=Flying&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Toxic|move1type=Poison&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying&lt;br /&gt;
|move3=Protect|move3type=Normal&lt;br /&gt;
|move4=Steel Wing|move4type=Steel}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|back=yes&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=44&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Thunder|move1type=Electric&lt;br /&gt;
|move2=Protect|move2type=Normal&lt;br /&gt;
|move3=SolarBeam|move3type=Grass&lt;br /&gt;
|move4=Dragon Claw|move4type=Dragon}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====[[Meteor Falls]]=====&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=Spr RS Steven.png&lt;br /&gt;
|prize={{PDollar}}4680&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=6&lt;br /&gt;
}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=227&lt;br /&gt;
|pokemon=Skarmory&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=77&lt;br /&gt;
|type1=Steel|type2=Flying&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|move1=Toxic|move1type=Poison&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying&lt;br /&gt;
|move3=Spikes|move3type=Ground&lt;br /&gt;
|move4=Steel Wing|move4type=Steel}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=75&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|move1=Reflect|move1type=Psychic&lt;br /&gt;
|move2=Light Screen|move2type=Psychic&lt;br /&gt;
|move3=AncientPower|move3type=Rock&lt;br /&gt;
|move4=Earthquake|move4type=Ground}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=76&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Thunder|move1type=Electric&lt;br /&gt;
|move2=Earthquake|move2type=Ground&lt;br /&gt;
|move3=SolarBeam|move3type=Grass&lt;br /&gt;
|move4=Dragon Claw|move4type=Dragon}}&lt;br /&gt;
{{Party/Div|color={{steel color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=346&lt;br /&gt;
|pokemon=Cradily&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=76&lt;br /&gt;
|type1=Rock|type2=Grass&lt;br /&gt;
|ability=Suction Cups&lt;br /&gt;
|move1=Giga Drain|move1type=Grass&lt;br /&gt;
|move2=AncientPower|move2type=Rock&lt;br /&gt;
|move3=Ingrain|move3type=Grass&lt;br /&gt;
|move4=Confuse Ray|move4type=Ghost}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=348&lt;br /&gt;
|pokemon=Armaldo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=76&lt;br /&gt;
|type1=Rock|type2=Bug&lt;br /&gt;
|ability=Battle Armor&lt;br /&gt;
|move1=Water Pulse|move1type=Water&lt;br /&gt;
|move2=AncientPower|move2type=Rock&lt;br /&gt;
|move3=Aerial Ace|move3type=Flying&lt;br /&gt;
|move4=Slash|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=78&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|held=Sitrus Berry&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Earthquake|move1type=Ground&lt;br /&gt;
|move2=Psychic|move2type=Psychic&lt;br /&gt;
|move3=Meteor Mash|move3type=Steel&lt;br /&gt;
|move4=Shadow Ball|move4type=Ghost}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Left for the player=====&lt;br /&gt;
{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=374&lt;br /&gt;
|pokemon=Beldum&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Take Down|move1type=Normal}}&lt;br /&gt;
&lt;br /&gt;
===={{game|HeartGold and SoulSilver|s}}====&lt;br /&gt;
=====[[Trade]]d to the player=====&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background:#{{heartgold color}}; border:3px solid #{{soulsilver color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}; {{roundytl|5px}}&amp;quot; | {{color|{{soulsilver color dark}}|Location}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color|{{soulsilver color dark}}|Player&#039;s Pokémon}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color|{{soulsilver color dark}}|Traded Pokémon}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color|{{soulsilver color dark}}|English}}&amp;lt;br/&amp;gt;{{color2|{{soulsilver color dark}}|nickname}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color|{{soulsilver color dark}}|Japanese}}&amp;lt;br/&amp;gt;{{color2|{{soulsilver color dark}}|nickname}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color2|{{soulsilver color dark}}|Item}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color2|{{soulsilver color dark}}|Ability}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color2|{{soulsilver color dark}}|Nature}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color|{{soulsilver color dark}}|English}}&amp;lt;br/&amp;gt;{{color2|{{soulsilver color dark}}|Original Trainer|OT}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color|{{soulsilver color dark}}|Japanese}}&amp;lt;br/&amp;gt;{{color2|{{soulsilver color dark}}|Original Trainer|OT}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}&amp;quot; | {{color2|{{soulsilver color dark}}|Trainer ID number|ID}}&lt;br /&gt;
! style=&amp;quot;background:#{{soulsilver color light}}; {{roundytr|5px}}&amp;quot; | {{tt|{{color|{{soulsilver color dark}}|IVs}}|HP/Attack/Defense/Sp. Atk/Sp. Def/Speed}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#fff; {{roundybl|5px}}&amp;quot; | [[Silph Co.]]&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{MSP/3|205|Forretress}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{p|Forretress}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{MSP/3|374|Beldum}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{p|Beldum}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | Iron&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{tt|こうてつ|Kōtetsu}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{bag|Dawn Stone}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | [[Dawn Stone]]&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{a|Clear Body}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | Brave&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | Steven {{male}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | {{tt|ダイゴ|Daigo}}&lt;br /&gt;
| style=&amp;quot;background:#fff&amp;quot; | 23478&lt;br /&gt;
| style=&amp;quot;background:#fff; {{roundybr|5px}}&amp;quot; | 28/29/24/24/25/23&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Given to the player=====&lt;br /&gt;
After defeating {{ga|Red}} and receiving a Kanto [[Starter Pokémon]] from [[Professor Oak]], Steven gives one of these Pokémon to the player. He asks the {{player}} what stone do they like the most (green, red, or blue). The stone&#039;s color corresponds to the received Hoenn Starter Pokémon.&lt;br /&gt;
{|&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot; &lt;br /&gt;
! Green stone&lt;br /&gt;
! Red stone&lt;br /&gt;
! Blue stone&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/4&lt;br /&gt;
|game=HeartGold&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Leer|move2type=Normal|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/4&lt;br /&gt;
|game=HeartGold&lt;br /&gt;
|ndex=255&lt;br /&gt;
|spritegender=male&lt;br /&gt;
|gender=both&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Growl|move2type=Normal|move2cat=Status}}&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; |{{Pokémon/4&lt;br /&gt;
|game=HeartGold&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Growl|move2type=Normal|move2cat=Status}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===={{game|Black and White|s|Pokémon Black 2 and White 2|2}}====&lt;br /&gt;
Steven uses three of these Pokémon in [[Pokémon battle|Single Battles]], four in [[Double Battle|Double]] and [[Rotation Battle]]s, and all six in [[Triple Battle]]s. He will always lead with his signature Pokémon, {{p|Metagross}}.&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=Spr B2W2 Steven.png&lt;br /&gt;
|prize=1{{color2|000|Battle Point|BP}}&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=B2W2&lt;br /&gt;
|location=Pokémon World Tournament&lt;br /&gt;
|pokemon=6}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|held=Occa Berry&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Zen Headbutt|move1type=Psychic|move1cat=Physical&lt;br /&gt;
|move2=Hammer Arm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Earthquake|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Bullet Punch|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy|ability2=Rock Head&lt;br /&gt;
|held=Air Balloon&lt;br /&gt;
|move1=Head Smash|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Avalanche|move2type=Ice|move2cat=Physical&lt;br /&gt;
|move3=Earthquake|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Metal Burst|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=530&lt;br /&gt;
|pokemon=Excadrill&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Ground|type2=Steel&lt;br /&gt;
|ability=Sand Rush|ability2=Sand Force&lt;br /&gt;
|held=Focus Sash&lt;br /&gt;
|move1=Earthquake|move1type=Ground|move1cat=Physical&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=X-Scissor|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Sandstorm|move4type=Rock|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{steel color}}}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=567&lt;br /&gt;
|pokemon=Archeops&lt;br /&gt;
|level=50&lt;br /&gt;
|gender=both&lt;br /&gt;
|type1=Rock|type2=Flying&lt;br /&gt;
|ability=Defeatist&lt;br /&gt;
|held=Sitrus Berry&lt;br /&gt;
|move1=Head Smash|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Acrobatics|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Earthquake|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Quick Attack|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=346&lt;br /&gt;
|pokemon=Cradily&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Rock|type2=Grass&lt;br /&gt;
|ability=Suction Cups&lt;br /&gt;
|held=Expert Belt&lt;br /&gt;
|move1=Stone Edge|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Seed Bomb|move2type=Grass|move2cat=Physical&lt;br /&gt;
|move3=Earthquake|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Sandstorm|move4type=Rock|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=348&lt;br /&gt;
|pokemon=Armaldo&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Rock|type2=Bug&lt;br /&gt;
|ability=Battle Armor&lt;br /&gt;
|held=White Herb&lt;br /&gt;
|move1=X-Scissor|move1type=Bug|move1cat=Physical&lt;br /&gt;
|move2=Rock Blast|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Earthquake|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Superpower|move4type=Fighting|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
====[[Pokémon Omega Ruby and Pokémon Alpha Sapphire Special Demo Version]]====&lt;br /&gt;
Steven will use this Pokémon when teaming with the player in a [[Multi Battle]].&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|name=Steven&lt;br /&gt;
|sprite=VSSteven.png{{!}}150px&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn&lt;br /&gt;
|prize=none&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
| style=&amp;quot;margin:auto&amp;quot; | {{Pokémon/6&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|form=-Shiny&lt;br /&gt;
|spritegender=shiny&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Metagrossite&lt;br /&gt;
|level=45&lt;br /&gt;
|move1=Meteor Mash|move1type=Steel|move1cat=Physical&lt;br /&gt;
|move2=Zen Headbutt|move2type=Psychic|move2cat=Physical&lt;br /&gt;
|move3=Bullet Punch|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Giga Impact|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
===={{g|Omega Ruby and Alpha Sapphire}}====&lt;br /&gt;
=====First [[Multi Battle]] with {{player}}=====&lt;br /&gt;
Steven will work as the player&#039;s partner during the Multi Battle against [[Courtney]] and a {{tc|Team Magma Grunt}}{{sup/6|OR}}/[[Matt]] and a {{tc|Team Aqua Grunt}}{{sup/6|AS}} on [[Southern Island]].&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|name=Steven&lt;br /&gt;
|sprite=VSSteven.png{{!}}150px&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Southern Island&lt;br /&gt;
|prize=none&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
| style=&amp;quot;margin:auto&amp;quot; | {{Pokémon/6&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|pokemon=Metang&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ndex=375&lt;br /&gt;
|level=35&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Zen Headbutt|move1type=Psychic|move1cat=Physical&lt;br /&gt;
|move2=Bullet Punch|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Pursuit|move3type=Dark|move3cat=Physical&lt;br /&gt;
|move4=Metal Claw|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Champion battle=====&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=VSSteven.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}11,800&lt;br /&gt;
|class=Champion&lt;br /&gt;
|classlink=Pokémon Champion&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Ever Grande City&lt;br /&gt;
|locationname=Pokémon League&lt;br /&gt;
|pokemon=6}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=227&lt;br /&gt;
|pokemon=Skarmory&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Steel|type2=Flying&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Toxic|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Spikes|move3type=Ground|move3cat=Status&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|move1=Reflect|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Light Screen|move2type=Psychic|move2cat=Status&lt;br /&gt;
|move3=Extrasensory|move3type=Psychic|move3cat=Special&lt;br /&gt;
|move4=Earth Power|move4type=Ground|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Stone Edge|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Earthquake|move2type=Ground|move2cat=Physical&lt;br /&gt;
|move3=Iron Tail|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Dragon Claw|move4type=Dragon|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{steel color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=346&lt;br /&gt;
|pokemon=Cradily&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Rock|type2=Grass&lt;br /&gt;
|ability=Suction Cups&lt;br /&gt;
|move1=Giga Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Sludge Bomb|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Confuse Ray|move4type=Ghost|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=348&lt;br /&gt;
|pokemon=Armaldo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Rock|type2=Bug&lt;br /&gt;
|ability=Battle Armor&lt;br /&gt;
|move1=X-Scissor|move1type=Bug|move1cat=Physical&lt;br /&gt;
|move2=Rock Blast|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Metal Claw|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Crush Claw|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=59&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Metagrossite&lt;br /&gt;
|move1=Bullet Punch|move1type=Steel|move1cat=Physical&lt;br /&gt;
|move2=Zen Headbutt|move2type=Psychic|move2cat=Physical&lt;br /&gt;
|move3=Meteor Mash|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Giga Impact|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Second [[Multi Battle]] with {{player}}=====&lt;br /&gt;
Steven will work as the player&#039;s partner during the Multi Battle against Courtney and a Team Magma Grunt{{sup/6|OR}}/Matt and a Team Aqua Grunt{{sup/6|AS}} at [[Mossdeep Space Center]] during the Delta Episode, using a [[party|team]] identical to his initial Champion team.&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=VSSteven.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Mossdeep Space Center&lt;br /&gt;
|pokemon=6}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=227&lt;br /&gt;
|pokemon=Skarmory&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Steel|type2=Flying&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Toxic|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Spikes|move3type=Ground|move3cat=Status&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|move1=Reflect|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Light Screen|move2type=Psychic|move2cat=Status&lt;br /&gt;
|move3=Extrasensory|move3type=Psychic|move3cat=Special&lt;br /&gt;
|move4=Earth Power|move4type=Ground|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Stone Edge|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Earthquake|move2type=Ground|move2cat=Physical&lt;br /&gt;
|move3=Iron Tail|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Dragon Claw|move4type=Dragon|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{steel color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=346&lt;br /&gt;
|pokemon=Cradily&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Rock|type2=Grass&lt;br /&gt;
|ability=Suction Cups&lt;br /&gt;
|move1=Giga Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Sludge Bomb|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Confuse Ray|move4type=Ghost|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=348&lt;br /&gt;
|pokemon=Armaldo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Rock|type2=Bug&lt;br /&gt;
|ability=Battle Armor&lt;br /&gt;
|move1=X-Scissor|move1type=Bug|move1cat=Physical&lt;br /&gt;
|move2=Rock Blast|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Metal Claw|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Crush Claw|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=59&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Metagrossite&lt;br /&gt;
|move1=Bullet Punch|move1type=Steel|move1cat=Physical&lt;br /&gt;
|move2=Zen Headbutt|move2type=Psychic|move2cat=Physical&lt;br /&gt;
|move3=Meteor Mash|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Giga Impact|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====[[Rematch]]=====&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=VSSteven.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}15,800&lt;br /&gt;
|class=Champion&lt;br /&gt;
|classlink=Pokémon Champion&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Ever Grande City&lt;br /&gt;
|locationname=Pokémon League&lt;br /&gt;
|pokemon=6}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=227&lt;br /&gt;
|pokemon=Skarmory&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=77&lt;br /&gt;
|type1=Steel|type2=Flying&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Toxic|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Spikes|move3type=Ground|move3cat=Status&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=77&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|move1=Reflect|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Light Screen|move2type=Psychic|move2cat=Status&lt;br /&gt;
|move3=Extrasensory|move3type=Psychic|move3cat=Special&lt;br /&gt;
|move4=Earth Power|move4type=Ground|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=306&lt;br /&gt;
|pokemon=Aggron&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=77&lt;br /&gt;
|type1=Steel|type2=Rock&lt;br /&gt;
|ability=Sturdy&lt;br /&gt;
|move1=Stone Edge|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Earthquake|move2type=Ground|move2cat=Physical&lt;br /&gt;
|move3=Iron Tail|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Dragon Claw|move4type=Dragon|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{steel color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=703&lt;br /&gt;
|pokemon=Carbink&lt;br /&gt;
|level=77&lt;br /&gt;
|type1=Rock|type2=Fairy&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|move1=Moonblast|move1type=Fairy|move1cat=Special&lt;br /&gt;
|move2=Power Gem|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Psychic|move3type=Psychic|move3cat=Special&lt;br /&gt;
|move4=Earth Power|move4type=Ground|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=142&lt;br /&gt;
|pokemon=Aerodactyl&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=77&lt;br /&gt;
|type1=Rock|type2=Flying&lt;br /&gt;
|ability=Pressure&lt;br /&gt;
|move1=Rock Slide|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Ice Fang|move2type=Ice|move2cat=Physical&lt;br /&gt;
|move3=Thunder Fang|move3type=Electric|move3cat=Physical&lt;br /&gt;
|move4=Fire Fang|move4type=Fire|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=79&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Metagrossite&lt;br /&gt;
|move1=Bullet Punch|move1type=Steel|move1cat=Physical&lt;br /&gt;
|move2=Zen Headbutt|move2type=Psychic|move2cat=Physical&lt;br /&gt;
|move3=Meteor Mash|move3type=Steel|move3cat=Physical&lt;br /&gt;
|move4=Giga Impact|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Battle Maison Multi Battle=====&lt;br /&gt;
Steven will always use these two Pokémon as the player&#039;s Multi Battle partner.&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{steel color}}&lt;br /&gt;
|headcolor={{steel color light}}&lt;br /&gt;
|bordercolor={{steel color dark}}&lt;br /&gt;
|sprite=VSSteven.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=Steven&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Battle Maison&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=142&lt;br /&gt;
|pokemon=Aerodactyl&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Rock|type2=Flying&lt;br /&gt;
|ability=Rock Head&lt;br /&gt;
|held=Focus Sash&lt;br /&gt;
|move1=Rock Slide|move1type=Rock|move1cat=Physical&lt;br /&gt;
|move2=Ice Fang|move2type=Ice|move2cat=Physical&lt;br /&gt;
|move3=Thunder Fang|move3type=Electric|move3cat=Physical&lt;br /&gt;
|move4=Fire Fang|move4type=Fire|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=376&lt;br /&gt;
|pokemon=Metagross&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Metagrossite&lt;br /&gt;
|move1=Meteor Mash|move1type=Steel|move1cat=Physical&lt;br /&gt;
|move2=Bullet Punch|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Zen Headbutt|move3type=Psychic|move3cat=Physical&lt;br /&gt;
|move4=Hammer Arm|move4type=Fighting|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Left for the player=====&lt;br /&gt;
{{Pokémon/6&lt;br /&gt;
|ndex=374&lt;br /&gt;
|pokemon=Beldum&lt;br /&gt;
|level=1&lt;br /&gt;
|type1=Steel|type2=Psychic&lt;br /&gt;
|ability=Clear Body&lt;br /&gt;
|held=Iron Plate&lt;br /&gt;
|move1=Take Down|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
&lt;br /&gt;
==In spin-off games==&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
{{main|Steven (Masters)}}&lt;br /&gt;
Steven, as he appears in {{g|Omega Ruby and Alpha Sapphire}}, is a character in {{g|Masters EX}}. He forms a [[sync pair]] with his {{TP|Steven|Metagross}}, which is capable of [[Mega Evolution|Mega Evolving]]. He can also form additional sync pairs with {{p|Cradily}}, {{rf|Alolan}} {{p|Sandslash}}, {{Shiny}} {{p|Rayquaza}} (which can also Mega Evolve), {{p|Deoxys}} (which can change into any of its {{form|Deoxys|Formes}}), and Shiny {{p|Stoutland}}.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
===Artwork===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:96px; height:96px&amp;quot;| [[File:Ruby Sapphire Steven.png|120px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:96px; height:96px&amp;quot;| [[File:Steven ORAS concept art.png|410px]]&lt;br /&gt;
|-&lt;br /&gt;
| Official artwork from {{color2|000|Generation III}} by {{color2|000|Ken Sugimori}}&amp;lt;ref&amp;gt;[[a:File:StevenAdviceEXHiddenLegends92.jpg|Steven&#039;s Advice (EX Hidden Legends 92)]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Conceptual artwork from {{color2|000|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:96px; height:96px&amp;quot;| [[File:Steven with Mega Metagross.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:96px; height:96px&amp;quot;| [[File:Trainer Collection Steven Stone Artwork.png|250px]]&lt;br /&gt;
|-&lt;br /&gt;
| With {{color2|000|Mega Evolution|Mega}} {{color2|000|Metagross (Pokémon)|Metagross}}&lt;br /&gt;
| Trainer Collection illustration featuring Steven and his {{color2|000|Party|team}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sprites===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Spr RS Steven.png]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:E Steven Back.png]]&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Spr B2W2 Steven.png]]&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;{{roundy|20px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot; | [[File:VSSteven.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon Ruby and Sapphire Versions|Ruby, Sapphire}}, and {{color2|000|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon Black and White Versions 2|Black 2 and White 2}}&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;|VS model from&amp;lt;br&amp;gt;{{color2|000|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Steven III OD.png]]&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Steven IV OD.png]]&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Steven OD.png]]&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:ORAS Steven Icon.png]]&lt;br /&gt;
|style=&amp;quot;{{roundy|80px}} border:2px solid #{{steel color dark}}; background:#{{steel color light}}; width:80px&amp;quot;| [[File:Steven ORAS OD.png|100px]]&lt;br /&gt;
|-&lt;br /&gt;
| Overworld sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon Ruby and Sapphire Versions|Ruby, Sapphire}}, and {{color2|000|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Overworld sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon HeartGold and SoulSilver Versions|HeartGold and SoulSilver}}&lt;br /&gt;
| Overworld sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon Black and White Versions 2|Black 2 and White 2}}&lt;br /&gt;
| Icon in the {{color2|000|Battle Maison}} in&amp;lt;br&amp;gt;{{color2|000|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Overworld model from&amp;lt;br&amp;gt;{{color2|000|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Quotes==&lt;br /&gt;
{{main|Steven Stone/Quotes}}&lt;br /&gt;
&lt;br /&gt;
==In the anime==&lt;br /&gt;
===Main series===&lt;br /&gt;
[[File:Steven Stone JN.png|250px|thumb|Steven Stone in the {{pkmn|anime}}]]&lt;br /&gt;
{{main|Steven Stone (anime)}}&lt;br /&gt;
Steven Stone is a recurring character in the anime. He debuted in &#039;&#039;[[AG022|A Hole Lotta Trouble]]&#039;&#039; in a minor role before reappearing as a {{pkmn|Champion}} in the &#039;&#039;[[Mega Evolution Specials]]&#039;&#039; with a {{shiny}} {{TP|Steven|Metagross}} as an ally to [[Alain]]. He later assisted {{ash}} and {{ashfr}} during the climax of the [[Team Flare]] arc during &#039;&#039;[[Pokémon the Series: XY]]&#039;&#039;, and took part in the [[Masters Eight Tournament]] in &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Omega Ruby and Alpha Sapphire Animated Trailer===&lt;br /&gt;
[[File:Steven Stone ORAS Trailer.png|thumb|250px|Steven in the animated trailer]]&lt;br /&gt;
Steven briefly appeared in the [[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer]]. He was the final Trainer that {{ga|Brendan}} battled.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|width=68&lt;br /&gt;
|main=Steven&#039;s Metagross&lt;br /&gt;
|trainer=Steven&lt;br /&gt;
|pkmn=Metagross ↔ Mega Metagross&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Steven Mega Metagross ORAS Trailer.png&lt;br /&gt;
|cap=Steven&#039;s Mega Metagross&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|desc={{p|Metagross}} is Steven&#039;s only known Pokémon. It was used in a battle against {{ga|Brendan}}&#039;s {{p|Sceptile}}. It has the ability to Mega Evolve into Mega Metagross.}}&lt;br /&gt;
&lt;br /&gt;
====Voice actors====&lt;br /&gt;
{{vatable|color={{steel color}}|bordercolor={{steel color light}}&lt;br /&gt;
|ja=石田彰 &#039;&#039;[[Akira Ishida]]&#039;&#039;&lt;br /&gt;
|en=[[Tom Wayland]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===GOTCHA!===&lt;br /&gt;
Steven briefly appeared in [[GOTCHA!]].&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
[[File: Steven Adventures.png|thumb|320px|Steven in [[Pokémon Adventures]]]]&lt;br /&gt;
====={{chap|Ruby &amp;amp; Sapphire}}=====&lt;br /&gt;
Steven is the [[Hoenn League]] {{pkmn|Champion}}, having taken the position from [[Wallace]], who turned down the title despite winning the previous Pokémon League tournament. &lt;br /&gt;
&lt;br /&gt;
Steven debuted in &#039;&#039;[[PS196|Blowing Past Nosepass II]]&#039;&#039;. There, he spoke to [[Captain Stern]] about the status of the creation of the [[Submarine Explorer 1]]. In &#039;&#039;[[PS194|Guile from Mawile]]&#039;&#039;, Steven rescued {{adv|Ruby}} from a hoard of rampaging {{p|Mawile}} in [[Granite Cave]]. Once they escaped, Steven considered recruiting Ruby to help him combat [[Team Magma]] and [[Team Aqua]], but decided against it due to Ruby&#039;s young age. Steven said his farewells to Ruby and headed off.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS250|The Beginning of the End with Kyogre &amp;amp; Groudon XII]]&#039;&#039;, Steven arrived at the [[Lilycove Department Store]] and found Wallace battling [[Tabitha]], who had gone berserk from touching the [[Blue Orb]]. Steven revealed that after the Submarine Explorer 1 was stolen, he went to other regions and recruited the Hoenn [[Elite Four]] as allies against {{adv|Super-ancient Pokémon|Groudon and Kyogre}}. Steven passed his title of Hoenn League Champion to Wallace and sent the Elite Four to three locations where the [[Legendary Pokémon]] [[Brandon&#039;s Legendary titans#In the Pokémon Adventures manga|Registeel, Regirock, and Regice]] were sealed. With a [[blind boy]]&#039;s help, Steven attempted to decipher an stone slab containing the secret to awaken the sleeping Pokémon. The slab was too damaged to properly translate, forcing the plan to be abandoned. &lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS253|A Royal Rumble with Regirock, Regice and Registeel I]]&#039;&#039;, Steven found [[Sootopolis City]] surrounded by a massive explosion of energy. Amidst the chaos, Steven found and rescued {{adv|Sapphire}}, who handed him a [[letter]] she received from his father, [[Mr. Stone]]. The letter contained a decoding for the missing part of the slab, allowing Steven to finish the translation. With assistance from Sapphire&#039;s {{p|Wailord|Lorry}} and {{p|Relicanth|Relly}}, Steven successfully awakened {{p|Registeel}}, {{p|Regirock}}, and {{p|Regice}}. Steven and Sapphire were then separated by another explosion. Steven, Wallace, and the Elite Four separated into three teams of two and used Registeel, Regirock, and Regice to contain the energy generated from Groudon and Kyogre&#039;s clash and prevent it from spreading throughout Hoenn. Their efforts lasted for several weeks until &#039;&#039;[[PS263|It All Ends Now IV]]&#039;&#039;, when Ruby and [[Norman]] ended Groudon and Kyogre&#039;s battle with {{p|Rayquaza}}&#039;s power, returning the super-ancient Pokémon to their slumber. Controlling three Legendary Pokémon for so long left Steven so exhausted that he collapsed and died soon after. With Steven&#039;s passing, Registeel, Regirock, and Regice returned to the wild. &lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS263|It All Ends Now VIII]]&#039;&#039;, Steven and those who lost their lives in the fight against Groudon and Kyogre were revived by Ruby&#039;s {{adv|Celebi}}&#039;s [[time travel]] powers. With Team Magma and Team Aqua defeated, Steven celebrated the victory with his allies and thanked Ruby and Sapphire for their assistance in the battle.&lt;br /&gt;
&lt;br /&gt;
====={{chap|Platinum}}=====&lt;br /&gt;
In &#039;&#039;[[PS417|Leaping Past Lopunny]]&#039;&#039;, Steven was revealed to have spent time collecting stones in the [[Sinnoh]] region. After obtaining the stones he wanted, Steven sold the [[Villa]] he had built to use as a home base. The Villa was bought by {{adv|Platinum}} shortly afterward.&lt;br /&gt;
&lt;br /&gt;
====={{chap|Omega Ruby &amp;amp; Alpha Sapphire}}=====&lt;br /&gt;
[[File: Steven ORAS chapter.png|thumb|200px|left|Steven in the thirteenth chapter]]&lt;br /&gt;
In the thirteenth chapter, it was discovered that [[Grand Meteor Delta]], a giant meteoroid, would crash into Hoenn and destroy the planet. To prevent this disaster, Steven enlisted the help of Ruby, Sapphire, and {{adv|Emerald}}. In [[PS596]], Steven had [[Ultima]] train the Hoenn [[Pokédex holders]] [[Mumu]], [[Chic]], and {{TP|Emerald|Sceptile}} in mastering the ultimate moves so they would be prepared to use [[Mega Evolution]]. Despite Ruby being elsewhere on other business, Mr. Stone had everyone move onto the next phase once the training had finished.&lt;br /&gt;
&lt;br /&gt;
In [[PS601]], Steven, Sapphire, and Emerald arrived on the [[Sea Mauville]]. The former energy plant contained a machine called an [[ultimate weapon|Absorber]] capable of fueling a dimensional shifter designed to deal with Grand Meteor Delta. That night, Emerald was attacked by a mischievous {{p|Hoopa}}. Steven assisted Emerald in battling the [[Mythical Pokémon]], revealing he was capable of using Mega Evolution as well. Hoopa eventually escaped before Steven and Emerald could defeat or identify it.&lt;br /&gt;
&lt;br /&gt;
In [[PS603]], Steven and Mr. Stone used the Absorber to drain Emerald&#039;s Sceptile and Sapphire&#039;s Chic of their life energy while in their Mega-Evolved states. Once the process was finished, the Sea Mauville was raided by by [[Zinnia]], a [[Draconid people|Draconid]] with a hatred for the [[Devon Corporation]]. Zinnia and her allies made of former Team Magma and Aqua members attempted to destroy the dimensional shifter, forcing Steven, Sapphire, and Emerald to defend it. By the time Ruby returned, everyone realized that Sapphire and the shifter had disappeared due to Hoopa&#039;s interference. With the shifter gone, Zinnia attempted to steal Steven&#039;s [[Key Stone]] but was convinced to leave when Ruby offered up his and Emerald&#039;s [[Mega Bracelet]]s in exchange. &lt;br /&gt;
&lt;br /&gt;
In [[PS606]], Steven and Mr. Stone stayed behind while Ruby and the others went ahead to find an alternate solution to the meteoroid impact. They received a call from the [[Mossdeep Space Center]] stating that Sapphire successfully delivered the shifter. While [[Professor Cozmo]] and [[Professor Cozmo&#039;s assistants|his assistants]] outfitted the shifter onto a rocket, Steven and his father traveled to [[Mossdeep City]] to deal with the public, who had learned of the upcoming disaster due to a news leak. In [[PS608]], Steven and Mr. Stone arrived at Mossdeep. Sapphire told Steven that she sensed Zinnia&#039;s presence and went off to prevent her from interfering with the rocket&#039;s launch. Sapphire and Zinnia&#039;s clash led to them battling on top of the rocket as it flew through the air. Eventually, Sapphire was defeated, allowing Zinnia to destroy the dimensional shifter and knock the rocket down into the ocean.&lt;br /&gt;
&lt;br /&gt;
In [[PS615]], Steven and Mr. Stone arrived at Sootopolis, where Zinnia was taken to after she failed to get {{DL|Super-ancient Pokémon (Adventures)|Rayquaza}} to join her. Mr. Stone apologized for trying to control Rayquaza years ago, only for Zinnia to reject it, claiming he was only trying to save face for his failures. When Zinnia gave up and stated it was impossible to stop disaster, Emerald suggested the differing factions worked together to save the planet. Together, everyone gathered allies from across Hoenn, [[Kanto]], and [[Johto]] to assist in stopping Grand Meteor Delta. While the plan was being set up, Steven gave Zinnia a jar of Key Stones that were collected at the [[Embedded Tower]]. When Zinnia assumed the stones Steven and Hoenn Pokédex holders used were stolen from the late [[Aster]], Steven explained he received those from the [[Gurkinn|Mega Evolution guru]] in the [[Kalos]] region.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PAORAS21|Omega Alpha Adventure 21]]&#039;&#039;, the plan to destroy Grand Meteor Delta went underway. Ruby and Sapphire rode on Mega Rayquaza into space, where they attacked the meteoroid with {{m|Dragon Ascent}}. Back on Earth, Steven and the three allied regions launched a simultaneous attack on Grand Meteor Delta, successfully shattering it into pieces. With the crisis averted, Steven and the others watched as Ruby and Sapphire flew back to Sootopolis with Rayquaza. &lt;br /&gt;
&lt;br /&gt;
Once everything had returned to normal, Steven was revealed to be taking {{p|Diancie}} back to its home in Kalos.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
This listing is of Steven&#039;s Pokémon in the [[Pokémon Adventures]] manga.&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|main=Steven&#039;s Metagross&lt;br /&gt;
|trainer=Steven&lt;br /&gt;
|pkmn=Metagross ↔ Mega Metagross&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Steven Metagross Adventures.png&lt;br /&gt;
|cap=Steven&#039;s Metagross&lt;br /&gt;
|img2=Steven Mega Metagross Adventures.png&lt;br /&gt;
|cap2=Steven&#039;s Mega Metagross&lt;br /&gt;
|epnum=PS191&lt;br /&gt;
|epname=Blowing Past Nosepass II&lt;br /&gt;
|desc={{p|Metagross}} is Steven&#039;s main Pokémon and strongest as well. It is often used as a method of flight transportation. In the {{chap|Omega Ruby &amp;amp; Alpha Sapphire}}, it was given the ability to Mega Evolve into Mega Metagross.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Steven&lt;br /&gt;
|pkmn=Beldum (multiple)&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Steven Beldum Adventures.png&lt;br /&gt;
|cap=Steven&#039;s Beldum&lt;br /&gt;
|epnum=PS196&lt;br /&gt;
|epname=Ring Ring Goes Beldum&lt;br /&gt;
|desc=Steven is seen with four {{p|Beldum}}. He first used them in Granite Cave to stop a group of {{p|Mawile}} from attacking Ruby. They did so by coming out of some rocks. These Beldum later lined up with Sapphire&#039;s [[Sapphire (Adventures)#At Sea|Lorry and Relly]] to unseal the [[Legendary titans]]. One of his Beldum was also seen when Steven signed a contract to sell his Villa.&lt;br /&gt;
&lt;br /&gt;
Another one of his Beldum, nicknamed &#039;&#039;&#039;Iron&#039;&#039;&#039; (Japanese: こうてつ &#039;&#039;Kōtetsu&#039;&#039;), was seen with Steven in the {{chap|Omega Ruby &amp;amp; Alpha Sapphire}}. It is based on the [[#Traded to the player|Beldum]] the player receives from Steven in a [[In-game trade#HeartGold and SoulSilver|trade]] in {{game|HeartGold and SoulSilver|s}}.&lt;br /&gt;
&lt;br /&gt;
Their only known move is {{m|Take Down}}{{tt|*|revealed on an official site only}}, and their Ability is {{a|Clear Body}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Steven&lt;br /&gt;
|pkmn=Metang (multiple)&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Steven Metang Adventures.png&lt;br /&gt;
|cap=Steven&#039;s Metang&lt;br /&gt;
|epnum=PS196&lt;br /&gt;
|epname=Ring Ring Goes Beldum&lt;br /&gt;
|desc=Steven owns multiple {{p|Metang}}. They were first used to stop a group of Mawile in Granite Cave. Steven lent his Metang to the Elite Four so that they would be able to stay in the air while they tried to contain Groudon and Kyogre&#039;s power.&lt;br /&gt;
&lt;br /&gt;
None of Metang&#039;s moves are known, and its Ability is {{a|Clear Body}}.}}&lt;br /&gt;
&lt;br /&gt;
=====Temporary=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Steven&lt;br /&gt;
|pkmn=Registeel&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|img=Brandon Registeel Adventures.png&lt;br /&gt;
|epnum=PS254&lt;br /&gt;
|epname=A Royal Rumble with Regirock, Regice and Registeel II&lt;br /&gt;
|desc={{main|Brandon&#039;s Legendary titans#In the Pokémon Adventures manga|Brandon&#039;s Registeel}}&lt;br /&gt;
&lt;br /&gt;
{{p|Registeel}} was awakened by Steven and the Elite Four to be used to contain Groudon and Kyogre&#039;s power. Steven controlled Registeel with Wallace while the others controlled Regice and Regirock. After Steven died from the strain of controlling the three Pokémon, Registeel lashed out and ran away. It was later found by [[Brandon]] and captured.}}&lt;br /&gt;
&lt;br /&gt;
=====Borrowed=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|main=Mumu&lt;br /&gt;
|trainer=Ruby&lt;br /&gt;
|pkmn=Swampert&lt;br /&gt;
|nick=Mumu&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=Mumu.png&lt;br /&gt;
|epnum=PS183&lt;br /&gt;
|epname=Trying to Trounce Torchic&lt;br /&gt;
|desc={{p|Swampert|Mumu}} was lent to Steven while Ruby was away on [[Southern Island]]. While under Steven&#039;s care, he trained to fully master {{m|Hydro Cannon}} to prepare for his Mega Evolution.}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Omega Ruby Crimson Passion and Pokémon Alpha Sapphire Indigo Wisdom===&lt;br /&gt;
Steven appeared in the [[Pokémon Omega Ruby Crimson Passion and Pokémon Alpha Sapphire Indigo Wisdom]] manga.&lt;br /&gt;
{{sectionstub}}&lt;br /&gt;
====Pokémon====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|width=75&lt;br /&gt;
|trainer=Steven&lt;br /&gt;
|pkmn=Beldum&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Steven Stone CPIW.png&lt;br /&gt;
|epnum=Pokémon Omega Ruby Crimson Passion and Pokémon Alpha Sapphire Indigo Wisdom&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Beldum}} is Steven&#039;s only known Pokémon. It was seen with Steven when he interacted with {{OBP|Alpha|CPIW}} and {{OBP|Omega|CPIW}} two different times.&lt;br /&gt;
&lt;br /&gt;
None of Beldum&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Ruby &amp;amp; Sapphire Special Walkthrough Comic!===&lt;br /&gt;
[[File:Steven_in_RS_Walkthrough_Comic.JPG|thumb|320px|Steven and Metagross battling against Brendan and Sceptile.]]&lt;br /&gt;
Steven appears with a Metagross at the beginning of [[Pokemon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]].&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
The following is a list of cards mentioning or featuring Steven or his Pokémon in the [[Pokémon Trading Card Game]].&lt;br /&gt;
&lt;br /&gt;
{{cardlist/header|Steven&#039;s Pokémon|Metal|char=yes}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Celestial Storm|Claydol|79}}|type=Fighting|expanded=Yes|enset=Celestial Storm|enrarity=Rare|ennum=79/168|jpset=Sky-Splitting Charisma|jprarity=U|jpnum=048/096}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Celestial Storm|Metagross|95}}|type=Metal|expanded=Yes|enset=Celestial Storm|enrarity=Rare Holo|ennum=95/168|jpset=Sky-Splitting Charisma|jprarity=R|jpnum=055/096}}&lt;br /&gt;
{{cardlist/div|Other related cards|Metal}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|EX Hidden Legends|Steven&#039;s Advice|92}}|type=Trainer|type2=Supporter|enset=EX Hidden Legends|enrarity=Uncommon|ennum=92/101|jpset=Undone Seal|jprarity=Uncommon|jpnum=074/083|jpset2=Metagross Constructed Starter Deck|jpnum2=018/019|jpset3=Shockwave! Tyranitar ex Constructed Standard Deck|jpnum3=018/024|enset4=EX Power Keepers|enrarity4=Uncommon|ennum4=83/108|jpset4=World Champions Pack|jprarity4=Uncommon|jpnum4=092/108}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Roaring Skies|Steven|90}}|type=Supporter|enset=Roaring Skies|expanded=Yes|enrarity=Uncommon|ennum=90/108|jpset=M Rayquaza-EX Mega Battle Deck|jprarity=Uncommon|jpnum=014/018|enset2=Ancient Origins|enrarity2=Rare Ultra|ennum2=95/98|jpset2=XY-P Promotional cards|jprarity2=Rare Ultra|jpnum2=121/XY-P}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Celestial Storm|Steven&#039;s Resolve|145}}|type=Supporter|expanded=Yes|enset=Celestial Storm|enrarity=Rare Holo|ennum=145/168|jpset=Sky-Splitting Charisma|jprarity=R|jpnum=088/096|enset2=Celestial Storm|enrarity2=Rare Ultra|ennum2=165/168|jpset2=Sky-Splitting Charisma|jprarity2=SR|jpnum2=102/096}}&lt;br /&gt;
{{cardlist/footer|Metal}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* In {{3v2|Ruby|Sapphire|Emerald}}, as well as {{pkmn|Omega Ruby and Alpha Sapphire|their remakes}}, Steven states that his favorite Pokémon is {{p|Beldum}} and that his favorite move is {{m|Steel Wing}}. Consequently, he leaves Beldum in his house as a {{pkmn2|gift}} for the {{player}}, and gives the player the TM for Steel Wing in [[Granite Cave]].&lt;br /&gt;
* In Emerald, when the player speaks to Steven in [[Meteor Falls]] before their battle, he mistakenly refers to battling alongside the player in the {{ci|Sootopolis}} Space Center. The Space Center is actually in [[Mossdeep City]].&lt;br /&gt;
* The battle with Steven against [[Maxie]] and [[Tabitha]] is the only occasion in the [[Generation III]] games where the player teams up with an ally for a [[Double Battle]].&lt;br /&gt;
* Steven&#039;s [[Trainer ID number]] is 61226 in Pokémon Emerald, 23478 in {{2v2|HeartGold|SoulSilver}}, and 11214 in Omega Ruby and Alpha Sapphire.&lt;br /&gt;
* Steven shares his French name (Pierre) with [[Brock]], the [[Gym Leader]] of [[Pewter City]]. In the French dub of &#039;&#039;[[AG022|A Hole Lotta Trouble]]&#039;&#039;, he keeps his English name of Steven Stone so as to not be confused with {{an|Brock}}, who was traveling with Ash when the group met Steven.&lt;br /&gt;
** However, from &#039;&#039;[[XY075|Rivals: Today and Tomorrow!]]&#039;&#039; onward, he is referred to as Pierre Rochard.&lt;br /&gt;
** In games where both Steven and Brock appear, Steven is referred to as &amp;quot;P. Rochard&amp;quot; (HeartGold and SoulSilver) and &amp;quot;Rochard&amp;quot; (Black 2 and White 2).&lt;br /&gt;
* Despite being a {{type|Steel}} specialist, all of Steven&#039;s teams feature just as many or more {{type|Rock}} Pokémon.&lt;br /&gt;
* In Omega Ruby and Alpha Sapphire, Steven mentions to [[Wallace]] that he will relinquish his position as Champion sometime in order to travel the world, and asks Wallace if he will become Champion in his place, referencing their roles in Emerald.&lt;br /&gt;
* In the rematch with Steven in Omega Ruby and Alpha Sapphire, all of his Pokémon have at least one immunity.&lt;br /&gt;
** In the Elite Four and Champion rematch in Omega Ruby and Alpha Sapphire, Steven is the only trainer in the Hoenn Pokémon League to use a Pokémon from {{p|Aerodactyl|Generation I}}.&lt;br /&gt;
* In Emerald, {{ga|Brendan}} and {{ga|May}} share their battle theme with Steven.&lt;br /&gt;
* If the player skips obtaining the HM for Dive from Steven&#039;s house in Ruby and Sapphire (by trading in a Pokémon with the move), Steven will include the HM alongside the Beldum.&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background:#{{steel color light}}; border:3px solid #{{steel color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Language&lt;br /&gt;
! Name&lt;br /&gt;
! Origin&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Japanese&lt;br /&gt;
| ツワブキ　ダイゴ &#039;&#039;Tsuwabuki Daigo&#039;&#039;&lt;br /&gt;
| From 梯梧 &#039;&#039;deigo&#039;&#039; ({{wp|Erythrina variegata|Indian coral tree}}) and 石蕗 &#039;&#039;tsuwabuki&#039;&#039; ({{wp|Farfugium japonicum|leopard plant}}) with the latter containing 石 &#039;&#039;ishi&#039;&#039; (stone)&amp;lt;br&amp;gt;In Okinawan traditions, the blooming of the Indian coral tree is associated with looming typhoons and drought.&amp;lt;ref&amp;gt;[https://twitter.com/matsumiyan/status/522396604230168576 Toshinobu Matsumiya on Twitter] (Japanese)&amp;lt;/ref&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| English&lt;br /&gt;
| Steven Stone&lt;br /&gt;
| From &#039;&#039;steel&#039;&#039; and &#039;&#039;stone&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Troy Trumm&lt;br /&gt;
| From &#039;&#039;Trümmer&#039;&#039; (rubble)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Máximo Peñas&lt;br /&gt;
| From &#039;&#039;máximo&#039;&#039; (maximum) and &#039;&#039;peñasco&#039;&#039; (boulder)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| French&lt;br /&gt;
| Pierre Rochard&lt;br /&gt;
| From &#039;&#039;pierre&#039;&#039; (stone) and &#039;&#039;roche&#039;&#039; (rock)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Italian&lt;br /&gt;
| Rocco Petri&lt;br /&gt;
| From &#039;&#039;roccia&#039;&#039; (rock) and &#039;&#039;pietra&#039;&#039; (stone)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 나성호 &#039;&#039;Na Seongho&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 茲伏奇大吾 / 兹伏奇大吾 &#039;&#039;Zīfúqí Dàwú&#039;&#039;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | From the transcription of &#039;&#039;Tsuwabuki&#039;&#039; and the Japanese name 大吾 &#039;&#039;Daigo&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 茲伏奇大吾 &#039;&#039;Jīfuhkkèih Daaihngh&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Thai&lt;br /&gt;
| ไดโกะ &#039;&#039;Daiko&#039;&#039;&lt;br /&gt;
| Transcription of his Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Russian&lt;br /&gt;
| Стивен Стоун &#039;&#039;Stiven Stoun&#039;&#039;&lt;br /&gt;
| Transcription of his English name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Vietnamese&lt;br /&gt;
| Tsuwabuki Daigo&lt;br /&gt;
| Transcription of his Japanese name&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[a:Category:Steven Stone|Images on the Bulbagarden Archives]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
{{-}}&lt;br /&gt;
{{Champions|Steel}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Hoenn League}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{NPC|steel|kanto=yes|hoenn=yes}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Project CharacterDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Champions]]&lt;br /&gt;
[[Category:Pokémon Adventures characters]]&lt;br /&gt;
[[Category:Manga characters]]&lt;br /&gt;
[[Category:Pokémon Omega Ruby Crimson Passion and Pokémon Alpha Sapphire Indigo Wisdom characters]]&lt;br /&gt;
[[Category:Ruby and Sapphire characters]]&lt;br /&gt;
[[Category:Emerald characters]]&lt;br /&gt;
[[Category:HeartGold and SoulSilver characters]]&lt;br /&gt;
[[Category:Black 2 and White 2 characters]]&lt;br /&gt;
[[Category:Omega Ruby and Alpha Sapphire characters]]&lt;br /&gt;
[[Category:Steel-type Trainers]]&lt;br /&gt;
[[Category:Battle facility leaders]]&lt;br /&gt;
[[Category:Trainers with Key Stones]]&lt;br /&gt;
[[Category:Trainers with Shiny Pokémon]]&lt;br /&gt;
&lt;br /&gt;
[[de:Troy Trumm]]&lt;br /&gt;
[[es:Máximo Peñas]]&lt;br /&gt;
[[fr:Pierre Rochard (jeux vidéo)]]&lt;br /&gt;
[[it:Rocco Petri]]&lt;br /&gt;
[[ja:ダイゴ]]&lt;br /&gt;
[[zh:大吾]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Pok%C3%A9mon_Emerald_Version&amp;diff=3726702</id>
		<title>Pokémon Emerald Version</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Pok%C3%A9mon_Emerald_Version&amp;diff=3726702"/>
		<updated>2023-06-12T01:53:13Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: /* Gallery */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox game&lt;br /&gt;
|colorscheme=emerald&lt;br /&gt;
|bordercolorscheme=emerald&lt;br /&gt;
|name=Pokémon Emerald Version&lt;br /&gt;
|jname=ポケットモンスターエメラルド&lt;br /&gt;
|boxart=Emerald EN boxart.jpg&lt;br /&gt;
|caption=Pokémon Emerald Version&#039;s boxart, [[Game mascot|featuring]] {{p|Rayquaza}}.&lt;br /&gt;
|jbox=Emerald JP boxart.png&lt;br /&gt;
|jcaption=Boxart of Pocket Monsters Emerald.&lt;br /&gt;
|platform=[[Game Boy Advance]]&lt;br /&gt;
|category=RPG&lt;br /&gt;
|players=up to 5&lt;br /&gt;
|link_method=[[Game Link Cable]], [[Game Boy Advance Wireless Adapter|Wireless Adapter]], [[e-Reader]]&lt;br /&gt;
|developer=[[Game Freak]]&lt;br /&gt;
|publisher=[[Nintendo]]&lt;br /&gt;
|gen_series=[[Generation III]] [[core series]]&lt;br /&gt;
|cero=全年齢 (&#039;&#039;all ages&#039;&#039;)&lt;br /&gt;
|esrb=E&lt;br /&gt;
|acb=G8+&lt;br /&gt;
|oflc=G8+&lt;br /&gt;
|pegi=3&lt;br /&gt;
|grb=Not applicable&lt;br /&gt;
|release_date_ja=September 16, 2004&amp;lt;ref&amp;gt;[http://www.pokemon.co.jp/game/gba/emerald/ Pokémon.co.jp]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|release_date_na=May 1, 2005&amp;lt;ref&amp;gt;[http://www.pokemon.com/us/games/videogame-pokemontm-emerald-version/ Pokémon.com (US)]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|release_date_au=June 9, 2005&lt;br /&gt;
|release_date_eu=October 21, 2005&amp;lt;ref&amp;gt;[http://www.pokemon.com/uk/games/videogame-pokemontm-emerald-version/ Pokémon.com (UK)]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|release_date_kr=Unreleased&lt;br /&gt;
|website_ja=[http://www.pokemon.co.jp/game/gba/emerald/ Pokémon.co.jp]&amp;lt;br&amp;gt;[http://www.nintendo.co.jp/n08/bpej/ Nintendo.co.jp]&lt;br /&gt;
|website_en=[http://www.pokemon.com/us/pokemon-video-games/pokemon-emerald-version/ Pokémon.com]&amp;lt;br&amp;gt;[http://archive.is/i8aN2 Nintendo.com]&amp;lt;br&amp;gt;[https://www.nintendo.co.uk/Games/Game-Boy-Advance/Pokemon-Emerald-Version-267112.html Nintendo.co.uk]&lt;br /&gt;
}}&lt;br /&gt;
{{StrategyWiki|Pokémon Emerald}}&lt;br /&gt;
&#039;&#039;&#039;Pokémon Emerald Version&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ポケットモンスターエメラルド&#039;&#039;&#039; &#039;&#039;Pocket Monsters Emerald&#039;&#039;) is a [[core series|solitary version]] to {{game|Ruby and Sapphire|s}}, and is the fifth and final [[Generation III]] [[core series]] game. Like its predecessor, {{game|Crystal}}, it added many features not present in the earlier paired versions. It was released in Japan on September 16, 2004, in North America on May 1, 2005, in Australia on June 9, 2005 and in Europe on October 21, 2005.&lt;br /&gt;
&lt;br /&gt;
It was the second highest-selling video game of 2005 in North America. It was also the third best-selling game for the [[Game Boy Advance]], losing to the other Generation III games, [[Pokémon Ruby and Sapphire]] and {{game|FireRed and LeafGreen|s}}.&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
The {{player}} starts their journey in [[Littleroot Town]], where the family has just moved from the [[Johto]] region after the player&#039;s father, [[Norman]], became the leader of the [[Petalburg Gym]]. The story starts off with the player riding in the moving van, which arrives in Littleroot. After exiting the van, the player&#039;s mother explains that they have just arrived at their new home; they then enter the house together, and there are {{p|Vigoroth}} movers carrying boxes. The player&#039;s mother suggests that the player introduce themselves to [[Professor Birch]], a friend of Norman&#039;s.&lt;br /&gt;
&lt;br /&gt;
Upon arriving at Birch&#039;s house, his wife greets the player, and upstairs the player meets {{ga|Brendan}}/{{ga|May}} (whichever is the opposite gender as the player), the child of Professor Birch who will become one of the player&#039;s [[rival]]s. After the introduction, Brendan/May soon leaves to join Birch, who is out in the field. The player then finds Birch on {{rt|101|Hoenn}}, where he is being chased by a {{p|Zigzagoon}}. Birch asks the player to take a {{i|Poké Ball}} out of his bag lying on the ground; the player then chooses between {{p|Treecko}}, {{p|Mudkip}}, and {{p|Torchic}} as their [[starter Pokémon]]. After choosing, a battle immediately begins with the wild Zigzagoon. After rescuing Birch, he lets the player keep the chosen Pokémon as thanks for saving him. He then tells the player to meet up with Brendan/May on {{rt|103|Hoenn}} for pointers on how to be a Trainer.&lt;br /&gt;
&lt;br /&gt;
Once the player finds Brendan/May on Route 103, they have their first {{pkmn|battle}}, after which they return to Birch&#039;s lab, where the player receives a [[Pokédex]] and some {{i|Poké Ball}}s. Outside of the lab, the player&#039;s mother gives them the [[Running Shoes]]. Once the player arrives in Petalburg City, they meet with their father at the Gym, where he tells them that he is happy to learn that they have become a Trainer like him. During the conversation, a local boy named [[Wally]] enters the Gym and asks Norman to help him catch a Pokémon. Norman loans Wally a {{p|Zigzagoon}} and a Poké Ball. He then asks the player to go along and help Wally with his task. On {{rt|102|Hoenn}}, Wally catches a {{p|Ralts}}, and the Trainers then return to the Gym, where Wally gives his thanks before being called home by his mother. Norman then encourages the player to travel Hoenn and challenge the region&#039;s [[Gym Leader]]s: [[Roxanne]], [[Brawly]], [[Wattson]], [[Flannery]], [[Norman]], [[Winona]], [[Tate and Liza]], and [[Juan]].&lt;br /&gt;
&lt;br /&gt;
The player then travels through {{rt|104|Hoenn}} and [[Petalburg Woods]]; just before the exit from the woods, the player encounters the nefarious [[Team Aqua]]. After battling, the {{tc|Team Aqua Grunt}} reveals that their team is after something in [[Rustboro City]].&lt;br /&gt;
&lt;br /&gt;
At the [[Rustboro Gym]], the player battles Roxanne and earns the {{Badge|Stone}}; afterwards, the player runs into the Devon Researcher from Petalburg Woods. He tells the player that he has been robbed by Team Aqua and that the player must get the [[Devon Parts|Devon Goods]] back from the evil team. The player then heads out onto {{rt|116|Hoenn}} and discovers an old man named [[Mr. Briney]] who tells them that the villainous team has also taken his {{p|Wingull}} [[Peeko]] hostage and gone into the [[Rusturf Tunnel]]. The player confronts the Team Aqua Grunt inside the tunnel and retrieves the Devon Goods, as well as rescuing Peeko.&lt;br /&gt;
&lt;br /&gt;
Once the Devon Goods are returned, the researcher asks the player to deliver them to the shipyard in [[Slateport City]]. The player then meets [[Mr. Stone]], the president of the [[Devon Corporation]], who asks that the player stop by [[Dewford Town]] and deliver a letter to his son {{Steven}}; as thanks for the player&#039;s earlier work, Mr. Stone gives the player a [[PokéNav]]. Outside, the player meets Brendan or May, who explains that Mr. Briney had formerly been a sailor. The player then heads back through the Petalburg Woods to Mr. Briney&#039;s house, where he gives the player a ride down {{rt|105|Hoenn}} to Dewford Town. Just north of Dewford on {{rt|106|Hoenn}} is the [[Granite Cave]] where Steven is exploring. The player obtains {{HM|05|Flash}} at the entrance, but it will not work without the [[Dewford Gym]]&#039;s Badge. After earning the {{Badge|Knuckle}} from Brawly, the player can now use Flash to find Steven in the Granite Cave and deliver the letter. Steven rewards the player with {{TM|47|Steel Wing}} and tells the player that they could potentially become the Pokémon League Champion.&lt;br /&gt;
&lt;br /&gt;
After leaving Dewford Town, Mr. Briney takes the player across {{rt|107|Hoenn}} and {{rt|108|Hoenn}} to {{rt|109|Hoenn}}, just south of Slateport City. When the player arrives in Slateport, there is a noticeable crowd of {{tc|Team Aqua Grunt}}s blocking the entrance to the [[Oceanic Museum]]. When the player tries to drop off the Devon Goods at [[Stern&#039;s Shipyard]], they learn that [[Captain Stern]] is in the Oceanic Museum. Once the player finds Captain Stern, they are confronted by two Team Aqua Grunts, and after defeating them, Team Aqua&#039;s leader [[Archie]] appears and tells the player of their plans before warning not to get in the way again.&lt;br /&gt;
&lt;br /&gt;
After giving the Devon Goods to Captain Stern, the player leaves Slateport City and travels {{rt|110|Hoenn}}; after encountering and battling Brendan or May, the player arrives in [[Mauville City]]. Outside of the [[Mauville Gym]], the player finds Wally and his uncle; Wally challenges the player to a battle to prove to his uncle that he is ready for the Gym. After the battle, Wally&#039;s uncle invites the player to visit [[Verdanturf Town]] sometime. Once the {{Badge|Dynamo}} has been earned from Wattson, the player heads to Verdanturf Town and uses {{m|Rock Smash}} to clear the previously blocked Rusturf Tunnel, earning {{HM|04|Strength}} as a reward. Next, the player returns to Mauville and travels through {{rt|111|Hoenn}} and {{rt|112|Hoenn}} to the [[Fiery Path]], on the other side of which the player continues through {{rt|113|Hoenn}} to [[Fallarbor Town]].&lt;br /&gt;
&lt;br /&gt;
Inside the Fallarbor Pokémon Center, the player meets [[Lanette]], who invites them to her house on {{rt|114|Hoenn}}. At the end of Route 114 is [[Meteor Falls]], where the player finds [[Team Magma]], who have stolen a valuable [[Meteorite]] from [[Professor Cozmo]]. Suddenly, the scene is interrupted by the appearance of Team Aqua and Archie, which causes the {{tc|Team Magma Grunt}}s to retreat to [[Mt. Chimney]] with the stolen meteorite. At the top of Mt. Chimney, Team Magma and Team Aqua can be found fighting. After defeating {{tc|Magma Admin}} [[Tabitha]], the player finds Magma Leader [[Maxie]] using the Meteorite in a strange machine. Maxie then battles the player and retreats once defeated, leaving behind the Meteorite.&lt;br /&gt;
&lt;br /&gt;
Taking the southern path that was blocked by the battling teams, the player exits Mt. Chimney and reaches [[Lavaridge Town]], home of the [[Lavaridge Gym]]. After receiving the {{Badge|Heat}} from Flannery, the player then meets Brendan or May, who gives them the [[Go-Goggles]] and suggests that they challenge their father at the Petalburg Gym. After getting the {{Badge|Balance}} from Norman, the player visits Wally&#039;s father, who gives the player {{HM|03|Surf}}.&lt;br /&gt;
&lt;br /&gt;
As the player then travels through {{rt|118|Hoenn}} (just east of Mauville City), they encounter Steven once again. Afterwards, the player continues through {{rt|119|Hoenn}}, reaching the [[Weather Institute]], which is being attacked by Team Aqua in search of the {{p|Castform|weather Pokémon}} that the institute has created. After battling the Grunts and facing off with {{tc|Aqua Admin}} [[Shelly]], the player saves the institute and is given the Pokémon {{p|Castform}} as a reward. Shortly after leaving the Weather Institute, Brendan/May appears, battles the player, and gives away {{HM|02|Fly}} upon defeat.&lt;br /&gt;
&lt;br /&gt;
The player arrives in [[Fortree City]] but cannot challenge the Gym because something invisible is blocking the entrance. On {{rt|120|Hoenn}}, the player once again meets Steven, and he gives the player the [[Devon Scope]], which allows them to enter the Gym by revealing the invisible thing to be the Pokémon {{p|Kecleon}}. After the player defeats Winona and receives the {{Badge|Feather}}, the quest continues through {{rt|120|Hoenn}} and {{rt|121|Hoenn}} to [[Lilycove City]]. On {{rt|121|Hoenn}}, there are some grunts from the evil team discussing their plan to go to [[Mt. Pyre]], and upon arriving in Lilycove, the player finds it crawling with more grunts. Outside of the [[Lilycove Department Store]], the player battles Brendan/May for the last time, who upon defeat announces his/her intention to return to Littleroot Town.&lt;br /&gt;
&lt;br /&gt;
After the battle, the player heads to Mt. Pyre to drive off Team Aqua. At the summit of Mt. Pyre, the player finds the leader of the team, who has taken the [[Red Orb]] and proclaims that the young Trainer has arrived too late to stop him; the team then heads for Slateport City. Team Aqua also mentions that Team Magma had been at Mt. Pyre earlier, during which they also stole the [[Blue Orb]]. The old couple that watch over the orbs beseech the player to stop the evil teams, and they give the player the [[Magma Emblem]].&lt;br /&gt;
&lt;br /&gt;
When the player arrives back to the [[Jagged Pass]], the Magma Emblem reveals the secret opening to the {{OBP|Magma Hideout|Jagged Pass}}. Inside the hideout, the player battles against several Team Magma Grunts and Magma Admin Tabitha. After defeating Tabitha, the player continues into the hideout and finds that Maxie trying to awaken {{p|Groudon}} using the Blue Orb. However, upon being awaken, Groudon abruptly flees the cave. Maxie spots the player and battle them, then after being defeated, leave the hideout to pursue Groudon.&lt;br /&gt;
&lt;br /&gt;
Upon returning to Slateport, the player finds that Capt. Stern has discovered an undersea cavern on {{rt|128|Hoenn}}. Team Aqua then suddenly appears and takes over the captain&#039;s research submarine. Aqua Leader Archie once again taunts the player, and he mentions that the team&#039;s hideout is in Lilycove City. Once the player fights their way through to the center of the hideout, they encounter [[Matt]], who battles the player to stall until Archie takes off in the submarine.&lt;br /&gt;
&lt;br /&gt;
The player must then travel {{rt|124|Hoenn}} to [[Mossdeep City]], where the player challenges [[Tate and Liza]] of the [[Mossdeep Gym]] to earn the {{Badge|Mind}}. Meanwhile, Team Magma has invaded the [[Mossdeep Space Center]], where they plan to steal rocket fuel to jettison into Mt. Chimney, causing it to erupt. After defeating the Team Magma Grunts, the player teams up with {{Steven}} to battle Maxie and Tabitha. After defeating Team Magma, they retreat. As thanks, Steven invites the player to his home and gives them {{HM|08|Dive}}.&lt;br /&gt;
&lt;br /&gt;
Heading to {{rt|128|Hoenn}} and using Dive, the player finds the [[Seafloor Cavern]], where Team Aqua has gone. In the deepest reaches of the cavern, the player has a showdown with Archie, who then uses the Red Orb to awaken the sleeping {{p|Kyogre}}. After being awakened, the ancient Pokémon vanishes. Just then, Maxie appears, and Archie finds that he is unable to control the Pokémon. Everyone heads back to the surface, where it&#039;s revealed that the weather all over Hoenn is out of control. Maxie and Archie agree to work together, and they head to Sootopolis City.&lt;br /&gt;
&lt;br /&gt;
Back at Sootopolis City, Groudon and Kyogre are fighting. Steven leads the player into the [[Cave of Origin]], introducing them to [[Wallace]], the city&#039;s former [[Gym Leader]]. Wallace tells the player that {{p|Rayquaza}}, which can be found at [[Sky Pillar]], can put a stop to Groudon and Kyogre&#039;s fighting. And in haste, Wallace leaves for Sky Pillar.&lt;br /&gt;
&lt;br /&gt;
At Sky Pillar, Wallace meets the player and unlocks the entrance. Wallace instructs the player to meet Rayquaza at the top of tower while he heads back to check on Sootopolis City. Upon reaching the top, the player interacts with Rayquaza, who awakens and flies off to Sootopolis City. Back at Sootopolis City, Rayquaza descends from the sky and lets out a cry to Groudon and Kyogre, causing the two to retreat. Rayquaza then flies back to Sky Pillar, and the weather in Hoenn returns to normal. Maxie and Archie, acknowledging their mistakes, return to Mt. Pyre to return the stolen orbs. In gratitude, Wallace gives the player {{HM|07|Waterfall}} and allows them entry into the Sootopolis Gym to challenge [[Juan]], who rewards the {{badge|Rain}} upon defeat. After this point, the player may return to Sky Pillar at a chance of battling and capturing Rayquaza.&lt;br /&gt;
&lt;br /&gt;
After collecting all eight badges, the player can challenge the [[Elite Four]] at [[Ever Grande City]]. After defeating them, it is revealed that Wallace has become the region&#039;s Champion. After being defeated, Wallace will induct the player into the Hall of Fame.&lt;br /&gt;
&lt;br /&gt;
After entering the Hall of Fame, various post-game features are unlocked. {{p|Latias}} or {{p|Latios}} (depending on which color the player recalls from the TV report) will begin roaming across Hoenn. {{p|Groudon}} and {{p|Kyogre}} can also be found in [[Terra Cave]] and [[Marine Cave]], respectively. The location of these caves are frequently changing and can be determined at the Weather Institute. Steven can also be found deep within [[Meteor Falls]], where he will challenge the player to a battle. Lastly, the player will gain access to the {{OBP|Battle Frontier|Generation III}} via the [[S.S. Tidal]].&lt;br /&gt;
&lt;br /&gt;
==Blurb==&lt;br /&gt;
&#039;&#039;The [[Hoenn]] region is unstable — Rayquaza has awakened! Your skills as a Trainer will be challenged like they&#039;ve never been challenged before as you try to maintain balance between {{p|Kyogre}} &amp;amp; {{p|Groudon}}. Prove your skill by earning Badges &amp;amp; gaining access to the {{gdis|Battle Frontier|III}} — the front line of Pokémon battling that offers a whole new level of competition. Never-before-experienced battles await you!&lt;br /&gt;
* &#039;&#039;The third adventure with new episodes in the Hoenn region!&lt;br /&gt;
* &#039;&#039;Tons of new features, including surprising plot twists and changes to where and how often you can catch certain Pokémon!&lt;br /&gt;
* &#039;&#039;Use the Game Boy Advance [[Wireless Adapter]] to trade &amp;amp; battle between Pokémon Emerald and {{game|FireRed and LeafGreen|s}} versions.&lt;br /&gt;
* &#039;&#039;Expand your collection when you trade with a friend. Using a Game Boy Advance Game Link™, link up with {{game|Ruby &amp;amp; Sapphire|s}}, Pokémon FireRed &amp;amp; LeafGreen, or connect with [[Pokémon Colosseum]] using a [[Nintendo GameCube]]® Game Boy Advance cable. See instruction booklet for more details.&lt;br /&gt;
&lt;br /&gt;
==Changes from Ruby and Sapphire==&lt;br /&gt;
===Gameplay===&lt;br /&gt;
* [[e-Reader]] support is removed from the international releases, requiring {{player}}s to [[Record mixing|mix records]] with a Ruby, Sapphire, FireRed, or LeafGreen cartridge containing e-Reader-exclusive items in order to obtain them.&lt;br /&gt;
* Groudon and Kyogre are now respectively captured at the new locations [[Terra Cave]] and [[Marine Cave]] and at higher levels.&lt;br /&gt;
* The entrances to the Team Magma and Team Aqua Hideouts are not sealed after defeating [[Tate and Liza]].&lt;br /&gt;
* The [[roaming Pokémon|Pokémon roaming]] across [[Hoenn]], {{p|Latias}} or {{p|Latios}}, can be selected right after entering the [[Hall of Fame]]. The one that is not selected is available on [[Southern Island]], requiring the promotional [[Eon Ticket]].&lt;br /&gt;
* The [[Legendary titans]]&#039; puzzles are slightly different, though the same in principle.&lt;br /&gt;
* [[Multi Battle]]s are available outside link-cable battling, being featured in the {{gdis|Battle Tower|III}} with a computer player (or, using the Wireless Adapter, a human player), as well as through an in-game plot event at the [[Mossdeep Space Center]], battling alongside {{Steven}}.&lt;br /&gt;
* [[Double Battle]]s are more common as different Trainers can team up if the player is able to be spotted by two Trainers at once.&lt;br /&gt;
* [[Gym Leader]]s may be rebattled in Double Battles, with new Pokémon on their teams that are not normally found in Hoenn.&lt;br /&gt;
* The Trainer&#039;s Eyes in the [[PokéNav]] is replaced by Match Call, which integrated a calling system similar to the [[Pokégear]] cellphone.&lt;br /&gt;
* {{p|Chikorita}}, {{p|Cyndaquil}}, or {{p|Totodile}} may be acquired from Professor Birch after obtaining every Pokémon in the [[List of Pokémon by Hoenn Pokédex number (Generation III)|Hoenn Pokédex]] (excluding {{p|Deoxys}} and {{p|Jirachi}}).&lt;br /&gt;
* {{p|Deoxys}} is in its Speed Forme.&lt;br /&gt;
* [[Ability|Abilities]] have new {{cat|Abilities with field effects|field effects}}. For example, Abilities also have a role in breeding as {{a|Magma Armor}} and {{a|Flame Body}} speed up the hatching process if a Pokémon which has either Ability is in the party.&lt;br /&gt;
* {{a|Pickup}} has a new item list; Pokémon pick up items based on their [[level]].&lt;br /&gt;
* Having a [[Gender|female]] Pokémon or {{p|Ditto}} of the breeding pair hold an [[Everstone]] grants a 50% chance of passing down their [[nature]] to the hatched Pokémon when breeding.&lt;br /&gt;
* Raising [[friendship]] and lowering [[effort values]] can be done with certain [[Berry|Berries]].&lt;br /&gt;
* Pokémon Contests are all held in [[Lilycove City]].&lt;br /&gt;
* Unlike {{2v2|Ruby|Sapphire}}, trade restrictions between games are in place. Trading with Ruby and Sapphire as well as with another Emerald only allows trading of Pokémon indigenous to [[Hoenn]] while the player possesses only the country&#039;s [[List of Pokémon by Hoenn Pokédex number (Generation III)|regional Pokédex]], while the [[National Pokédex]] is required to trade with {{2v2|FireRed|LeafGreen}} and {{pkmn|XD: Gale of Darkness}}. This restriction also includes [[Pokémon Egg]]s from Ruby or Sapphire regardless if it contains a regional Pokémon. However, trading with {{pkmn|Colosseum}} only requires the [[List of Pokémon by Hoenn Pokédex number (Generation III)|Hoenn Pokédex]] regardless of the Pokémon being traded.&lt;br /&gt;
* All the [[Gym Leader]]s from Ruby and Sapphire, including former Gym Leader [[Wallace]], have upgraded Pokémon teams. Changes include the addition of Pokémon they did not have in Ruby and Sapphire, or in rare cases the removal of some of their previous Pokémon.&lt;br /&gt;
* When encountering either of the villainous team leaders, the game will now play the encounter theme and battle animation of their respective team, unlike in Ruby and Sapphire in which they had no encounter theme and used the standard battle animation.&lt;br /&gt;
&lt;br /&gt;
===Areas===&lt;br /&gt;
* The passage between [[Verdanturf Town]] and [[Route 117]] was widened. [[Route 118]] was also modified slightly.&lt;br /&gt;
* The layouts of the puzzles in the [[Trick House]] were changed.&lt;br /&gt;
* The Fossils ([[Root Fossil]], [[Claw Fossil]]) in the desert are now found in a short-lived tower called [[Mirage Tower]] that sinks into the ground once a Fossil is chosen. However, the other Fossil can now be acquired after entering the Hall of Fame.&lt;br /&gt;
* [[Battle Tent]]s replace [[Contest Hall]]s in [[Verdanturf Town]], [[Fallarbor Town]], and [[Slateport City]]. Instead, [[Pokémon Contest]]s of all four {{OBP|rank|Contest}}s take place in [[Lilycove City]].&lt;br /&gt;
* Another new battle area, the {{gdis|Battle Frontier|III}}, greatly expands the existing {{gdis|Battle Tower|III}}. This is also the only place to find a wild {{p|Sudowoodo}} and {{p|Smeargle}} (Inside [[Artisan Cave]]) in the Generation III handheld games.&lt;br /&gt;
* The [[Desert Underpass]] and new areas within the [[Hoenn Safari Zone|Safari Zone]] appear, introducing 19 Pokémon native to [[Johto]] and [[Kanto]]. 12 of these Pokémon consist of Johto Pokémon that can only be found in this version other than the Johto starters, {{p|Sudowoodo}}, and {{p|Smeargle}}, while the other 7 can also be found in FireRed and LeafGreen.&lt;br /&gt;
* [[Terra Cave]] and [[Marine Cave]], accessible only after entering the Hall of Fame, are home to Groudon and Kyogre, respectively. The [[cave]]s are not fixed to one location, and in order to track them, it is necessary to investigate the unusual patterns concluded by the [[Weather Institute]].&lt;br /&gt;
* {{p|Mew}} appears on [[Faraway Island]], an island that is located remote from Hoenn. Reaching the island requires a special promotional item, the [[Old Sea Map]], which was only distributed to Japanese players for a limited time.&lt;br /&gt;
* While Team Aqua&#039;s [[Team Aqua Hideout|hideout]] is still in [[Lilycove City]] just like in {{game|Ruby and Sapphire|s|Sapphire}}, Team Magma&#039;s [[Team Magma Hideout|hideout]] has been moved to [[Magma Hideout (Jagged Pass)|a hidden cave]] at [[Jagged Pass]] and has been given a completely new design. Also, Magma Hideout is now where Groudon is first encountered.&lt;br /&gt;
&lt;br /&gt;
===Storyline===&lt;br /&gt;
* Both [[Team Magma]] and [[Team Aqua]] are featured as the villainous teams, each stirring trouble at different stages in the game. The objective of each team, to awaken {{p|Groudon}} and {{p|Kyogre}}, respectively, is eventually fulfilled.&lt;br /&gt;
* {{p|Rayquaza}} is prominent plot-wise, awakened in order to stop the destructive battle between Groudon and Kyogre. It is now the one out of the three ancient Pokémon that can be caught prior to entering the Hall of Fame, while still at the same place and at the same high level as in Ruby and Sapphire.&lt;br /&gt;
&lt;br /&gt;
===Characters===&lt;br /&gt;
* {{ga|Brendan}} and {{ga|May}} have slight changes to the design of their outfits, primarily from the change in color scheme from red to green (tying into the game being named &amp;quot;Emerald&amp;quot;).&lt;br /&gt;
* {{p|Vigoroth}} move boxes into Brendan&#039;s or May&#039;s house instead of {{p|Machoke}} (though the cries are not changed in the Japanese version due to an oversight, but this was corrected in the localizations).&lt;br /&gt;
* A {{p|Zigzagoon}} chases [[Professor Birch]] instead of a {{p|Poochyena}}. In contrast, the first [[Pokémon Trainer]] fought after the [[rival]] has a Poochyena instead of a Zigzagoon.&lt;br /&gt;
* [[Pokémon Center Ladies|Contest Lady, Quiz Lady, or Favor Lady]] in Lilycove Pokémon Center.&lt;br /&gt;
* New [[Move Tutor]]s added, including most of the ones in FireRed and LeafGreen (all but {{m|Frenzy Plant}}, {{m|Blast Burn}} and {{m|Hydro Cannon}}), along with 15 others that teach moves previously acquired through [[Generation II]] [[TM]]s.&lt;br /&gt;
* A new Gym Leader in the [[Sootopolis Gym]], [[Juan]], while its former Gym Leader Wallace is now the Pokémon Champion.&lt;br /&gt;
* The former Champion [[Steven Stone|Steven]] can be fought in [[Meteor Falls]] after entering the Hall of Fame, with all of his Pokémon at exactly 20 levels higher than in Ruby and Sapphire.&lt;br /&gt;
* [[Scott]], a new character introduced in Emerald, will meet the player numerous times throughout the game, ultimately inviting the player to the {{gdis|Battle Frontier|III}} after they enter the Hall of Fame.&lt;br /&gt;
&lt;br /&gt;
===Graphics===&lt;br /&gt;
* Animated Pokémon front sprites return for the first time since {{game|Crystal}}. This feature was defined as standard for the core series Pokémon games ever since. Emerald is also the first game to have animated back sprites.&lt;br /&gt;
* The cave floor design has slightly changed.&lt;br /&gt;
* [[Player&#039;s house|Brendan&#039;s house]] has blue rugs, while May&#039;s has pink rugs. In Ruby and Sapphire, both houses had red rugs.&lt;br /&gt;
* Every [[Gym]] has received at least a slight renovation due to the addition of Trainers for the option of Double Battles. Some of these Gyms received complete overhauls in their designs, such as the [[Mossdeep Gym]], which was given a new, rearranged puzzle that the {{player}} must navigate through. All Gyms now have the Badge mounted on the wall behind the Leader.&lt;br /&gt;
* The color of the {{pkmn|Champion}}&#039;s room at the Pokémon League was recolored from its original shade of purple to blue.&lt;br /&gt;
* The text and required actions in [[Sealed Chamber]] have changed slightly.&lt;br /&gt;
* The [[Legendary Pokémon]] battle intros include a different animation before moving into the battle scene. This animation involves the body patterns of the [[super-ancient Pokémon]] and the [[Legendary titans]]&#039;s braille eye patterns.&lt;br /&gt;
* A young girl now blocks {{rt|101|Hoenn}} instead of a young boy.&lt;br /&gt;
&lt;br /&gt;
===Incorporated from FireRed and LeafGreen===&lt;br /&gt;
Although Emerald is a modified version of {{2v2|Ruby|Sapphire}}, a number of changes occurred to make it more similar to {{2v2|FireRed|LeafGreen}}.&lt;br /&gt;
* Wireless linking with [[Union Room]], as in FireRed and LeafGreen.&lt;br /&gt;
* The [[Mystery Gift]] system from FireRed and LeafGreen is added, and relies on both [[e-Reader]] and [[Game Boy Advance Wireless Adapter]] in Japan (e-Reader support was removed from overseas releases), being available alongside [[Mystery Gift#Mystery Events|Mystery Events]] in the Japanese version.&lt;br /&gt;
* A new battle area, [[Trainer Hill]], which is similar to [[Trainer Tower]] found in FireRed and LeafGreen. Has support for the e-Reader in the Japanese version.&lt;br /&gt;
* The wireless minigames [[Pokémon Jump]] and [[Dodrio Berry Picking]] were added and are found on the Game Corner in [[Mossdeep City]], which replaces the e-Reader {{pkmn|Trainer}} house from Ruby and Sapphire.&lt;br /&gt;
* The [[Party|Pokémon List]] interface was updated to match the one in FireRed and LeafGreen. The background color was changed but other elements like the larger [[HP]] bar and colon-less [[level]] indicator are unaltered. [[Field move]] entries also appear in the Pokémon List&#039;s menu after the entry for the {{OBP|Pokémon|species}}&#039;s status screen, as in FireRed and LeafGreen.&lt;br /&gt;
** This creates some inconsistencies, however: the {{DL|HP|HP bar}} shown during the {{pkmn|battle}} {{wp|HUD (video gaming)|HUD}} is the smaller one from Ruby and Sapphire, and in the Japanese version, the HUD&#039;s level indicator also uses a colon for levels lower than 100 like Ruby and Sapphire (e.g.: &#039;&#039;&#039;Lv:45&#039;&#039;&#039; as opposed to &#039;&#039;&#039;Lv45&#039;&#039;&#039;).&lt;br /&gt;
* The text font has been changed to one very similar to that of FireRed and LeafGreen.&lt;br /&gt;
* The [[PP]] counter for a move now changes color depending on how many points are left.&lt;br /&gt;
* The two event locations from FireRed and LeafGreen, [[Navel Rock]] and [[Birth Island]], make a return.&lt;br /&gt;
* [[Altering Cave]], from FireRed and LeafGreen, appears in Emerald.&lt;br /&gt;
* Stars pop out of a [[Poké Ball]] after a successful capture, rather than no animation happening.&lt;br /&gt;
* All of the music tracks from FireRed and LeafGreen were inserted into Emerald, but only a handful are actually used:&lt;br /&gt;
** The [[caught Pokémon]] fanfare was changed to the one from FireRed and LeafGreen.&lt;br /&gt;
** Navel Rock plays {{DL|Pokémon FireRed &amp;amp; Pokémon LeafGreen: Super Music Collection|Disc 1|&#039;&#039;Sevii Islands&#039;&#039;}}.&lt;br /&gt;
** Altering Cave plays {{DL|Pokémon FireRed &amp;amp; Pokémon LeafGreen: Super Music Collection|Disc 1|&#039;&#039;Caves of Mt. Moon&#039;&#039;}}.&lt;br /&gt;
** Battles with the non-[[Hoenn]] [[Legendary Pokémon]] {{p|Ho-Oh}} and {{p|Lugia}} in Navel Rock play {{DL|Pokémon FireRed &amp;amp; Pokémon LeafGreen: Super Music Collection|Disc 1|&#039;&#039;Battle! (Legendary Pokémon)&#039;&#039;}} from FireRed and LeafGreen. Encountering and battling {{p|Deoxys}} in Birth Island also plays {{DL|Pokémon FireRed &amp;amp; Pokémon LeafGreen: Super Music Collection|Disc 2|&#039;&#039;Deoxys Appears&#039;&#039;}} and {{DL|Pokémon FireRed &amp;amp; Pokémon LeafGreen: Super Music Collection|Disc 2|&#039;&#039;Battle! (Deoxys)&#039;&#039;}}, respectively, like in FireRed and LeafGreen. The battle with {{p|Mew}} in [[Faraway Island]] plays a new theme exclusive to Emerald, {{DL|Pokémon Black 2 &amp;amp; Pokémon White 2: Super Music Collection|Disc 4|&#039;&#039;Battle! (Mew)&#039;&#039;}}, which is a more intense version of the aforementioned &#039;&#039;Battle! (Legendary Pokémon)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===[[Version-exclusive Pokémon|Missing Pokémon]]===&lt;br /&gt;
These [[List of Pokémon by Hoenn Pokédex number (Generation III)|Hoenn Pokédex]] Pokémon are missing from Emerald and must be traded to the game from another Generation III game to be obtained. While {{pkmn2|wild}} {{p|Surskit}} can appear in Emerald, the player needs to [[Record mixing|mix records]] with a copy of Ruby or Sapphire in order for Surskit to appear by way of [[Mass outbreak|swarming]]; otherwise, Surskit cannot be legitimately caught without the aid of another game.&lt;br /&gt;
&lt;br /&gt;
These Pokémon can all be obtained in {{g|XD: Gale of Darkness}} alone.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; background:#{{emerald color}}; border:5px solid #{{emerald color light}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Missing Pokémon&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:white; border:1px solid #{{emerald color}}; border-collapse:collapse&amp;quot; cellspacing=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
{{Moveentry|283|Surskit|2|Bug|Water|{{Gameabbrev3|RS}}|gen=3}}&lt;br /&gt;
{{Moveentry|284|Masquerain|2|Bug|Flying|{{Gameabbrev3|RS}}|gen=3}}&lt;br /&gt;
{{Moveentry|307|Meditite|2|Fighting|Psychic|{{Gameabbrev3|RS}}|gen=3}}&lt;br /&gt;
{{Moveentry|308|Medicham|2|Fighting|Psychic|{{Gameabbrev3|RS}}|gen=3}}&lt;br /&gt;
{{Moveentry|315|Roselia|2|Grass|Poison|{{Gameabbrev3|RS}}|gen=3}}&lt;br /&gt;
{{Moveentry|335|Zangoose|1|Normal||{{Gameabbrev3|R}}|gen=3}}&lt;br /&gt;
{{Moveentry|337|Lunatone|2|Rock|Psychic|{{Gameabbrev3|S}}|gen=3}}&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Connectivity==&lt;br /&gt;
Emerald maintained similar levels of compatibility as its companion games {{game|Ruby and Sapphire|s}} and {{game|FireRed and LeafGreen|s}}.  This utilizes the traditional [[Game Link Cable]], or alternatively, the [[GBA Wireless Adapter]] like in FireRed and LeafGreen. The game is also able to trade with {{pkmn|Colosseum}} and {{pkmn|XD: Gale of Darkness}} using the Nintendo GameCube Game Boy Advance Game Link cable. Emerald cannot trade Pokémon outside the Hoenn Pokédex and cannot trade Pokémon with FireRed, LeafGreen, or XD Gale of Darkness until the Player reaches the [[Hall of Fame]] and the National Pokédex is unlocked. Pokémon Colosseum bypasses all trade restrictions beyond unlocking trading. &lt;br /&gt;
&lt;br /&gt;
[[Trade|Trading]] between each of these games is possible, but not with games from Generations {{gen|I}} and {{gen|II}}.&lt;br /&gt;
&lt;br /&gt;
While Emerald cannot trade directly with the [[Generation IV]] games {{game5|Diamond|Pearl|Platinum|HeartGold|SoulSilver}}, a player&#039;s Pokémon may be permanently transferred via [[Pal Park]], and some of the [[:Category:Generation II Pokémon|Generation II Pokémon]] introduced into the [[Hoenn Safari Zone]] extension can be found using the [[dual-slot mode]].&lt;br /&gt;
&lt;br /&gt;
==Reception==&lt;br /&gt;
Many reviews criticized Emerald for being too similar to Ruby and Sapphire, with {{wp|Game Informer}} stating that &amp;quot;there simply aren&#039;t enough changes to make this a must-buy.&amp;quot;&amp;lt;ref&amp;gt;[https://www.metacritic.com/game/game-boy-advance/pokemon-emerald-version/critic-reviews Pokémon Emerald Version Critic Reviews for Game Boy Advance - Metacritic]&amp;lt;/ref&amp;gt; However, {{wp|IGN}} gave the game a &amp;quot;Great&amp;quot; rating of 8.0/10, stating that there are &amp;quot;special, newly-created treats sprinkled throughout the experience to make experiencing this repeat worthwhile.&amp;quot;&amp;lt;ref&amp;gt;[https://www.ign.com/articles/2005/05/03/pokemon-emerald Pokemon Emerald - IGN]&amp;lt;/ref&amp;gt; Gaming magazine {{wp|Famitsu}} gave Pokémon Emerald a score of 34 out of 40. It holds a rating of 76.65% on {{wp|GameRankings}}, based on 29 reviews.&amp;lt;ref&amp;gt;[https://www.gamerankings.com/gba/921905-pokemon-emerald-version/index.html Pokémon Emerald Version for Game Boy Advance - GameRankings]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sales===&lt;br /&gt;
As of March 31, 2007, Pokémon Emerald has sold 6.32 million copies worldwide.&amp;lt;ref&amp;gt;[https://www.nintendo.co.jp/ir/pdf/2007/070427e.pdf#page=6 Nintendo Co., Ltd. - Fiscal Year Ended March 31, 2007]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Japanese sales====&lt;br /&gt;
Pokémon Emerald sold 790,527 units on its first week on the Japanese market,&amp;lt;ref&amp;gt;[https://www.neogaf.com/threads/media-create-sales-archive-thread-2.416253/#post-24968644 Media Create Sales: Archive Thread 2 | NeoGAF]&amp;lt;/ref&amp;gt; with a {{wp|sell-through}} of 91.37%. By January 2, 2011, the end of its 329th week, it had sold 1,916,505 copies.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;text-align:center; border:3px solid #{{emerald color dark}}; background:#{{emerald color}}&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#{{emerald color light}}; {{roundytl|5px}}&amp;quot; | Week&lt;br /&gt;
! style=&amp;quot;background:#{{emerald color light}}&amp;quot; | Week ending&lt;br /&gt;
! style=&amp;quot;background:#{{emerald color light}}&amp;quot; | Ranking&lt;br /&gt;
! style=&amp;quot;background:#{{emerald color light}}&amp;quot; | Units sold&lt;br /&gt;
! style=&amp;quot;background:#{{emerald color light}}; {{roundytr|5px}}&amp;quot; | Total units sold&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 1&lt;br /&gt;
| September 19, 2004&lt;br /&gt;
| 1st&lt;br /&gt;
| 790,527&lt;br /&gt;
| 790,527&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 2&lt;br /&gt;
| September 26, 2004&lt;br /&gt;
| 2nd&lt;br /&gt;
| 150,964&lt;br /&gt;
| 941,491&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 3&lt;br /&gt;
| October 3, 2004&lt;br /&gt;
| 2nd&lt;br /&gt;
| 74,642&lt;br /&gt;
| 1,016,843&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 4&lt;br /&gt;
| October 10, 2004&lt;br /&gt;
| 5th&lt;br /&gt;
| 38,883&lt;br /&gt;
| 1,055,726&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 5&lt;br /&gt;
| October 17, 2004&lt;br /&gt;
| 3rd&lt;br /&gt;
| 31,764&lt;br /&gt;
| 1,087,490&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 6&lt;br /&gt;
| October 24, 2004&lt;br /&gt;
| 3rd&lt;br /&gt;
| 21,676&lt;br /&gt;
| 1,109,166&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 7&lt;br /&gt;
| October 31, 2004&lt;br /&gt;
| 9th&lt;br /&gt;
| 21,970&lt;br /&gt;
| 1,131,136&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 8&lt;br /&gt;
| November 7, 2004&lt;br /&gt;
| 9th&lt;br /&gt;
| 17,788&lt;br /&gt;
| 1,148,924&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 9&lt;br /&gt;
| November 14, 2004&lt;br /&gt;
| 9th&lt;br /&gt;
| 14,093&lt;br /&gt;
| 1,163,017&amp;lt;!--&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 11&lt;br /&gt;
| November 28, 2004&lt;br /&gt;
| 13th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 15&lt;br /&gt;
| December 26, 2004&lt;br /&gt;
| 11th&lt;br /&gt;
| -&lt;br /&gt;
| ---&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 16&lt;br /&gt;
| January 2, 2005&lt;br /&gt;
| 16th&lt;br /&gt;
| -&lt;br /&gt;
| 1,397,615&amp;lt;!--&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 17&lt;br /&gt;
| January 9, 2005&lt;br /&gt;
| 14th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 18&lt;br /&gt;
| January 16, 2005&lt;br /&gt;
| 20th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 19&lt;br /&gt;
| January 23, 2005&lt;br /&gt;
| 14th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 20&lt;br /&gt;
| January 30, 2005&lt;br /&gt;
| 21st&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 21&lt;br /&gt;
| February 6, 2005&lt;br /&gt;
| 20th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 22&lt;br /&gt;
| February 13, 2005&lt;br /&gt;
| 19th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 23&lt;br /&gt;
| February 20, 2005&lt;br /&gt;
| 26th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 24&lt;br /&gt;
| February 27, 2005&lt;br /&gt;
| 41st&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 25&lt;br /&gt;
| March 6, 2005&lt;br /&gt;
| 27th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 28&lt;br /&gt;
| March 27, 2005&lt;br /&gt;
| 37th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 30&lt;br /&gt;
| April 10, 2005&lt;br /&gt;
| 18th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 31&lt;br /&gt;
| April 17, 2005&lt;br /&gt;
| 12th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 32&lt;br /&gt;
| April 24, 2005&lt;br /&gt;
| 22nd&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 33&lt;br /&gt;
| May 1, 2005&lt;br /&gt;
| 27th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 34&lt;br /&gt;
| May 8, 2005&lt;br /&gt;
| 12th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 35&lt;br /&gt;
| May 15, 2005&lt;br /&gt;
| 25th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 36&lt;br /&gt;
| May 22, 2005&lt;br /&gt;
| 24th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 37&lt;br /&gt;
| May 29, 2005&lt;br /&gt;
| 34th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 38&lt;br /&gt;
| June 5, 2005&lt;br /&gt;
| 25th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 39&lt;br /&gt;
| June 12, 2005&lt;br /&gt;
| 26th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 40&lt;br /&gt;
| June 19, 2005&lt;br /&gt;
| 21st&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 41&lt;br /&gt;
| June 26, 2005&lt;br /&gt;
| 22nd&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 42&lt;br /&gt;
| July 3, 2005&lt;br /&gt;
| 36th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 43&lt;br /&gt;
| July 10, 2005&lt;br /&gt;
| 28th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 44&lt;br /&gt;
| July 17, 2005&lt;br /&gt;
| 30th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 45&lt;br /&gt;
| July 24, 2005&lt;br /&gt;
| 36th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 46&lt;br /&gt;
| July 31, 2005&lt;br /&gt;
| 42nd&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 47&lt;br /&gt;
| August 7, 2005&lt;br /&gt;
| 35th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 48&lt;br /&gt;
| August 14, 2005&lt;br /&gt;
| 37th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 49&lt;br /&gt;
| August 21, 2005&lt;br /&gt;
| 30th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 50&lt;br /&gt;
| August 28, 2005&lt;br /&gt;
| 40th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 51&lt;br /&gt;
| September 4, 2005&lt;br /&gt;
| 28th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 52&lt;br /&gt;
| September 11, 2005&lt;br /&gt;
| 40th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 53&lt;br /&gt;
| September 18, 2005&lt;br /&gt;
| 34th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 54&lt;br /&gt;
| September 25, 2005&lt;br /&gt;
| 43rd&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 55&lt;br /&gt;
| October 2, 2005&lt;br /&gt;
| 40th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 56&lt;br /&gt;
| October 9, 2005&lt;br /&gt;
| 36th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 57&lt;br /&gt;
| October 16, 2005&lt;br /&gt;
| 40th&lt;br /&gt;
| -&lt;br /&gt;
| ---&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 68&lt;br /&gt;
| January 1, 2006&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| 1,645,364&amp;lt;!--&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 108&lt;br /&gt;
| October 8, 2006&lt;br /&gt;
| 33rd&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 109&lt;br /&gt;
| October 15, 2006&lt;br /&gt;
| 34th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 110&lt;br /&gt;
| October 22, 2006&lt;br /&gt;
| 29th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 111&lt;br /&gt;
| October 29, 2006&lt;br /&gt;
| 33rd&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 114&lt;br /&gt;
| November 19, 2006&lt;br /&gt;
| 35th&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 115&lt;br /&gt;
| November 26, 2006&lt;br /&gt;
| 44th&lt;br /&gt;
| -&lt;br /&gt;
| ---&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 120&lt;br /&gt;
| December 31, 2006&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| 1,773,390&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 172&lt;br /&gt;
| December 30, 2007&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| 1,848,568&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 224&lt;br /&gt;
| December 28, 2008&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| 1,883,975&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 277&lt;br /&gt;
| January 3, 2010&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| 1,908,780&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| 329&lt;br /&gt;
| January 2, 2011&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
| 1,916,505&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#{{emerald color light}}; {{roundybottom|5px}}&amp;quot; colspan=&amp;quot;5&amp;quot; |&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Staff==&lt;br /&gt;
{{main|Staff of Pokémon Emerald}}&lt;br /&gt;
&lt;br /&gt;
==Music==&lt;br /&gt;
{{main|Pokémon Ruby &amp;amp; Pokémon Sapphire: Super Music Collection}}&lt;br /&gt;
The soundtrack contains all of the background music used in Pokémon Ruby and Sapphire (the basis for a majority of the music in Pokémon Emerald), composed by [[Junichi Masuda]], [[Gō Ichinose]], and [[Morikazu Aoki]]. However, the soundtrack does not include [[Pokémon Ruby and Sapphire beta#Music|the remastered music]] from {{game2|Gold|Silver|Crystal}} or the other unused music, all of which are present in the internal data of Ruby and Sapphire, as well as Emerald.&lt;br /&gt;
&lt;br /&gt;
{{main|Pokémon FireRed &amp;amp; Pokémon LeafGreen: Super Music Collection}}&lt;br /&gt;
The entire soundtrack is present in the internal data of Emerald; however, only select pieces of music are used during gameplay.&lt;br /&gt;
&lt;br /&gt;
{{main|Pokémon Black 2 &amp;amp; Pokémon White 2: Super Music Collection}}&lt;br /&gt;
Several music tracks exclusive to Emerald went officially unreleased until 2012, when they were included with the official soundtrack of {{game|Black and White|s 2|Pokémon Black 2 and White 2}}. These Emerald-exclusive tracks comprise tracks 1-17 of Disc 4 of the soundtrack.&lt;br /&gt;
&lt;br /&gt;
==Development cycle==&lt;br /&gt;
{{main|Pokémon Emerald beta}}&lt;br /&gt;
&lt;br /&gt;
==Internal battery life==&lt;br /&gt;
{{incomplete|section}}&lt;br /&gt;
Clock-based events in this game as well as {{game|Ruby and Sapphire|s}} are controlled by a CR1616 lithium battery in the game cartridge. When starting up a file, players may receive a notification that the internal battery has run dry, and that clock-based events will no longer occur. This does not affect the save file or progress in the game, only events that happen in real-time, such as berry growth or the [[Shoal Cave]] tides.&lt;br /&gt;
&lt;br /&gt;
Even after replacing the battery, symptoms may persist in existing save files. This is because as soon as the battery runs dry, the timestamp associated with real-time events (that had been increasing steadily since the file was created) reverts to its initial value. This means that if the game was played for 5 years before the battery ran dry, it would take 5 years with a new battery for the new timestamp to catch up to the old value and for time to &amp;quot;progress&amp;quot; once more. [http://furlocks-forest.net/wiki/?page=Pokemon_Ruby/Sapphire_New_Battery_Glitch Furlock&#039;s Forest] details this issue and possible solutions.&lt;br /&gt;
&lt;br /&gt;
Starting a new save file after the battery is replaced will fix the problem because all events will be triggered relative to a new timestamp.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
===Logos===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Pokemon Emerald Logo EN.png|English logo&lt;br /&gt;
Emerald logo.png|Japanese logo&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
===Title screens===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:EmeraldTitle.png|English title screen&lt;br /&gt;
File:Japanese EmeraldTitle.png|Japanese title screen&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
===Boxart===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Emerald UK Boxart.jpg|UK cover&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
===Promotions===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Emerald_Poster.jpg|2005 promotional poster for Pokémon Emerald.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* {{p|Groudon}} and {{p|Kyogre}} appear in [[Fiore]] after {{ga|Pokémon Ranger}}&#039;s ending. The two seem to have been injured in a battle, which took place in [[Hoenn]], according to Emerald.&lt;br /&gt;
* The game uses a faulty implementation of the [[Pseudorandom number generation in Pokémon|pseudorandom number generator]] used in [[Generation III]] and {{gen|IV}} games, which allows literally identical [[personality value]]s for a Pokémon even after multiple resets. The game neglects to reseed the PRNG on startup (only doing so when the adventure is begun), which means that the personality values of an encountered Pokémon follow a predictable sequence once the seed is found and/or forced.&lt;br /&gt;
* Pokémon Emerald has many similarities with {{game|Platinum}}:&lt;br /&gt;
** Both are the third versions of their respective storylines.&lt;br /&gt;
** Both add a [[Battle Frontier]] in the place of the regional [[Battle Tower]].&lt;br /&gt;
** Both are represented by the final member of a [[Legendary trio]] which was not confirmed to be part of it beforehand.&lt;br /&gt;
** Both share features with the [[remake]]s of their generation that are not present in the original paired games.&lt;br /&gt;
** Both added the ability to rematch [[Gym Leader]]s after obtaining the [[National Pokédex]].&lt;br /&gt;
** Both allow the player to capture both of the [[game mascot]]s from the original paired games.&lt;br /&gt;
* Emerald was the last Nintendo game with a specially colored [[ROM cartridge|cartridge]].&lt;br /&gt;
** However, since [[Nintendo DSi]]-enhanced cartridges are black, {{game|Black and White|s 2|Pokémon Black 2}} is technically the last Pokémon game to have the color of its cartridge match its name.&lt;br /&gt;
** Of note is that, in Japan, the cartridges of the [[Generation I]] games and {{game|Gold and Silver|s}} used the generic cartridge color.&lt;br /&gt;
* Emerald was the final core series game released on the {{wp|Game Boy line}} of [[Nintendo]] handheld video game consoles.&lt;br /&gt;
* Various retailers had a special tin with a [[Frontier Pass]] as a [[pre-order bonus]] with Pokémon Emerald.&amp;lt;ref&amp;gt;[https://web.archive.org/web/20050217025326/http://www.ebgames.com/ebx/product/246634.asp Pokemon Emerald | EBgames.com] (archive)&amp;lt;/ref&amp;gt;&lt;br /&gt;
* During rematches with [[Roxanne]], [[Flannery]] and [[Winona]], their Pokémon are male instead of female. The reason for this is unknown.&lt;br /&gt;
* No Generation I [[Legendary Pokémon]] can be encountered in this game, although, the only Generation I [[Mythical Pokémon]] that can be encountered is {{p|Mew}}.&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{langtable|color={{emerald color}}|bordercolor={{emerald color light}}&lt;br /&gt;
|ja={{tt|ポケットモンスターエメラルド|Pocket Monsters Emerald}}&lt;br /&gt;
|zh_cmn={{tt|神奇寶貝綠寶石版|Shénqí Bǎobèi Lǜbǎoshí Bǎn}}&lt;br /&gt;
|fr_ca=Version Emerald de Pokémon{{tt|*|Platinum box}}&lt;br /&gt;
|fr_eu=Pokémon Version Émeraude&lt;br /&gt;
|de=Pokémon Smaragd-Edition&lt;br /&gt;
|it=Pokémon Versione Smeraldo&lt;br /&gt;
|ko={{tt|포켓몬스터 에메랄드|Pocket Monsters Emeraldeu}}&lt;br /&gt;
|es=Pokémon Edición Esmeralda&lt;br /&gt;
|pt_br=Pokémon Versão Esmeralda&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Staff of Pokémon Emerald]]&lt;br /&gt;
* {{Appendix|Emerald walkthrough}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Core series}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Project Games notice}}&lt;br /&gt;
[[Category:Games]]&lt;br /&gt;
[[Category:Pokémon Emerald|*]]&lt;br /&gt;
[[Category:Game Boy Advance games]]&lt;br /&gt;
[[Category:Upper versions]]&lt;br /&gt;
&lt;br /&gt;
[[de:Pokémon Smaragd-Edition]]&lt;br /&gt;
[[es:Pokémon Esmeralda]]&lt;br /&gt;
[[fr:Pokémon Version Émeraude]]&lt;br /&gt;
[[it:Pokémon Smeraldo]]&lt;br /&gt;
[[ja:ポケットモンスター エメラルド]]&lt;br /&gt;
[[zh:寶可夢 綠寶石]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=May_(anime)&amp;diff=3725770</id>
		<title>May (anime)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=May_(anime)&amp;diff=3725770"/>
		<updated>2023-06-10T21:20:17Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: Title change + ques for file uploads in progress.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CharInfobox&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|corecolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|name=May&lt;br /&gt;
|jname=ハルカ&lt;br /&gt;
|tmname=Haruka&lt;br /&gt;
|slogan=no&lt;br /&gt;
|image=May AG.png&lt;br /&gt;
|size=170px&lt;br /&gt;
|caption=May in &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;&lt;br /&gt;
|age=yes&lt;br /&gt;
|years=10&amp;lt;ref&amp;gt;&#039;&#039;([[AG001]]) May: &amp;quot;Hi. My name&#039;s May and I&#039;m &#039;&#039;&#039;10 years old&#039;&#039;&#039;.&#039;&#039;&amp;quot;&amp;lt;/ref&amp;gt;&lt;br /&gt;
|colors=yes&lt;br /&gt;
|eyes=Blue&lt;br /&gt;
|hair=Light brown&lt;br /&gt;
|gender=Female&lt;br /&gt;
|hometown=[[Petalburg City]]&lt;br /&gt;
|region=[[Hoenn]]&lt;br /&gt;
|relatives=[[Max]] (brother), [[Norman]] (father),&amp;lt;br&amp;gt; [[Caroline]] (mother)&lt;br /&gt;
|trainer=yes&lt;br /&gt;
|trainerclass={{pkmn|Coordinator}}&lt;br /&gt;
|game=counterpart&lt;br /&gt;
|counterpart={{ga|May}}&lt;br /&gt;
|leader=no&lt;br /&gt;
|team=no&lt;br /&gt;
|anime=yes&lt;br /&gt;
|epnum=AG001&lt;br /&gt;
|epname=Get the Show on the Road&lt;br /&gt;
|enva=[[Veronica Taylor]] &amp;lt;small&amp;gt;([[AG001]]-[[AG145]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;[[Michele Knotz]] &amp;lt;small&amp;gt;([[The Mastermind of Mirage Pokémon|MoMP]]-present)&amp;lt;/small&amp;gt;&lt;br /&gt;
|java=[[KAORI.]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;May&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ハルカ&#039;&#039;&#039; &#039;&#039;Haruka&#039;&#039;) is a [[Pokémon Coordinator]] from [[Petalburg City]] and a former {{ashfr|traveling companion}} of {{Ash}}. She is the daughter of [[Norman]] and [[Caroline]], and her [[starter Pokémon]] was a {{TP|May|Torchic}} given to her by [[Professor Birch]].&lt;br /&gt;
&lt;br /&gt;
Initially on a {{pkmn|journey}} to meet new places, May found her true calling in [[Pokémon Contest]]s and made it her goal to become a [[Top Coordinator]]. She traveled through [[Hoenn]] and [[Kanto]] with Ash, {{an|Brock}}, and her little brother, [[Max]].&lt;br /&gt;
&lt;br /&gt;
==In the anime==&lt;br /&gt;
===History===&lt;br /&gt;
====Pre-series====&lt;br /&gt;
[[File:Younger May.png|thumb|220px|May during her childhood]]&lt;br /&gt;
May grew up with her mother, [[Caroline]], her father and [[Petalburg City]] Gym Leader, [[Norman]], and brother, [[Max]]. As revealed in &#039;&#039;[[AG103|A Cacturne for the Worse]]&#039;&#039;, May, when she was younger, was playing in the water with some {{p|Tentacool}}, but found herself surrounded by a horde of them. However, when her parents saw this, Caroline tried to catch her because she had mistaken her for a Tentacool. Ever since that experience, May developed a dislike and fear of {{OBP|Pokémon|species}}.&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;====&lt;br /&gt;
Years later in &#039;&#039;[[AG001|Get the Show on the Road!]]&#039;&#039;, May was old enough to become a [[Pokémon Trainer]], but she used it as an excuse just so she could travel, even though everyone expected her to follow in her father Norman&#039;s footsteps. However, after seeing a [[Pokémon Contest]] in &#039;&#039;[[AG013|All Things Bright and Beautifly!]]&#039;&#039;, she decided to become a [[Pokémon Coordinator]] instead. Since May initially knew almost nothing about Pokémon or [[move|attack]]s, Ash assumed the role of her mentor. She gradually gained experience through her {{pkmn|journey}} and practice with Ash.&lt;br /&gt;
&lt;br /&gt;
As a Coordinator, May was able to learn more about Pokémon and form stronger bonds with them. In &#039;&#039;[[AG051|Come What May!]]&#039;&#039;, after winning the {{to|Fallarbor}} Contest, May told her {{TP|May|Beautifly}} that she loved it. This is an example of her growth — from someone who initially disliked Pokémon to someone who cared deeply for them.&lt;br /&gt;
&lt;br /&gt;
With her {{cat|May&#039;s Pokémon|Pokémon}}, May was able to come up with different [[Contest combination|attack combinations]] to use during her [[Contest Battle]]s. For instance, she would use her {{TP|May|Combusken}}&#039;s {{m|Fire Spin}} and her {{TP|May|Squirtle}}&#039;s {{m|Bubble}} to create a combination of fire and water, dubbed &amp;quot;Fire and Water Whirlwind&amp;quot; by [[Lilian Meridian|Lilian]], after witnessing [[Tucker]] use it against Ash with a combination of {{m|Water Pulse}} and {{m|Fire Blast}}. This even made a [[Harley|rival]] of hers angry, thinking she thought he was not worthy of the move as May did not use it against him.&lt;br /&gt;
&lt;br /&gt;
She also developed a love for making her own [[Pokéblock]]s with recipes that she thought up, including ones called &amp;quot;May&#039;s Purple Surprise&amp;quot; and &amp;quot;May&#039;s Pink Surprise&amp;quot; (Japanese: &#039;&#039;Haruka&#039;s Delicious&#039;&#039; and &#039;&#039;Haruka&#039;s Delicious 2&#039;&#039;). Unfortunately, the only ones who liked her &amp;quot;Purple Surprise&amp;quot; were her {{TP|May|Munchlax}} and [[Jessie]]. Her &amp;quot;Pink Surprise&amp;quot; came from the recipe {{an|Professor Oak}} uses to make [[Ash&#039;s Snorlax]]&#039;s {{pkmn|food}}. Thus, after May [[AG118|first fed]] it to her Munchlax, it was automatically made full. This Pokéblock was regularly used to feed Munchlax in order to prevent it from eating the food of others.&lt;br /&gt;
&lt;br /&gt;
[[File:Drew and May.png|thumb|left|220px|May and Drew]]&lt;br /&gt;
During her journey, she found a [[rival]] in [[Drew]], a skilled and sometimes arrogant Coordinator. Drew became one of her main inspirations to try harder to sharpen her skills as a Coordinator. At first, Drew had claimed that May had &amp;quot;no style&amp;quot; as a Coordinator, but by the end of May&#039;s second Contest campaign, when she defeated him in the [[Kanto Grand Festival]], he recognized her growth and skill. Another rival of hers, [[Harley]], is a flamboyant man who goes to extremes to beat May and has no qualms about cheating or using unfair tactics. An example of Harley&#039;s depravity was seen in &#039;&#039;[[AG103|A Cacturne for the Worse]]&#039;&#039;, when he recorded Max telling him a story from May&#039;s childhood. May had been wearing a blue swimming cap in the ocean, and her mother had mistaken her for a {{p|Tentacool}} from afar and attempted to {{pkmn2|caught|catch}} May with one of her {{i|Poké Ball}}s. Harley played the recording of this story during the [[Izabe Island]] Pokémon Contest to embarrass May into losing. May was able to beat Harley in the end, but she claimed that she had never been more humiliated. Another example is when Harley joined forces with {{TRT}} in an attempt to sabotage May&#039;s performance with Combusken, which ended up contributing to a more dazzling appeal.&lt;br /&gt;
&lt;br /&gt;
At the Kanto Grand Festival, May also competed against [[Solidad]], an experienced Coordinator to whom she lost in the semifinals. At the end of &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;, she left to compete with Drew, Harley, and Solidad in the [[Johto]] [[region]], aiming to find her own battling style. The decision to stop traveling with Ash was an important one for May&#039;s character. Because Ash played the role of a mentor to her through most of the series, she was largely influenced by his offensive battle style. By the end of their journey through Kanto, May had realized that an offensive style was not necessarily the best for her and for Contests. Her constant use of dazzling attacks ultimately proved to be her downfall at the Kanto Grand Festival, when Solidad was able to recognize and counter these moves by leading May to attack and then successfully dodging. Her goal to find her own style was therefore also a goal to improve her Contest Battle skills and ultimately become a [[Top Coordinator]].&lt;br /&gt;
&lt;br /&gt;
May has [[Contest Pass]]es to compete in Hoenn, Kanto and Johto. She also has a personal [[List of Japanese ending themes|theme song]], &#039;&#039;[[I Won&#039;t Lose! ~Haruka&#039;s Theme~]]&#039;&#039;, performed by [[KAORI.]]. It was first used as background music in &#039;&#039;[[AG166|Curbing the Crimson Tide]]&#039;&#039; and was used multiple times after that during May&#039;s Contest [[Appeal|performances]] and [[Contest Battle|battles]]. The song became the ending theme of the show between &#039;&#039;[[AG172|Pokémon Ranger - Deoxys&#039; Crisis! (Part 2)]]&#039;&#039; and &#039;&#039;[[AG192|Home is Where the Start Is!]]&#039;&#039;.&lt;br /&gt;
[[File:May DP series.png|thumb|220px|May in &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;]]&lt;br /&gt;
====&#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;====&lt;br /&gt;
May reappeared from &#039;&#039;[[DP075|Our Cup Runneth Over!]]&#039;&#039; to &#039;&#039;[[DP079|Strategy With a Smile!]]&#039;&#039; to participate in the [[Wallace Cup]]. During this period, she wore her {{ga|May|game counterpart}}&#039;s outfit from {{game|Emerald}}. She shared that many of her Pokémon had [[Evolution|evolved]] and that she had already won three Johto [[Ribbon]]s. {{an|Dawn}} recognized May upon meeting her and said that some people in the [[Sinnoh]] region called her the &amp;quot;Princess of Hoenn&amp;quot;, causing May to blush. &lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[DP076|A Full Course Tag Battle!]]&#039;&#039;, May spoke with Ash and Brock about her journey in Johto, and revealed that her {{p|Eevee}} had evolved in {{TP|May|Glaceon}} shortly before meeting them. Before starting training for the Wallace Cup, May suggested everyone go to the [[Seven Stars Restaurant]] on the [[Valor Lakefront]]. where they participated in a series of Tag Battles to earn a right to an exclusive meal. Before May and Dawn started their battles, {{TRT}} had stolen the food supply, this motivated May to help find the food and when they found May and Dawn they battled [[Jessie]] and [[James]], defeating them easily. &lt;br /&gt;
[[File:Ash May Split Ribbon.png|left|thumb|220px|May and Ash holding their halves of the Terracotta Ribbon]]&lt;br /&gt;
Once everything was resolved, May and Dawn had their battles against [[Roman]] and [[Kylie]], winning using a combination of [[Water-type|Water]] and [[Fire-type]] moves. At the end of the night, May remembered with Ash the moment they both competed for the [[Ribbon]] of [[Terracotta Town]], and together with Dawn, May discovered that Ash was also interested in the competition.&lt;br /&gt;
&lt;br /&gt;
During the Wallace Cup, May showed the new style that she had come up after leaving Ash, battling against Dawn&#039;s rival [[Zoey]] and winning using her Beautifly. She made it all the way to the finals but narrowly lost to Dawn in the end. Afterwards, May returned to Johto to resume competing in Contests there.&lt;br /&gt;
&lt;br /&gt;
May reappeared in a picture on {{an|Brock}}&#039;s memory wall in the special episode [[DPS02]].&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039;====&lt;br /&gt;
[[File:May Max JN.png|thumb|250px|May in &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;]]&lt;br /&gt;
May reappeared in a fantasy in &#039;&#039;[[BW142|The Dream Continues!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;====&lt;br /&gt;
May reappeared in a flashback of the Wallace Cup in &#039;&#039;[[JN105|Reuniting for the First Time!]]&#039;&#039;, alongside Dawn. In the same episode, [[Chloe]] wore a [[Contest Costume]] that {{an|Serena}} mentioned was worn by the &amp;quot;Princess of Hoenn&amp;quot;, referencing May&#039;s nickname.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[JN132|Partners in Time!]]&#039;&#039;, May was revealed to have returned to [[Hoenn]] when she appeared alongside Max, Serena, and [[Lisia]], watching Ash&#039;s [[Masters Eight Tournament]] match against {{an|Leon}}. Soon after, when {{AP|Pikachu}} was at the limit of his strength, May, Max, and Serena were shown to be anxious about the state of the battle, each holding on to another for comfort.&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;[[M20|I Choose You!]]&#039;&#039;====&lt;br /&gt;
May made a cameo appearance in the ending credits of &#039;&#039;[[M20|I Choose You!]]&#039;&#039; alongside with Max.&lt;br /&gt;
&lt;br /&gt;
===Character===&lt;br /&gt;
[[File:May and Max BW.png|thumb|220px|left|May and Max]]&lt;br /&gt;
May is generally a very sweet and optimistic girl. She enjoys feminine and cute things as well as shopping. In fact, she and Brock occasionally went on shopping trips together throughout &#039;&#039;Pokémon the Series: Ruby and Sapphire&#039;&#039;. May cares about her appearance, sometimes spending so much time in front of the mirror that it caused her traveling companions to become frustrated with her, such as in &#039;&#039;[[AG072|The Bicker the Better]]&#039;&#039;. May also is interested in helping other people with their romantic problems.&lt;br /&gt;
&lt;br /&gt;
Though she is generally kind, she occasionally argues with her little brother, [[Max]]. The two had arguments since Max&#039;s debut episode, but one of their most notable was in &#039;&#039;[[AG081|Take This House and Shuppet]]&#039;&#039;. May&#039;s harsh words to Max made him declare that he hated May and he ran away for a portion of the episode. Even though she had been angry, May quickly felt guilty for hurting Max&#039;s feelings and became very worried that he would be hurt on his own. In &#039;&#039;[[AG114|Date Expectations]]&#039;&#039;, when Max again went missing, May revealed that she had promised her mother to always take care of Max on their journey, and was prepared to miss her last chance of qualifying for the [[Hoenn Grand Festival]] in order to find him. Though the siblings had many quarrels over their joint travels, May deeply cares for her brother and would go to great lengths to protect him.&lt;br /&gt;
[[File:May rage.png|thumb|220px|May&#039;s rage at her loss of food]]&lt;br /&gt;
In &#039;&#039;[[AG004|You Never Can Taillow]]&#039;&#039;, May heard Brock used to act as a cook during Ash&#039;s journeys. As she, Max and Ash were hungry, she was the one who asked Brock if he could prepare some food for them. If a person or a Pokémon were to steal her food she would become extremely angry, which was demonstrated numerous times. Food was one of the few things May would become angry about, so it was an important tool to show a different side to her usually cheerful character. When May returned for &#039;&#039;Pokémon the Series: Diamond and Pearl&#039;&#039;, she expressed excitement over the chance to eat at the [[Seven Stars Restaurant]], but having her meal stolen made her enraged. She was later shown enjoying a large cookie, once again affirming her love of food and sweets.&lt;br /&gt;
&lt;br /&gt;
[[File:May shopping bags.png|thumb|left|220px|May after shopping]]&lt;br /&gt;
When May first left her home, she was only interested in the traveling aspect of a [[Pokémon journey]]. This sparked one of May&#039;s most memorable quirks in Hoenn, &amp;quot;May&#039;s Expeditions&amp;quot;. Starting from &#039;&#039;[[AG025|A Mudkip Mission]]&#039;&#039;, May would occasionally make a camera lens with her fingers, pretending she was the host of a traveling show. Uniquely for one of {{Ash}}&#039;s {{ashfr|friends}}, May originally didn&#039;t like Pokémon, due to the trauma of being swarmed by a group of {{p|Tentacool}} when she was little. However, after seeing Ash risking his life to save his {{AP|Pikachu}} on the day they [[AG001|met]] and later upon forming close bonds with her first two Pokémon, {{TP|May|Torchic}} and {{TP|May|Wurmple}}, May grew to care about Pokémon, which helped her overcome her dislike and fear of them.&lt;br /&gt;
&lt;br /&gt;
As mentioned, May also enjoys making [[Pokéblock]]. She first learned about making Pokéblock in the episode &#039;&#039;[[AG090|Pokéblock, Stock and Berry]]&#039;&#039; when she met {{ho|Kelly}}. She learned that Kelly&#039;s mother owned a Pokéblock shop, and May was curious about it. Kelly then taught her how to use a [[Berry Blender]]. May&#039;s first attempt of making a Pokéblock was not successful, but that didn&#039;t stop her from trying. In the episode &#039;&#039;[[AG117|Berry, Berry Interesting]]&#039;&#039;, May continued to make Pokéblock, calling the result &#039;&#039;&#039;&amp;quot;May&#039;s Purple Surprise&amp;quot;&#039;&#039;&#039;. However, only her {{TP|May|Munchlax}} had taken a liking to it. Later on, {{an|Professor Oak}} had created a Pokéblock recipe for May, which May calls &#039;&#039;&#039;&amp;quot;May&#039;s Pink Surprise&amp;quot;&#039;&#039;&#039;, that is specially made for Munchlax, similarly to the recipe used to feed [[Ash&#039;s Snorlax]]. May uses it to stop her Munchlax from causing too much trouble on many occasions.&lt;br /&gt;
[[File:DP076.png|220px|thumb|May and Dawn]]&lt;br /&gt;
May was unsure on what path and goal to pursue, even though she was expected to become a Pokémon Trainer like her father. However, after witnessing Pokémon Contests in &#039;&#039;[[AG013|All Things Bright and Beautifly!]]&#039;&#039;, May decided to become a Pokémon Coordinator, and has been training both herself and her Pokémon since then. In &#039;&#039;[[AG121|Hi Ho Silver Wind!]]&#039;&#039;, May revealed that she stayed in contact with many of the friends she made through competing in Pokémon Contests, using emails, phone calls and letters. This included Kelly, [[Savannah]], [[Sandra]], [[Timmy Grimm|Timmy]], [[Dr. Abby]] and [[Janet]]. May also said that being friends with the people she met throughout her journey, and knowing they were cheering for her, gave her the confidence to overcome any nervousness she could face.&lt;br /&gt;
&lt;br /&gt;
Throughout her journey with Ash, Brock, and Max, May has changed remarkably as a person and Trainer, but maintains her habit of finding popular food spots and her sweet nature. May has also learned to not take her Pokémon for granted, as seen in &#039;&#039;[[AG078|Cruisin&#039; for a Losin&#039;]]&#039;&#039;, when she realized how hard she pushed her {{TP|May|Bulbasaur}} in the [[Rubello Town|Rubello]] [[Pokémon Contest]] and that the first [[AG051|two]] [[AG062|ribbons]] that she won were because her Pokémon came through for her. In addition, May has exceptionally improved her battling skills, as shown in her battle against [[Drew]] in the [[Kanto Grand Festival]]. As time passed, May became a well-known coordinator and received the nickname &amp;quot;Princess of Hoenn&amp;quot;, which was stated by {{an|Dawn}} in &#039;&#039;[[DP076|A Full Course Tag Battle!]]&#039;&#039; and {{an|Serena}} in &#039;&#039;[[JN105|Reuniting for the First Time!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
May&#039;s Contest cry is &#039;&#039;&#039;&amp;quot;Take the stage!&amp;quot;&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ステージ・オン！&#039;&#039;&#039; &#039;&#039;Stage On!&#039;&#039;). In the English dub, she also uses variations, such as &amp;quot;On stage!&amp;quot;. In the Japanese version, May usually ends her sentences with (Japanese: &#039;&#039;&#039;～かも&#039;&#039;&#039; &#039;&#039;~kamo&#039;&#039;), a word often used to express uncertainty.&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
[[File:May Party.png|thumb|220px|May and her Pokémon in &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]]]&lt;br /&gt;
The Pokémon she acquired on the course of her journey appear to resemble Pokémon that Ash had obtained at some point at the beginning of his own journey. At first, she preferred cute {{OBP|Pokémon|species}}, and dazzling techniques, but on the course of her journey, she was able to obtain Pokémon outside that preference. She has a tendency to rely on luck, often using her {{TP|May|Skitty}}&#039;s {{m|Assist}} or her {{TP|May|Munchlax}}&#039;s {{m|Metronome}} to win. Most of May&#039;s Pokémon were not caught through battle. Unlike many of [[Ash&#039;s friends]], May has never had a consistently [[Obedience|disobedient]] Pokémon.&lt;br /&gt;
&lt;br /&gt;
====In rotation====&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| {{ActivePoké|May|Blaziken|May Blaziken.png|fire|fighting|fir=Torchic|mid=Combusken}}&lt;br /&gt;
| {{ActivePoké|May|Beautifly|May Beautifly.png|bug|flying|fir=Wurmple|mid=Silcoon}}&lt;br /&gt;
| {{ActivePoké|May|Skitty|May Skitty.png|normal}}&lt;br /&gt;
|-&lt;br /&gt;
| {{ActivePoké|May|Venusaur|May Venusaur.png|grass|poison|fir=Bulbasaur|mid=Ivysaur}} ♀&lt;br /&gt;
| {{ActivePoké|May|Munchlax|May Munchlax.png|normal}}&lt;br /&gt;
| {{ActivePoké|May|Wartortle|May Wartortle.png|water|fir=Squirtle}}&lt;br /&gt;
|-&lt;br /&gt;
| {{ActivePoké|May|Glaceon|May Glaceon.png|ice|fir=Egg|mid=Eevee}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Temporary====&lt;br /&gt;
{{MissingInfo|1|java}}&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Mudkip&lt;br /&gt;
|type1=Water&lt;br /&gt;
|img=May Mudkip.png&lt;br /&gt;
|epnum=AG001&lt;br /&gt;
|epname=Get the Show on the Road!&lt;br /&gt;
|vajp=&lt;br /&gt;
|vaen=Lindsey Warner&lt;br /&gt;
|desc=When [[Professor Birch]] was attacked by {{p|Poochyena}}, May borrowed {{p|Mudkip}} from his bag to fight the wild Poochyena. However, May&#039;s lack of experience in commanding Pokémon got the Pokémon attacking her while Professor Birch fends off the Poochyena himself. Later, it reappeared as one of the options of May&#039;s [[starter Pokémon]], but the previous bad experience led her to not choose it.&lt;br /&gt;
&lt;br /&gt;
It reappeared in a flashback in &#039;&#039;[[AG025|A Mudkip Mission]]&#039;&#039;, when May wanted to catch another one.&lt;br /&gt;
&lt;br /&gt;
Mudkip&#039;s only known move is {{m|Water Gun}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Kyle Hamm&lt;br /&gt;
|pkmn=Hitmonchan&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Fighting&lt;br /&gt;
|img=May Hitmonchan.png&lt;br /&gt;
|epnum=AG145&lt;br /&gt;
|epname=Pasta La Vista&lt;br /&gt;
|vajp=Katsuyuki Konishi&lt;br /&gt;
|vaen=Michael Haigney&lt;br /&gt;
|desc=May borrowed {{p|Hitmonchan}} from [[Kyle Hamm]] after [[Master Hamm]] broke his back.&lt;br /&gt;
&lt;br /&gt;
Hitmonchan&#039;s known moves are {{m|Comet Punch}}, {{m|Mach Punch}}, {{m|Agility}}, {{m|Focus Punch}} and {{m|Sky Uppercut}}.}}&lt;br /&gt;
&lt;br /&gt;
====Befriended====&lt;br /&gt;
&amp;lt;!--Do not put in that Manaphy was befriended by May.--&amp;gt;&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Swablu&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=May Swablu.png&lt;br /&gt;
|epnum=AG064&lt;br /&gt;
|epname=True Blue Swablu&lt;br /&gt;
|vajp=List of Japanese voice actors{{!}}Konami Yoshida&lt;br /&gt;
|vaen=&lt;br /&gt;
|desc=May befriended a {{p|Swablu}} after its wing was injured during a lightning storm in a nature preserve. After finding it, she nursed it back to health over several days with the support of {{an|Brock}} and the others, and she also taught it how to fly again.&lt;br /&gt;
&lt;br /&gt;
May intended to return Swablu to its flock, but when the group arrived at the lakeside nesting spot, they couldn&#039;t find the flock. May offered Swablu a place on her team, seeing as they had become good friends. However, just then, its flock reappeared, and Swablu reluctantly left with them.&lt;br /&gt;
&lt;br /&gt;
Swablu&#039;s only known move is {{m|Sing}}.}}&lt;br /&gt;
&lt;br /&gt;
===Contests===&lt;br /&gt;
[[File:May Hoenn ribbons.png|thumb|220px|May&#039;s Hoenn Ribbons]]&lt;br /&gt;
[[File:May Kanto ribbons.png|thumb|220px|May&#039;s Kanto Ribbons]]&lt;br /&gt;
[[File:May Johto ribbons.png|thumb|220px|May&#039;s Johto Ribbons]]&lt;br /&gt;
====Hoenn Ribbons====&lt;br /&gt;
This listing is of the [[Ribbon]]s May has obtained in the [[Hoenn]] [[region]]:&lt;br /&gt;
* {{to|Fallarbor}} Ribbon (&#039;&#039;[[AG051|Come What May!]]&#039;&#039;)&lt;br /&gt;
* {{to|Verdanturf}} [[a:File:Verdanturf Ribbon.png|Ribbon]] (&#039;&#039;[[AG062|Disguise Da Limit]]&#039;&#039;)&lt;br /&gt;
* {{ci|Lilycove}} [[a:File:Lilycove Ribbon.png|Ribbon]] (&#039;&#039;[[AG091|Lessons in Lilycove]]&#039;&#039;)&lt;br /&gt;
* {{ci|Purika}} Ribbon (&#039;&#039;[[AG103|A Cacturne for the Worse]]&#039;&#039;)&lt;br /&gt;
* {{to|Pacifidlog}} Ribbon (&#039;&#039;[[AG116|Pacifidlog Jam]]&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
====Kanto Ribbons====&lt;br /&gt;
This listing is of the [[Ribbon]]s May has obtained in the [[Kanto]] [[region]]:&lt;br /&gt;
* {{ci|Saffron}} [[a:File:Saffron Ribbon.png|Ribbon]] (&#039;&#039;[[AG144|A Hurdle for Squirtle]]&#039;&#039;)&lt;br /&gt;
* {{ka|Silver Town|Silver}} Ribbon (&#039;&#039;[[AG151|Weekend Warrior]]&#039;&#039;)&lt;br /&gt;
* {{isl|Chrysanthemum}} Ribbon (&#039;&#039;[[AG162|Spontaneous Combusken!]]&#039;&#039;)&lt;br /&gt;
* {{to|Gardenia}} Ribbon (&#039;&#039;[[AG167|What I Did for Love!]]&#039;&#039;)&lt;br /&gt;
* {{ci|Mulberry}} [[a:File:Mulberry Ribbon.png|Ribbon]] (&#039;&#039;[[AG175|Going for Choke!]]&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
====Johto Ribbons====&lt;br /&gt;
This listing is of the [[Ribbon]]s May has obtained in the [[Johto]] [[region]]:&lt;br /&gt;
* Three unknown Ribbons (prior to &#039;&#039;[[DP076|A Full Course Tag Battle!]]&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
====Grand Festival ranking====&lt;br /&gt;
May has competed in the following [[Grand Festival]] tournaments:&lt;br /&gt;
* [[Hoenn Grand Festival]] - Top 8 (&#039;&#039;[[AG123|Rhapsody in Drew]]&#039;&#039;)&lt;br /&gt;
* [[Kanto Grand Festival]] - Top 4 (&#039;&#039;[[AG182|Channeling the Battle Zone!]]&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
====Other achievements====&lt;br /&gt;
May has competed in the following [[Pokémon Contest]]s:&lt;br /&gt;
* {{ci|Slateport}} Contest - Top 8 (&#039;&#039;[[AG035|Win, Lose or Drew!]]&#039;&#039;)&lt;br /&gt;
* {{to|Rubello}} Contest - Top 4 (&#039;&#039;[[AG078|Cruisin&#039; for a Losin&#039;]]&#039;&#039;)&lt;br /&gt;
* {{to|Wisteria}} Contest - Runner-up (&#039;&#039;[[AG160|Harley Rides Again&#039;&#039;]])&lt;br /&gt;
* Unofficial {{to|Terracotta}} Contest - Winner (tied with {{Ash}}; &#039;&#039;[[AG192|Home is Where the Start Is!]]&#039;&#039;)&lt;br /&gt;
* [[Wallace Cup]] - Runner-up (&#039;&#039;[[DP079|Strategy with a Smile!]]&#039;&#039;)&lt;br /&gt;
====Alternate Outfits====&lt;br /&gt;
&amp;lt;gallery perrow=5&amp;gt;&lt;br /&gt;
File:May Wallace Cup.png|May&#039;s outfit in the Wallace Cup&lt;br /&gt;
File:May AG156 ninja.png|May&#039;s pink ninja dress&lt;br /&gt;
File:May Yellow Bikini.png| May in a yellow swimsuit&lt;br /&gt;
File:May Swimsuit.png|May in her polka dot one-piece swimsuit&lt;br /&gt;
File:May AG020 swimsuit.png|May in a green swimsuit&lt;br /&gt;
File:Ice Rock anime.png|At [[Ice Rock]]&lt;br /&gt;
File:May_Pajamas.png|May in her pajamas.&lt;br /&gt;
File:Nurse May.png|May dressed up as [[Nurse Joy]]&lt;br /&gt;
File:Shrine_Maiden.png|May dressed up as a traditional shrine maiden&lt;br /&gt;
File:May Dawn Zoey.jpg|May in her orange track suit with [[Dawn]] and [[Zoey]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Pokémon competitions===&lt;br /&gt;
May has competed in the following {{cat|Pokémon competitions}}:&lt;br /&gt;
* [[Trick House#In the anime|Trick House Contest]] - N/A (&#039;&#039;[[AG039|A Poké-BLOCK Party!]]&#039;&#039;)&lt;br /&gt;
* [[Crossgate PokéRinger]] - Group stage (&#039;&#039;[[AG080|That&#039;s Just Swellow]]&#039;&#039;)&lt;br /&gt;
* [[Pokémon Orienteering]] - N/A (&#039;&#039;[[AG159|Off the Unbeaten Path]]&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Voice actors===&lt;br /&gt;
{{vatable|color={{ruby color}}|bordercolor={{ruby color light}}&lt;br /&gt;
|ja=[[KAORI.]] (credited as 鈴木カオリ &#039;&#039;Kaori Suzuki&#039;&#039; in &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;)&lt;br /&gt;
|en=[[Veronica Taylor]] ([[AG001]]-[[AG145]], [[M06]]-[[M08]])&amp;lt;br&amp;gt;[[Michele Knotz]] ([[AG146]]-present, [[M09]], [[The Mastermind of Mirage Pokémon]])&lt;br /&gt;
|ru=Жанна Никонова &#039;&#039;Janna Nikonova&#039;&#039; ([[AG001]]-[[AG192]]; [[M08]]-[[M09]])&amp;lt;br&amp;gt;Ольга Шорохова ([[DP075]]-[[DP079]])&lt;br /&gt;
|zh_cmn=傅曼君 &#039;&#039;Fù Mànjūn&#039;&#039;&lt;br /&gt;
|da=Annevig Schelde Ebbe&lt;br /&gt;
|cs=Klára Šumanová ([[DP075]]-[[DP079]])&amp;lt;br&amp;gt;Jana Páleníčková ([[M06]]-[[M07]])&lt;br /&gt;
|nl=Nicoline van Doorn&amp;lt;br&amp;gt;Unknown voice actress ([[M06]]-[[M07]])&lt;br /&gt;
|fr_eu=Maia Baran&lt;br /&gt;
|el=Στέλλα Μπονάτσου &#039;&#039;Stella Bonatsou&#039;&#039;&lt;br /&gt;
|fi=Aksa Korttila ([[AG001]]-[[AG138]], [[The Mastermind of Mirage Pokémon]])&amp;lt;br&amp;gt;Henni-Liisa Stam ([[AG139]]-[[AG145]])&amp;lt;br&amp;gt;Marjut Heikkinen ([[AG146]]-present)&amp;lt;br&amp;gt;Hanna Salonen ([[M06]]-[[M07]])&lt;br /&gt;
|de=Nicola Grupe&amp;lt;br&amp;gt;Stephanie Kellner ([[M06]]-[[M07]])&lt;br /&gt;
|he=דון לני-גבאי &#039;&#039;Dawn Lanny-Gabay&#039;&#039;&lt;br /&gt;
|hi=नेश्मा चेम्बुरकर &#039;&#039;Neshma Chemburkar&#039;&#039; (Hungama dub)&lt;br /&gt;
|hu=Márta Talmács&lt;br /&gt;
|id=Dewi Arifiani&lt;br /&gt;
|it=Serena Clerici&lt;br /&gt;
|ko=서혜정 &#039;&#039;Seo Hyejeong&#039;&#039; (&#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;)&amp;lt;br&amp;gt;지미애 &#039;&#039;Ji Mi-ae&#039;&#039; ([[Pokémon movie|original movies]])&amp;lt;br&amp;gt;김현지 &#039;&#039;Kim Hyeonji&#039;&#039; ([[Pokémon movie|redubbed movies]])&lt;br /&gt;
|pl=[[Julita Kożuszek-Borsuk]] (Julita Kożuszek)&lt;br /&gt;
|pt_br=Tatiane Keplmair ([[AG001]]-[[DP079]], [[M06]]-[[M09]], [[M06]]-[[M07]] second dub)&amp;lt;br&amp;gt;Amanda Tavares ([[M06]] third dub)&lt;br /&gt;
|pt_eu=Carla ([[AG001]]-[[AG108]])&amp;lt;br&amp;gt;Sara Marques ([[M07]])&amp;lt;br&amp;gt;Isabel Ribas ([[AG109]]-[[AG192]])&amp;lt;br&amp;gt;Marta Mota ([[DP075]]-[[DP079]])&lt;br /&gt;
|es_eu=Cristina Yuste&lt;br /&gt;
|es_la=Ana Lobo ([[AG001]]-[[AG044]], [[AG055]]{{tt|*|redub}})&amp;lt;br&amp;gt;Liliana Barba ([[AG033]]-[[AG034]])&amp;lt;br&amp;gt;Mariana Ortiz ([[AG045]]-present)&amp;lt;br&amp;gt;Agustina Priscila ([[M06]]-[[M07]])&lt;br /&gt;
|fil=Charmaine Cordoviz&lt;br /&gt;
|sv=Maria Rydberg&lt;br /&gt;
|th=อรุณี นันทิวาส &#039;&#039;Arunee Nuntiwass&#039;&#039;&lt;br /&gt;
|tr=Pınar Erengil&lt;br /&gt;
|ta=Sowmiya Kumar(Hungama dub)&lt;br /&gt;
|vi=Nguyễn Thụy Thùy Tiên ([[DP076]]-[[DP079]])&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Artwork===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{ruby color}}; background: #{{ruby color light}}; font-size:80%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color}}; background: #FFF; width:80px&amp;quot;| [[File:May AG.png|120px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color}}; background: #FFF; width:80px&amp;quot;| [[File:May AG 2.png|120px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color}}; background: #FFF; width:80px&amp;quot;| [[File:May AG 3.png|125px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color}}; background: #FFF; width:80px&amp;quot;| [[File:JN132 AS.png|250px]]&lt;br /&gt;
|-&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;&#039;&#039;{{color2|000|Pokémon the Series: Ruby and Sapphire}}&#039;&#039;{{tt|*|Note that this artwork lacks shading.}}&lt;br /&gt;
| colspan=2 | Alternative artwork from&amp;lt;br&amp;gt;&#039;&#039;{{color2|000|Pokémon the Series: Ruby and Sapphire}}&#039;&#039;&lt;br /&gt;
| Artwork from &amp;quot;After the story&amp;quot; &amp;lt;ref&amp;gt;https://twitter.com/anipoke_PR/status/1591672205040943105&amp;lt;/ref&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
[[File:May AP.png|thumb|200px|May in Ash &amp;amp; Pikachu]]&lt;br /&gt;
===Ash &amp;amp; Pikachu===&lt;br /&gt;
May first appeared in &#039;&#039;[[SP17|Let&#039;s Save Pikachu!!]]&#039;&#039;, where she became {{Ash}}&#039;s traveling companion like in the anime.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
{| width=&amp;quot;74%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| {{InactivePoké|May|Combusken|May Combusken AP.png|fire|fighting|fir=Torchic}}&lt;br /&gt;
| {{InactivePoké|May|Beautifly|May Beautifly AP.png|bug|flying}}&lt;br /&gt;
| {{InactivePoké|May|Skitty|May Skitty AP.png|normal}}&lt;br /&gt;
|-&lt;br /&gt;
| {{InactivePoké|May|Munchlax|May Munchlax AP.png|normal}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Movie adaptations===&lt;br /&gt;
As May appeared all of the &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039; movies, she has appeared in each manga adaptations of them.&lt;br /&gt;
&lt;br /&gt;
==In the spin-off games==&lt;br /&gt;
{{incomplete|section|Add sprites of May from all the Pico and Perdue games}}&lt;br /&gt;
&lt;br /&gt;
May appears in some games based on the {{pkmn|anime}}.&lt;br /&gt;
&lt;br /&gt;
===Sega Pico series===&lt;br /&gt;
May appears in [[Pokémon Advanced Generation: I&#039;ve Begun Hiragana and Katakana!|I&#039;ve Begun Hiragana and Katakana!]] and [[Pokémon Advanced Generation: Pico for Everyone Pokémon Loud Battle!|Pico for Everyone Pokémon Loud Battle!]].&lt;br /&gt;
&lt;br /&gt;
===Perdue series===&lt;br /&gt;
In [[Pokémon Team Rocket Blast Off]], [[Pokémon Poké Ball Launcher]], and [[Pokémon Seek &amp;amp; Find]], the female player character is May. Her male counterpart in these games is [[Ash Ketchum]].&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
This listing is of cards mentioning or featuring May or her Pokémon in the [[Pokémon Trading Card Game]].&lt;br /&gt;
&lt;br /&gt;
{{cardlist/header|May&#039;s Pokémon|Fire|char=yes}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|ADV-P Promo|May&#039;s Torchic|37}}|type=Fire|jpset=ADV-P Promotional cards|jpnum=037/ADV-P}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Movie VS Pack|May&#039;s Munchlax|8}}|type=Colorless|jpset=Movie Commemoration VS Pack: Aura&#039;s Lucario|jpnum=008/020}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Movie VS Pack|May&#039;s Combusken|2}}|type=Fire|jpset=Movie Commemoration VS Pack: Sea&#039;s Manaphy|jpnum=002/019}}&lt;br /&gt;
{{cardlist/footer|Fire}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* May is the first main character other than Ash to own a [[starter Pokémon]].&lt;br /&gt;
* May is the only main character other than Ash to wear gloves as part of her character design.&lt;br /&gt;
** She is also the only main character other than Ash to leave a Pokémon at [[Professor Oak&#039;s Laboratory]].&lt;br /&gt;
* May has competed in at least one [[Pokémon Contest]] in each [[region]] where they are known to be held in the anime, with the exception of the [[Unova]] region.&lt;br /&gt;
* May is the first of Ash&#039;s traveling companions to be based on a [[player character]] from the {{pkmn|games}}.&lt;br /&gt;
* May is the only main character to, upon her introduction, [[Breaking the fourth wall|introduce herself to the audience]] rather than be introduced by the narrator or first appear without an introduction at all.&lt;br /&gt;
* Both of May&#039;s unevolved Pokémon are {{t|Normal}} [[type]].&lt;br /&gt;
* May is Ash&#039;s only traveling companion to have traveled with him in every single episode of a series, namely &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;. While they did separate from each other briefly in &#039;&#039;[[AG132|The Scheme Team]]&#039;&#039;, she rejoined him in [[AG133|the following episode]].&lt;br /&gt;
* May was the first character to own a {{cat|Generation IV Pokémon}}, with {{p|Munchlax}}.&lt;br /&gt;
* Not counting temporary Pokémon, May is the first main character to catch {{TP|May|a Pokémon|Bulbasaur}} that Ash {{AP|has also caught|Bulbasaur}}.&lt;br /&gt;
* May has not made any reappearances since &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;, not counting flashbacks and non-speaking cameos. This could be because her Japanese voice actress, KAORI, came down with a variation of the debilitating disease focal dystonia called spasmotic dysphonia, as early as 2007 (a year before her reappearances in DP), and hitting its peak by May 2012. This forced her to retire from the anime. To date, a replacement has not been cast.&amp;lt;ref&amp;gt;https://dogasu.bulbagarden.net/features/miscellaneous/kaori_hiatus.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
** Because of this, she is the only one of Ash&#039;s female companions who did not reunite with him during &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;, and the only one who has not met [[Goh]].&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;float:left; background: #{{ruby color light}}; border: 3px solid #{{ruby color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! style=&amp;quot;{{roundytl|5px}}&amp;quot; | Language&lt;br /&gt;
! Name&lt;br /&gt;
! style=&amp;quot;{{roundytr|5px}}&amp;quot; | Origin&lt;br /&gt;
|-  style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Japanese&lt;br /&gt;
| ハルカ&amp;lt;br&amp;gt;&#039;&#039;Haruka&#039;&#039;&lt;br /&gt;
| From 春花 &#039;&#039;haruka&#039;&#039;, spring flower&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|English, Brazilian Portuguese&lt;br /&gt;
| May&lt;br /&gt;
| Could be a reference to her Japanese name, as May is a month in spring&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|French&lt;br /&gt;
| Flora&lt;br /&gt;
| Similar to &#039;&#039;fleur&#039;&#039;, flower&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|German&lt;br /&gt;
| Maike&lt;br /&gt;
| From &#039;&#039;Mai&#039;&#039;, May&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Italian&lt;br /&gt;
| Vera&lt;br /&gt;
| From &#039;&#039;primavera&#039;&#039;, spring&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Aura&lt;br /&gt;
| From &#039;&#039;aura&#039;&#039;, a figure of speech that means &amp;quot;gentle breeze&amp;quot; and is commonly associated to spring, as in &#039;&#039;aura primaveral&#039;&#039; (spring breeze)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Korean&lt;br /&gt;
| 봄이 &#039;&#039;Bom&#039;i&#039;&#039;&lt;br /&gt;
| 봄 &#039;&#039;bom&#039;&#039;, spring&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Chinese&amp;lt;br&amp;gt;({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 小遙 /&amp;lt;br&amp;gt; 小遥&amp;lt;br&amp;gt;&#039;&#039;Xiǎo Yáo&#039;&#039;&lt;br /&gt;
| 遙 (distant) is taken from 遥か &#039;&#039;haruka&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Chinese&amp;lt;br&amp;gt;({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 小遙&amp;lt;br&amp;gt;&#039;&#039;Síu Yìuh&#039;&#039;&lt;br /&gt;
| Same as Mandarin name.&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Thai&lt;br /&gt;
| ฮารุกะ&amp;lt;br&amp;gt;&#039;&#039;Haruka&#039;&#039;&lt;br /&gt;
| Same as her Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Russian&lt;br /&gt;
| Мэй &#039;&#039;Mey&#039;&#039;&lt;br /&gt;
| Transcription of the English name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Swedish&lt;br /&gt;
| May&amp;lt;br&amp;gt;Maj{{tt|*|AG035, DVD release descriptions}}&lt;br /&gt;
| Same as English name&amp;lt;br&amp;gt;Similar to English name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Turkish&lt;br /&gt;
| May&lt;br /&gt;
| Same as English name&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related articles==&lt;br /&gt;
* {{Cat|Episodes focusing on May}}&lt;br /&gt;
* [[a:Category:May (anime)|Images on the Bulbagarden Archives]]&lt;br /&gt;
* [[May (game)]]&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
{{May&#039;s Pokémon}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Animecharacters|Ruby}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Ash and Pikachu characters}}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{Project Anime notice|no}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Anime characters]]&lt;br /&gt;
[[Category:Ash&#039;s friends]]&lt;br /&gt;
[[Category:Ash &amp;amp; Pikachu characters]]&lt;br /&gt;
[[Category:Coordinators]]&lt;br /&gt;
&lt;br /&gt;
[[de:Maike (Animecharakter)]]&lt;br /&gt;
[[es:May/Aura]]&lt;br /&gt;
[[fr:Flora (dessin animé)]]&lt;br /&gt;
[[it:Vera (serie animata)]]&lt;br /&gt;
[[ja:ハルカ]]&lt;br /&gt;
[[zh:小遙（動畫）]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=May_(anime)&amp;diff=3725742</id>
		<title>May (anime)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=May_(anime)&amp;diff=3725742"/>
		<updated>2023-06-10T20:22:19Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: /* Outfits */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CharInfobox&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|corecolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|name=May&lt;br /&gt;
|jname=ハルカ&lt;br /&gt;
|tmname=Haruka&lt;br /&gt;
|slogan=no&lt;br /&gt;
|image=May AG.png&lt;br /&gt;
|size=170px&lt;br /&gt;
|caption=May in &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;&lt;br /&gt;
|age=yes&lt;br /&gt;
|years=10&amp;lt;ref&amp;gt;&#039;&#039;([[AG001]]) May: &amp;quot;Hi. My name&#039;s May and I&#039;m &#039;&#039;&#039;10 years old&#039;&#039;&#039;.&#039;&#039;&amp;quot;&amp;lt;/ref&amp;gt;&lt;br /&gt;
|colors=yes&lt;br /&gt;
|eyes=Blue&lt;br /&gt;
|hair=Light brown&lt;br /&gt;
|gender=Female&lt;br /&gt;
|hometown=[[Petalburg City]]&lt;br /&gt;
|region=[[Hoenn]]&lt;br /&gt;
|relatives=[[Max]] (brother), [[Norman]] (father),&amp;lt;br&amp;gt; [[Caroline]] (mother)&lt;br /&gt;
|trainer=yes&lt;br /&gt;
|trainerclass={{pkmn|Coordinator}}&lt;br /&gt;
|game=counterpart&lt;br /&gt;
|counterpart={{ga|May}}&lt;br /&gt;
|leader=no&lt;br /&gt;
|team=no&lt;br /&gt;
|anime=yes&lt;br /&gt;
|epnum=AG001&lt;br /&gt;
|epname=Get the Show on the Road&lt;br /&gt;
|enva=[[Veronica Taylor]] &amp;lt;small&amp;gt;([[AG001]]-[[AG145]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;[[Michele Knotz]] &amp;lt;small&amp;gt;([[The Mastermind of Mirage Pokémon|MoMP]]-present)&amp;lt;/small&amp;gt;&lt;br /&gt;
|java=[[KAORI.]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;May&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ハルカ&#039;&#039;&#039; &#039;&#039;Haruka&#039;&#039;) is a [[Pokémon Coordinator]] from [[Petalburg City]] and a former {{ashfr|traveling companion}} of {{Ash}}. She is the daughter of [[Norman]] and [[Caroline]], and her [[starter Pokémon]] was a {{TP|May|Torchic}} given to her by [[Professor Birch]].&lt;br /&gt;
&lt;br /&gt;
Initially on a {{pkmn|journey}} to meet new places, May found her true calling in [[Pokémon Contest]]s and made it her goal to become a [[Top Coordinator]]. She traveled through [[Hoenn]] and [[Kanto]] with Ash, {{an|Brock}}, and her little brother, [[Max]].&lt;br /&gt;
&lt;br /&gt;
==In the anime==&lt;br /&gt;
===History===&lt;br /&gt;
====Pre-series====&lt;br /&gt;
[[File:Younger May.png|thumb|220px|May during her childhood]]&lt;br /&gt;
May grew up with her mother, [[Caroline]], her father and [[Petalburg City]] Gym Leader, [[Norman]], and brother, [[Max]]. As revealed in &#039;&#039;[[AG103|A Cacturne for the Worse]]&#039;&#039;, May, when she was younger, was playing in the water with some {{p|Tentacool}}, but found herself surrounded by a horde of them. However, when her parents saw this, Caroline tried to catch her because she had mistaken her for a Tentacool. Ever since that experience, May developed a dislike and fear of {{OBP|Pokémon|species}}.&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;====&lt;br /&gt;
Years later in &#039;&#039;[[AG001|Get the Show on the Road!]]&#039;&#039;, May was old enough to become a [[Pokémon Trainer]], but she used it as an excuse just so she could travel, even though everyone expected her to follow in her father Norman&#039;s footsteps. However, after seeing a [[Pokémon Contest]] in &#039;&#039;[[AG013|All Things Bright and Beautifly!]]&#039;&#039;, she decided to become a [[Pokémon Coordinator]] instead. Since May initially knew almost nothing about Pokémon or [[move|attack]]s, Ash assumed the role of her mentor. She gradually gained experience through her {{pkmn|journey}} and practice with Ash.&lt;br /&gt;
&lt;br /&gt;
As a Coordinator, May was able to learn more about Pokémon and form stronger bonds with them. In &#039;&#039;[[AG051|Come What May!]]&#039;&#039;, after winning the {{to|Fallarbor}} Contest, May told her {{TP|May|Beautifly}} that she loved it. This is an example of her growth — from someone who initially disliked Pokémon to someone who cared deeply for them.&lt;br /&gt;
&lt;br /&gt;
With her {{cat|May&#039;s Pokémon|Pokémon}}, May was able to come up with different [[Contest combination|attack combinations]] to use during her [[Contest Battle]]s. For instance, she would use her {{TP|May|Combusken}}&#039;s {{m|Fire Spin}} and her {{TP|May|Squirtle}}&#039;s {{m|Bubble}} to create a combination of fire and water, dubbed &amp;quot;Fire and Water Whirlwind&amp;quot; by [[Lilian Meridian|Lilian]], after witnessing [[Tucker]] use it against Ash with a combination of {{m|Water Pulse}} and {{m|Fire Blast}}. This even made a [[Harley|rival]] of hers angry, thinking she thought he was not worthy of the move as May did not use it against him.&lt;br /&gt;
&lt;br /&gt;
She also developed a love for making her own [[Pokéblock]]s with recipes that she thought up, including ones called &amp;quot;May&#039;s Purple Surprise&amp;quot; and &amp;quot;May&#039;s Pink Surprise&amp;quot; (Japanese: &#039;&#039;Haruka&#039;s Delicious&#039;&#039; and &#039;&#039;Haruka&#039;s Delicious 2&#039;&#039;). Unfortunately, the only ones who liked her &amp;quot;Purple Surprise&amp;quot; were her {{TP|May|Munchlax}} and [[Jessie]]. Her &amp;quot;Pink Surprise&amp;quot; came from the recipe {{an|Professor Oak}} uses to make [[Ash&#039;s Snorlax]]&#039;s {{pkmn|food}}. Thus, after May [[AG118|first fed]] it to her Munchlax, it was automatically made full. This Pokéblock was regularly used to feed Munchlax in order to prevent it from eating the food of others.&lt;br /&gt;
&lt;br /&gt;
[[File:Drew and May.png|thumb|left|220px|May and Drew]]&lt;br /&gt;
During her journey, she found a [[rival]] in [[Drew]], a skilled and sometimes arrogant Coordinator. Drew became one of her main inspirations to try harder to sharpen her skills as a Coordinator. At first, Drew had claimed that May had &amp;quot;no style&amp;quot; as a Coordinator, but by the end of May&#039;s second Contest campaign, when she defeated him in the [[Kanto Grand Festival]], he recognized her growth and skill. Another rival of hers, [[Harley]], is a flamboyant man who goes to extremes to beat May and has no qualms about cheating or using unfair tactics. An example of Harley&#039;s depravity was seen in &#039;&#039;[[AG103|A Cacturne for the Worse]]&#039;&#039;, when he recorded Max telling him a story from May&#039;s childhood. May had been wearing a blue swimming cap in the ocean, and her mother had mistaken her for a {{p|Tentacool}} from afar and attempted to {{pkmn2|caught|catch}} May with one of her {{i|Poké Ball}}s. Harley played the recording of this story during the [[Izabe Island]] Pokémon Contest to embarrass May into losing. May was able to beat Harley in the end, but she claimed that she had never been more humiliated. Another example is when Harley joined forces with {{TRT}} in an attempt to sabotage May&#039;s performance with Combusken, which ended up contributing to a more dazzling appeal.&lt;br /&gt;
&lt;br /&gt;
At the Kanto Grand Festival, May also competed against [[Solidad]], an experienced Coordinator to whom she lost in the semifinals. At the end of &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;, she left to compete with Drew, Harley, and Solidad in the [[Johto]] [[region]], aiming to find her own battling style. The decision to stop traveling with Ash was an important one for May&#039;s character. Because Ash played the role of a mentor to her through most of the series, she was largely influenced by his offensive battle style. By the end of their journey through Kanto, May had realized that an offensive style was not necessarily the best for her and for Contests. Her constant use of dazzling attacks ultimately proved to be her downfall at the Kanto Grand Festival, when Solidad was able to recognize and counter these moves by leading May to attack and then successfully dodging. Her goal to find her own style was therefore also a goal to improve her Contest Battle skills and ultimately become a [[Top Coordinator]].&lt;br /&gt;
&lt;br /&gt;
May has [[Contest Pass]]es to compete in Hoenn, Kanto and Johto. She also has a personal [[List of Japanese ending themes|theme song]], &#039;&#039;[[I Won&#039;t Lose! ~Haruka&#039;s Theme~]]&#039;&#039;, performed by [[KAORI.]]. It was first used as background music in &#039;&#039;[[AG166|Curbing the Crimson Tide]]&#039;&#039; and was used multiple times after that during May&#039;s Contest [[Appeal|performances]] and [[Contest Battle|battles]]. The song became the ending theme of the show between &#039;&#039;[[AG172|Pokémon Ranger - Deoxys&#039; Crisis! (Part 2)]]&#039;&#039; and &#039;&#039;[[AG192|Home is Where the Start Is!]]&#039;&#039;.&lt;br /&gt;
[[File:May DP series.png|thumb|220px|May in &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;]]&lt;br /&gt;
====&#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;====&lt;br /&gt;
May reappeared from &#039;&#039;[[DP075|Our Cup Runneth Over!]]&#039;&#039; to &#039;&#039;[[DP079|Strategy With a Smile!]]&#039;&#039; to participate in the [[Wallace Cup]]. During this period, she wore her {{ga|May|game counterpart}}&#039;s outfit from {{game|Emerald}}. She shared that many of her Pokémon had [[Evolution|evolved]] and that she had already won three Johto [[Ribbon]]s. {{an|Dawn}} recognized May upon meeting her and said that some people in the [[Sinnoh]] region called her the &amp;quot;Princess of Hoenn&amp;quot;, causing May to blush. &lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[DP076|A Full Course Tag Battle!]]&#039;&#039;, May spoke with Ash and Brock about her journey in Johto, and revealed that her {{p|Eevee}} had evolved in {{TP|May|Glaceon}} shortly before meeting them. Before starting training for the Wallace Cup, May suggested everyone go to the [[Seven Stars Restaurant]] on the [[Valor Lakefront]]. where they participated in a series of Tag Battles to earn a right to an exclusive meal. Before May and Dawn started their battles, {{TRT}} had stolen the food supply, this motivated May to help find the food and when they found May and Dawn they battled [[Jessie]] and [[James]], defeating them easily. &lt;br /&gt;
[[File:Ash May Split Ribbon.png|left|thumb|220px|May and Ash holding their halves of the Terracotta Ribbon]]&lt;br /&gt;
Once everything was resolved, May and Dawn had their battles against [[Roman]] and [[Kylie]], winning using a combination of [[Water-type|Water]] and [[Fire-type]] moves. At the end of the night, May remembered with Ash the moment they both competed for the [[Ribbon]] of [[Terracotta Town]], and together with Dawn, May discovered that Ash was also interested in the competition.&lt;br /&gt;
&lt;br /&gt;
During the Wallace Cup, May showed the new style that she had come up after leaving Ash, battling against Dawn&#039;s rival [[Zoey]] and winning using her Beautifly. She made it all the way to the finals but narrowly lost to Dawn in the end. Afterwards, May returned to Johto to resume competing in Contests there.&lt;br /&gt;
&lt;br /&gt;
May reappeared in a picture on {{an|Brock}}&#039;s memory wall in the special episode [[DPS02]].&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;[[Pokémon the Series: Black &amp;amp; White]]&#039;&#039;====&lt;br /&gt;
[[File:May Max JN.png|thumb|250px|May in &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;]]&lt;br /&gt;
May reappeared in a fantasy in &#039;&#039;[[BW142|The Dream Continues!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;====&lt;br /&gt;
May reappeared in a flashback of the Wallace Cup in &#039;&#039;[[JN105|Reuniting for the First Time!]]&#039;&#039;, alongside Dawn. In the same episode, [[Chloe]] wore a [[Contest Costume]] that {{an|Serena}} mentioned was worn by the &amp;quot;Princess of Hoenn&amp;quot;, referencing May&#039;s nickname.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[JN132|Partners in Time!]]&#039;&#039;, May was revealed to have returned to [[Hoenn]] when she appeared alongside Max, Serena, and [[Lisia]], watching Ash&#039;s [[Masters Eight Tournament]] match against {{an|Leon}}. Soon after, when {{AP|Pikachu}} was at the limit of his strength, May, Max, and Serena were shown to be anxious about the state of the battle, each holding on to another for comfort.&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;[[M20|I Choose You!]]&#039;&#039;====&lt;br /&gt;
May made a cameo appearance in the ending credits of &#039;&#039;[[M20|I Choose You!]]&#039;&#039; alongside with Max.&lt;br /&gt;
&lt;br /&gt;
===Character===&lt;br /&gt;
[[File:May and Max BW.png|thumb|220px|left|May and Max]]&lt;br /&gt;
May is generally a very sweet and optimistic girl. She enjoys feminine and cute things as well as shopping. In fact, she and Brock occasionally went on shopping trips together throughout &#039;&#039;Pokémon the Series: Ruby and Sapphire&#039;&#039;. May cares about her appearance, sometimes spending so much time in front of the mirror that it caused her traveling companions to become frustrated with her, such as in &#039;&#039;[[AG072|The Bicker the Better]]&#039;&#039;. May also is interested in helping other people with their romantic problems.&lt;br /&gt;
&lt;br /&gt;
Though she is generally kind, she occasionally argues with her little brother, [[Max]]. The two had arguments since Max&#039;s debut episode, but one of their most notable was in &#039;&#039;[[AG081|Take This House and Shuppet]]&#039;&#039;. May&#039;s harsh words to Max made him declare that he hated May and he ran away for a portion of the episode. Even though she had been angry, May quickly felt guilty for hurting Max&#039;s feelings and became very worried that he would be hurt on his own. In &#039;&#039;[[AG114|Date Expectations]]&#039;&#039;, when Max again went missing, May revealed that she had promised her mother to always take care of Max on their journey, and was prepared to miss her last chance of qualifying for the [[Hoenn Grand Festival]] in order to find him. Though the siblings had many quarrels over their joint travels, May deeply cares for her brother and would go to great lengths to protect him.&lt;br /&gt;
[[File:May rage.png|thumb|220px|May&#039;s rage at her loss of food]]&lt;br /&gt;
In &#039;&#039;[[AG004|You Never Can Taillow]]&#039;&#039;, May heard Brock used to act as a cook during Ash&#039;s journeys. As she, Max and Ash were hungry, she was the one who asked Brock if he could prepare some food for them. If a person or a Pokémon were to steal her food she would become extremely angry, which was demonstrated numerous times. Food was one of the few things May would become angry about, so it was an important tool to show a different side to her usually cheerful character. When May returned for &#039;&#039;Pokémon the Series: Diamond and Pearl&#039;&#039;, she expressed excitement over the chance to eat at the [[Seven Stars Restaurant]], but having her meal stolen made her enraged. She was later shown enjoying a large cookie, once again affirming her love of food and sweets.&lt;br /&gt;
&lt;br /&gt;
[[File:May shopping bags.png|thumb|left|220px|May after shopping]]&lt;br /&gt;
When May first left her home, she was only interested in the traveling aspect of a [[Pokémon journey]]. This sparked one of May&#039;s most memorable quirks in Hoenn, &amp;quot;May&#039;s Expeditions&amp;quot;. Starting from &#039;&#039;[[AG025|A Mudkip Mission]]&#039;&#039;, May would occasionally make a camera lens with her fingers, pretending she was the host of a traveling show. Uniquely for one of {{Ash}}&#039;s {{ashfr|friends}}, May originally didn&#039;t like Pokémon, due to the trauma of being swarmed by a group of {{p|Tentacool}} when she was little. However, after seeing Ash risking his life to save his {{AP|Pikachu}} on the day they [[AG001|met]] and later upon forming close bonds with her first two Pokémon, {{TP|May|Torchic}} and {{TP|May|Wurmple}}, May grew to care about Pokémon, which helped her overcome her dislike and fear of them.&lt;br /&gt;
&lt;br /&gt;
As mentioned, May also enjoys making [[Pokéblock]]. She first learned about making Pokéblock in the episode &#039;&#039;[[AG090|Pokéblock, Stock and Berry]]&#039;&#039; when she met {{ho|Kelly}}. She learned that Kelly&#039;s mother owned a Pokéblock shop, and May was curious about it. Kelly then taught her how to use a [[Berry Blender]]. May&#039;s first attempt of making a Pokéblock was not successful, but that didn&#039;t stop her from trying. In the episode &#039;&#039;[[AG117|Berry, Berry Interesting]]&#039;&#039;, May continued to make Pokéblock, calling the result &#039;&#039;&#039;&amp;quot;May&#039;s Purple Surprise&amp;quot;&#039;&#039;&#039;. However, only her {{TP|May|Munchlax}} had taken a liking to it. Later on, {{an|Professor Oak}} had created a Pokéblock recipe for May, which May calls &#039;&#039;&#039;&amp;quot;May&#039;s Pink Surprise&amp;quot;&#039;&#039;&#039;, that is specially made for Munchlax, similarly to the recipe used to feed [[Ash&#039;s Snorlax]]. May uses it to stop her Munchlax from causing too much trouble on many occasions.&lt;br /&gt;
[[File:DP076.png|220px|thumb|May and Dawn]]&lt;br /&gt;
May was unsure on what path and goal to pursue, even though she was expected to become a Pokémon Trainer like her father. However, after witnessing Pokémon Contests in &#039;&#039;[[AG013|All Things Bright and Beautifly!]]&#039;&#039;, May decided to become a Pokémon Coordinator, and has been training both herself and her Pokémon since then. In &#039;&#039;[[AG121|Hi Ho Silver Wind!]]&#039;&#039;, May revealed that she stayed in contact with many of the friends she made through competing in Pokémon Contests, using emails, phone calls and letters. This included Kelly, [[Savannah]], [[Sandra]], [[Timmy Grimm|Timmy]], [[Dr. Abby]] and [[Janet]]. May also said that being friends with the people she met throughout her journey, and knowing they were cheering for her, gave her the confidence to overcome any nervousness she could face.&lt;br /&gt;
&lt;br /&gt;
Throughout her journey with Ash, Brock, and Max, May has changed remarkably as a person and Trainer, but maintains her habit of finding popular food spots and her sweet nature. May has also learned to not take her Pokémon for granted, as seen in &#039;&#039;[[AG078|Cruisin&#039; for a Losin&#039;]]&#039;&#039;, when she realized how hard she pushed her {{TP|May|Bulbasaur}} in the [[Rubello Town|Rubello]] [[Pokémon Contest]] and that the first [[AG051|two]] [[AG062|ribbons]] that she won were because her Pokémon came through for her. In addition, May has exceptionally improved her battling skills, as shown in her battle against [[Drew]] in the [[Kanto Grand Festival]]. As time passed, May became a well-known coordinator and received the nickname &amp;quot;Princess of Hoenn&amp;quot;, which was stated by {{an|Dawn}} in &#039;&#039;[[DP076|A Full Course Tag Battle!]]&#039;&#039; and {{an|Serena}} in &#039;&#039;[[JN105|Reuniting for the First Time!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
May&#039;s Contest cry is &#039;&#039;&#039;&amp;quot;Take the stage!&amp;quot;&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ステージ・オン！&#039;&#039;&#039; &#039;&#039;Stage On!&#039;&#039;). In the English dub, she also uses variations, such as &amp;quot;On stage!&amp;quot;. In the Japanese version, May usually ends her sentences with (Japanese: &#039;&#039;&#039;～かも&#039;&#039;&#039; &#039;&#039;~kamo&#039;&#039;), a word often used to express uncertainty.&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
[[File:May Party.png|thumb|220px|May and her Pokémon in &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]]]&lt;br /&gt;
The Pokémon she acquired on the course of her journey appear to resemble Pokémon that Ash had obtained at some point at the beginning of his own journey. At first, she preferred cute {{OBP|Pokémon|species}}, and dazzling techniques, but on the course of her journey, she was able to obtain Pokémon outside that preference. She has a tendency to rely on luck, often using her {{TP|May|Skitty}}&#039;s {{m|Assist}} or her {{TP|May|Munchlax}}&#039;s {{m|Metronome}} to win. Most of May&#039;s Pokémon were not caught through battle. Unlike many of [[Ash&#039;s friends]], May has never had a consistently [[Obedience|disobedient]] Pokémon.&lt;br /&gt;
&lt;br /&gt;
====In rotation====&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| {{ActivePoké|May|Blaziken|May Blaziken.png|fire|fighting|fir=Torchic|mid=Combusken}}&lt;br /&gt;
| {{ActivePoké|May|Beautifly|May Beautifly.png|bug|flying|fir=Wurmple|mid=Silcoon}}&lt;br /&gt;
| {{ActivePoké|May|Skitty|May Skitty.png|normal}}&lt;br /&gt;
|-&lt;br /&gt;
| {{ActivePoké|May|Venusaur|May Venusaur.png|grass|poison|fir=Bulbasaur|mid=Ivysaur}} ♀&lt;br /&gt;
| {{ActivePoké|May|Munchlax|May Munchlax.png|normal}}&lt;br /&gt;
| {{ActivePoké|May|Wartortle|May Wartortle.png|water|fir=Squirtle}}&lt;br /&gt;
|-&lt;br /&gt;
| {{ActivePoké|May|Glaceon|May Glaceon.png|ice|fir=Egg|mid=Eevee}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Temporary====&lt;br /&gt;
{{MissingInfo|1|java}}&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Professor Birch&lt;br /&gt;
|pkmn=Mudkip&lt;br /&gt;
|type1=Water&lt;br /&gt;
|img=May Mudkip.png&lt;br /&gt;
|epnum=AG001&lt;br /&gt;
|epname=Get the Show on the Road!&lt;br /&gt;
|vajp=&lt;br /&gt;
|vaen=Lindsey Warner&lt;br /&gt;
|desc=When [[Professor Birch]] was attacked by {{p|Poochyena}}, May borrowed {{p|Mudkip}} from his bag to fight the wild Poochyena. However, May&#039;s lack of experience in commanding Pokémon got the Pokémon attacking her while Professor Birch fends off the Poochyena himself. Later, it reappeared as one of the options of May&#039;s [[starter Pokémon]], but the previous bad experience led her to not choose it.&lt;br /&gt;
&lt;br /&gt;
It reappeared in a flashback in &#039;&#039;[[AG025|A Mudkip Mission]]&#039;&#039;, when May wanted to catch another one.&lt;br /&gt;
&lt;br /&gt;
Mudkip&#039;s only known move is {{m|Water Gun}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Kyle Hamm&lt;br /&gt;
|pkmn=Hitmonchan&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Fighting&lt;br /&gt;
|img=May Hitmonchan.png&lt;br /&gt;
|epnum=AG145&lt;br /&gt;
|epname=Pasta La Vista&lt;br /&gt;
|vajp=Katsuyuki Konishi&lt;br /&gt;
|vaen=Michael Haigney&lt;br /&gt;
|desc=May borrowed {{p|Hitmonchan}} from [[Kyle Hamm]] after [[Master Hamm]] broke his back.&lt;br /&gt;
&lt;br /&gt;
Hitmonchan&#039;s known moves are {{m|Comet Punch}}, {{m|Mach Punch}}, {{m|Agility}}, {{m|Focus Punch}} and {{m|Sky Uppercut}}.}}&lt;br /&gt;
&lt;br /&gt;
====Befriended====&lt;br /&gt;
&amp;lt;!--Do not put in that Manaphy was befriended by May.--&amp;gt;&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Swablu&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=May Swablu.png&lt;br /&gt;
|epnum=AG064&lt;br /&gt;
|epname=True Blue Swablu&lt;br /&gt;
|vajp=List of Japanese voice actors{{!}}Konami Yoshida&lt;br /&gt;
|vaen=&lt;br /&gt;
|desc=May befriended a {{p|Swablu}} after its wing was injured during a lightning storm in a nature preserve. After finding it, she nursed it back to health over several days with the support of {{an|Brock}} and the others, and she also taught it how to fly again.&lt;br /&gt;
&lt;br /&gt;
May intended to return Swablu to its flock, but when the group arrived at the lakeside nesting spot, they couldn&#039;t find the flock. May offered Swablu a place on her team, seeing as they had become good friends. However, just then, its flock reappeared, and Swablu reluctantly left with them.&lt;br /&gt;
&lt;br /&gt;
Swablu&#039;s only known move is {{m|Sing}}.}}&lt;br /&gt;
&lt;br /&gt;
===Contests===&lt;br /&gt;
[[File:May Hoenn ribbons.png|thumb|220px|May&#039;s Hoenn Ribbons]]&lt;br /&gt;
[[File:May Kanto ribbons.png|thumb|220px|May&#039;s Kanto Ribbons]]&lt;br /&gt;
[[File:May Johto ribbons.png|thumb|220px|May&#039;s Johto Ribbons]]&lt;br /&gt;
====Hoenn Ribbons====&lt;br /&gt;
This listing is of the [[Ribbon]]s May has obtained in the [[Hoenn]] [[region]]:&lt;br /&gt;
* {{to|Fallarbor}} Ribbon (&#039;&#039;[[AG051|Come What May!]]&#039;&#039;)&lt;br /&gt;
* {{to|Verdanturf}} [[a:File:Verdanturf Ribbon.png|Ribbon]] (&#039;&#039;[[AG062|Disguise Da Limit]]&#039;&#039;)&lt;br /&gt;
* {{ci|Lilycove}} [[a:File:Lilycove Ribbon.png|Ribbon]] (&#039;&#039;[[AG091|Lessons in Lilycove]]&#039;&#039;)&lt;br /&gt;
* {{ci|Purika}} Ribbon (&#039;&#039;[[AG103|A Cacturne for the Worse]]&#039;&#039;)&lt;br /&gt;
* {{to|Pacifidlog}} Ribbon (&#039;&#039;[[AG116|Pacifidlog Jam]]&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
====Kanto Ribbons====&lt;br /&gt;
This listing is of the [[Ribbon]]s May has obtained in the [[Kanto]] [[region]]:&lt;br /&gt;
* {{ci|Saffron}} [[a:File:Saffron Ribbon.png|Ribbon]] (&#039;&#039;[[AG144|A Hurdle for Squirtle]]&#039;&#039;)&lt;br /&gt;
* {{ka|Silver Town|Silver}} Ribbon (&#039;&#039;[[AG151|Weekend Warrior]]&#039;&#039;)&lt;br /&gt;
* {{isl|Chrysanthemum}} Ribbon (&#039;&#039;[[AG162|Spontaneous Combusken!]]&#039;&#039;)&lt;br /&gt;
* {{to|Gardenia}} Ribbon (&#039;&#039;[[AG167|What I Did for Love!]]&#039;&#039;)&lt;br /&gt;
* {{ci|Mulberry}} [[a:File:Mulberry Ribbon.png|Ribbon]] (&#039;&#039;[[AG175|Going for Choke!]]&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
====Johto Ribbons====&lt;br /&gt;
This listing is of the [[Ribbon]]s May has obtained in the [[Johto]] [[region]]:&lt;br /&gt;
* Three unknown Ribbons (prior to &#039;&#039;[[DP076|A Full Course Tag Battle!]]&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
====Grand Festival ranking====&lt;br /&gt;
May has competed in the following [[Grand Festival]] tournaments:&lt;br /&gt;
* [[Hoenn Grand Festival]] - Top 8 (&#039;&#039;[[AG123|Rhapsody in Drew]]&#039;&#039;)&lt;br /&gt;
* [[Kanto Grand Festival]] - Top 4 (&#039;&#039;[[AG182|Channeling the Battle Zone!]]&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
====Other achievements====&lt;br /&gt;
May has competed in the following [[Pokémon Contest]]s:&lt;br /&gt;
* {{ci|Slateport}} Contest - Top 8 (&#039;&#039;[[AG035|Win, Lose or Drew!]]&#039;&#039;)&lt;br /&gt;
* {{to|Rubello}} Contest - Top 4 (&#039;&#039;[[AG078|Cruisin&#039; for a Losin&#039;]]&#039;&#039;)&lt;br /&gt;
* {{to|Wisteria}} Contest - Runner-up (&#039;&#039;[[AG160|Harley Rides Again&#039;&#039;]])&lt;br /&gt;
* Unofficial {{to|Terracotta}} Contest - Winner (tied with {{Ash}}; &#039;&#039;[[AG192|Home is Where the Start Is!]]&#039;&#039;)&lt;br /&gt;
* [[Wallace Cup]] - Runner-up (&#039;&#039;[[DP079|Strategy with a Smile!]]&#039;&#039;)&lt;br /&gt;
====Outfits====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:May Wallace Cup.png|May&#039;s outfit in the Wallace Cup&lt;br /&gt;
File:May AG156 ninja.png|May&#039;s pink ninja dress&lt;br /&gt;
File:May Yellow Bikini.png| May in a yellow swimsuit&lt;br /&gt;
File:May Swimsuit.png|May in her polka dot one-piece swimsuit&lt;br /&gt;
File:May AG020 swimsuit.png|May in a green swimsuit&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Pokémon competitions===&lt;br /&gt;
May has competed in the following {{cat|Pokémon competitions}}:&lt;br /&gt;
* [[Trick House#In the anime|Trick House Contest]] - N/A (&#039;&#039;[[AG039|A Poké-BLOCK Party!]]&#039;&#039;)&lt;br /&gt;
* [[Crossgate PokéRinger]] - Group stage (&#039;&#039;[[AG080|That&#039;s Just Swellow]]&#039;&#039;)&lt;br /&gt;
* [[Pokémon Orienteering]] - N/A (&#039;&#039;[[AG159|Off the Unbeaten Path]]&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
===Voice actors===&lt;br /&gt;
{{vatable|color={{ruby color}}|bordercolor={{ruby color light}}&lt;br /&gt;
|ja=[[KAORI.]] (credited as 鈴木カオリ &#039;&#039;Kaori Suzuki&#039;&#039; in &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;)&lt;br /&gt;
|en=[[Veronica Taylor]] ([[AG001]]-[[AG145]], [[M06]]-[[M08]])&amp;lt;br&amp;gt;[[Michele Knotz]] ([[AG146]]-present, [[M09]], [[The Mastermind of Mirage Pokémon]])&lt;br /&gt;
|ru=Жанна Никонова &#039;&#039;Janna Nikonova&#039;&#039; ([[AG001]]-[[AG192]]; [[M08]]-[[M09]])&amp;lt;br&amp;gt;Ольга Шорохова ([[DP075]]-[[DP079]])&lt;br /&gt;
|zh_cmn=傅曼君 &#039;&#039;Fù Mànjūn&#039;&#039;&lt;br /&gt;
|da=Annevig Schelde Ebbe&lt;br /&gt;
|cs=Klára Šumanová ([[DP075]]-[[DP079]])&amp;lt;br&amp;gt;Jana Páleníčková ([[M06]]-[[M07]])&lt;br /&gt;
|nl=Nicoline van Doorn&amp;lt;br&amp;gt;Unknown voice actress ([[M06]]-[[M07]])&lt;br /&gt;
|fr_eu=Maia Baran&lt;br /&gt;
|el=Στέλλα Μπονάτσου &#039;&#039;Stella Bonatsou&#039;&#039;&lt;br /&gt;
|fi=Aksa Korttila ([[AG001]]-[[AG138]], [[The Mastermind of Mirage Pokémon]])&amp;lt;br&amp;gt;Henni-Liisa Stam ([[AG139]]-[[AG145]])&amp;lt;br&amp;gt;Marjut Heikkinen ([[AG146]]-present)&amp;lt;br&amp;gt;Hanna Salonen ([[M06]]-[[M07]])&lt;br /&gt;
|de=Nicola Grupe&amp;lt;br&amp;gt;Stephanie Kellner ([[M06]]-[[M07]])&lt;br /&gt;
|he=דון לני-גבאי &#039;&#039;Dawn Lanny-Gabay&#039;&#039;&lt;br /&gt;
|hi=नेश्मा चेम्बुरकर &#039;&#039;Neshma Chemburkar&#039;&#039; (Hungama dub)&lt;br /&gt;
|hu=Márta Talmács&lt;br /&gt;
|id=Dewi Arifiani&lt;br /&gt;
|it=Serena Clerici&lt;br /&gt;
|ko=서혜정 &#039;&#039;Seo Hyejeong&#039;&#039; (&#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;)&amp;lt;br&amp;gt;지미애 &#039;&#039;Ji Mi-ae&#039;&#039; ([[Pokémon movie|original movies]])&amp;lt;br&amp;gt;김현지 &#039;&#039;Kim Hyeonji&#039;&#039; ([[Pokémon movie|redubbed movies]])&lt;br /&gt;
|pl=[[Julita Kożuszek-Borsuk]] (Julita Kożuszek)&lt;br /&gt;
|pt_br=Tatiane Keplmair ([[AG001]]-[[DP079]], [[M06]]-[[M09]], [[M06]]-[[M07]] second dub)&amp;lt;br&amp;gt;Amanda Tavares ([[M06]] third dub)&lt;br /&gt;
|pt_eu=Carla ([[AG001]]-[[AG108]])&amp;lt;br&amp;gt;Sara Marques ([[M07]])&amp;lt;br&amp;gt;Isabel Ribas ([[AG109]]-[[AG192]])&amp;lt;br&amp;gt;Marta Mota ([[DP075]]-[[DP079]])&lt;br /&gt;
|es_eu=Cristina Yuste&lt;br /&gt;
|es_la=Ana Lobo ([[AG001]]-[[AG044]], [[AG055]]{{tt|*|redub}})&amp;lt;br&amp;gt;Liliana Barba ([[AG033]]-[[AG034]])&amp;lt;br&amp;gt;Mariana Ortiz ([[AG045]]-present)&amp;lt;br&amp;gt;Agustina Priscila ([[M06]]-[[M07]])&lt;br /&gt;
|fil=Charmaine Cordoviz&lt;br /&gt;
|sv=Maria Rydberg&lt;br /&gt;
|th=อรุณี นันทิวาส &#039;&#039;Arunee Nuntiwass&#039;&#039;&lt;br /&gt;
|tr=Pınar Erengil&lt;br /&gt;
|ta=Sowmiya Kumar(Hungama dub)&lt;br /&gt;
|vi=Nguyễn Thụy Thùy Tiên ([[DP076]]-[[DP079]])&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Artwork===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{ruby color}}; background: #{{ruby color light}}; font-size:80%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color}}; background: #FFF; width:80px&amp;quot;| [[File:May AG.png|120px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color}}; background: #FFF; width:80px&amp;quot;| [[File:May AG 2.png|120px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color}}; background: #FFF; width:80px&amp;quot;| [[File:May AG 3.png|125px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color}}; background: #FFF; width:80px&amp;quot;| [[File:JN132 AS.png|250px]]&lt;br /&gt;
|-&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;&#039;&#039;{{color2|000|Pokémon the Series: Ruby and Sapphire}}&#039;&#039;{{tt|*|Note that this artwork lacks shading.}}&lt;br /&gt;
| colspan=2 | Alternative artwork from&amp;lt;br&amp;gt;&#039;&#039;{{color2|000|Pokémon the Series: Ruby and Sapphire}}&#039;&#039;&lt;br /&gt;
| Artwork from &amp;quot;After the story&amp;quot; &amp;lt;ref&amp;gt;https://twitter.com/anipoke_PR/status/1591672205040943105&amp;lt;/ref&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
[[File:May AP.png|thumb|200px|May in Ash &amp;amp; Pikachu]]&lt;br /&gt;
===Ash &amp;amp; Pikachu===&lt;br /&gt;
May first appeared in &#039;&#039;[[SP17|Let&#039;s Save Pikachu!!]]&#039;&#039;, where she became {{Ash}}&#039;s traveling companion like in the anime.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
{| width=&amp;quot;74%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| {{InactivePoké|May|Combusken|May Combusken AP.png|fire|fighting|fir=Torchic}}&lt;br /&gt;
| {{InactivePoké|May|Beautifly|May Beautifly AP.png|bug|flying}}&lt;br /&gt;
| {{InactivePoké|May|Skitty|May Skitty AP.png|normal}}&lt;br /&gt;
|-&lt;br /&gt;
| {{InactivePoké|May|Munchlax|May Munchlax AP.png|normal}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Movie adaptations===&lt;br /&gt;
As May appeared all of the &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039; movies, she has appeared in each manga adaptations of them.&lt;br /&gt;
&lt;br /&gt;
==In the spin-off games==&lt;br /&gt;
{{incomplete|section|Add sprites of May from all the Pico and Perdue games}}&lt;br /&gt;
&lt;br /&gt;
May appears in some games based on the {{pkmn|anime}}.&lt;br /&gt;
&lt;br /&gt;
===Sega Pico series===&lt;br /&gt;
May appears in [[Pokémon Advanced Generation: I&#039;ve Begun Hiragana and Katakana!|I&#039;ve Begun Hiragana and Katakana!]] and [[Pokémon Advanced Generation: Pico for Everyone Pokémon Loud Battle!|Pico for Everyone Pokémon Loud Battle!]].&lt;br /&gt;
&lt;br /&gt;
===Perdue series===&lt;br /&gt;
In [[Pokémon Team Rocket Blast Off]], [[Pokémon Poké Ball Launcher]], and [[Pokémon Seek &amp;amp; Find]], the female player character is May. Her male counterpart in these games is [[Ash Ketchum]].&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
This listing is of cards mentioning or featuring May or her Pokémon in the [[Pokémon Trading Card Game]].&lt;br /&gt;
&lt;br /&gt;
{{cardlist/header|May&#039;s Pokémon|Fire|char=yes}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|ADV-P Promo|May&#039;s Torchic|37}}|type=Fire|jpset=ADV-P Promotional cards|jpnum=037/ADV-P}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Movie VS Pack|May&#039;s Munchlax|8}}|type=Colorless|jpset=Movie Commemoration VS Pack: Aura&#039;s Lucario|jpnum=008/020}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Movie VS Pack|May&#039;s Combusken|2}}|type=Fire|jpset=Movie Commemoration VS Pack: Sea&#039;s Manaphy|jpnum=002/019}}&lt;br /&gt;
{{cardlist/footer|Fire}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* May is the first main character other than Ash to own a [[starter Pokémon]].&lt;br /&gt;
* May is the only main character other than Ash to wear gloves as part of her character design.&lt;br /&gt;
** She is also the only main character other than Ash to leave a Pokémon at [[Professor Oak&#039;s Laboratory]].&lt;br /&gt;
* May has competed in at least one [[Pokémon Contest]] in each [[region]] where they are known to be held in the anime, with the exception of the [[Unova]] region.&lt;br /&gt;
* May is the first of Ash&#039;s traveling companions to be based on a [[player character]] from the {{pkmn|games}}.&lt;br /&gt;
* May is the only main character to, upon her introduction, [[Breaking the fourth wall|introduce herself to the audience]] rather than be introduced by the narrator or first appear without an introduction at all.&lt;br /&gt;
* Both of May&#039;s unevolved Pokémon are {{t|Normal}} [[type]].&lt;br /&gt;
* May is Ash&#039;s only traveling companion to have traveled with him in every single episode of a series, namely &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;. While they did separate from each other briefly in &#039;&#039;[[AG132|The Scheme Team]]&#039;&#039;, she rejoined him in [[AG133|the following episode]].&lt;br /&gt;
* May was the first character to own a {{cat|Generation IV Pokémon}}, with {{p|Munchlax}}.&lt;br /&gt;
* Not counting temporary Pokémon, May is the first main character to catch {{TP|May|a Pokémon|Bulbasaur}} that Ash {{AP|has also caught|Bulbasaur}}.&lt;br /&gt;
* May has not made any reappearances since &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;, not counting flashbacks and non-speaking cameos. This could be because her Japanese voice actress, KAORI, came down with a variation of the debilitating disease focal dystonia called spasmotic dysphonia, as early as 2007 (a year before her reappearances in DP), and hitting its peak by May 2012. This forced her to retire from the anime. To date, a replacement has not been cast.&amp;lt;ref&amp;gt;https://dogasu.bulbagarden.net/features/miscellaneous/kaori_hiatus.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
** Because of this, she is the only one of Ash&#039;s female companions who did not reunite with him during &#039;&#039;[[Pokémon Journeys: The Series]]&#039;&#039;, and the only one who has not met [[Goh]].&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;float:left; background: #{{ruby color light}}; border: 3px solid #{{ruby color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! style=&amp;quot;{{roundytl|5px}}&amp;quot; | Language&lt;br /&gt;
! Name&lt;br /&gt;
! style=&amp;quot;{{roundytr|5px}}&amp;quot; | Origin&lt;br /&gt;
|-  style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Japanese&lt;br /&gt;
| ハルカ&amp;lt;br&amp;gt;&#039;&#039;Haruka&#039;&#039;&lt;br /&gt;
| From 春花 &#039;&#039;haruka&#039;&#039;, spring flower&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|English, Brazilian Portuguese&lt;br /&gt;
| May&lt;br /&gt;
| Could be a reference to her Japanese name, as May is a month in spring&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|French&lt;br /&gt;
| Flora&lt;br /&gt;
| Similar to &#039;&#039;fleur&#039;&#039;, flower&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|German&lt;br /&gt;
| Maike&lt;br /&gt;
| From &#039;&#039;Mai&#039;&#039;, May&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Italian&lt;br /&gt;
| Vera&lt;br /&gt;
| From &#039;&#039;primavera&#039;&#039;, spring&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Aura&lt;br /&gt;
| From &#039;&#039;aura&#039;&#039;, a figure of speech that means &amp;quot;gentle breeze&amp;quot; and is commonly associated to spring, as in &#039;&#039;aura primaveral&#039;&#039; (spring breeze)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Korean&lt;br /&gt;
| 봄이 &#039;&#039;Bom&#039;i&#039;&#039;&lt;br /&gt;
| 봄 &#039;&#039;bom&#039;&#039;, spring&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Chinese&amp;lt;br&amp;gt;({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 小遙 /&amp;lt;br&amp;gt; 小遥&amp;lt;br&amp;gt;&#039;&#039;Xiǎo Yáo&#039;&#039;&lt;br /&gt;
| 遙 (distant) is taken from 遥か &#039;&#039;haruka&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Chinese&amp;lt;br&amp;gt;({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 小遙&amp;lt;br&amp;gt;&#039;&#039;Síu Yìuh&#039;&#039;&lt;br /&gt;
| Same as Mandarin name.&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Thai&lt;br /&gt;
| ฮารุกะ&amp;lt;br&amp;gt;&#039;&#039;Haruka&#039;&#039;&lt;br /&gt;
| Same as her Japanese name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Russian&lt;br /&gt;
| Мэй &#039;&#039;Mey&#039;&#039;&lt;br /&gt;
| Transcription of the English name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Swedish&lt;br /&gt;
| May&amp;lt;br&amp;gt;Maj{{tt|*|AG035, DVD release descriptions}}&lt;br /&gt;
| Same as English name&amp;lt;br&amp;gt;Similar to English name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Turkish&lt;br /&gt;
| May&lt;br /&gt;
| Same as English name&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related articles==&lt;br /&gt;
* {{Cat|Episodes focusing on May}}&lt;br /&gt;
* [[a:Category:May (anime)|Images on the Bulbagarden Archives]]&lt;br /&gt;
* [[May (game)]]&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
{{May&#039;s Pokémon}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Animecharacters|Ruby}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Ash and Pikachu characters}}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{Project Anime notice|no}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Anime characters]]&lt;br /&gt;
[[Category:Ash&#039;s friends]]&lt;br /&gt;
[[Category:Ash &amp;amp; Pikachu characters]]&lt;br /&gt;
[[Category:Coordinators]]&lt;br /&gt;
&lt;br /&gt;
[[de:Maike (Animecharakter)]]&lt;br /&gt;
[[es:May/Aura]]&lt;br /&gt;
[[fr:Flora (dessin animé)]]&lt;br /&gt;
[[it:Vera (serie animata)]]&lt;br /&gt;
[[ja:ハルカ]]&lt;br /&gt;
[[zh:小遙（動畫）]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Norman&amp;diff=3725735</id>
		<title>Norman</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Norman&amp;diff=3725735"/>
		<updated>2023-06-10T20:05:04Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: /* In the manga */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;:&#039;&#039;If you were looking for the president of 4Kids Productions, see [[Norman J. Grossfeld]].&#039;&#039;&lt;br /&gt;
:&#039;&#039;If you were looking for the [[character of the day]] in [[EP036|The Bridge Bike Gang]], see [[Norman (EP036)]].&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{CharInfobox&lt;br /&gt;
|color={{normal color}} &lt;br /&gt;
|corecolor={{normal color light}} &lt;br /&gt;
|bordercolor={{normal color dark}} &lt;br /&gt;
|name=Norman &lt;br /&gt;
|jname=センリ &lt;br /&gt;
|tmname=Senri &lt;br /&gt;
|slogan=yes &lt;br /&gt;
|sloganline=A man in pursuit of power! &lt;br /&gt;
|image=Omega Ruby Alpha Sapphire Norman.png &lt;br /&gt;
|size=150px &lt;br /&gt;
|caption=Artwork from {{pkmn|Omega Ruby and Alpha Sapphire}} &lt;br /&gt;
|gender=Male &lt;br /&gt;
|colors=yes&lt;br /&gt;
|eyes=Black{{tt|*|Games}}, Navy{{tt|*|Anime and Adventures}}&lt;br /&gt;
|hair=Black{{tt|*|Games}}, Navy{{tt|*|Anime and Adventures}}&lt;br /&gt;
|hometown=[[Littleroot Town]] (resides)&amp;lt;br/&amp;gt;[[Olivine City]] (birthtown)&amp;lt;br/&amp;gt;[[Petalburg City]]{{tt|*|anime}} &lt;br /&gt;
|region=[[Hoenn]] (originally [[Johto]]) &lt;br /&gt;
|relatives={{ga|Brendan}}/{{ga|May}} (as {{player}}), {{ho|Mom|wife}} (games) &amp;lt;br&amp;gt;{{adv|Ruby}}, unnamed wife (Adventures) &amp;lt;br&amp;gt;{{an|May}}, [[Max]], [[Caroline]] (wife, anime)&amp;lt;br&amp;gt; {{ga|Brendan}} (Masters) &lt;br /&gt;
|trainer=yes &lt;br /&gt;
|trainerclass=[[Gym Leader]]{{sup/3|RSE}}{{sup/6|ORAS}}&amp;lt;br&amp;gt;[[Pokémon Trainer]]{{sup/5|B2W2}} &lt;br /&gt;
|game=yes &lt;br /&gt;
|generation={{gen|III}}, {{gen|V}}, {{gen|VI}}&lt;br /&gt;
|games={{3v2|Ruby|Sapphire|Emerald}}&amp;lt;br/&amp;gt; {{2v2|Black|White|2}}&amp;lt;br/&amp;gt;{{pkmn|Omega Ruby and Alpha Sapphire}}, {{pkmn|Masters EX}} &lt;br /&gt;
|leader=yes &lt;br /&gt;
|gym=Petalburg Gym &lt;br /&gt;
|badge=Badge#Balance Badge{{!}}Balance Badge &lt;br /&gt;
|specialist=yes &lt;br /&gt;
|type={{t|Normal}} types &lt;br /&gt;
|brain=no &lt;br /&gt;
|anime=yes &lt;br /&gt;
|epnum=AG003 &lt;br /&gt;
|epname=There&#039;s no Place Like Hoenn &lt;br /&gt;
|java=Jūrōta Kosugi&lt;br /&gt;
|enva=[[Dan Green]] &lt;br /&gt;
|gameanim=yes &lt;br /&gt;
|envagame=Keith Silverstein&amp;lt;ref name=&amp;quot;Keith Silverstein&amp;quot;&amp;gt;[https://twitter.com/SilverTalkie/status/1482062833407782915 Keith Silverstein on Twitter]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt; &lt;br /&gt;
|javagame=Tomokazu Sugita &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt; &lt;br /&gt;
|pv=yes&amp;lt;!--cameo--&amp;gt;&lt;br /&gt;
|pvnum=Pokémon Masters Animated Trailer&lt;br /&gt;
|pvname=Pokémon Masters Animated Trailer&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Norman&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;センリ&#039;&#039;&#039; &#039;&#039;Senri&#039;&#039;) is the father of the {{player}} and the [[Gym Leader]] of [[Petalburg City]]&#039;s [[Gym]], known officially as the [[Petalburg Gym]] in {{game2|Ruby|Sapphire|Emerald}} and their [[Generation VI]] remakes [[Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire]]. He is an [[Type expert|expert]] of {{type|Normal}} {{OBP|Pokémon|species}}, and hands out the {{Badge|Balance}} to any {{pkmn|Trainer}} who defeats him.&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
Norman is also the [[player character]]&#039;s father in {{game2|Ruby|Sapphire|Emerald}} no matter which gender is selected. The other gender choice (and therefore the [[rival]]) is the child of [[Professor Birch]].&lt;br /&gt;
&lt;br /&gt;
Although he is the first Gym Leader encountered, he refuses to battle until the player has at least four Badges. Before stating this, he first introduces the player to Wally (secondary rival) which is when the Pokémon catching tutorial happens. Once he is beaten, he gives the player the Balance Badge, as well as {{TM|42|Facade}} in {{3v2|Ruby|Sapphire|Emerald}} or {{TM|67|Retaliate}} in {{pkmn|Omega Ruby and Alpha Sapphire}}.&lt;br /&gt;
&lt;br /&gt;
Norman and his family are originally from [[Olivine City]] in [[Johto]]. He, as well as the player, have just moved to [[Hoenn]] so that he could take up the position of Gym Leader. People have come to describe him as someone who &amp;quot;lives for Pokémon&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Norman also provides special items scanned in via [[e-Reader]] to the player.&lt;br /&gt;
&lt;br /&gt;
Norman has known Birch since their school days.&amp;lt;ref&amp;gt;http://www.pokemonrubysapphire.com/en-gb/characters/professor-birch&amp;lt;/ref&amp;gt; According to the [[Television|TV show]] &#039;&#039;Trouble Talk&#039;&#039;, they went to college together.&lt;br /&gt;
&lt;br /&gt;
==={{DL|PokéNav|Trainer&#039;s Eyes}}/{{DL|PokéNav|Match Call}}===&lt;br /&gt;
&#039;&#039;&#039;Leader Norman&#039;&#039;&#039;{{sup/3|RS}}{{sup/6|ORAS}} / &#039;&#039;&#039;Reliable One Dad&#039;&#039;&#039;{{sup/3|E}}&lt;br /&gt;
:&#039;&#039;&#039;Strategy&#039;&#039;&#039;&lt;br /&gt;
:I flexibly adapt my style.&lt;br /&gt;
:&#039;&#039;&#039;Trainer&#039;s Pokémon&#039;&#039;&#039;&lt;br /&gt;
:Grown in a balanced manner.{{sup/3|RSE}}&lt;br /&gt;
:Those grown in a balanced manner.{{sup/6|ORAS}}&lt;br /&gt;
:&#039;&#039;&#039;Self-Introduction&#039;&#039;&#039;&lt;br /&gt;
:Pokémon are my life. My chosen path is harsh...{{sup/3|RS}}&lt;br /&gt;
:I walk the 30 minutes from home to here every day.{{sup/3|E}}&lt;br /&gt;
:I&#039;ve chosen to dedicate my life to Pokémon, but the road is hard...{{sup/6|ORAS}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
===={{game|Ruby and Sapphire|s}}====&lt;br /&gt;
=====Loaned=====&lt;br /&gt;
Norman loans this Pokémon to [[Wally]] to show him how to catch Pokémon.&lt;br /&gt;
{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|back=yes&lt;br /&gt;
|ndex=263&lt;br /&gt;
|pokemon=Zigzagoon&lt;br /&gt;
|gender=both&lt;br /&gt;
|ability=Pickup&lt;br /&gt;
|level=7&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Tackle|move1type=Normal}}&lt;br /&gt;
&lt;br /&gt;
=====Gym battle=====&lt;br /&gt;
Norman uses two [[Hyper Potion]]s.&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{normal color}}&lt;br /&gt;
|bordercolor={{normal color dark}}&lt;br /&gt;
|headcolor={{normal color light}}&lt;br /&gt;
|sprite=Spr RS Norman.png&lt;br /&gt;
|prize={{PDollar}}3100&lt;br /&gt;
|class=Leader&lt;br /&gt;
|classlink=Gym Leader&lt;br /&gt;
|name=Norman&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Petalburg Gym&lt;br /&gt;
|pokemon=3&lt;br /&gt;
}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=289&lt;br /&gt;
|pokemon=Slaking&lt;br /&gt;
|gender=male&lt;br /&gt;
|ability=Truant&lt;br /&gt;
|level=28&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Encore|move1type=Normal&lt;br /&gt;
|move2=Facade|move2type=Normal&lt;br /&gt;
|move3=Yawn|move3type=Normal&lt;br /&gt;
|move4=Faint Attack|move4type=Dark}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=288&lt;br /&gt;
|pokemon=Vigoroth&lt;br /&gt;
|gender=male&lt;br /&gt;
|ability=Vital Spirit&lt;br /&gt;
|level=30&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Slash|move1type=Normal&lt;br /&gt;
|move2=Faint Attack|move2type=Dark&lt;br /&gt;
|move3=Facade|move3type=Normal&lt;br /&gt;
|move4=Encore|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=289&lt;br /&gt;
|pokemon=Slaking&lt;br /&gt;
|gender=male&lt;br /&gt;
|ability=Truant&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Focus Punch|move1type=Fighting&lt;br /&gt;
|move2=Slack Off|move2type=Normal&lt;br /&gt;
|move3=Facade|move3type=Normal&lt;br /&gt;
|move4=Faint Attack|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
===={{game|Emerald}}====&lt;br /&gt;
Norman uses two [[Hyper Potion]]s in the Gym battle and three [[Full Restore]]s in the rematches.&lt;br /&gt;
=====Loaned=====&lt;br /&gt;
Norman loans this Pokémon to [[Wally]] to show him how to catch Pokémon.&lt;br /&gt;
{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|back=yes&lt;br /&gt;
|ndex=263&lt;br /&gt;
|pokemon=Zigzagoon&lt;br /&gt;
|gender=both&lt;br /&gt;
|ability=Pickup&lt;br /&gt;
|level=7&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Tackle|move1type=Normal}}&lt;br /&gt;
&lt;br /&gt;
=====Gym battle=====&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{normal color}}&lt;br /&gt;
|headcolor={{normal color light}}&lt;br /&gt;
|bordercolor={{normal color dark}}&lt;br /&gt;
|sprite=Spr RS Norman.png&lt;br /&gt;
|prize={{PDollar}}3100&lt;br /&gt;
|class=Leader&lt;br /&gt;
|classlink=Gym Leader&lt;br /&gt;
|name=Norman&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Petalburg Gym&lt;br /&gt;
|pokemon=4&lt;br /&gt;
}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=327Norman1&lt;br /&gt;
|pokemon=Spinda&lt;br /&gt;
|gender=male&lt;br /&gt;
|ability=Own Tempo&lt;br /&gt;
|level=27&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Teeter Dance|move1type=Normal&lt;br /&gt;
|move2=Psybeam|move2type=Psychic&lt;br /&gt;
|move3=Facade|move3type=Normal&lt;br /&gt;
|move4=Encore|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=288&lt;br /&gt;
|pokemon=Vigoroth&lt;br /&gt;
|gender=male&lt;br /&gt;
|ability=Vital Spirit&lt;br /&gt;
|level=27&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Slash|move1type=Normal&lt;br /&gt;
|move2=Facade|move2type=Normal&lt;br /&gt;
|move3=Encore|move3type=Normal&lt;br /&gt;
|move4=Faint Attack|move4type=Dark}}&lt;br /&gt;
{{Party/Div|color={{normal color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=264&lt;br /&gt;
|pokemon=Linoone&lt;br /&gt;
|gender=male&lt;br /&gt;
|ability=Pickup&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Slash|move1type=Normal&lt;br /&gt;
|move2=Belly Drum|move2type=Normal&lt;br /&gt;
|move3=Facade|move3type=Normal&lt;br /&gt;
|move4=Headbutt|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=289&lt;br /&gt;
|pokemon=Slaking&lt;br /&gt;
|gender=male&lt;br /&gt;
|ability=Truant&lt;br /&gt;
|held=Sitrus Berry&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Counter|move1type=Fighting&lt;br /&gt;
|move2=Yawn|move2type=Normal&lt;br /&gt;
|move3=Facade|move3type=Normal&lt;br /&gt;
|move4=Faint Attack|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====First [[rematch]]=====&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{normal color}}&lt;br /&gt;
|headcolor={{normal color light}}&lt;br /&gt;
|bordercolor={{normal color dark}}&lt;br /&gt;
|sprite=Spr RS Norman.png&lt;br /&gt;
|prize={{PDollar}}9000&lt;br /&gt;
|class=Leader&lt;br /&gt;
|classlink=Gym Leader&lt;br /&gt;
|name=Norman&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Petalburg Gym&lt;br /&gt;
|pokemon=4&lt;br /&gt;
}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=113&lt;br /&gt;
|pokemon=Chansey&lt;br /&gt;
|gender=female&lt;br /&gt;
|ability=Natural Cure&lt;br /&gt;
|level=42&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Light Screen|move1type=Psychic&lt;br /&gt;
|move2=Sing|move2type=Normal&lt;br /&gt;
|move3=Skill Swap|move3type=Psychic&lt;br /&gt;
|move4=Focus Punch|move4type=Fighting}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=289&lt;br /&gt;
|pokemon=Slaking&lt;br /&gt;
|gender=male&lt;br /&gt;
|ability=Truant&lt;br /&gt;
|held=Sitrus Berry&lt;br /&gt;
|level=42&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Blizzard|move1type=Ice&lt;br /&gt;
|move2=Shadow Ball|move2type=Ghost&lt;br /&gt;
|move3=Double-Edge|move3type=Normal&lt;br /&gt;
|move4=Fire Blast|move4type=Fire}}&lt;br /&gt;
{{Party/Div|color={{normal color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=327Norman2&lt;br /&gt;
|pokemon=Spinda&lt;br /&gt;
|gender=male&lt;br /&gt;
|ability=Own Tempo&lt;br /&gt;
|level=43&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Teeter Dance|move1type=Normal&lt;br /&gt;
|move2=Skill Swap|move2type=Psychic&lt;br /&gt;
|move3=Facade|move3type=Normal&lt;br /&gt;
|move4=Hypnosis|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=289&lt;br /&gt;
|pokemon=Slaking&lt;br /&gt;
|gender=male&lt;br /&gt;
|ability=Truant&lt;br /&gt;
|held=Sitrus Berry&lt;br /&gt;
|level=45&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Hyper Beam|move1type=Normal&lt;br /&gt;
|move2=Flamethrower|move2type=Fire&lt;br /&gt;
|move3=Thunderbolt|move3type=Electric&lt;br /&gt;
|move4=Shadow Ball|move4type=Ghost}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Second rematch=====&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{normal color}}&lt;br /&gt;
|headcolor={{normal color light}}&lt;br /&gt;
|bordercolor={{normal color dark}}&lt;br /&gt;
|sprite=Spr RS Norman.png&lt;br /&gt;
|prize={{PDollar}}10000&lt;br /&gt;
|class=Leader&lt;br /&gt;
|classlink=Gym Leader&lt;br /&gt;
|name=Norman&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Petalburg Gym&lt;br /&gt;
|pokemon=5&lt;br /&gt;
}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=289&lt;br /&gt;
|pokemon=Slaking&lt;br /&gt;
|gender=male&lt;br /&gt;
|ability=Truant&lt;br /&gt;
|held=Sitrus Berry&lt;br /&gt;
|level=47&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Blizzard|move1type=Ice&lt;br /&gt;
|move2=Shadow Ball|move2type=Ghost&lt;br /&gt;
|move3=Double-Edge|move3type=Normal&lt;br /&gt;
|move4=Fire Blast|move4type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=113&lt;br /&gt;
|pokemon=Chansey&lt;br /&gt;
|gender=female&lt;br /&gt;
|ability=Natural Cure&lt;br /&gt;
|level=47&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Light Screen|move1type=Psychic&lt;br /&gt;
|move2=Sing|move2type=Normal&lt;br /&gt;
|move3=Skill Swap|move3type=Psychic&lt;br /&gt;
|move4=Focus Punch|move4type=Fighting}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=115&lt;br /&gt;
|pokemon=Kangaskhan&lt;br /&gt;
|gender=female&lt;br /&gt;
|ability=Early Bird&lt;br /&gt;
|level=45&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Fake Out|move1type=Normal&lt;br /&gt;
|move2=Dizzy Punch|move2type=Normal&lt;br /&gt;
|move3=Endure|move3type=Normal&lt;br /&gt;
|move4=Reversal|move4type=Fighting}}&lt;br /&gt;
{{Party/Div|color={{normal color}}}}&lt;br /&gt;
| style=&amp;quot;margin:auto&amp;quot; |{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=327Norman3&lt;br /&gt;
|pokemon=Spinda&lt;br /&gt;
|gender=male&lt;br /&gt;
|ability=Own Tempo&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Teeter Dance|move1type=Normal&lt;br /&gt;
|move2=Skill Swap|move2type=Psychic&lt;br /&gt;
|move3=Facade|move3type=Normal&lt;br /&gt;
|move4=Hypnosis|move4type=Psychic}}&lt;br /&gt;
| style=&amp;quot;margin:auto&amp;quot; |{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=289&lt;br /&gt;
|pokemon=Slaking&lt;br /&gt;
|gender=male&lt;br /&gt;
|ability=Truant&lt;br /&gt;
|held=Sitrus Berry&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Hyper Beam|move1type=Normal&lt;br /&gt;
|move2=Flamethrower|move2type=Fire&lt;br /&gt;
|move3=Thunderbolt|move3type=Electric&lt;br /&gt;
|move4=Shadow Ball|move4type=Ghost}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Third rematch=====&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{normal color}}&lt;br /&gt;
|headcolor={{normal color light}}&lt;br /&gt;
|bordercolor={{normal color dark}}&lt;br /&gt;
|sprite=Spr RS Norman.png&lt;br /&gt;
|prize={{PDollar}}11000&lt;br /&gt;
|class=Leader&lt;br /&gt;
|classlink=Gym Leader&lt;br /&gt;
|name=Norman&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Petalburg Gym&lt;br /&gt;
|pokemon=5&lt;br /&gt;
}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=289&lt;br /&gt;
|pokemon=Slaking&lt;br /&gt;
|gender=male&lt;br /&gt;
|ability=Truant&lt;br /&gt;
|held=Sitrus Berry&lt;br /&gt;
|level=52&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Blizzard|move1type=Ice&lt;br /&gt;
|move2=Shadow Ball|move2type=Ghost&lt;br /&gt;
|move3=Double-Edge|move3type=Normal&lt;br /&gt;
|move4=Fire Blast|move4type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=242&lt;br /&gt;
|pokemon=Blissey&lt;br /&gt;
|gender=female&lt;br /&gt;
|ability=Natural Cure&lt;br /&gt;
|level=52&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Light Screen|move1type=Psychic&lt;br /&gt;
|move2=Sing|move2type=Normal&lt;br /&gt;
|move3=Skill Swap|move3type=Psychic&lt;br /&gt;
|move4=Focus Punch|move4type=Fighting}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=115&lt;br /&gt;
|pokemon=Kangaskhan&lt;br /&gt;
|gender=female&lt;br /&gt;
|ability=Early Bird&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Fake Out|move1type=Normal&lt;br /&gt;
|move2=Dizzy Punch|move2type=Normal&lt;br /&gt;
|move3=Endure|move3type=Normal&lt;br /&gt;
|move4=Reversal|move4type=Fighting}}&lt;br /&gt;
{{Party/Div|color={{normal color}}}}&lt;br /&gt;
| style=&amp;quot;margin:auto&amp;quot; |{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=327Norman4&lt;br /&gt;
|pokemon=Spinda&lt;br /&gt;
|gender=male&lt;br /&gt;
|ability=Own Tempo&lt;br /&gt;
|level=53&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Teeter Dance|move1type=Normal&lt;br /&gt;
|move2=Skill Swap|move2type=Psychic&lt;br /&gt;
|move3=Facade|move3type=Normal&lt;br /&gt;
|move4=Hypnosis|move4type=Psychic}}&lt;br /&gt;
| style=&amp;quot;margin:auto&amp;quot; |{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=289&lt;br /&gt;
|pokemon=Slaking&lt;br /&gt;
|gender=male&lt;br /&gt;
|ability=Truant&lt;br /&gt;
|held=Sitrus Berry&lt;br /&gt;
|level=55&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Hyper Beam|move1type=Normal&lt;br /&gt;
|move2=Flamethrower|move2type=Fire&lt;br /&gt;
|move3=Thunderbolt|move3type=Electric&lt;br /&gt;
|move4=Shadow Ball|move4type=Ghost}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Fourth rematch onwards=====&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{normal color}}&lt;br /&gt;
|headcolor={{normal color light}}&lt;br /&gt;
|bordercolor={{normal color dark}}&lt;br /&gt;
|sprite=Spr RS Norman.png&lt;br /&gt;
|prize={{PDollar}}12000&lt;br /&gt;
|class=Leader&lt;br /&gt;
|classlink=Gym Leader&lt;br /&gt;
|name=Norman&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Petalburg Gym&lt;br /&gt;
|pokemon=6&lt;br /&gt;
}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=289&lt;br /&gt;
|pokemon=Slaking&lt;br /&gt;
|gender=male&lt;br /&gt;
|ability=Truant&lt;br /&gt;
|held=Sitrus Berry&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Blizzard|move1type=Ice&lt;br /&gt;
|move2=Shadow Ball|move2type=Ghost&lt;br /&gt;
|move3=Double-Edge|move3type=Normal&lt;br /&gt;
|move4=Fire Blast|move4type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=242&lt;br /&gt;
|pokemon=Blissey&lt;br /&gt;
|gender=female&lt;br /&gt;
|ability=Natural Cure&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Protect|move1type=Normal&lt;br /&gt;
|move2=Sing|move2type=Normal&lt;br /&gt;
|move3=Skill Swap|move3type=Psychic&lt;br /&gt;
|move4=Focus Punch|move4type=Fighting}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=115&lt;br /&gt;
|pokemon=Kangaskhan&lt;br /&gt;
|gender=female&lt;br /&gt;
|ability=Early Bird&lt;br /&gt;
|level=55&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Fake Out|move1type=Normal&lt;br /&gt;
|move2=Dizzy Punch|move2type=Normal&lt;br /&gt;
|move3=Endure|move3type=Normal&lt;br /&gt;
|move4=Reversal|move4type=Fighting}}&lt;br /&gt;
{{Party/Div|color={{normal color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=128&lt;br /&gt;
|pokemon=Tauros&lt;br /&gt;
|gender=male&lt;br /&gt;
|ability=Intimidate&lt;br /&gt;
|level=57&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Take Down|move1type=Normal&lt;br /&gt;
|move2=Protect|move2type=Normal&lt;br /&gt;
|move3=Fire Blast|move3type=Fire&lt;br /&gt;
|move4=Earthquake|move4type=Ground}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=327Norman5&lt;br /&gt;
|pokemon=Spinda&lt;br /&gt;
|gender=male&lt;br /&gt;
|ability=Own Tempo&lt;br /&gt;
|level=58&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Teeter Dance|move1type=Normal&lt;br /&gt;
|move2=Skill Swap|move2type=Psychic&lt;br /&gt;
|move3=Facade|move3type=Normal&lt;br /&gt;
|move4=Hypnosis|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=289&lt;br /&gt;
|pokemon=Slaking&lt;br /&gt;
|gender=male&lt;br /&gt;
|ability=Truant&lt;br /&gt;
|held=Sitrus Berry&lt;br /&gt;
|level=60&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Hyper Beam|move1type=Normal&lt;br /&gt;
|move2=Flamethrower|move2type=Fire&lt;br /&gt;
|move3=Thunderbolt|move3type=Electric&lt;br /&gt;
|move4=Shadow Ball|move4type=Ghost}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
===={{game|Black and White|s|Pokémon Black 2 and White 2|2}}====&lt;br /&gt;
=====[[Pokémon World Tournament]]=====&lt;br /&gt;
Norman uses three of these Pokémon in [[Pokémon battle|Single Battles]], four in [[Double Battle|Double]] and [[Rotation Battle]]s, and all six in [[Triple Battle]]s. Norman will always lead with his signature Pokémon, {{p|Slaking}}.&lt;br /&gt;
&lt;br /&gt;
======[[Hoenn Leaders Tournament]]======&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{normal color}}&lt;br /&gt;
|headcolor={{normal color light}}&lt;br /&gt;
|bordercolor={{normal color dark}}&lt;br /&gt;
|sprite=Spr B2W2 Norman.png&lt;br /&gt;
|prize=1{{color2|000|Battle Point|BP}}&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Norman&lt;br /&gt;
|game=B2W2&lt;br /&gt;
|location=Pokémon World Tournament&lt;br /&gt;
|pokemon=6&lt;br /&gt;
}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=289&lt;br /&gt;
|pokemon=Slaking&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Truant&lt;br /&gt;
|held=Sitrus Berry&lt;br /&gt;
|move1=Giga Impact|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Hammer Arm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Earthquake|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Slack Off|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=327&lt;br /&gt;
|pokemon=Spinda&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Own Tempo|ability2=Tangled Feet&lt;br /&gt;
|held=Dark Gem&lt;br /&gt;
|move1=Thrash|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Sucker Punch|move2type=Dark|move2cat=Physical&lt;br /&gt;
|move3=Teeter Dance|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Assist|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=352&lt;br /&gt;
|pokemon=Kecleon&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Color Change&lt;br /&gt;
|held=Ganlon Berry&lt;br /&gt;
|move1=Fake Out|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Shadow Claw|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Recover|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Skill Swap|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{normal color}}}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=351&lt;br /&gt;
|pokemon=Castform&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Forecast&lt;br /&gt;
|held=Ice Gem&lt;br /&gt;
|move1=Fire Blast|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Icy Wind|move2type=Ice|move2cat=Special&lt;br /&gt;
|move3=Hydro Pump|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Disable|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=295&lt;br /&gt;
|pokemon=Exploud&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Soundproof&lt;br /&gt;
|held=Petaya Berry&lt;br /&gt;
|move1=Fire Blast|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Focus Blast|move2type=Fighting|move2cat=Special&lt;br /&gt;
|move3=Hyper Voice|move3type=Normal|move3cat=Special&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=335&lt;br /&gt;
|pokemon=Zangoose&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Immunity&lt;br /&gt;
|held=Liechi Berry&lt;br /&gt;
|move1=Return|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Close Combat|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Night Slash|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======[[Type Expert Tournament|Type Expert]]/[[World Leaders Tournament]]======&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{normal color}}&lt;br /&gt;
|headcolor={{normal color light}}&lt;br /&gt;
|bordercolor={{normal color dark}}&lt;br /&gt;
|sprite=Spr B2W2 Norman.png&lt;br /&gt;
|prize=1{{color2|000|Battle Point|BP}}&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Norman&lt;br /&gt;
|game=B2W2&lt;br /&gt;
|location=Pokémon World Tournament&lt;br /&gt;
|pokemon=6&lt;br /&gt;
}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=289&lt;br /&gt;
|pokemon=Slaking&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Truant&lt;br /&gt;
|held=Eject Button&lt;br /&gt;
|move1=Giga Impact|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Hammer Arm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Earthquake|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Night Slash|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=424 m&lt;br /&gt;
|pokemon=Ambipom&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Technician|ability2=Pickup&lt;br /&gt;
|held=Normal Gem&lt;br /&gt;
|move1=Return|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Acrobatics|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Fake Out|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Fire Punch|move4type=Fire|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=626&lt;br /&gt;
|pokemon=Bouffalant&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Reckless|ability2=Sap Sipper&lt;br /&gt;
|held=Life Orb&lt;br /&gt;
|move1=Head Charge|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Stone Edge|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Megahorn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Revenge|move4type=Fighting|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{normal color}}}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=398 m&lt;br /&gt;
|pokemon=Staraptor&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Intimidate&lt;br /&gt;
|held=Choice Band&lt;br /&gt;
|move1=Brave Bird|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Close Combat|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Final Gambit|move4type=Fighting|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=295&lt;br /&gt;
|pokemon=Exploud&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Soundproof&lt;br /&gt;
|held=Expert Belt&lt;br /&gt;
|move1=Fire Blast|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Focus Blast|move2type=Fighting|move2cat=Special&lt;br /&gt;
|move3=Hyper Voice|move3type=Normal|move3cat=Special&lt;br /&gt;
|move4=Blizzard|move4type=Ice|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=586{{#switch: {{#time: F}}|January|May|September=|February|June|October=S|March|July|November=A|April|August|December=W}}&lt;br /&gt;
|pokemon=Sawsbuck&lt;br /&gt;
|gender=both&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal|type2=Grass&lt;br /&gt;
|ability=Chlorophyll|ability2=Sap Sipper&lt;br /&gt;
|held=Chesto Berry&lt;br /&gt;
|move1=Return|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Swords Dance|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Horn Leech|move3type=Grass|move3cat=Physical&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======[[Gathered! Gym Leader!]]======&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{normal color}}&lt;br /&gt;
|headcolor={{normal color light}}&lt;br /&gt;
|bordercolor={{normal color dark}}&lt;br /&gt;
|sprite=Spr B2W2 Norman.png&lt;br /&gt;
|prize=1{{color2|000|Battle Point|BP}}&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Norman&lt;br /&gt;
|game=B2W2&lt;br /&gt;
|location=Pokémon World Tournament&lt;br /&gt;
|pokemon=4&lt;br /&gt;
}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=289&lt;br /&gt;
|pokemon=Slaking&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Truant&lt;br /&gt;
|held=Chople Berry&lt;br /&gt;
|move1=Giga Impact|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Hammer Arm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Facade|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=626&lt;br /&gt;
|pokemon=Bouffalant&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Sap Sipper&lt;br /&gt;
|held=Lum Berry&lt;br /&gt;
|move1=Head Charge|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Megahorn|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Reversal|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Pursuit|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{normal color}}}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=586{{#switch: {{#time: F}}|January|May|September=|February|June|October=S|March|July|November=A|April|August|December=W}}&lt;br /&gt;
|pokemon=Sawsbuck&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|type2=Grass&lt;br /&gt;
|ability=Sap Sipper&lt;br /&gt;
|held=Occa Berry&lt;br /&gt;
|move1=Horn Leech|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Double-Edge|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Megahorn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Jump Kick|move4type=Fighting|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/5&lt;br /&gt;
|game=Black&lt;br /&gt;
|ndex=508&lt;br /&gt;
|pokemon=Stoutland&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Intimidate&lt;br /&gt;
|held=Sitrus Berry&lt;br /&gt;
|move1=Snarl|move1type=Dark|move1cat=Special&lt;br /&gt;
|move2=Giga Impact|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Ice Fang|move3type=Ice|move3cat=Physical&lt;br /&gt;
|move4=Roar|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
===={{g|Omega Ruby and Alpha Sapphire}}====&lt;br /&gt;
=====Loaned=====&lt;br /&gt;
Norman loans this Pokémon to [[Wally]] to show him how to catch Pokémon.&lt;br /&gt;
{{Pokémon/6&lt;br /&gt;
|back=yes&lt;br /&gt;
|ndex=263&lt;br /&gt;
|pokemon=Zigzagoon&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=7&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Unknown&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Growl|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Tail Whip|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Sand Attack|move4type=Ground|move4cat=Status}}&lt;br /&gt;
&lt;br /&gt;
=====Gym battle=====&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{normal color}}&lt;br /&gt;
|bordercolor={{normal color dark}}&lt;br /&gt;
|headcolor={{normal color light}}&lt;br /&gt;
|sprite=VSNorman.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}3,600&lt;br /&gt;
|class=Leader&lt;br /&gt;
|classlink=Gym Leader&lt;br /&gt;
|name=Norman&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Petalburg Gym&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=289&lt;br /&gt;
|pokemon=Slaking&lt;br /&gt;
|gender=male&lt;br /&gt;
|ability=Truant&lt;br /&gt;
|level=28&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Retaliate|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Yawn|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Feint Attack|move3type=Dark|move3cat=Physical&lt;br /&gt;
|move4=Encore|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=288&lt;br /&gt;
|pokemon=Vigoroth&lt;br /&gt;
|gender=male&lt;br /&gt;
|ability=Vital Spirit&lt;br /&gt;
|level=28&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Encore|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Feint Attack|move2type=Dark|move2cat=Physical&lt;br /&gt;
|move3=Retaliate|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=289&lt;br /&gt;
|pokemon=Slaking&lt;br /&gt;
|gender=male&lt;br /&gt;
|ability=Truant&lt;br /&gt;
|level=30&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|move1=Retaliate|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Feint Attack|move2type=Dark|move2cat=Physical&lt;br /&gt;
|move3=Swagger|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Chip Away|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
==In spin-off games==&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
{{main|Norman (Masters)}}&lt;br /&gt;
Norman forms a [[sync pair]] with his {{TP|Norman|Slaking}} in [[Pokémon Masters EX]]. He works as one of the [[Pokémon Masters League]] Leaders and hands out the {{badge|Patience}} to those who emerge victorious against him.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
===Artwork===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{normal color dark}}; background: #{{normal color}}; font-size: 80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{normal color dark}}; background: #{{normal color light}}&amp;quot; | [[File:Ruby Sapphire Norman.png|130px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{normal color dark}}; background: #{{normal color light}}&amp;quot;| [[File:Norman ORAS concept art.png|250px]]&lt;br /&gt;
|-&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;{{color2|000|Generation III}}&lt;br /&gt;
| Conceptual artwork from&amp;lt;br&amp;gt;{{color2|000|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sprites===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{normal color dark}}; background: #{{normal color}}; font-size: 80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{normal color dark}}; background: #{{normal color light}}; width:80px&amp;quot; | [[File:Spr RS Norman.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{normal color dark}}; background: #{{normal color light}}; width:80px&amp;quot; | [[File:Spr B2W2 Norman.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{normal color dark}}; background: #{{normal color light}}; width:80px&amp;quot; | [[File:VSNorman.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon Ruby and Sapphire Versions|Ruby, Sapphire}}, and {{color2|000|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon Black and White Versions 2|Black 2 and&amp;lt;br&amp;gt;White 2}}&lt;br /&gt;
| VS portrait from&amp;lt;br&amp;gt;{{color2|000|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{normal color dark}}; background: #{{normal color light}}; width:80px&amp;quot; | [[File:Norman III OD.png‎]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{normal color dark}}; background: #{{normal color light}}; width:80px&amp;quot; | [[File:Norman OD.png‎]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{normal color dark}}; background: #{{normal color light}}; width:80px&amp;quot; | [[File:Norman ORAS OD.png‎|100px]]&lt;br /&gt;
|-&lt;br /&gt;
| Overworld sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon Ruby and Sapphire Versions|Ruby, Sapphire}}, and {{color2|000|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Overworld sprite from&amp;lt;br&amp;gt;{{color2|000|Pokémon Black and White Versions 2|Black 2 and&amp;lt;br&amp;gt;White 2}}&lt;br /&gt;
| Overworld model from&amp;lt;br&amp;gt;{{color2|000|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Quotes==&lt;br /&gt;
{{main|Norman/Quotes}}&lt;br /&gt;
&lt;br /&gt;
==In the anime==&lt;br /&gt;
===Main series===&lt;br /&gt;
====History====&lt;br /&gt;
[[File:Norman anime.png|250px|thumb|Norman in the anime]]&lt;br /&gt;
=====Pre-series=====&lt;br /&gt;
Norman and his family only recently moved from the [[Johto]] [[region]] to [[Petalburg City]] and assumed his role as the local [[Gym Leader]].&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;=====&lt;br /&gt;
In the {{pkmn|anime}}, Norman is the father of {{an|May}} and [[Max]], two of Ash&#039;s former traveling companions, and the husband of [[Caroline]].&lt;br /&gt;
&lt;br /&gt;
Very early in his Hoenn journey, {{Ash}} arrived with May in Petalburg City in the hope of getting his first Gym battle. In &#039;&#039;[[AG003|There&#039;s no Place Like Hoenn]]&#039;&#039;, Ash found the Petalburg Gym and met [[Max]], who posed as if he was the Gym Leader. May stopped him and allowed Ash to meet her parents, Caroline and Norman. Norman turned out be to the real [[Petalburg City]] [[Gym Leader]]. Norman used his Pokémon, a {{p|Vigoroth}}, in an exhibition battle against Pikachu, and later to save [[May&#039;s Torchic]] from {{TRT}}.&lt;br /&gt;
&lt;br /&gt;
Norman is a good friend of [[Professor Birch]] and was most likely the person to send May to [[Littleroot Town]] to get her first Pokémon. As May did not initially like Pokémon, this seemed to have created some distance between the two. Before Ash knew that Norman was May&#039;s father, he commented that it sounded like she knew the Petalburg Gym Leader pretty well, to which she replied, &amp;quot;No, I just wish I did,&amp;quot; and became subdued.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[AG068|A Double Dilemma]]&#039;&#039;, Norman appeared in flashbacks and on memorabilia. It was also revealed that he had a large fanbase in [[North Petalburg]].&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[AG069|Love, Petalburg Style!]]&#039;&#039;, when Ash and his friends visited Petalburg City again, May and Max tried to figure out why Norman and Caroline were getting all worked up as Ash tried to save Norman&#039;s three Pokémon from Team Rocket. It all turned out that Norman had Nurse Joy set up a special firework display to make fireworks in a form of a {{p|Beautifly}} as a wedding anniversary gift for Caroline. During the episode, Norman showed that he was rather dense, not realizing that Caroline assumed that he was having an affair with Nurse Joy.&lt;br /&gt;
&lt;br /&gt;
Ash had his Gym battle with Norman in &#039;&#039;[[AG070|Balance of Power]]&#039;&#039;. Using his {{AP|Grovyle}}, {{AP|Pikachu}}, and {{AP|Torkoal}}, Ash defeated Norman&#039;s Pokémon. Upset by his father&#039;s loss, Max stole the Balance Badge and locked himself up in Norman&#039;s greenhouse. Norman was able to calm Max down, and Max gave Ash his {{Badge|Balance}}.&lt;br /&gt;
&lt;br /&gt;
He reappeared in flashbacks in &#039;&#039;[[AG075|Whiscash and Ash]]&#039;&#039;, &#039;&#039;[[AG089|A Scare to Remember!]]&#039;&#039;, and &#039;&#039;[[AG103|A Cacturne for the Worse]]&#039;&#039;.&lt;br /&gt;
[[File:Norman Slaking DP.png|thumb|right|250px|Norman and family watching May compete in the Wallace Cup]]&lt;br /&gt;
In &#039;&#039;[[AG121|Hi Ho Silver Wind!]]&#039;&#039;, Caroline joined Ash and {{ashfr}} in [[Slateport City]] to watch May compete in the [[Hoenn Grand Festival]], though revealed that Norman was too busy at the Petalburg Gym, so he would be cheering her on from home. In &#039;&#039;[[AG122|Deceit and Assist]]&#039;&#039;, Norman was watching May competing in the Hoenn Grand Festival on [[television]].&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[AG126|Saved by the Beldum]]&#039;&#039;, Norman watched Ash competing in the [[Ever Grande Conference]] from the comfort of his living room.&lt;br /&gt;
&lt;br /&gt;
He reappeared in a fantasy in &#039;&#039;[[AG153|Tactics Theatrics!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;=====&lt;br /&gt;
Norman appeared a flashback in &#039;&#039;[[DP076|A Full Course Tag Battle!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
His latest appearances saw him watching May perform in the [[Wallace Cup]] on television in &#039;&#039;[[DP077|Staging a Heroes&#039; Welcome!]]&#039;&#039; and &#039;&#039;[[DP079|Strategy with a Smile!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Character====&lt;br /&gt;
Norman cares deeply for his family, wishing his children to have some quality time and good friends. Norman is also very protective of them, often fighting even more aggressively in the process of protecting them. {{an|May}} and [[Max]] respect their father&#039;s extensive efforts to ensure a healthy relationship with them, such as coming home for lunch and playing with his children. In general, Norman is jovial and calm, but at times, he can sometimes overlook things and cannot see the actual problem at hand.&lt;br /&gt;
&lt;br /&gt;
Norman is very dedicated to running the Petalburg Gym, often working too hard. He and his assistant {{ho|Kenny}} handle most of the duties and the Pokémon in the greenhouse.&lt;br /&gt;
&lt;br /&gt;
In the broader community, Norman is quite popular for both his looks and his position as a [[Gym Leader]], having an enthusiastic fanbase in [[North Petalburg]] and an emerging image in [[Petalburg City]]. In battle, he is intensely focused and has perfected his Pokémon in both offensive and defensive tactics. Norman commonly utilizes his trio of {{p|Slakoth}}, {{p|Vigoroth}}, and {{p|Slaking}} to confuse his opponents because they are capable of moving at different speeds. Norman gives his opponent credit for an excellent strategy and accepts a loss as critical to personal growth. He enjoys a challenge, wanting to see his opponent struggle to overcome his strategy and sheer power. However, he does not let his children watch the battle, thinking it would distract the challenger. Max claimed that Norman was capable of entering the [[Elite Four]] in &#039;&#039;[[AG070|Balance of Power]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
=====On hand=====&lt;br /&gt;
{{missingInfo|1|enva}}&lt;br /&gt;
This listing is of Norman&#039;s Pokémon in the [[Pokémon anime]].&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Norman&lt;br /&gt;
|pkmn=Vigoroth&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|img=Norman Vigoroth.png&lt;br /&gt;
|epnum=AG003&lt;br /&gt;
|epname=There&#039;s no Place Like Hoenn&lt;br /&gt;
|vajp=Yūji Ueda&lt;br /&gt;
|vaen=Dan Green&lt;br /&gt;
|desc={{p|Vigoroth}} was first seen after Norman agreed to have an unofficial {{pkmn|battle}} with {{Ash}} because he had less than three Pokémon at the time. After a tough battle with [[Ash&#039;s Pikachu]], Vigoroth managed to defeat him. Later, it helped in destroying one of [[Team Rocket&#039;s mechas]] that was attacking the Gym.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[AG070|Balance of Power]]&#039;&#039;, Vigoroth was the second Pokémon used by Norman in his official [[Gym]] battle with Ash. It managed to easily defeat {{AP|Torkoal}} before once again facing Pikachu. This time, Pikachu was able to defeat Vigoroth, but ended up exhausting all of his own energy as well in the process, resulting in a double knockout.&lt;br /&gt;
&lt;br /&gt;
It reappeared in flashbacks in &#039;&#039;[[AG057|Going for a Spinda]]&#039;&#039;, &#039;&#039;[[AG068|A Double Dilemma]]&#039;&#039;, and the Japanese version of &#039;&#039;[[AG089|A Scare to Remember!]]&#039;&#039;, and made a cameo appearance in &#039;&#039;[[AG122|Deceit and Assist]]&#039;&#039;, where it was watching May competing in the [[Hoenn Grand Festival]] on [[television]].&lt;br /&gt;
&lt;br /&gt;
Vigoroth&#039;s known moves are {{m|Scratch}} and {{m|Flamethrower}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Norman&lt;br /&gt;
|pkmn=Slakoth&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|img=Norman Slakoth.png&lt;br /&gt;
|epnum=AG069&lt;br /&gt;
|epname=Love, Petalburg Style!&lt;br /&gt;
|vajp=Shin-ichiro Miki&lt;br /&gt;
&amp;lt;!--|vaen=--&amp;gt;&lt;br /&gt;
|desc={{p|Slakoth}} first appeared in the greenhouse where Norman keeps his Pokémon. It appeared again in &#039;&#039;[[AG070|Balance of Power!]]&#039;&#039;, during Norman&#039;s [[Gym]] {{pkmn|battle}} with {{Ash}}. It first went up against {{AP|Pikachu}}, but when Pikachu&#039;s strategies failed to work, Ash switched him out for {{AP|Torkoal}}, who was able to defeat its opponent.&lt;br /&gt;
&lt;br /&gt;
It made a cameo appearance in &#039;&#039;[[AG122|Deceit and Assist]]&#039;&#039;, where it was watching May competing in the [[Hoenn Grand Festival]] on [[television]].&lt;br /&gt;
&lt;br /&gt;
Slakoth&#039;s known moves are {{m|Shadow Ball}}, {{m|Hidden Power}}, and {{m|Blizzard}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|main=yes&lt;br /&gt;
|trainer=Norman&lt;br /&gt;
|pkmn=Slaking&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|img=Norman Slaking.png&lt;br /&gt;
|epnum=AG069&lt;br /&gt;
|epname=Love, Petalburg Style!&lt;br /&gt;
|vajp=Unshō Ishizuka&lt;br /&gt;
|vaen=Dan Green&lt;br /&gt;
|desc={{p|Slaking}} debuted in Norman&#039;s greenhouse with the rest of his Pokémon. In &#039;&#039;[[AG070|Balance of Power!]]&#039;&#039;, it battled {{AP|Grovyle}} during {{Ash}}&#039;s [[Gym]] battle against Norman, but was ultimately defeated.}}&lt;br /&gt;
&lt;br /&gt;
=====Cared for=====&lt;br /&gt;
{| width=&amp;quot;50%&amp;quot;&lt;br /&gt;
| {{InactivePoké|May|Beautifly|May Beautifly with Caroline.png|bug|flying}}&lt;br /&gt;
| {{InactivePoké|May|Skitty|May Skitty with Caroline.png|normal}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Voice actors====&lt;br /&gt;
{{vatable|color={{normal color}}|bordercolor={{normal color light}}&lt;br /&gt;
|ja=小杉十郎太 &#039;&#039;Jūrōta Kosugi&#039;&#039;&lt;br /&gt;
|en=[[Dan Green]]&lt;br /&gt;
|fi=Jari Viitanen ([[AG003]])&amp;lt;br&amp;gt;Saku Mäkynen ([[AG069]]-[[AG070]])&lt;br /&gt;
|it=Lorenzo Scattorin&lt;br /&gt;
|no=Erik Skøld ([[AG003]])&amp;lt;br&amp;gt;Trond Teigen ([[AG069]]-[[AG070]])&lt;br /&gt;
|ru=Дмитрий Филимонов &#039;&#039;Dmitry Filimonov&#039;&#039;&lt;br /&gt;
|fr_eu=Alexandre Crépet&lt;br /&gt;
|pl=Andrzej Chudy&lt;br /&gt;
|pt_br=Élcio Sodré ([[AG003]])&amp;lt;br&amp;gt;Mauro Eduardo ([[AG069]]-[[AG070]])&lt;br /&gt;
|es_la=Enrique Mederos ([[AG003]]) &amp;lt;br&amp;gt;Salvador Delgado ([[AG069]]-[[AG070]])&lt;br /&gt;
|es_eu=Luis Bajo ([[AG003]]) &amp;lt;br&amp;gt; Gabriel Jiménez ([[AG069]]-[[AG070]])}}&lt;br /&gt;
&lt;br /&gt;
===GOTCHA!===&lt;br /&gt;
Norman briefly appeared in [[GOTCHA!]].&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
[[File:Norman AP.png|thumb|180px|Norman in Ash &amp;amp; Pikachu]]&lt;br /&gt;
===Ash &amp;amp; Pikachu===&lt;br /&gt;
Norman appeared in &#039;&#039;[[SP25|I&#039;ll Win With My Own Battle Style!!]]&#039;&#039;, where he, like in the anime, had a Gym battle with Ash.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|width=76&lt;br /&gt;
|main=yes&lt;br /&gt;
|trainer=Norman&lt;br /&gt;
|pkmn=Slaking&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|img=Norman Slaking AP.png&lt;br /&gt;
|epnum=SP25&lt;br /&gt;
|epname=I&#039;ll Win With My Own Battle Style!!&lt;br /&gt;
|desc={{p|Slaking}} is Norman&#039;s first known Pokémon. During the Gym battle, he sent it out as his final Pokémon against [[Ash&#039;s Grovyle]].}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Norman&lt;br /&gt;
|pkmn=Slakoth&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|img=Norman Slakoth Shadow Ball AP.png&lt;br /&gt;
|epnum=SP25&lt;br /&gt;
|epname=I&#039;ll Win With My Own Battle Style!!&lt;br /&gt;
|desc={{p|Slakoth}} briefly appeared battling [[Ash&#039;s Pikachu]].&lt;br /&gt;
&lt;br /&gt;
Slakoth&#039;s only known move is {{m|Shadow Ball}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Norman&lt;br /&gt;
|pkmn=Vigoroth&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|img=Ash Torkoal AP.png&lt;br /&gt;
|epnum=SP25&lt;br /&gt;
|epname=I&#039;ll Win With My Own Battle Style!!&lt;br /&gt;
|desc={{p|Vigoroth}} briefly appeared battling [[Ash&#039;s Torkoal]].&lt;br /&gt;
&lt;br /&gt;
None of Vigoroth&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
[[File:Norman Juan Adventures.png|thumb|230px|Norman in Pokémon Adventures]]&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
====History====&lt;br /&gt;
====={{chap|Ruby &amp;amp; Sapphire}}=====&lt;br /&gt;
Norman is the father of {{adv|Ruby}} and the newly appointed Leader of the Petalburg Gym. On Ruby&#039;s 11th birthday, Norman had his wife and son move to Hoenn to live in Littleroot Town. Due to Norman&#039;s dislike of his son partaking in Pokémon Contests, Ruby held a grudge against his father. Ruby decided to run away and prove to his father the superiority of [[Pokémon Contest]]s to battling. As he left, he took the Running Shoes his father gave him as a birthday present. Upon arriving at Petalburg City, Ruby attempted to avoid being spotted by Norman. His attempts led him to meeting {{adv|Wally}}, a sickly boy attempting to capture his first Pokémon. Wally asks Norman if he will teach him how to capture Pokémon as he had previously requested. He refuses due to Wally neglecting to inform Norman about his illness. Norman senses Ruby&#039;s presence, but when his attempt to get him to come out fails, he just passes it off as another wild Pokémon and leaves.&lt;br /&gt;
&lt;br /&gt;
Norman&#039;s search leads him to the [[Weather Institute]], where he attacks Ruby, demanding to know why he ran away from home. Ruby considers running away, but he decides to stay and fight in order to prove to his father how determined he is. Norman easily gains the upper hand due to teaching Ruby all he knows about fighting, but Ruby turns the tide by using new tactics with the Pokémon he caught on his journey. The battle causes the worn-out institute to break apart, leaving Ruby and Norman left dangling above shrapnel that fell from their battle. With the Running Shoes he got as a gift from Norman, Ruby manages to save the both of them, but is left exhausted and defeated. Norman attempts to continue their battle, but he is stopped by fellow Gym Leader [[Winona]]. Winona tells Norman that he is in trouble for leaving his Gym despite challengers wanting to battle. Norman grudgingly obeys Winona&#039;s command to come with her. Before he leaves, Norman tells Ruby that he accepts his desire to partake in Pokémon Contests despite his own personal dislike of them. He demands that in return, Ruby should not return home until he has fully accomplished his goals.&lt;br /&gt;
&lt;br /&gt;
[[File:Norman ORAS chapter.png|thumb|left|140px|Norman in the thirteenth chapter]]&lt;br /&gt;
Later, Norman and the other Gym Leaders are called by [[Flannery]] to meet in [[Fortree City]]. They have a discussion on [[Team Magma]] and [[Team Aqua]] about whether or not one of the teams is evil and the other is good. Norman refuses to pick a side out of disinterest and begins to leave. Winona reminds him that as one of the Gym Leaders chosen by the Pokémon Association, he has to comply with the others. Norman refuses and continues leaving, but is stopped by [[Wattson]]. Wattson suggests that Norman use his strength to help in the upcoming Hoenn crisis and apologizes for the others&#039; behavior due to their lack of knowledge about his past with the Pokémon Association. Norman politely tells Wattson to stop talking and heads off.&lt;br /&gt;
&lt;br /&gt;
When {{DL|Super-ancient Pokémon (Adventures)|Groudon}} and {{DL|Super-ancient Pokémon (Adventures)|Kyogre}} are awakened, they begin causing {{a|Drought|droughts}} and {{a|Drizzle|downpours}} throughout Hoenn. Instead of helping stop the Pokémon from causing havoc, Norman decides to fulfill Wally&#039;s request and takes him to the [[Sky Pillar]] for training. After several days of training, Wally becomes much stronger from climbing the tower and battling the wild Pokémon inside. As they continue to train, Norman gets a call from [[Scott]], who informs him that Ruby was chosen to be the wielder of the [[Red Orb]] used to control Groudon. This makes Norman decide to team up with Wally to awaken the third Legendary Pokémon that can stop Groudon and Kyogre, {{DL|Super-ancient Pokémon (Adventures)|Rayquaza}}. Upon succeeding, Norman leaves Wally behind and flies off on Rayquaza to [[Sootopolis City]].&lt;br /&gt;
&lt;br /&gt;
When Norman arrives, Ruby is fighting Groudon and Kyogre alone with both the Red and [[Blue Orb]]s in hand. Together, they use [[Colored orbs|the orbs]] in conjunction with Rayquaza to send Groudon and Kyogre away to return to their long slumber. The strain of having controlled Rayquaza for too long causes Norman to collapse and begin dying. In his last breath, Norman reveals that five years ago, Ruby&#039;s battle with a [[Zinnia&#039;s Salamence|Salamence]] caused it to go berserk and accidentally free the Rayquaza captured by the Pokémon Association. Not wanting his son to take the blame, Norman lied to the association and put the fault on himself. The Association Director barred Norman from taking the Gym Leader test for five years and ordered him to find Rayquaza. Norman was forced to distance himself from his family during that time, which eventually led to Ruby becoming the way he is now. He then dies in Ruby&#039;s arms, much to the horror of his son. When [[Archie]] and [[Maxie]] come out of hiding to attack the exhausted Ruby, they decide to burn Norman&#039;s corpse to make sure he won&#039;t be able to return to stop their plans again.&lt;br /&gt;
&lt;br /&gt;
Once Archie and Maxie were defeated, Ruby used his {{p|Celebi}} to revive all the people that were killed in the final battle. Norman is brought back to life thanks to Celebi&#039;s [[time travel]] abilities. Afterward, Norman celebrated the victory with his allies and thanked Ruby and {{adv|Sapphire}} for their assistance in the battle. Sapphire immediately challenged Norman to a Gym battle, which she managed to win and earn the Balance Badge.&lt;br /&gt;
&lt;br /&gt;
====={{chap|Omega Ruby &amp;amp; Alpha Sapphire}}=====&lt;br /&gt;
Norman appears at [[Meteor Falls]]. He meets with the {{OBP|Elder|Meteor Village}} that lives there in hopes of getting information about Rayquaza again. There, he meets with Ruby and {{adv|Emerald}}, who had come there for the same reason. With the old woman&#039;s help, Norman determines the Rayquaza may be returning to the location where it was held captive by the Pokémon Association. With {{p|Hoopa}}&#039;s rings, Norman and Ruby head to Johto.&lt;br /&gt;
&lt;br /&gt;
Upon arriving in Goldenrod City, Norman and Ruby enter the now-abandoned Pokémon Association research facility. After a search through the facility&#039;s data files, Norman comes across video footage of the moment where Rayquaza was first encountered at the [[Embedded Tower]]. Before they can witness Rayquaza&#039;s capture, the video cuts off. Ruby decides that if Rayquaza was found at {{rt|47|Johto}}, then it may have gone there instead of Goldenrod. Norman reveals that he asked Emerald to give him the [[Jade Orb|Green Orb]] core shortly before they entered Hoopa&#039;s ring. He reveals the core was originally created by the Association in order to create an artificial Green Orb capable of controlling Rayquaza, as it didn&#039;t have an orb like Groudon or Kyogre. When Rayquaza escaped its captivity, the project was scrapped and the core was thrown away before being completed, where it eventually ended up in Emerald&#039;s hands. Norman uses a machine to increase the core&#039;s purity, increasing its strength and turning it a shade of jade.&lt;br /&gt;
&lt;br /&gt;
Just as the process is completed, Norman and Ruby are shocked to see that Rayquaza has appeared in the skies. They find Rayquaza feeding on shards of the meteoroid, which have begun falling onto Johto as well. They take to the skies in order to confront Rayquaza and capture it. During the battle, Rayquaza manages to capture Ruby and blocks Norman&#039;s attempt to rescue his son. Ruby takes the opportunity to use the scroll he took from [[Zinnia]] in order to teach Rayquaza {{m|Dragon Ascent}}, which will allow it to destroy the meteoroid. When Rayquaza continues attacking Ruby, Norman attempts to control it with the Green Orb core, only for it to fail. Ruby tells Norman to call Emerald and ask Hoopa to bring them back to Hoenn, as he plans on destroying the meteoroid with Sapphire.&lt;br /&gt;
&lt;br /&gt;
After Hoopa opens the path to the Meteor Village, Ruby uses the Jade Orb core to lead Rayquaza back to Hoenn with Norman. When it sees Kyogre and Groudon through the ring, Rayquaza goes berserk and begins attacking the two. Rayquaza rushes towards the ring to confront Kyogre and Groudon, causing Norman to fall off and be left behind. It is later revealed by {{adv|Gold}} and {{adv|Silver}} that Norman would assist the combined efforts of the [[Kanto]] and [[Johto]] [[Gym Leader]]s and [[Elite Four]] to stop the meteoroid.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
This listing is for Norman&#039;s Pokémon in the Pokémon Adventures manga.&lt;br /&gt;
&lt;br /&gt;
=====On hand=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Norman&lt;br /&gt;
|gender=male&lt;br /&gt;
|pkmn=Vigoroth&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|img=Norman Vigoroth Adventures.png&lt;br /&gt;
|epnum=PS185&lt;br /&gt;
|epname=Nixing Nuzleaf&lt;br /&gt;
|desc={{p|Vigoroth}} is Norman&#039;s first known Pokémon. He was first used to battle a wild {{p|Breloom}} and easily won. Later, he battled against {{adv|Ruby}} at the [[Weather Institute]]. Using his quick speed, he returned the volley of {{m|Mud Shot}}s that [[Mumu]] attempted to trap Norman inside of. He has a Hasty [[nature]].&lt;br /&gt;
&lt;br /&gt;
Vigoroth&#039;s known moves are {{m|Aerial Ace}} and {{m|Focus Punch}}, and his Ability is {{a|Vital Spirit}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|main=yes&lt;br /&gt;
|gender=male&lt;br /&gt;
|trainer=Norman&lt;br /&gt;
|pkmn=Slaking&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|img=Norman Slaking Adventures.png&lt;br /&gt;
|epnum=PS186&lt;br /&gt;
|epname=Brushing Past Breloom&lt;br /&gt;
|desc={{p|Slaking}} is Norman&#039;s second known Pokémon. He was used to try and get {{adv|Ruby}} to come out of hiding when Norman sensed his presence. Since then, he was used in several other battles. He has a Sassy [[nature]].}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Norman&lt;br /&gt;
|pkmn=Spinda&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|img=Norman Spinda Adventures.png&lt;br /&gt;
|epnum=PS258&lt;br /&gt;
||epname=Rayquaza Redemption I&lt;br /&gt;
|desc={{p|Spinda}} is Norman&#039;s third known Pokémon. He was first used in a training battle against {{adv|Wally}} on the Sky Pillar. With his moves that switch Abilities and confuse his opponents, Norman managed to easily defeat Wally.&lt;br /&gt;
&lt;br /&gt;
Spinda&#039;s known moves are {{m|Skill Swap}} and {{m|Teeter Dance}}, and his Ability is {{a|Own Tempo}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Norman&lt;br /&gt;
|pkmn=Slakoth (×2)&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|img=Norman Slakoth Adventures.png&lt;br /&gt;
|cap=Norman&#039;s Slakoth&lt;br /&gt;
|epnum=PS264&lt;br /&gt;
|epname=It All Ends Now V&lt;br /&gt;
|desc=Norman owns two {{p|Slakoth}}. They were first seen in a flashback being used to battle the {{p|Rayquaza}} that escaped the Pokémon Association&#039;s captivity. They managed to block many of Rayquaza&#039;s attacks.&lt;br /&gt;
&lt;br /&gt;
None of Slakoth&#039;s moves are known and their Ability is {{a|Truant}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Norman&lt;br /&gt;
|pkmn=Sawsbuck&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|type2=Grass&lt;br /&gt;
|img=Norman Sawsbuck Adventures.png&lt;br /&gt;
|epnum=PS611&lt;br /&gt;
|epname=&lt;br /&gt;
|desc=Norman owns a Winter Form {{p|Sawsbuck}}. It was first used to break into the Pokémon Association&#039;s old research facility.&lt;br /&gt;
&lt;br /&gt;
Sawsbuck&#039;s only known move is {{m|Horn Leech}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Norman&lt;br /&gt;
|pkmn=Staraptor&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=Norman Staraptor Adventures.png&lt;br /&gt;
|epnum=PS611&lt;br /&gt;
|epname=&lt;br /&gt;
|desc=Norman owns a {{p|Staraptor}}. It was first used to fly up to Rayquaza in order to capture it. When Ruby was caught by Rayquaza, Norman used Staraptor to attempt to free his son, but failed.&lt;br /&gt;
&lt;br /&gt;
Staraptor&#039;s only known move is {{m|Final Gambit}}.}}&lt;br /&gt;
&lt;br /&gt;
=====Given away=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|main=Nana&lt;br /&gt;
|trainer=Ruby&lt;br /&gt;
|pkmn=Poochyena&lt;br /&gt;
|nick=Nana&lt;br /&gt;
|gender=female&lt;br /&gt;
|type1=Dark&lt;br /&gt;
|img=Nana Poochyena.png&lt;br /&gt;
|epnum=PS181&lt;br /&gt;
|epname=Creeping Past Cacnea&lt;br /&gt;
|desc={{p|Poochyena|Nana}} was a gift from Norman to Ruby when he was a small child. She learned many techniques from training with Norman.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|main=Kiki&lt;br /&gt;
|trainer=Ruby&lt;br /&gt;
|pkmn=Skitty&lt;br /&gt;
|nick=Kiki&lt;br /&gt;
|cynick=Coco&lt;br /&gt;
|gender=female&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|img=Kiki Skitty.png&lt;br /&gt;
|epnum=PS181&lt;br /&gt;
|epname=Creeping Past Cacnea&lt;br /&gt;
|desc={{p|Skitty|Kiki}} was a gift from Norman to Ruby when he was a small child. She learned many techniques from training with Norman.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|main=Rara&lt;br /&gt;
|trainer=Ruby&lt;br /&gt;
|pkmn=Ralts&lt;br /&gt;
|nick=Rara&lt;br /&gt;
|cynick=Ruru&lt;br /&gt;
|gender=female&lt;br /&gt;
|type1=Psychic&lt;br /&gt;
|type2=Fairy&lt;br /&gt;
|img=Rara Ralts.png&lt;br /&gt;
|epnum=PS181&lt;br /&gt;
|epname=Creeping Past Cacnea&lt;br /&gt;
|desc={{p|Ralts|Rara}} was a gift from Norman to Ruby when he was a small child. She learned many techniques from training with Norman.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Wally&lt;br /&gt;
|pkmn=Flygon&lt;br /&gt;
|type1=Ground&lt;br /&gt;
|type2=Dragon&lt;br /&gt;
|img=Norman Flygon Adventures.png&lt;br /&gt;
|epnum=PS240&lt;br /&gt;
|epname=Talk About Timing, Treecko&lt;br /&gt;
|desc=Norman originally used this {{p|Flygon}} as a method of flight transportation. He later gave it to {{adv|Wally}} during their training on the Sky Pillar.&lt;br /&gt;
&lt;br /&gt;
Flygon&#039;s known moves are {{m|Fly}} and {{m|Sand Tomb}} and its Ability is {{a|Levitate}}.}}&lt;br /&gt;
&lt;br /&gt;
=====Temporary=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Norman&lt;br /&gt;
|pkmn=Rayquaza&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=Rayquaza Adventures.png&lt;br /&gt;
|epnum=PS258&lt;br /&gt;
|epname=Rayquaza Redemption I&lt;br /&gt;
|desc={{main|Super-ancient Pokémon (Adventures)#Rayquaza|Rayquaza (Adventures)}}&lt;br /&gt;
&lt;br /&gt;
{{p|Rayquaza}} is an ancient Legendary Pokémon related to {{DL|Super-ancient Pokémon (Adventures)|Groudon}} and {{DL|Super-ancient Pokémon (Adventures)|Kyogre}}. It was captured by the Pokémon Association so that they may find a way to control it so that its powers could be used to stop Groudon and Kyogre when they would one day awaken again. Due to a {{p|Salamence}} that went out of control from a previous battle with {{adv|Ruby}}, Rayquaza broke free and Norman was ordered to search for it again. Five years later, Norman teamed up with Wally and awakened Rayquaza on the Sky Pillar. Norman took Rayquaza and used it to stop Groudon and Kyogre with Ruby&#039;s help. The strain of controlling Rayquaza without an orb took too much strain on Norman, who proceeded to die shortly afterward. Angered that it was controlled, Rayquaza flew off to parts unknown.}}&lt;br /&gt;
{{endspoilers}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Ruby-Sapphire===&lt;br /&gt;
[[File:Norman PMRS.png|thumb|180px|Norman in Pokémon Pocket Monsters]]&lt;br /&gt;
Norman appears in &#039;&#039;[[PMRS04|There&#039;s Someone More Important Than Clefairy?!]]&#039;&#039;. Unlike other media, Norman does not have any known relatives.&lt;br /&gt;
&lt;br /&gt;
When {{OBP|Red|Pocket Monsters}} and his Pokémon visit the [[Petalburg Gym]] after getting startled by a Poké Ball that flew from there, they notice Norman drinking and feeling down. Norman revealed to the group as the one who threw the Poké Balls. He then revealed that he felt sad since his {{p|Slakoth}} refused to partake in any battles. Norman takes out a chart and shows it to Red and his Pokémon that the {{Badge|Balance}} is stuck inside Slakoth. After {{TP|Red|Clefairy}} took a nap, Norman explained to Red and his Pokémon that Slakoth doesn&#039;t like it when someone is lazier than it. Norman then watched as Clefairy went inside Slakoth to get the Balance Badge. After retrieving it, Norman demanded the group to return the badge to him but Clefairy refused. Afterwards, he became furious about this and chased after Red and his Pokémon since Clefairy refused to return the badge to Norman.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
This listing is for Norman&#039;s Pokémon in the Pokémon Pocket Monsters manga.&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Norman&lt;br /&gt;
|width=76&lt;br /&gt;
|pkmn=Slakoth&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|img=Norman Slakoth PMRS.png&lt;br /&gt;
|epnum=PMRS04&lt;br /&gt;
|epname=There&#039;s Someone More Important Than Clefairy?!&lt;br /&gt;
|desc={{p|Slakoth}} is Norman&#039;s Pokémon who refuses to participate in any Pokémon battles and has swallowed the Balance Badge to prove it. {{TP|Red|Clefairy}} tries to get the Badge out of Slakoth&#039;s stomach but the sloth Pokémon puts a stop to it by making Clefairy tired and swallowing the alarm clocks Clefairy strapped around to himself. Clefairy was able to go into Slakoth&#039;s body and get the Balance Badge out of there.&lt;br /&gt;
&lt;br /&gt;
Slakoth&#039;s known moves are {{m|Yawn}} and {{m|Covet}}, and its Ability is {{a|Truant}}.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Pokémon Ruby &amp;amp; Sapphire (CoroCoro)===&lt;br /&gt;
Norman appears as the newly-appointed gym leader of [[Petalburg City]]. He is the father of Ruby and a friend of Professor Birch&#039;s.&lt;br /&gt;
He berates Ruby for failing to heal his Mudkip after a battle, but rescinds later on after seeing how Ruby and Mudkip began to develop a good relationship with each other.&lt;br /&gt;
&lt;br /&gt;
None of Norman&#039;s Pokémon are shown.&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
In the [[Pokémon Trading Card Game]], one of {{TCG ID|XY Promo|Gym Badge|203}}&#039;s illustrations features Norman and the Balance Badge.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* Norman is the first and currently only father of the {{player}} that has been seen in the [[core series]] games.&lt;br /&gt;
** He was also the only known father of any player character in the core series games until [[Pokémon Ultra Sun and Ultra Moon]], although not directly seen.&lt;br /&gt;
* In {{game2|Ruby|Sapphire|Emerald}}, a non-player character in [[Petalburg City]] mentions that Norman and his family are from [[Johto]]. In [[Pokémon Black and White Versions 2|Pokémon Black 2 and White 2]], Norman reveals that he is more specifically from [[Olivine City]]. In some new dialogue from [[Pokémon Omega Ruby and Alpha Sapphire]], the player&#039;s {{ho|Mom}} also mentions that they moved from Johto.&lt;br /&gt;
** However, in the [[Pokémon Adventures]] manga, they are from [[Goldenrod City]] instead. This was introduced in the manga prior to the reveal that they are from Olivine City in the games.&lt;br /&gt;
* In {{v2|Emerald}}, Norman owns a level 29 {{p|Linoone}} that knows {{m|Slash}}, even though Linoone [[Game move errors|cannot learn]] said move until level 41.&lt;br /&gt;
* In {{game|Black and White|s|4=2}}, along with [[Giovanni]], Norman uses more different species of Pokémon than any other [[Gym Leader]] at the [[Pokémon World Tournament]], with a total of 10.&lt;br /&gt;
* Not counting Ash’s [[Ash&#039;s friends|Gym Leader companions]] and {{an|Giovanni}}, Norman is the first Gym Leader to physically reappear in the {{pkmn|anime}} outside of his home region’s debut series.&lt;br /&gt;
* Norman is the only Gym Leader after [[Generation I]] who shares his English name in French, German, Italian, and Spanish.&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background:#{{normal color light}}; border: 3px solid #{{normal color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Language&lt;br /&gt;
! Name&lt;br /&gt;
! Origin&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Japanese&lt;br /&gt;
| センリ &#039;&#039;Senri&#039;&#039;&lt;br /&gt;
| From 仙蓼 &#039;&#039;senryō&#039;&#039; ({{wp|Sarcandra glabra|glabrous sarcandra}}) &amp;lt;!--or 千里胡麻 &#039;&#039;Senri-Goma&#039;&#039; (&#039;&#039;Rehmannia japonica&#039;&#039;)--&amp;gt;and 千里 &#039;&#039;senri&#039;&#039; (1000 {{wp|Li (unit)|li}}; great distance)&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| English, German, Spanish,&amp;lt;br&amp;gt;French, Italian&lt;br /&gt;
| Norman&lt;br /&gt;
| From &#039;&#039;normal&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 종길 &#039;&#039;Jonggil&#039;&#039;&lt;br /&gt;
| Possibly from 길 &#039;&#039;gil&#039;&#039; (road)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 千里 &#039;&#039;Qiānlǐ&#039;&#039;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| From 千里 &#039;&#039;qiānlǐ / chīnléih&#039;&#039; (great distance)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 千里 &#039;&#039;Chīnléih&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Russian&lt;br /&gt;
| Норман &#039;&#039;Norman&#039;&#039;&lt;br /&gt;
| Transcription of his English name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Vietnamese&lt;br /&gt;
| Senri&lt;br /&gt;
| Transcription of his Japanese name&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Related articles==&lt;br /&gt;
* [[a:Category:Norman|Images on the Bulbagarden Archives]]&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
{{-}}&lt;br /&gt;
{{Gym Leaders of Hoenn}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Animecharacters|normal}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Ash and Pikachu characters}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Pocket Monsters Characters}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Project CharacterDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Anime characters]]&lt;br /&gt;
[[Category:Manga characters]]&lt;br /&gt;
[[Category:Ash &amp;amp; Pikachu characters]]&lt;br /&gt;
[[Category:Pokémon Adventures characters]]&lt;br /&gt;
[[Category:Pokémon Ruby-Sapphire characters]]&lt;br /&gt;
[[Category:Ruby and Sapphire characters]]&lt;br /&gt;
[[Category:Emerald characters]]&lt;br /&gt;
[[Category:Gym Leaders]]&lt;br /&gt;
[[Category:Normal-type Trainers]]&lt;br /&gt;
[[Category:Black 2 and White 2 characters]]&lt;br /&gt;
[[Category:Omega Ruby and Alpha Sapphire characters]]&lt;br /&gt;
&lt;br /&gt;
[[de:Norman]]&lt;br /&gt;
[[es:Norman]]&lt;br /&gt;
[[fr:Norman]]&lt;br /&gt;
[[it:Norman]]&lt;br /&gt;
[[ja:センリ]]&lt;br /&gt;
[[zh:千里]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Yumiko_Sudo&amp;diff=3725717</id>
		<title>Yumiko Sudo</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Yumiko_Sudo&amp;diff=3725717"/>
		<updated>2023-06-10T19:32:33Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: Obscure manga illustrated by Sumiko during advanced gen.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Yumiko Sudo&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;須藤ゆみこ&#039;&#039;&#039;) is the creator of several [[Pokémon manga]]. Her manga, usually aimed at children have been published by [[Shogakukan]].&lt;br /&gt;
&lt;br /&gt;
Before the January issue of Bessatsu Coro Coro Comics; she would prefer a pen-name, such as &amp;quot;Yumi&amp;quot;. She is also associated with Televi-Kun; a {{wp|Shogakukan}} monthly manga magazine, aimed at boys. Her other Nintendo manga series have included &#039;&#039;{{smw|Donkey Kong (series)|Donkey Kong}}&#039;&#039; and &#039;&#039;{{lsw|The Legendary Starfy (series)|The Legendary Starfy}}&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Pokémon manga by Yumiko Sudo==&lt;br /&gt;
* [[Pokémon Quiz Puzzle Land Pikachu is a Famous Detective]]&lt;br /&gt;
* [[Pikachu VS Hitmonchan]]&lt;br /&gt;
* [[Pikachu&#039;s hide-and-seek]]&lt;br /&gt;
* [[Pokemon Ruby-Sapphire Battle Strategy Comic]]&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
{{stub|Manga}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Manga crew]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=May_(game)&amp;diff=3725338</id>
		<title>May (game)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=May_(game)&amp;diff=3725338"/>
		<updated>2023-06-10T07:21:20Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: /* Pokemon Ruby &amp;amp; Sapphire (CoroCoro) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CharInfobox&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|corecolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|name=May&lt;br /&gt;
|jname=ハルカ&lt;br /&gt;
|tmname=Haruka&lt;br /&gt;
|text=white&lt;br /&gt;
|image=Omega Ruby Alpha Sapphire May.png&lt;br /&gt;
|size=180px&lt;br /&gt;
|caption=Art from [[Pokémon Omega Ruby and Alpha Sapphire]]&lt;br /&gt;
|gender=Female&lt;br /&gt;
|hometown=[[Littleroot Town]] (originally [[Olivine City]] if chosen by the player)&lt;br /&gt;
|region=[[Hoenn]] (originally [[Johto]] if chosen by the player)&lt;br /&gt;
|relatives=[[Norman]], {{ho|Mom}} (as player)&amp;lt;br&amp;gt;[[Professor Birch]], unnamed mother, younger brother{{sup/3|E}} (as rival)&lt;br /&gt;
|age=yes&lt;br /&gt;
|years=12 (as rival){{sup/6|ORAS}}&amp;lt;ref&amp;gt;{{g|Omega Ruby and Alpha Sapphire}}: &#039;&#039;Her name is May, &#039;&#039;&#039;aged 12&#039;&#039;&#039;, a Trainer from Littleroot Town.&#039;&#039; - {{DL|TV Mauville|Hoenn News Network}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|colors=yes&lt;br /&gt;
|eyes=Blue&lt;br /&gt;
|hair=Light brown&lt;br /&gt;
|trainer=yes&lt;br /&gt;
|trainerclass=[[Pokémon Trainer]], [[player character]]&lt;br /&gt;
|game=yes&lt;br /&gt;
|generation={{Gen|III}}, {{Gen|VI}}&lt;br /&gt;
|games={{3v2|Ruby|Sapphire|Emerald}}&amp;lt;br&amp;gt;{{pkmn|Omega Ruby and Alpha Sapphire}}, {{pkmn|Masters EX}}&lt;br /&gt;
|leader=no&lt;br /&gt;
|anime=counterpart&lt;br /&gt;
|animecounterpart={{an|May}}&lt;br /&gt;
|epnum=AG001&lt;br /&gt;
|epname=Get the Show on the Road!&lt;br /&gt;
|manga=counterpart&lt;br /&gt;
|mangacounterpart={{adv|Sapphire}}, {{OBP|Sapphire|Ruby-Sapphire}}&lt;br /&gt;
|roundnum=PS182&lt;br /&gt;
|roundname=VS. Mightyena&lt;br /&gt;
|gameanim=yes&lt;br /&gt;
|pv=yes&lt;br /&gt;
|pvnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|pvname=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|envagame=Deneen Melody&amp;lt;ref name=&amp;quot;Deneen Melody&amp;quot;&amp;gt;[https://www.deneenmelody.com/ Deneen Melody | Voice Actor]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Unknown &amp;lt;small&amp;gt;({{pkmn|Evolutions}})&amp;lt;/small&amp;gt;&lt;br /&gt;
|javagame=[[Kana Hanazawa]] &amp;lt;small&amp;gt;([[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer|ORAS Trailer]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Ai Nonaka&amp;lt;ref name=&amp;quot;Ai Nonaka&amp;quot;&amp;gt;[https://twitter.com/pokemas_game/status/1349600886012698624 Pokémon Masters Official Japanese profile on Twitter]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Hina Natsume &amp;lt;small&amp;gt;({{pkmn|Evolutions}})&amp;lt;/small&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;May&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ハルカ&#039;&#039;&#039; &#039;&#039;Haruka&#039;&#039;) is the female choice for the [[player character]] in {{game2|Ruby|Sapphire|Emerald}} and their [[Generation VI]] remakes, [[Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire]]. She also serves as the [[rival]] in the same games if the player chooses to play as her male counterpart, {{ga|Brendan}}.&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
===As the protagonist===&lt;br /&gt;
If May is selected as the player character, she starts her {{pkmn|journey}} moving from her home in [[Johto]] to her new home in the town of {{to|Littleroot}} in [[Hoenn]]. After saving [[Professor Birch]] from a [[wild Pokémon]], she is given one of the three starters of the Hoenn [[region]]. May develops a close bond with {{ga|Brendan}}, and eventually [[Wally]], who both act as her rivals. May goes on to gather the eight Badges of Hoenn, stop the plans of [[Team Aqua]]{{sup/3|Sa}}{{sup/3|E}}{{sup/6|AS}}/[[Team Magma]]{{sup/3|Ru}}{{sup/3|E}}{{sup/6|OR}} and conquer the Pokémon League all before going off to face the {{gdis|Battle Frontier|III}}{{sup/3|E}}/[[Battle Maison]]{{sup/6|ORAS}}.&lt;br /&gt;
&lt;br /&gt;
===As a non-playable character===&lt;br /&gt;
If May is not selected as the player, she is helping her dad finish the Hoenn [[Pokédex]] and becoming a Pokémon Professor. She is also the player&#039;s rival and friend. Along with Brendan (when playing as May), they are the only rivals unavailable for battle after entering the [[Hall of Fame]]. Additionally, they both are the only ones to not [[evolution|evolve]] their starter Pokémon into its final form, except for in Omega Ruby and Alpha Sapphire, where their starters have been fully evolved by the battle that takes place at [[Lilycove City]].&lt;br /&gt;
&lt;br /&gt;
===={{DL|PokéNav|Trainer&#039;s Eyes}}/{{DL|PokéNav|Match Call}}====&lt;br /&gt;
{{incomplete|section|needs=RSORAS information}}&lt;br /&gt;
&#039;&#039;&#039;Rad Neighbor May&#039;&#039;&#039;{{sup/3|E}}&lt;br /&gt;
:&#039;&#039;&#039;Strategy&#039;&#039;&#039;&lt;br /&gt;
:I&#039;m not so good at battles.&lt;br /&gt;
:&#039;&#039;&#039;Trainer&#039;s Pokémon&#039;&#039;&#039;&lt;br /&gt;
:I&#039;ll use any Pokémon!&lt;br /&gt;
:&#039;&#039;&#039;Self-Introduction&#039;&#039;&#039;&lt;br /&gt;
:My Pokémon and I help my father&#039;s research.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
=====Pokémon Ruby and Sapphire=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Splash|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Rollout|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Stun Spore|move2type=Grass&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Focus Energy|move1type=Normal&lt;br /&gt;
|move2=Ember|move2type=Fire&lt;br /&gt;
|move3=Double Kick|move3type=Fighting&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Stun Spore|move2type=Grass&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Tackle|move2type=Normal&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Water Gun|move1type=Water&lt;br /&gt;
|move2=Bide|move2type=Normal&lt;br /&gt;
|move3=Mud Shot|move3type=Ground&lt;br /&gt;
|move4=Foresight|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Splash|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Rollout|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Tackle|move2type=Normal&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Quick Attack|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rollout|move1type=Rock&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Ground|ability=Oblivious&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Mud Sport|move2type=Ground&lt;br /&gt;
|move3=Foresight|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rollout|move1type=Rock&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass&lt;br /&gt;
|move2=Screech|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle (optional)======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Mist|move1type=Ice&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Amnesia|move1type=Psychic&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Mud Sport|move2type=Ground&lt;br /&gt;
|move3=Foresight|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Amnesia|move1type=Psychic&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Mist|move1type=Ice&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass&lt;br /&gt;
|move2=Screech|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Pokémon Emerald=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle (optional)======&lt;br /&gt;
If the player never uses the Rustburo City PokéCenter and blacks out during a wild Pokémon encounter after rescuing Peeko, they will encounter May on {{rt|104|Hoenn}} when going to Mr. Briney&#039;s home.&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=270&lt;br /&gt;
|pokemon=Lotad&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Ember|move4type=Fire}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=324&lt;br /&gt;
|pokemon=Torkoal&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=White Smoke&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Curse|move3type=???}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Mud-Slap|move2type=Ground&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Bide|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Quick Attack|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=271&lt;br /&gt;
|pokemon=Lombre&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|move1=Focus Energy|move1type=Normal&lt;br /&gt;
|move2=Ember|move2type=Fire&lt;br /&gt;
|move3=Double Kick|move3type=Fighting&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=271&lt;br /&gt;
|pokemon=Lombre&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Yawn|move1type=Normal&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Ember|move3type=Fire&lt;br /&gt;
|move4=Rock Throw|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|move1=Water Gun|move1type=Water&lt;br /&gt;
|move2=Bide|move2type=Normal&lt;br /&gt;
|move3=Mud Shot|move3type=Ground&lt;br /&gt;
|move4=Foresight|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Yawn|move1type=Normal&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Ember|move3type=Fire&lt;br /&gt;
|move4=Rock Throw|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Quick Attack|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=279&lt;br /&gt;
|pokemon=Pelipper&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Wing Attack|move1type=Flying&lt;br /&gt;
|move2=Supersonic|move2type=Normal&lt;br /&gt;
|move3=Mist|move3type=Ice&lt;br /&gt;
|move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=271&lt;br /&gt;
|pokemon=Lombre&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Nature Power|move2type=Normal&lt;br /&gt;
|move3=Fake Out|move3type=Normal&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Peck|move2type=Flying&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Bulk Up|move4type=Fighting}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald|&lt;br /&gt;
|ndex=271|&lt;br /&gt;
|pokemon=Lombre|&lt;br /&gt;
|gender=female|&lt;br /&gt;
|level=29|&lt;br /&gt;
|ability=Swift Swim|&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Nature Power|move2type=Normal&lt;br /&gt;
|move3=Fake Out|move3type=Normal&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden|move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Foresight|move2type=Normal&lt;br /&gt;
|move3=Mud Sport|move3type=Ground&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden|move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald|&lt;br /&gt;
|ndex=271|&lt;br /&gt;
|pokemon=Lombre|&lt;br /&gt;
|gender=female|&lt;br /&gt;
|level=29|&lt;br /&gt;
|ability=Swift Swim|&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Nature Power|move2type=Normal&lt;br /&gt;
|move3=Fake Out|move3type=Normal&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|move1=Fury Cutter|move1type=Bug&lt;br /&gt;
|move2=Pursuit|move2type=Dark&lt;br /&gt;
|move3=Screech|move3type=Normal&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fifth battle (optional)======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=357&lt;br /&gt;
|pokemon=Tropius&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Chlorophyll&lt;br /&gt;
|type1=Grass|type2=Flying&lt;br /&gt;
|move1=Stomp|move1type=Normal&lt;br /&gt;
|move2=Sweet Scent||move2type=Normal&lt;br /&gt;
|move3=Whirlwind|move3type=Normal&lt;br /&gt;
|move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=279&lt;br /&gt;
|pokemon=Pelipper&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Wing Attack|move1type=Flying&lt;br /&gt;
|move2=Supersonic|move2type=Normal&lt;br /&gt;
|move3=Mist|move3type=Ice&lt;br /&gt;
|move4=Protect|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=272&lt;br /&gt;
|pokemon=Ludicolo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|move1=Peck|move1type=Flying&lt;br /&gt;
|move2=Sand-Attack|move2type=Ground&lt;br /&gt;
|move3=Bulk Up|move3type=Fighting&lt;br /&gt;
|move4=Quick Attack|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=357&lt;br /&gt;
|pokemon=Tropius&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Chlorophyll&lt;br /&gt;
|type1=Grass|type2=Flying&lt;br /&gt;
|move1=Stomp|move1type=Normal&lt;br /&gt;
|move2=Sweet Scent|move2type=Normal&lt;br /&gt;
|move3=Whirlwind|move3type=Normal&lt;br /&gt;
|move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=272&lt;br /&gt;
|pokemon=Ludicolo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden|move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Foresight|move2type=Normal&lt;br /&gt;
|move3=Mud Sport|move3type=Ground&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=357&lt;br /&gt;
|pokemon=Tropius&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Chlorophyll&lt;br /&gt;
|type1=Grass|type2=Flying&lt;br /&gt;
|move1=Stomp|move1type=Normal&lt;br /&gt;
|move2=Sweet Scent|move2type=Normal&lt;br /&gt;
|move3=Whirlwind|move3type=Normal&lt;br /&gt;
|move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden||move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=279&lt;br /&gt;
|pokemon=Pelipper&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Wing Attack|move1type=Flying&lt;br /&gt;
|move2=Supersonic|move2type=Normal&lt;br /&gt;
|move3=Mist|move3type=Ice&lt;br /&gt;
|move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|move1=Fury Cutter|move1type=Bug&lt;br /&gt;
|move2=Pursuit|move2type=Dark&lt;br /&gt;
|move3=Screech|move3type=Normal&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Pokémon Omega Ruby and Alpha Sapphire=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Alpha Sapphire&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Alpha Sapphire&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Alpha Sapphire&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Gun|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Rollout|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Whirlpool|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Astonish|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Stun Spore|move1type=Grass|move1cat=Status&lt;br /&gt;
|move2=Leech Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Mega Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Headbutt|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Sand Attack|move1type=Ground|move1cat=Status&lt;br /&gt;
|move2=Peck|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Double Kick|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Flame Charge|move4type=Fire|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Stun Spore|move1type=Grass|move1cat=Status&lt;br /&gt;
|move2=Leech Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Mega Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Headbutt|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Ember|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Throw|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Harden|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Incinerate|move4type=Fire|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud-Slap|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Foresight|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Mud Bomb|move3type=Ground|move3cat=Special&lt;br /&gt;
|move4=Bide|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Ember|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Throw|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Harden|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Incinerate|move4type=Fire|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Gun|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Rollout|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Whirlpool|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Astonish|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Quick Attack|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Mega Drain|move2type=Grass|move2cat=Special&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Pursuit|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======[[Multi Battle]] with the {{player}}======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Whirlpool|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Astonish|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Water Pulse|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Mist|move4type=Ice|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Headbutt|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Poison Powder|move3type=Poison|move3cat=Status&lt;br /&gt;
|move4=Worry Seed|move4type=Grass|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Peck|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Double Kick|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Flame Charge|move3type=Fire|move3cat=Physical&lt;br /&gt;
|move4=Quick Attack|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Headbutt|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Poison Powder|move3type=Poison|move3cat=Status&lt;br /&gt;
|move4=Worry Seed|move4type=Grass|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Harden|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Incinerate|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Clear Smog|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Ancient Power|move4type=Rock|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Foresight|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Mud Shot|move2type=Ground|move2cat=Special&lt;br /&gt;
|move3=Bide|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Mud Bomb|move4type=Ground|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Harden|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Incinerate|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Clear Smog|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Ancient Power|move4type=Rock|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Whirlpool|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Astonish|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Water Pulse|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Mist|move4type=Ice|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Fury Cutter|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Pursuit|move3type=Dark|move3cat=Physical&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Pulse|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Mist|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Brine|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Poison Powder|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Worry Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Giga Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Growth|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Flame Charge|move2type=Fire|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Bulk Up|move4type=Fighting|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Poison Powder|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Worry Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Giga Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Growth|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Clear Smog|move1type=Poison|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Flame Burst|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Bide|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Mud Bomb|move2type=Ground|move2cat=Special&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Protect|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Clear Smog|move1type=Poison|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Flame Burst|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Pulse|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Mist|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Brine|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pursuit|move1type=Dark|move1cat=Physical&lt;br /&gt;
|move2=Leaf Blade|move2type=Grass|move2cat=Physical&lt;br /&gt;
|move3=Agility|move3type=Psychic|move3cat=Status&lt;br /&gt;
|move4=Slam|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rest|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Brine|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Water Spout|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Counter|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Mach Punch|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Force Palm|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Mind Reader|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=257&lt;br /&gt;
|pokemon=Blaziken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Quick Attack|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting|move2cat=Status&lt;br /&gt;
|move3=Blaze Kick|move3type=Fire|move3cat=Physical&lt;br /&gt;
|move4=Focus Energy|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Counter|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Mach Punch|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Force Palm|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Mind Reader|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Flame Burst|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Lava Plume|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=260&lt;br /&gt;
|pokemon=Swampert&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Bomb|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Protect|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Muddy Water|move4type=Water|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Flame Burst|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Lava Plume|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rest|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Brine|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Water Spout|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=254&lt;br /&gt;
|pokemon=Sceptile&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Agility|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Slam|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Dual Chop|move3type=Dragon|move3cat=Physical&lt;br /&gt;
|move4=Detect|move4type=Fighting|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fifth battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Surf|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Heavy Slam|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Bulldoze|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Seed Bomb|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Force Palm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Venoshock|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Rock Tomb|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=257&lt;br /&gt;
|pokemon=Blaziken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|held=Blazikenite&lt;br /&gt;
|move1=Blaze Kick|move1type=Fire|move1cat=Physical&lt;br /&gt;
|move2=Brick Break|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Shadow Claw|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Seed Bomb|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Force Palm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Venoshock|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Rock Tomb|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Earth Power|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Lava Plume|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Body Slam|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=260&lt;br /&gt;
|pokemon=Swampert&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|held=Swampertite&lt;br /&gt;
|move1=Earthquake|move1type=Ground|move1cat=Physical&lt;br /&gt;
|move2=Muddy Water|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Brick Break|move4type=Fighting|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Earth Power|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Lava Plume|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Body Slam|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Surf|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Heavy Slam|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Bulldoze|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=254&lt;br /&gt;
|pokemon=Sceptile&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|held=Sceptilite&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=X-Scissor|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Dual Chop|move3type=Dragon|move3cat=Physical&lt;br /&gt;
|move4=Night Slash|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Battle Maison Multi Battle======&lt;br /&gt;
May will always use these two Pokémon as the player&#039;s Multi Battle Partner.&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Battle Maison&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|held=Light Clay&lt;br /&gt;
|move1=Light Screen|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Reflect|move2type=Psychic|move2cat=Status&lt;br /&gt;
|move3=Earth Power|move3type=Ground|move3cat=Special&lt;br /&gt;
|move4=Psychic|move4type=Psychic|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=295&lt;br /&gt;
|pokemon=Exploud&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Soundproof&lt;br /&gt;
|held=Assault Vest&lt;br /&gt;
|move1=Hyper Voice|move1type=Normal|move1cat=Special&lt;br /&gt;
|move2=Fire Blast|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Blizzard|move3type=Ice|move3cat=Special&lt;br /&gt;
|move4=Shadow Ball|move4type=Ghost|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
==In the spin-off games==&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
{{main|May (Masters)}}&lt;br /&gt;
May forms a [[sync pair]] with {{p|Mudkip}} and its evolved forms {{p|Marshtomp}} and {{p|Swampert}} in [[Pokémon Masters EX]]. She can also partner up with {{p|Lopunny}}, {{p|Latias}}, {{p|Blaziken}}, or {{p|Wailmer}}. Aside from Wailmer, each of her fully evolved sync partners is capable of [[Mega Evolution|Mega Evolving]].&lt;br /&gt;
&lt;br /&gt;
===[[Pokémon GO]]===&lt;br /&gt;
{{main|Style (GO)}}&lt;br /&gt;
For the start of Pokémon GO Tour: Hoenn, May&#039;s outfit from {{g|Omega Ruby and Alpha Sapphire}} was released as free style options in [[Pokémon GO]].&lt;br /&gt;
&lt;br /&gt;
===Anime-based games===&lt;br /&gt;
:&#039;&#039;Main article: [[May (anime)#In the spin-off games|May (anime) → In the spin-off games]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{an|May|May&#039;s anime counterpart}} appears in some spin-off anime-based games.&lt;br /&gt;
&lt;br /&gt;
==Quotes==&lt;br /&gt;
{{main|May (game)/Quotes}}&lt;br /&gt;
&lt;br /&gt;
==Optional names==&lt;br /&gt;
In the game, two of the optional names—one in Ruby and one in Sapphire—refer to &amp;quot;land&amp;quot; and &amp;quot;sea&amp;quot; respectively. In the English version, these are &#039;&#039;&#039;Terra&#039;&#039;&#039; and &#039;&#039;&#039;Mar&#039;&#039;&#039;ina; in the Japanese version, ムツミ &#039;&#039;&#039;&#039;&#039;Mutsu&#039;&#039;&#039;mi&#039;&#039; and ナミ &#039;&#039;&#039;&#039;&#039;Nami&#039;&#039;&#039;&#039;&#039; (陸 &#039;&#039;mutsu&#039;&#039; means land and 波 &#039;&#039;nami&#039;&#039; means a wave of water). This is also the case in other languages. Unlike Brendan&#039;s name list, none of the three shared names correspond to this theme. &amp;lt;!--Nicola is probably &amp;quot;coal&amp;quot; (the Japanese names aren&#039;t direct references, either), but that could be a coincidence.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In Emerald, if the player leaves the name writing screen without any written name, or with a name composed entirely of empty spaces, Professor Birch says &amp;quot;So it&#039;s &amp;lt;optional name&amp;gt;?&amp;quot;, suggesting one of the 20 available names. The player may answer &amp;quot;Yes&amp;quot; to accept the suggested name, or &amp;quot;No&amp;quot; to return to the name writing screen.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background:#{{sapphire color light}}; border:3px solid #{{sapphire color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! Game&lt;br /&gt;
! Japanese&lt;br /&gt;
! English&lt;br /&gt;
! French&lt;br /&gt;
! German&lt;br /&gt;
! Italian&lt;br /&gt;
! Spanish&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Ruby&lt;br /&gt;
|&amp;lt;ab&amp;gt;ムツミ &#039;&#039;Mutsumi&#039;&#039;&lt;br /&gt;
アイコ &#039;&#039;Aiko&#039;&#039;&lt;br /&gt;
マキコ &#039;&#039;Makiko&#039;&#039;&lt;br /&gt;
キョウコ &#039;&#039;Kyōko&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Terra&lt;br /&gt;
Kimmy&lt;br /&gt;
Nicola&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Solene&lt;br /&gt;
Agnes&lt;br /&gt;
Claire&lt;br /&gt;
Sophie&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Petra&lt;br /&gt;
Tanja&lt;br /&gt;
Andrea&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Teresa&lt;br /&gt;
Annie&lt;br /&gt;
Elisa&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Teresa&lt;br /&gt;
Raquel&lt;br /&gt;
Mariau&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Sapphire&lt;br /&gt;
|&amp;lt;ab&amp;gt;ナミ &#039;&#039;Nami&#039;&#039;&lt;br /&gt;
アイコ &#039;&#039;Aiko&#039;&#039;&lt;br /&gt;
マキコ &#039;&#039;Makiko&#039;&#039;&lt;br /&gt;
キョウコ &#039;&#039;Kyōko&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marina&lt;br /&gt;
Kimmy&lt;br /&gt;
Nicola&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marine&lt;br /&gt;
Agnes&lt;br /&gt;
Claire&lt;br /&gt;
Sophie&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Martina&lt;br /&gt;
Tanja&lt;br /&gt;
Andrea&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marina&lt;br /&gt;
Annie&lt;br /&gt;
Elisa&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marina&lt;br /&gt;
Raquel&lt;br /&gt;
Mariau&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Emerald&lt;br /&gt;
|&amp;lt;ab&amp;gt;アイコ &#039;&#039;Aiko&#039;&#039;&lt;br /&gt;
アヤナ &#039;&#039;Ayana&#039;&#039;&lt;br /&gt;
アン &#039;&#039;Ann&#039;&#039;&lt;br /&gt;
エミィ &#039;&#039;Emy&#039;&#039;&lt;br /&gt;
カオリ &#039;&#039;Kaori&#039;&#039;&lt;br /&gt;
カレン &#039;&#039;Karen&#039;&#039;&lt;br /&gt;
キョウコ &#039;&#039;Kyōko&#039;&#039;&lt;br /&gt;
サエ &#039;&#039;Sae&#039;&#039;&lt;br /&gt;
スイ &#039;&#039;Sui&#039;&#039;&lt;br /&gt;
ジュリ &#039;&#039;Juri&#039;&#039;&lt;br /&gt;
チエミ &#039;&#039;Chiemi&#039;&#039;&lt;br /&gt;
チヨコ &#039;&#039;Chiyoko&#039;&#039;&lt;br /&gt;
テルコ &#039;&#039;Teruko&#039;&#039;&lt;br /&gt;
ナナエ &#039;&#039;Nanae&#039;&#039;&lt;br /&gt;
ヒナ &#039;&#039;Hina&#039;&#039;&lt;br /&gt;
マキコ &#039;&#039;Makiko&#039;&#039;&lt;br /&gt;
ミサコ &#039;&#039;Misako&#039;&#039;&lt;br /&gt;
ムツミ &#039;&#039;Mutsumi&#039;&#039;&lt;br /&gt;
モニカ &#039;&#039;Monica&#039;&#039;&lt;br /&gt;
ユウメ &#039;&#039;Yūme&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Kimmy&lt;br /&gt;
Tiara&lt;br /&gt;
Bella&lt;br /&gt;
Jayla&lt;br /&gt;
Allie&lt;br /&gt;
Lianna&lt;br /&gt;
Sara&lt;br /&gt;
Monica&lt;br /&gt;
Camila&lt;br /&gt;
Aubree&lt;br /&gt;
Ruthie&lt;br /&gt;
Hazel&lt;br /&gt;
Nadine&lt;br /&gt;
Tanja&lt;br /&gt;
Yasmin&lt;br /&gt;
Nicola&lt;br /&gt;
Lillie&lt;br /&gt;
Terra&lt;br /&gt;
Lucy&lt;br /&gt;
Halie&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Agnes&lt;br /&gt;
Ariane&lt;br /&gt;
Bella&lt;br /&gt;
Maeva&lt;br /&gt;
Pauline&lt;br /&gt;
Cindy&lt;br /&gt;
Sophie&lt;br /&gt;
Monica&lt;br /&gt;
Cathy&lt;br /&gt;
Fanny&lt;br /&gt;
Roxane&lt;br /&gt;
Edith&lt;br /&gt;
Nadine&lt;br /&gt;
Tania&lt;br /&gt;
Janyce&lt;br /&gt;
Claire&lt;br /&gt;
Lilly&lt;br /&gt;
Solene&lt;br /&gt;
Cynthia&lt;br /&gt;
Maud&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Tanja&lt;br /&gt;
Mirjam&lt;br /&gt;
Martina&lt;br /&gt;
Jamie&lt;br /&gt;
Carolin&lt;br /&gt;
Simone&lt;br /&gt;
Sara&lt;br /&gt;
Claudia&lt;br /&gt;
Jasmin&lt;br /&gt;
Denise&lt;br /&gt;
Katrin&lt;br /&gt;
Kerstin&lt;br /&gt;
Svenja&lt;br /&gt;
Beate&lt;br /&gt;
Meike&lt;br /&gt;
Andrea&lt;br /&gt;
Eva&lt;br /&gt;
Petra&lt;br /&gt;
Gabi&lt;br /&gt;
Nadine&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Annie&lt;br /&gt;
Catia&lt;br /&gt;
Bella&lt;br /&gt;
Paola&lt;br /&gt;
Luisa&lt;br /&gt;
Grazia&lt;br /&gt;
Sara&lt;br /&gt;
Monica&lt;br /&gt;
Marta&lt;br /&gt;
Pia&lt;br /&gt;
Rita&lt;br /&gt;
Erica&lt;br /&gt;
Rosa&lt;br /&gt;
Melissa&lt;br /&gt;
Marina&lt;br /&gt;
Elisa&lt;br /&gt;
Lina&lt;br /&gt;
Teresa&lt;br /&gt;
Lucetta&lt;br /&gt;
Lucia&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Raquel&lt;br /&gt;
Elena&lt;br /&gt;
Palma&lt;br /&gt;
Lara&lt;br /&gt;
Carlota&lt;br /&gt;
Mona&lt;br /&gt;
Sara&lt;br /&gt;
Daniela&lt;br /&gt;
Olimpia&lt;br /&gt;
Marcela&lt;br /&gt;
Roberta&lt;br /&gt;
Arancha&lt;br /&gt;
Julieta&lt;br /&gt;
Noelia&lt;br /&gt;
Lucita&lt;br /&gt;
Mariau&lt;br /&gt;
Paola&lt;br /&gt;
Teresa&lt;br /&gt;
Nuria&lt;br /&gt;
Lina&amp;lt;/ab&amp;gt;&lt;br /&gt;
|}{{-}}&lt;br /&gt;
&lt;br /&gt;
==Counterparts==&lt;br /&gt;
[[File:May DP series.png|thumb|250px|May in the {{pkmn|anime}}]]&lt;br /&gt;
===In the anime===&lt;br /&gt;
====Main series====&lt;br /&gt;
{{main|May (anime)}}&lt;br /&gt;
In the anime, May was a [[Pokémon Coordinator]] and one of {{Ash}}&#039;s {{ashfr|traveling companion}} throughout &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;. She also reappeared for the [[Wallace Cup]] arc in &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
====Pokémon Omega Ruby and Alpha Sapphire Animated Trailer====&lt;br /&gt;
{{MissingInfo|1|enva}}&lt;br /&gt;
[[File:May ORAS Trailer.png|thumb|left|250px|May in the animated trailer]]&lt;br /&gt;
[[File:Contest May ORAS Trailer.png|thumb|250px|May in a Contest]]&lt;br /&gt;
May appeared in the [[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer]]. She was first seen in [[Littleroot Town]]. She was then surrounded by two {{p|Wurmple}}, a {{p|Silcoon}}, {{p|Cascoon}}, and {{p|Shroomish}} in which Torchic used a Fire-type move to scare them off. May arrived in the [[Rustboro Gym]], where she had a [[Gym]] {{pkmn|battle}} against [[Roxanne]] and her {{TP|Roxanne|Nosepass}}. During the battle, Mudkip evolved into Marshtomp.&lt;br /&gt;
&lt;br /&gt;
Sometime after the battle, she participated in a {{pkmn|Contest|Pokémon Contest Spectacular}} with her {{p|Altaria}} and {{p|Audino}} and then was [[soaring in the sky]] with her Mega {{p|Latias}} alongside {{ga|Brendan}} and his Mega {{p|Latios}}.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Swampert ↔ Mega Swampert&lt;br /&gt;
|stage1=Mudkip&lt;br /&gt;
|stage2=Marshtomp&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=May Mudkip ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mudkip&lt;br /&gt;
|img2=May {{#switch: {{#expr: {{#time: U}} mod 2}}|0=Marshtomp|1=Swampert}} ORAS Trailer.png&lt;br /&gt;
|cap2=May&#039;s {{#switch: {{#expr: {{#time: U}} mod 2}}|0=Marshtomp|1=Swampert}}&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Swampert}} is May&#039;s first known Pokémon. It first appeared as a {{p|Mudkip}} by May&#039;s house. It battled against [[Roxanne&#039;s Nosepass]] and evolved into {{p|Marshtomp}} midway. It was later revealed to have evolved into a Swampert.&lt;br /&gt;
&lt;br /&gt;
None of Swampert&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Blaziken ↔ Mega Blaziken&lt;br /&gt;
|stage1=Torchic&lt;br /&gt;
|stage2=Combusken&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|img=May Torchic ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Torchic&lt;br /&gt;
|img2=May Blaziken ORAS Trailer.png&lt;br /&gt;
|cap2=May&#039;s Blaziken&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Blaziken}} is May&#039;s second known Pokémon. It first appeared as a {{p|Torchic}} by May&#039;s house. It battled against two {{p|Wurmple}}, a {{p|Silcoon}}, {{p|Cascoon}}, and {{p|Shroomish}}. Torchic was later revealed to have evolved into a {{p|Combusken}} and then into Blaziken.&lt;br /&gt;
&lt;br /&gt;
Blaziken&#039;s known moves are {{m|Ember}} and {{m|Blaze Kick}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Altaria ↔ Mega Altaria&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=Mega Altaria ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mega Altaria&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Altaria}} is May&#039;s third known Pokémon. It was only seen in its Mega Evolved form participating in a {{pkmn|Contest|Pokémon Contest Spectacular}} alongside May and Audino.&lt;br /&gt;
&lt;br /&gt;
None of Altaria&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Audino ↔ Mega Audino&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|img=Mega Audino ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mega Audino&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Audino}} is May&#039;s fourth known Pokémon. It was only seen in its Mega Evolved form participating in a {{pkmn|Contest|Pokémon Contest Spectacular}} alongside May and Altaria.&lt;br /&gt;
&lt;br /&gt;
None of Audino&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Latias ↔ Mega Latias&lt;br /&gt;
|gender=female&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Mega Latias ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mega Latias&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Latias}} May&#039;s fifth known Pokémon. She was only seen in her Mega Evolved form [[soaring in the sky]] along with {{ga|Brendan}}&#039;s Mega {{p|Latios}}.&lt;br /&gt;
&lt;br /&gt;
None of Latias&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
=====Voice actors=====&lt;br /&gt;
{{vatable|color={{sapphire color}}|bordercolor={{sapphire color light}}&lt;br /&gt;
|ja=花澤香菜 &#039;&#039;[[Kana Hanazawa]]&#039;&#039;&lt;br /&gt;
|en=}}&lt;br /&gt;
&lt;br /&gt;
====GOTCHA!====&lt;br /&gt;
May briefly appeared in [[GOTCHA!]].&lt;br /&gt;
&lt;br /&gt;
====Pokémon Evolutions====&lt;br /&gt;
[[File:May Evolutions.png|thumb|250px|May in [[Pokémon Evolutions]]]]&lt;br /&gt;
May appeared in &#039;&#039;[[PE06|The Wish]]&#039;&#039;. She arrived at the [[Sky Pillar]], where [[Zinnia]] led her to the top of the tower while reciting the lore of the [[Draconid people]]. At the summit, Zinnia summoned {{p|Rayquaza}} to save [[Hoenn]] from a [[Grand Meteor Delta|giant meteorite]], only to discover that Rayquaza had lost its ability to [[Mega Evolution|Mega Evolve]]. When May&#039;s [[Meteorite]] reacted to Rayquaza, she fed it to the [[Legendary Pokémon]], restoring its ability to Mega Evolve. May then battled against Rayquaza and managed to {{pkmn2|caught|catch}} it. Afterwards, Zinnia challenged May to a {{pkmn|battle}} as her final duty as the Draconid Lorekeeper.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Latios&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=May Latios Evolutions.png&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc={{p|Latios}} is May&#039;s first known Pokémon. She used him to fly to the [[Sky Pillar]].&lt;br /&gt;
&lt;br /&gt;
None of Latios&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Aggron&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Rock&lt;br /&gt;
|img=May Aggron Evolutions.png&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|vajp=Shogo Sakata&lt;br /&gt;
|desc={{p|Aggron}} is May&#039;s second known Pokémon. She used it to battle {{p|Rayquaza}}, but recalled it when it failed to hit the [[Legendary Pokémon]].&lt;br /&gt;
&lt;br /&gt;
Aggron&#039;s only known move is {{m|Stone Edge}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Altaria &lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=May Altaria Evolutions.png&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc=Altaria is May&#039;s third known Pokémon. She used it to battle {{p|Rayquaza}}, but it was defeated.&lt;br /&gt;
&lt;br /&gt;
Altaria&#039;s only known move is {{m|Dragon Pulse}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Swampert ↔ Mega Swampert&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=May Mega Swampert Evolutions.png&lt;br /&gt;
|cap=May&#039;s Mega Swampert&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc={{p|Swampert}} is May&#039;s fourth known Pokémon, and is capable of [[Mega Evolution|Mega Evolving]]. She used it to battle {{p|Rayquaza}}, managing to weaken it enough for her to catch it.&lt;br /&gt;
&lt;br /&gt;
Swampert&#039;s only known move is {{m|Ice Punch}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Rayquaza ↔ Mega Rayquaza&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=May Rayquaza Evolutions.png&lt;br /&gt;
|cap=May&#039;s Rayquaza&lt;br /&gt;
|img2=May Mega Rayquaza Evolutions.png&lt;br /&gt;
|cap2=May&#039;s Mega Rayquaza&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc={{p|Rayquaza}} is May&#039;s fifth known Pokémon. [[Zinnia]] summoned it to the [[Sky Pillar]] to stop a [[Grand Meteor Delta|giant meteorite]] headed for [[Hoenn]], but was unable to trigger its [[Mega Evolution]]. After May had fed Rayquaza her [[Meteorite]], Zinnia let May battle and catch Rayquaza. Afterwards, May used Rayquaza in its Mega Evolved form in a battle against Zinnia&#039;s Mega {{TP|Zinnia|Salamence}}.&lt;br /&gt;
&lt;br /&gt;
Rayquaza&#039;s only known move is {{m|Extreme Speed}}.}}&lt;br /&gt;
&lt;br /&gt;
=====Voice actors=====&lt;br /&gt;
{{vatable|color={{sapphire color}}|bordercolor={{sapphire color light}}&lt;br /&gt;
|ja=夏目妃菜 &#039;&#039;Hina Natsume&#039;&#039;&lt;br /&gt;
|en=}}&lt;br /&gt;
&lt;br /&gt;
===In the manga===&lt;br /&gt;
====Pokémon Adventures====&lt;br /&gt;
[[File:Sapphire Adventures.png|thumb|250px|Sapphire Birch, May&#039;s [[Pokémon Adventures]] counterpart]]&lt;br /&gt;
{{main|Sapphire (Adventures)}}&lt;br /&gt;
May&#039;s counterpart in [[Pokémon Adventures]] is Sapphire, who, unlike her other counterparts, takes up Gym challenges and is an all-around tomboy thanks to a traumatic incident with {{adv|Ruby}} where a {{TP|Zinnia|Salamence}} attacked them when they were children. She does have a feminine side, however, as is shown in later volumes.&lt;br /&gt;
&lt;br /&gt;
====Pokémon Ruby-Sapphire====&lt;br /&gt;
{{main|Sapphire (Ruby-Sapphire)}}&lt;br /&gt;
A different counterpart to May, also called Sapphire, appears in [[Pokémon Ruby-Sapphire]]. Just like {{an|May|May&#039;s anime counterpart}}, she is a {{pkmn|Coordinator}} who chooses {{p|Torchic}} as her [[starter Pokémon]].&lt;br /&gt;
&lt;br /&gt;
====Pokemon Ruby &amp;amp; Sapphire (CoroCoro)====&lt;br /&gt;
[[File:Sapphire_Suigun.jpg|thumb|left|200px|Sapphire in the Pokémon Ruby &amp;amp; Sapphire CoroCoro manga]]&lt;br /&gt;
Another counterpart called Sapphire appears in this short manga written by [[Suigun Oouchi]] for [[CoroCoro]] Magazine in December 2002. She is the daughter of [[Professor Birch]] and catches Pokémon for his research. Sapphire has a [[Torchic]] as her [[starter Pokémon]].&lt;br /&gt;
&lt;br /&gt;
====Pokemon Ruby Sapphire Special Walkthrough Comic!====&lt;br /&gt;
May appears in [[Pokemon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]].&lt;br /&gt;
&lt;br /&gt;
====Pokémon Chamo-Chamo ☆ Pretty ♪====&lt;br /&gt;
{{main|Haruka (CCP)}}&lt;br /&gt;
May&#039;s counterpart in [[Pokémon Chamo-Chamo ☆ Pretty ♪]] is Haruka, who is a Pokémon Coordinator, but she is not very good at making [[Pokéblocks]].&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
The following is a list of cards mentioning or featuring May in the [[Pokémon Trading Card Game]].&lt;br /&gt;
&lt;br /&gt;
{{cardlist/header|May&#039;s Pokémon|Colorless|char=yes}}&lt;br /&gt;
{{cardlist/entry|cardname=[[Blaziken V (Chilling Reign 20)|Blaziken]]{{TCGV}}|type=Fire|standard=yes|enset=Silver Tempest|enrarity=TGV|ennum=TG14/TG30|jpset=VMAX Climax|jprarity=CSR|jpnum=216/184}}&lt;br /&gt;
{{cardlist/entry|cardname=[[Blaziken VMAX (Chilling Reign 21)|Blaziken]]{{VMAX}}|type=Fire|standard=yes|enset=Silver Tempest|enrarity=TGV|ennum=TG15/TG30|jpset=VMAX Climax|jprarity=CSR|jpnum=217/184}}&lt;br /&gt;
{{cardlist/footer|Colorless}}&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
===Artwork===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Ruby Sapphire May.png|125px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Emerald May.png|125px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Omega Ruby Alpha Sapphire Contest May.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May ORAS concept art.png|225px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Emerald Version|Pokémon Emerald}}&lt;br /&gt;
| Contest outfit from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Regular conceptual artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Contest May ORAS concept art.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Wailmer Pail.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Rayquaza Encounter.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Jirachi Encounter.png|250px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Contest outfit conceptual artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Artwork of the&amp;lt;br&amp;gt;{{color2|fff|Wailmer Pail}}&lt;br /&gt;
| Encountering&amp;lt;br&amp;gt;{{pcolor|Rayquaza|FFF}}&lt;br /&gt;
| Encountering&amp;lt;br&amp;gt;{{pcolor|Jirachi|FFF}}&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Faraway Island Mew.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS Contest art.png|250px]]&lt;br /&gt;
|  Colspan=2 style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan May RS Concept Art.jpg|325px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
|  Encountering {{pcolor|Mew|FFF}} in {{pcolor|Faraway Island|FFF}}&lt;br /&gt;
| In a {{color2|fff|Pokémon Contest|Pokémon Contest Spectacular}}&lt;br /&gt;
| Colspan=2 | Concept artwork for {{color2|fff|Pokémon Ruby and Sapphire|Ruby and Sapphire}}&amp;lt;br&amp;gt;illustrated by {{color2|fff|Ken Sugimori}}&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Torchic Ariga artwork.png|225px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Torchic Pokémon Center Trainer artwork.png|200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Pokémon Day 2022 Hoenn Artwork.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Mudkip Ariga artwork.png|200px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| May and {{pcolor|Torchic|FFF}} concept artwork by&amp;lt;br&amp;gt;{{color2|fff|Hitoshi Ariga}} for Kotobukiya ArtFx J figurines&lt;br /&gt;
| Artwork of May and {{pcolor|Torchic|fff}}&amp;lt;br&amp;gt;for the {{color2|fff|Pokémon Center (store)|Pokémon Center}} Pokémon Trainers merchandise line&lt;br /&gt;
| Artwork using the {{color2|fff|Devon Scope}} for {{color2|fff|Pokémon Day}} by {{color2|fff|Megumi Mizutani}}&lt;br /&gt;
| May and {{pcolor|Mudkip|FFF}} concept artwork by&amp;lt;br&amp;gt;{{color2|fff|Hitoshi Ariga}} for Kotobukiya ArtFx J figurines&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sprites and models===&lt;br /&gt;
{{incomplete|section|Add sprite of May riding a bicycle in the intro/credits of Ruby/Sapphire, and also the one in the intro/credits of Emerald}}&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr RS May.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr E May.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:RS May Back.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:E May Back.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Colo May.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay 2.png|150px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Colosseum|Colosseum}}&lt;br /&gt;
| VS model as rival from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| VS model as rival from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(with {{color2|fff|Mega Bracelet}})&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May RS OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May FRLG OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr XD May RS.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr XD May E.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay Contest.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay Contest 2.png|150px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|FFF|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|FFF|Pokémon FireRed and LeafGreen Versions|FireRed and LeafGreen}}&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|FFF|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon XD: Gale of Darkness|Pokémon XD}}&amp;lt;br&amp;gt;(RS variant)&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon XD: Gale of Darkness|Pokémon XD}}&amp;lt;br&amp;gt;(E variant)&lt;br /&gt;
| VS sprite in {{color2|FFF|Pokémon Contests|Contests}} from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(without {{color2|FFF|Key Stone}})&lt;br /&gt;
| VS sprite in {{color2|FFF|Pokémon Contests|Contests}} from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(with {{color2|FFF|Key Stone}})&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Contest Costume ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Go-Goggles ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Devon Scuba Gear ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Magma Suit ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Aqua Suit ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS May Icon.png]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Overworld model from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Contest Costume}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Go-Goggles}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Devon Scuba Gear}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Magma Suit}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby}}&lt;br /&gt;
| Wearing the {{color2|FFF|Aqua Suit}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Alpha Sapphire}}&lt;br /&gt;
| Icon in the main menu and {{color2|FFF|Battle Maison}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* As the [[player character]] (along with {{ga|Brendan}}), they are the only set of player characters that have both a [[mother]] and a father present in the {{pkmn|games}}.&lt;br /&gt;
* Before Omega Ruby and Alpha Sapphire, May and Brendan were the only rivals whose [[starter Pokémon]] does not reach its final form.&lt;br /&gt;
* Screenshots of {{game|Emerald}} on the Japanese Nintendo website refer to May as &amp;quot;Emy&amp;quot; (Japanese: &#039;&#039;&#039;エミィ&#039;&#039;&#039;).&amp;lt;ref&amp;gt;[https://www.nintendo.co.jp/n08/bpej/frontier2/index.html Pokémon Emerald on Nintendo] (Japanese)&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Pre-release media for [[Pokémon Omega Ruby and Alpha Sapphire]] referred to May as &amp;quot;Anna&amp;quot; (Japanese: &#039;&#039;&#039;アルファ&#039;&#039;&#039; &#039;&#039;Alpha&#039;&#039;).&lt;br /&gt;
* One of {{SSB|Pokémon Trainer}}&#039;s palette swaps in [[Super Smash Bros. Ultimate]] has a color scheme based on May&#039;s appearance in {{game|Emerald}}.&lt;br /&gt;
* Similarly to Brendan, May&#039;s attire in Omega Ruby and Alpha Sapphire is mainly based on her appearance in Emerald, though some elements are also taken from her appearance in {{v2|Ruby and Sapphire|s}}.&lt;br /&gt;
* While the second battle with May (or Brendan if she is the player character) is optional, the encounter leading up to it is not.&lt;br /&gt;
** Therefore, after receiving the [[Devon Goods]] before encountering May or Brendan in Rustboro City, if the player [[Black out|blacks out]] without ever visiting the [[Pokémon Center]] in Rustboro City (which causes the player character to rush to [[Petalburg City]]&#039;s Pokémon Center instead), the encounter and optional battle take place in {{rt|104|Hoenn}} in front of [[Mr. Briney]]&#039;s house instead.&lt;br /&gt;
* May&#039;s teams in Emerald vary slightly from Brendan&#039;s teams:&lt;br /&gt;
** When battled in either [[Rustboro City]] or {{rt|104|Hoenn}}, May (if the player chose {{p|Torchic}}) uses a {{p|Torkoal}}, which is not used in future battles; Brendan uses a {{p|Slugma}} instead.&lt;br /&gt;
** When battled on {{rt|119|Hoenn}}, May (if the player chose {{p|Mudkip}}) uses a {{p|Lombre}}, which was not used in prior nor future battles; Brendan uses a {{p|Pelipper}} instead.&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background:#{{sapphire color light}}; border:3px solid #{{sapphire color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! {{color|FFF|Language}}&lt;br /&gt;
! {{color|FFF|Name}}&lt;br /&gt;
! {{color|FFF|Origin}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Japanese&lt;br /&gt;
| ハルカ &#039;&#039;Haruka&#039;&#039;&lt;br /&gt;
| From 春花 &#039;&#039;haruka&#039;&#039; (spring flower) or 遥か &#039;&#039;haruka&#039;&#039; (distant)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| English&lt;br /&gt;
| May&lt;br /&gt;
| From &#039;&#039;{{wp|May}}&#039;&#039;, a month of spring in the Northern Hemisphere&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Maike&lt;br /&gt;
| From &#039;&#039;Mai&#039;&#039; (May)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Aura&lt;br /&gt;
| From &#039;&#039;aura&#039;&#039; (gentle breeze), a figure of speech commonly associated to spring&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| French&lt;br /&gt;
| Flora&lt;br /&gt;
| From &#039;&#039;{{wp|Flora (mythology)|Flora}}&#039;&#039; (Roman goddess of flower and spring)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Italian&lt;br /&gt;
| Vera&lt;br /&gt;
| From &#039;&#039;primavera&#039;&#039; (spring)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 봄이 &#039;&#039;Bomi&#039;&#039;&lt;br /&gt;
| From 봄 &#039;&#039;bom&#039;&#039; (spring)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 小遙 / 小遥 &#039;&#039;Xiǎo Yáo&#039;&#039;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | From 遙 / 遥 &#039;&#039;yáo / yìuh&#039;&#039; (distant)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 小遙 &#039;&#039;Síu Yìuh&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player characters|sapphire}}&lt;br /&gt;
{{Rival characters|sapphire}}&lt;br /&gt;
{{NPC|sapphire|hoenn=yes}}&amp;lt;br/&amp;gt;&lt;br /&gt;
{{Project CharacterDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Rival characters]]&lt;br /&gt;
[[Category:Ruby and Sapphire characters]]&lt;br /&gt;
[[Category:Emerald characters]]&lt;br /&gt;
[[Category:Omega Ruby and Alpha Sapphire characters]]&lt;br /&gt;
[[Category:Laboratory assistants]]&lt;br /&gt;
[[Category:Champions]]&lt;br /&gt;
[[Category:Trainers with Legendary Pokémon]]&amp;lt;!--Deoxys, the Mythical Pokémon, isn&#039;t required to be caught.--&amp;gt;&lt;br /&gt;
[[Category:Trainers with Key Stones]]&lt;br /&gt;
[[Category:Pokémon Evolutions characters]]&lt;br /&gt;
&lt;br /&gt;
[[de:Maike]]&lt;br /&gt;
[[es:Aura (personaje)]]&lt;br /&gt;
[[fr:Flora (jeux vidéo)]]&lt;br /&gt;
[[it:Vera (gioco)]]&lt;br /&gt;
[[ja:ハルカ (ゲーム)]]&lt;br /&gt;
[[zh:小遥]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=May_(game)&amp;diff=3725337</id>
		<title>May (game)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=May_(game)&amp;diff=3725337"/>
		<updated>2023-06-10T07:19:57Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: CoroCoro section.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CharInfobox&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|corecolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|name=May&lt;br /&gt;
|jname=ハルカ&lt;br /&gt;
|tmname=Haruka&lt;br /&gt;
|text=white&lt;br /&gt;
|image=Omega Ruby Alpha Sapphire May.png&lt;br /&gt;
|size=180px&lt;br /&gt;
|caption=Art from [[Pokémon Omega Ruby and Alpha Sapphire]]&lt;br /&gt;
|gender=Female&lt;br /&gt;
|hometown=[[Littleroot Town]] (originally [[Olivine City]] if chosen by the player)&lt;br /&gt;
|region=[[Hoenn]] (originally [[Johto]] if chosen by the player)&lt;br /&gt;
|relatives=[[Norman]], {{ho|Mom}} (as player)&amp;lt;br&amp;gt;[[Professor Birch]], unnamed mother, younger brother{{sup/3|E}} (as rival)&lt;br /&gt;
|age=yes&lt;br /&gt;
|years=12 (as rival){{sup/6|ORAS}}&amp;lt;ref&amp;gt;{{g|Omega Ruby and Alpha Sapphire}}: &#039;&#039;Her name is May, &#039;&#039;&#039;aged 12&#039;&#039;&#039;, a Trainer from Littleroot Town.&#039;&#039; - {{DL|TV Mauville|Hoenn News Network}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|colors=yes&lt;br /&gt;
|eyes=Blue&lt;br /&gt;
|hair=Light brown&lt;br /&gt;
|trainer=yes&lt;br /&gt;
|trainerclass=[[Pokémon Trainer]], [[player character]]&lt;br /&gt;
|game=yes&lt;br /&gt;
|generation={{Gen|III}}, {{Gen|VI}}&lt;br /&gt;
|games={{3v2|Ruby|Sapphire|Emerald}}&amp;lt;br&amp;gt;{{pkmn|Omega Ruby and Alpha Sapphire}}, {{pkmn|Masters EX}}&lt;br /&gt;
|leader=no&lt;br /&gt;
|anime=counterpart&lt;br /&gt;
|animecounterpart={{an|May}}&lt;br /&gt;
|epnum=AG001&lt;br /&gt;
|epname=Get the Show on the Road!&lt;br /&gt;
|manga=counterpart&lt;br /&gt;
|mangacounterpart={{adv|Sapphire}}, {{OBP|Sapphire|Ruby-Sapphire}}&lt;br /&gt;
|roundnum=PS182&lt;br /&gt;
|roundname=VS. Mightyena&lt;br /&gt;
|gameanim=yes&lt;br /&gt;
|pv=yes&lt;br /&gt;
|pvnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|pvname=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|envagame=Deneen Melody&amp;lt;ref name=&amp;quot;Deneen Melody&amp;quot;&amp;gt;[https://www.deneenmelody.com/ Deneen Melody | Voice Actor]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Unknown &amp;lt;small&amp;gt;({{pkmn|Evolutions}})&amp;lt;/small&amp;gt;&lt;br /&gt;
|javagame=[[Kana Hanazawa]] &amp;lt;small&amp;gt;([[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer|ORAS Trailer]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Ai Nonaka&amp;lt;ref name=&amp;quot;Ai Nonaka&amp;quot;&amp;gt;[https://twitter.com/pokemas_game/status/1349600886012698624 Pokémon Masters Official Japanese profile on Twitter]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Hina Natsume &amp;lt;small&amp;gt;({{pkmn|Evolutions}})&amp;lt;/small&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;May&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ハルカ&#039;&#039;&#039; &#039;&#039;Haruka&#039;&#039;) is the female choice for the [[player character]] in {{game2|Ruby|Sapphire|Emerald}} and their [[Generation VI]] remakes, [[Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire]]. She also serves as the [[rival]] in the same games if the player chooses to play as her male counterpart, {{ga|Brendan}}.&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
===As the protagonist===&lt;br /&gt;
If May is selected as the player character, she starts her {{pkmn|journey}} moving from her home in [[Johto]] to her new home in the town of {{to|Littleroot}} in [[Hoenn]]. After saving [[Professor Birch]] from a [[wild Pokémon]], she is given one of the three starters of the Hoenn [[region]]. May develops a close bond with {{ga|Brendan}}, and eventually [[Wally]], who both act as her rivals. May goes on to gather the eight Badges of Hoenn, stop the plans of [[Team Aqua]]{{sup/3|Sa}}{{sup/3|E}}{{sup/6|AS}}/[[Team Magma]]{{sup/3|Ru}}{{sup/3|E}}{{sup/6|OR}} and conquer the Pokémon League all before going off to face the {{gdis|Battle Frontier|III}}{{sup/3|E}}/[[Battle Maison]]{{sup/6|ORAS}}.&lt;br /&gt;
&lt;br /&gt;
===As a non-playable character===&lt;br /&gt;
If May is not selected as the player, she is helping her dad finish the Hoenn [[Pokédex]] and becoming a Pokémon Professor. She is also the player&#039;s rival and friend. Along with Brendan (when playing as May), they are the only rivals unavailable for battle after entering the [[Hall of Fame]]. Additionally, they both are the only ones to not [[evolution|evolve]] their starter Pokémon into its final form, except for in Omega Ruby and Alpha Sapphire, where their starters have been fully evolved by the battle that takes place at [[Lilycove City]].&lt;br /&gt;
&lt;br /&gt;
===={{DL|PokéNav|Trainer&#039;s Eyes}}/{{DL|PokéNav|Match Call}}====&lt;br /&gt;
{{incomplete|section|needs=RSORAS information}}&lt;br /&gt;
&#039;&#039;&#039;Rad Neighbor May&#039;&#039;&#039;{{sup/3|E}}&lt;br /&gt;
:&#039;&#039;&#039;Strategy&#039;&#039;&#039;&lt;br /&gt;
:I&#039;m not so good at battles.&lt;br /&gt;
:&#039;&#039;&#039;Trainer&#039;s Pokémon&#039;&#039;&#039;&lt;br /&gt;
:I&#039;ll use any Pokémon!&lt;br /&gt;
:&#039;&#039;&#039;Self-Introduction&#039;&#039;&#039;&lt;br /&gt;
:My Pokémon and I help my father&#039;s research.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
=====Pokémon Ruby and Sapphire=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Splash|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Rollout|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Stun Spore|move2type=Grass&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Focus Energy|move1type=Normal&lt;br /&gt;
|move2=Ember|move2type=Fire&lt;br /&gt;
|move3=Double Kick|move3type=Fighting&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Stun Spore|move2type=Grass&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Tackle|move2type=Normal&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Water Gun|move1type=Water&lt;br /&gt;
|move2=Bide|move2type=Normal&lt;br /&gt;
|move3=Mud Shot|move3type=Ground&lt;br /&gt;
|move4=Foresight|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Splash|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Rollout|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Tackle|move2type=Normal&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Quick Attack|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rollout|move1type=Rock&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Ground|ability=Oblivious&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Mud Sport|move2type=Ground&lt;br /&gt;
|move3=Foresight|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rollout|move1type=Rock&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass&lt;br /&gt;
|move2=Screech|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle (optional)======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Mist|move1type=Ice&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Amnesia|move1type=Psychic&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Mud Sport|move2type=Ground&lt;br /&gt;
|move3=Foresight|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Amnesia|move1type=Psychic&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Mist|move1type=Ice&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass&lt;br /&gt;
|move2=Screech|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Pokémon Emerald=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle (optional)======&lt;br /&gt;
If the player never uses the Rustburo City PokéCenter and blacks out during a wild Pokémon encounter after rescuing Peeko, they will encounter May on {{rt|104|Hoenn}} when going to Mr. Briney&#039;s home.&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=270&lt;br /&gt;
|pokemon=Lotad&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Ember|move4type=Fire}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=324&lt;br /&gt;
|pokemon=Torkoal&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=White Smoke&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Curse|move3type=???}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Mud-Slap|move2type=Ground&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Bide|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Quick Attack|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=271&lt;br /&gt;
|pokemon=Lombre&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|move1=Focus Energy|move1type=Normal&lt;br /&gt;
|move2=Ember|move2type=Fire&lt;br /&gt;
|move3=Double Kick|move3type=Fighting&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=271&lt;br /&gt;
|pokemon=Lombre&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Yawn|move1type=Normal&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Ember|move3type=Fire&lt;br /&gt;
|move4=Rock Throw|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|move1=Water Gun|move1type=Water&lt;br /&gt;
|move2=Bide|move2type=Normal&lt;br /&gt;
|move3=Mud Shot|move3type=Ground&lt;br /&gt;
|move4=Foresight|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Yawn|move1type=Normal&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Ember|move3type=Fire&lt;br /&gt;
|move4=Rock Throw|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Quick Attack|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=279&lt;br /&gt;
|pokemon=Pelipper&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Wing Attack|move1type=Flying&lt;br /&gt;
|move2=Supersonic|move2type=Normal&lt;br /&gt;
|move3=Mist|move3type=Ice&lt;br /&gt;
|move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=271&lt;br /&gt;
|pokemon=Lombre&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Nature Power|move2type=Normal&lt;br /&gt;
|move3=Fake Out|move3type=Normal&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Peck|move2type=Flying&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Bulk Up|move4type=Fighting}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald|&lt;br /&gt;
|ndex=271|&lt;br /&gt;
|pokemon=Lombre|&lt;br /&gt;
|gender=female|&lt;br /&gt;
|level=29|&lt;br /&gt;
|ability=Swift Swim|&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Nature Power|move2type=Normal&lt;br /&gt;
|move3=Fake Out|move3type=Normal&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden|move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Foresight|move2type=Normal&lt;br /&gt;
|move3=Mud Sport|move3type=Ground&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden|move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald|&lt;br /&gt;
|ndex=271|&lt;br /&gt;
|pokemon=Lombre|&lt;br /&gt;
|gender=female|&lt;br /&gt;
|level=29|&lt;br /&gt;
|ability=Swift Swim|&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Nature Power|move2type=Normal&lt;br /&gt;
|move3=Fake Out|move3type=Normal&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|move1=Fury Cutter|move1type=Bug&lt;br /&gt;
|move2=Pursuit|move2type=Dark&lt;br /&gt;
|move3=Screech|move3type=Normal&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fifth battle (optional)======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=357&lt;br /&gt;
|pokemon=Tropius&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Chlorophyll&lt;br /&gt;
|type1=Grass|type2=Flying&lt;br /&gt;
|move1=Stomp|move1type=Normal&lt;br /&gt;
|move2=Sweet Scent||move2type=Normal&lt;br /&gt;
|move3=Whirlwind|move3type=Normal&lt;br /&gt;
|move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=279&lt;br /&gt;
|pokemon=Pelipper&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Wing Attack|move1type=Flying&lt;br /&gt;
|move2=Supersonic|move2type=Normal&lt;br /&gt;
|move3=Mist|move3type=Ice&lt;br /&gt;
|move4=Protect|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=272&lt;br /&gt;
|pokemon=Ludicolo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|move1=Peck|move1type=Flying&lt;br /&gt;
|move2=Sand-Attack|move2type=Ground&lt;br /&gt;
|move3=Bulk Up|move3type=Fighting&lt;br /&gt;
|move4=Quick Attack|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=357&lt;br /&gt;
|pokemon=Tropius&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Chlorophyll&lt;br /&gt;
|type1=Grass|type2=Flying&lt;br /&gt;
|move1=Stomp|move1type=Normal&lt;br /&gt;
|move2=Sweet Scent|move2type=Normal&lt;br /&gt;
|move3=Whirlwind|move3type=Normal&lt;br /&gt;
|move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=272&lt;br /&gt;
|pokemon=Ludicolo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden|move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Foresight|move2type=Normal&lt;br /&gt;
|move3=Mud Sport|move3type=Ground&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=357&lt;br /&gt;
|pokemon=Tropius&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Chlorophyll&lt;br /&gt;
|type1=Grass|type2=Flying&lt;br /&gt;
|move1=Stomp|move1type=Normal&lt;br /&gt;
|move2=Sweet Scent|move2type=Normal&lt;br /&gt;
|move3=Whirlwind|move3type=Normal&lt;br /&gt;
|move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden||move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=279&lt;br /&gt;
|pokemon=Pelipper&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Wing Attack|move1type=Flying&lt;br /&gt;
|move2=Supersonic|move2type=Normal&lt;br /&gt;
|move3=Mist|move3type=Ice&lt;br /&gt;
|move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|move1=Fury Cutter|move1type=Bug&lt;br /&gt;
|move2=Pursuit|move2type=Dark&lt;br /&gt;
|move3=Screech|move3type=Normal&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Pokémon Omega Ruby and Alpha Sapphire=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Alpha Sapphire&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Alpha Sapphire&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Alpha Sapphire&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Gun|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Rollout|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Whirlpool|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Astonish|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Stun Spore|move1type=Grass|move1cat=Status&lt;br /&gt;
|move2=Leech Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Mega Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Headbutt|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Sand Attack|move1type=Ground|move1cat=Status&lt;br /&gt;
|move2=Peck|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Double Kick|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Flame Charge|move4type=Fire|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Stun Spore|move1type=Grass|move1cat=Status&lt;br /&gt;
|move2=Leech Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Mega Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Headbutt|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Ember|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Throw|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Harden|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Incinerate|move4type=Fire|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud-Slap|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Foresight|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Mud Bomb|move3type=Ground|move3cat=Special&lt;br /&gt;
|move4=Bide|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Ember|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Throw|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Harden|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Incinerate|move4type=Fire|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Gun|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Rollout|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Whirlpool|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Astonish|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Quick Attack|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Mega Drain|move2type=Grass|move2cat=Special&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Pursuit|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======[[Multi Battle]] with the {{player}}======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Whirlpool|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Astonish|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Water Pulse|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Mist|move4type=Ice|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Headbutt|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Poison Powder|move3type=Poison|move3cat=Status&lt;br /&gt;
|move4=Worry Seed|move4type=Grass|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Peck|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Double Kick|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Flame Charge|move3type=Fire|move3cat=Physical&lt;br /&gt;
|move4=Quick Attack|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Headbutt|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Poison Powder|move3type=Poison|move3cat=Status&lt;br /&gt;
|move4=Worry Seed|move4type=Grass|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Harden|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Incinerate|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Clear Smog|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Ancient Power|move4type=Rock|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Foresight|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Mud Shot|move2type=Ground|move2cat=Special&lt;br /&gt;
|move3=Bide|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Mud Bomb|move4type=Ground|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Harden|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Incinerate|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Clear Smog|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Ancient Power|move4type=Rock|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Whirlpool|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Astonish|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Water Pulse|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Mist|move4type=Ice|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Fury Cutter|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Pursuit|move3type=Dark|move3cat=Physical&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Pulse|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Mist|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Brine|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Poison Powder|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Worry Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Giga Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Growth|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Flame Charge|move2type=Fire|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Bulk Up|move4type=Fighting|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Poison Powder|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Worry Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Giga Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Growth|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Clear Smog|move1type=Poison|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Flame Burst|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Bide|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Mud Bomb|move2type=Ground|move2cat=Special&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Protect|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Clear Smog|move1type=Poison|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Flame Burst|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Pulse|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Mist|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Brine|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pursuit|move1type=Dark|move1cat=Physical&lt;br /&gt;
|move2=Leaf Blade|move2type=Grass|move2cat=Physical&lt;br /&gt;
|move3=Agility|move3type=Psychic|move3cat=Status&lt;br /&gt;
|move4=Slam|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rest|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Brine|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Water Spout|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Counter|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Mach Punch|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Force Palm|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Mind Reader|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=257&lt;br /&gt;
|pokemon=Blaziken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Quick Attack|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting|move2cat=Status&lt;br /&gt;
|move3=Blaze Kick|move3type=Fire|move3cat=Physical&lt;br /&gt;
|move4=Focus Energy|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Counter|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Mach Punch|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Force Palm|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Mind Reader|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Flame Burst|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Lava Plume|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=260&lt;br /&gt;
|pokemon=Swampert&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Bomb|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Protect|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Muddy Water|move4type=Water|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Flame Burst|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Lava Plume|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rest|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Brine|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Water Spout|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=254&lt;br /&gt;
|pokemon=Sceptile&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Agility|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Slam|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Dual Chop|move3type=Dragon|move3cat=Physical&lt;br /&gt;
|move4=Detect|move4type=Fighting|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fifth battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Surf|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Heavy Slam|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Bulldoze|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Seed Bomb|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Force Palm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Venoshock|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Rock Tomb|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=257&lt;br /&gt;
|pokemon=Blaziken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|held=Blazikenite&lt;br /&gt;
|move1=Blaze Kick|move1type=Fire|move1cat=Physical&lt;br /&gt;
|move2=Brick Break|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Shadow Claw|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Seed Bomb|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Force Palm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Venoshock|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Rock Tomb|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Earth Power|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Lava Plume|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Body Slam|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=260&lt;br /&gt;
|pokemon=Swampert&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|held=Swampertite&lt;br /&gt;
|move1=Earthquake|move1type=Ground|move1cat=Physical&lt;br /&gt;
|move2=Muddy Water|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Brick Break|move4type=Fighting|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Earth Power|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Lava Plume|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Body Slam|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Surf|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Heavy Slam|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Bulldoze|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=254&lt;br /&gt;
|pokemon=Sceptile&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|held=Sceptilite&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=X-Scissor|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Dual Chop|move3type=Dragon|move3cat=Physical&lt;br /&gt;
|move4=Night Slash|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Battle Maison Multi Battle======&lt;br /&gt;
May will always use these two Pokémon as the player&#039;s Multi Battle Partner.&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Battle Maison&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|held=Light Clay&lt;br /&gt;
|move1=Light Screen|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Reflect|move2type=Psychic|move2cat=Status&lt;br /&gt;
|move3=Earth Power|move3type=Ground|move3cat=Special&lt;br /&gt;
|move4=Psychic|move4type=Psychic|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=295&lt;br /&gt;
|pokemon=Exploud&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Soundproof&lt;br /&gt;
|held=Assault Vest&lt;br /&gt;
|move1=Hyper Voice|move1type=Normal|move1cat=Special&lt;br /&gt;
|move2=Fire Blast|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Blizzard|move3type=Ice|move3cat=Special&lt;br /&gt;
|move4=Shadow Ball|move4type=Ghost|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
==In the spin-off games==&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
{{main|May (Masters)}}&lt;br /&gt;
May forms a [[sync pair]] with {{p|Mudkip}} and its evolved forms {{p|Marshtomp}} and {{p|Swampert}} in [[Pokémon Masters EX]]. She can also partner up with {{p|Lopunny}}, {{p|Latias}}, {{p|Blaziken}}, or {{p|Wailmer}}. Aside from Wailmer, each of her fully evolved sync partners is capable of [[Mega Evolution|Mega Evolving]].&lt;br /&gt;
&lt;br /&gt;
===[[Pokémon GO]]===&lt;br /&gt;
{{main|Style (GO)}}&lt;br /&gt;
For the start of Pokémon GO Tour: Hoenn, May&#039;s outfit from {{g|Omega Ruby and Alpha Sapphire}} was released as free style options in [[Pokémon GO]].&lt;br /&gt;
&lt;br /&gt;
===Anime-based games===&lt;br /&gt;
:&#039;&#039;Main article: [[May (anime)#In the spin-off games|May (anime) → In the spin-off games]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{an|May|May&#039;s anime counterpart}} appears in some spin-off anime-based games.&lt;br /&gt;
&lt;br /&gt;
==Quotes==&lt;br /&gt;
{{main|May (game)/Quotes}}&lt;br /&gt;
&lt;br /&gt;
==Optional names==&lt;br /&gt;
In the game, two of the optional names—one in Ruby and one in Sapphire—refer to &amp;quot;land&amp;quot; and &amp;quot;sea&amp;quot; respectively. In the English version, these are &#039;&#039;&#039;Terra&#039;&#039;&#039; and &#039;&#039;&#039;Mar&#039;&#039;&#039;ina; in the Japanese version, ムツミ &#039;&#039;&#039;&#039;&#039;Mutsu&#039;&#039;&#039;mi&#039;&#039; and ナミ &#039;&#039;&#039;&#039;&#039;Nami&#039;&#039;&#039;&#039;&#039; (陸 &#039;&#039;mutsu&#039;&#039; means land and 波 &#039;&#039;nami&#039;&#039; means a wave of water). This is also the case in other languages. Unlike Brendan&#039;s name list, none of the three shared names correspond to this theme. &amp;lt;!--Nicola is probably &amp;quot;coal&amp;quot; (the Japanese names aren&#039;t direct references, either), but that could be a coincidence.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In Emerald, if the player leaves the name writing screen without any written name, or with a name composed entirely of empty spaces, Professor Birch says &amp;quot;So it&#039;s &amp;lt;optional name&amp;gt;?&amp;quot;, suggesting one of the 20 available names. The player may answer &amp;quot;Yes&amp;quot; to accept the suggested name, or &amp;quot;No&amp;quot; to return to the name writing screen.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background:#{{sapphire color light}}; border:3px solid #{{sapphire color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! Game&lt;br /&gt;
! Japanese&lt;br /&gt;
! English&lt;br /&gt;
! French&lt;br /&gt;
! German&lt;br /&gt;
! Italian&lt;br /&gt;
! Spanish&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Ruby&lt;br /&gt;
|&amp;lt;ab&amp;gt;ムツミ &#039;&#039;Mutsumi&#039;&#039;&lt;br /&gt;
アイコ &#039;&#039;Aiko&#039;&#039;&lt;br /&gt;
マキコ &#039;&#039;Makiko&#039;&#039;&lt;br /&gt;
キョウコ &#039;&#039;Kyōko&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Terra&lt;br /&gt;
Kimmy&lt;br /&gt;
Nicola&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Solene&lt;br /&gt;
Agnes&lt;br /&gt;
Claire&lt;br /&gt;
Sophie&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Petra&lt;br /&gt;
Tanja&lt;br /&gt;
Andrea&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Teresa&lt;br /&gt;
Annie&lt;br /&gt;
Elisa&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Teresa&lt;br /&gt;
Raquel&lt;br /&gt;
Mariau&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Sapphire&lt;br /&gt;
|&amp;lt;ab&amp;gt;ナミ &#039;&#039;Nami&#039;&#039;&lt;br /&gt;
アイコ &#039;&#039;Aiko&#039;&#039;&lt;br /&gt;
マキコ &#039;&#039;Makiko&#039;&#039;&lt;br /&gt;
キョウコ &#039;&#039;Kyōko&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marina&lt;br /&gt;
Kimmy&lt;br /&gt;
Nicola&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marine&lt;br /&gt;
Agnes&lt;br /&gt;
Claire&lt;br /&gt;
Sophie&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Martina&lt;br /&gt;
Tanja&lt;br /&gt;
Andrea&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marina&lt;br /&gt;
Annie&lt;br /&gt;
Elisa&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marina&lt;br /&gt;
Raquel&lt;br /&gt;
Mariau&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Emerald&lt;br /&gt;
|&amp;lt;ab&amp;gt;アイコ &#039;&#039;Aiko&#039;&#039;&lt;br /&gt;
アヤナ &#039;&#039;Ayana&#039;&#039;&lt;br /&gt;
アン &#039;&#039;Ann&#039;&#039;&lt;br /&gt;
エミィ &#039;&#039;Emy&#039;&#039;&lt;br /&gt;
カオリ &#039;&#039;Kaori&#039;&#039;&lt;br /&gt;
カレン &#039;&#039;Karen&#039;&#039;&lt;br /&gt;
キョウコ &#039;&#039;Kyōko&#039;&#039;&lt;br /&gt;
サエ &#039;&#039;Sae&#039;&#039;&lt;br /&gt;
スイ &#039;&#039;Sui&#039;&#039;&lt;br /&gt;
ジュリ &#039;&#039;Juri&#039;&#039;&lt;br /&gt;
チエミ &#039;&#039;Chiemi&#039;&#039;&lt;br /&gt;
チヨコ &#039;&#039;Chiyoko&#039;&#039;&lt;br /&gt;
テルコ &#039;&#039;Teruko&#039;&#039;&lt;br /&gt;
ナナエ &#039;&#039;Nanae&#039;&#039;&lt;br /&gt;
ヒナ &#039;&#039;Hina&#039;&#039;&lt;br /&gt;
マキコ &#039;&#039;Makiko&#039;&#039;&lt;br /&gt;
ミサコ &#039;&#039;Misako&#039;&#039;&lt;br /&gt;
ムツミ &#039;&#039;Mutsumi&#039;&#039;&lt;br /&gt;
モニカ &#039;&#039;Monica&#039;&#039;&lt;br /&gt;
ユウメ &#039;&#039;Yūme&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Kimmy&lt;br /&gt;
Tiara&lt;br /&gt;
Bella&lt;br /&gt;
Jayla&lt;br /&gt;
Allie&lt;br /&gt;
Lianna&lt;br /&gt;
Sara&lt;br /&gt;
Monica&lt;br /&gt;
Camila&lt;br /&gt;
Aubree&lt;br /&gt;
Ruthie&lt;br /&gt;
Hazel&lt;br /&gt;
Nadine&lt;br /&gt;
Tanja&lt;br /&gt;
Yasmin&lt;br /&gt;
Nicola&lt;br /&gt;
Lillie&lt;br /&gt;
Terra&lt;br /&gt;
Lucy&lt;br /&gt;
Halie&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Agnes&lt;br /&gt;
Ariane&lt;br /&gt;
Bella&lt;br /&gt;
Maeva&lt;br /&gt;
Pauline&lt;br /&gt;
Cindy&lt;br /&gt;
Sophie&lt;br /&gt;
Monica&lt;br /&gt;
Cathy&lt;br /&gt;
Fanny&lt;br /&gt;
Roxane&lt;br /&gt;
Edith&lt;br /&gt;
Nadine&lt;br /&gt;
Tania&lt;br /&gt;
Janyce&lt;br /&gt;
Claire&lt;br /&gt;
Lilly&lt;br /&gt;
Solene&lt;br /&gt;
Cynthia&lt;br /&gt;
Maud&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Tanja&lt;br /&gt;
Mirjam&lt;br /&gt;
Martina&lt;br /&gt;
Jamie&lt;br /&gt;
Carolin&lt;br /&gt;
Simone&lt;br /&gt;
Sara&lt;br /&gt;
Claudia&lt;br /&gt;
Jasmin&lt;br /&gt;
Denise&lt;br /&gt;
Katrin&lt;br /&gt;
Kerstin&lt;br /&gt;
Svenja&lt;br /&gt;
Beate&lt;br /&gt;
Meike&lt;br /&gt;
Andrea&lt;br /&gt;
Eva&lt;br /&gt;
Petra&lt;br /&gt;
Gabi&lt;br /&gt;
Nadine&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Annie&lt;br /&gt;
Catia&lt;br /&gt;
Bella&lt;br /&gt;
Paola&lt;br /&gt;
Luisa&lt;br /&gt;
Grazia&lt;br /&gt;
Sara&lt;br /&gt;
Monica&lt;br /&gt;
Marta&lt;br /&gt;
Pia&lt;br /&gt;
Rita&lt;br /&gt;
Erica&lt;br /&gt;
Rosa&lt;br /&gt;
Melissa&lt;br /&gt;
Marina&lt;br /&gt;
Elisa&lt;br /&gt;
Lina&lt;br /&gt;
Teresa&lt;br /&gt;
Lucetta&lt;br /&gt;
Lucia&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Raquel&lt;br /&gt;
Elena&lt;br /&gt;
Palma&lt;br /&gt;
Lara&lt;br /&gt;
Carlota&lt;br /&gt;
Mona&lt;br /&gt;
Sara&lt;br /&gt;
Daniela&lt;br /&gt;
Olimpia&lt;br /&gt;
Marcela&lt;br /&gt;
Roberta&lt;br /&gt;
Arancha&lt;br /&gt;
Julieta&lt;br /&gt;
Noelia&lt;br /&gt;
Lucita&lt;br /&gt;
Mariau&lt;br /&gt;
Paola&lt;br /&gt;
Teresa&lt;br /&gt;
Nuria&lt;br /&gt;
Lina&amp;lt;/ab&amp;gt;&lt;br /&gt;
|}{{-}}&lt;br /&gt;
&lt;br /&gt;
==Counterparts==&lt;br /&gt;
[[File:May DP series.png|thumb|250px|May in the {{pkmn|anime}}]]&lt;br /&gt;
===In the anime===&lt;br /&gt;
====Main series====&lt;br /&gt;
{{main|May (anime)}}&lt;br /&gt;
In the anime, May was a [[Pokémon Coordinator]] and one of {{Ash}}&#039;s {{ashfr|traveling companion}} throughout &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;. She also reappeared for the [[Wallace Cup]] arc in &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
====Pokémon Omega Ruby and Alpha Sapphire Animated Trailer====&lt;br /&gt;
{{MissingInfo|1|enva}}&lt;br /&gt;
[[File:May ORAS Trailer.png|thumb|left|250px|May in the animated trailer]]&lt;br /&gt;
[[File:Contest May ORAS Trailer.png|thumb|250px|May in a Contest]]&lt;br /&gt;
May appeared in the [[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer]]. She was first seen in [[Littleroot Town]]. She was then surrounded by two {{p|Wurmple}}, a {{p|Silcoon}}, {{p|Cascoon}}, and {{p|Shroomish}} in which Torchic used a Fire-type move to scare them off. May arrived in the [[Rustboro Gym]], where she had a [[Gym]] {{pkmn|battle}} against [[Roxanne]] and her {{TP|Roxanne|Nosepass}}. During the battle, Mudkip evolved into Marshtomp.&lt;br /&gt;
&lt;br /&gt;
Sometime after the battle, she participated in a {{pkmn|Contest|Pokémon Contest Spectacular}} with her {{p|Altaria}} and {{p|Audino}} and then was [[soaring in the sky]] with her Mega {{p|Latias}} alongside {{ga|Brendan}} and his Mega {{p|Latios}}.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Swampert ↔ Mega Swampert&lt;br /&gt;
|stage1=Mudkip&lt;br /&gt;
|stage2=Marshtomp&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=May Mudkip ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mudkip&lt;br /&gt;
|img2=May {{#switch: {{#expr: {{#time: U}} mod 2}}|0=Marshtomp|1=Swampert}} ORAS Trailer.png&lt;br /&gt;
|cap2=May&#039;s {{#switch: {{#expr: {{#time: U}} mod 2}}|0=Marshtomp|1=Swampert}}&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Swampert}} is May&#039;s first known Pokémon. It first appeared as a {{p|Mudkip}} by May&#039;s house. It battled against [[Roxanne&#039;s Nosepass]] and evolved into {{p|Marshtomp}} midway. It was later revealed to have evolved into a Swampert.&lt;br /&gt;
&lt;br /&gt;
None of Swampert&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Blaziken ↔ Mega Blaziken&lt;br /&gt;
|stage1=Torchic&lt;br /&gt;
|stage2=Combusken&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|img=May Torchic ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Torchic&lt;br /&gt;
|img2=May Blaziken ORAS Trailer.png&lt;br /&gt;
|cap2=May&#039;s Blaziken&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Blaziken}} is May&#039;s second known Pokémon. It first appeared as a {{p|Torchic}} by May&#039;s house. It battled against two {{p|Wurmple}}, a {{p|Silcoon}}, {{p|Cascoon}}, and {{p|Shroomish}}. Torchic was later revealed to have evolved into a {{p|Combusken}} and then into Blaziken.&lt;br /&gt;
&lt;br /&gt;
Blaziken&#039;s known moves are {{m|Ember}} and {{m|Blaze Kick}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Altaria ↔ Mega Altaria&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=Mega Altaria ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mega Altaria&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Altaria}} is May&#039;s third known Pokémon. It was only seen in its Mega Evolved form participating in a {{pkmn|Contest|Pokémon Contest Spectacular}} alongside May and Audino.&lt;br /&gt;
&lt;br /&gt;
None of Altaria&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Audino ↔ Mega Audino&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|img=Mega Audino ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mega Audino&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Audino}} is May&#039;s fourth known Pokémon. It was only seen in its Mega Evolved form participating in a {{pkmn|Contest|Pokémon Contest Spectacular}} alongside May and Altaria.&lt;br /&gt;
&lt;br /&gt;
None of Audino&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Latias ↔ Mega Latias&lt;br /&gt;
|gender=female&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Mega Latias ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mega Latias&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Latias}} May&#039;s fifth known Pokémon. She was only seen in her Mega Evolved form [[soaring in the sky]] along with {{ga|Brendan}}&#039;s Mega {{p|Latios}}.&lt;br /&gt;
&lt;br /&gt;
None of Latias&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
=====Voice actors=====&lt;br /&gt;
{{vatable|color={{sapphire color}}|bordercolor={{sapphire color light}}&lt;br /&gt;
|ja=花澤香菜 &#039;&#039;[[Kana Hanazawa]]&#039;&#039;&lt;br /&gt;
|en=}}&lt;br /&gt;
&lt;br /&gt;
====GOTCHA!====&lt;br /&gt;
May briefly appeared in [[GOTCHA!]].&lt;br /&gt;
&lt;br /&gt;
====Pokémon Evolutions====&lt;br /&gt;
[[File:May Evolutions.png|thumb|250px|May in [[Pokémon Evolutions]]]]&lt;br /&gt;
May appeared in &#039;&#039;[[PE06|The Wish]]&#039;&#039;. She arrived at the [[Sky Pillar]], where [[Zinnia]] led her to the top of the tower while reciting the lore of the [[Draconid people]]. At the summit, Zinnia summoned {{p|Rayquaza}} to save [[Hoenn]] from a [[Grand Meteor Delta|giant meteorite]], only to discover that Rayquaza had lost its ability to [[Mega Evolution|Mega Evolve]]. When May&#039;s [[Meteorite]] reacted to Rayquaza, she fed it to the [[Legendary Pokémon]], restoring its ability to Mega Evolve. May then battled against Rayquaza and managed to {{pkmn2|caught|catch}} it. Afterwards, Zinnia challenged May to a {{pkmn|battle}} as her final duty as the Draconid Lorekeeper.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Latios&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=May Latios Evolutions.png&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc={{p|Latios}} is May&#039;s first known Pokémon. She used him to fly to the [[Sky Pillar]].&lt;br /&gt;
&lt;br /&gt;
None of Latios&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Aggron&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Rock&lt;br /&gt;
|img=May Aggron Evolutions.png&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|vajp=Shogo Sakata&lt;br /&gt;
|desc={{p|Aggron}} is May&#039;s second known Pokémon. She used it to battle {{p|Rayquaza}}, but recalled it when it failed to hit the [[Legendary Pokémon]].&lt;br /&gt;
&lt;br /&gt;
Aggron&#039;s only known move is {{m|Stone Edge}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Altaria &lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=May Altaria Evolutions.png&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc=Altaria is May&#039;s third known Pokémon. She used it to battle {{p|Rayquaza}}, but it was defeated.&lt;br /&gt;
&lt;br /&gt;
Altaria&#039;s only known move is {{m|Dragon Pulse}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Swampert ↔ Mega Swampert&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=May Mega Swampert Evolutions.png&lt;br /&gt;
|cap=May&#039;s Mega Swampert&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc={{p|Swampert}} is May&#039;s fourth known Pokémon, and is capable of [[Mega Evolution|Mega Evolving]]. She used it to battle {{p|Rayquaza}}, managing to weaken it enough for her to catch it.&lt;br /&gt;
&lt;br /&gt;
Swampert&#039;s only known move is {{m|Ice Punch}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Rayquaza ↔ Mega Rayquaza&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=May Rayquaza Evolutions.png&lt;br /&gt;
|cap=May&#039;s Rayquaza&lt;br /&gt;
|img2=May Mega Rayquaza Evolutions.png&lt;br /&gt;
|cap2=May&#039;s Mega Rayquaza&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc={{p|Rayquaza}} is May&#039;s fifth known Pokémon. [[Zinnia]] summoned it to the [[Sky Pillar]] to stop a [[Grand Meteor Delta|giant meteorite]] headed for [[Hoenn]], but was unable to trigger its [[Mega Evolution]]. After May had fed Rayquaza her [[Meteorite]], Zinnia let May battle and catch Rayquaza. Afterwards, May used Rayquaza in its Mega Evolved form in a battle against Zinnia&#039;s Mega {{TP|Zinnia|Salamence}}.&lt;br /&gt;
&lt;br /&gt;
Rayquaza&#039;s only known move is {{m|Extreme Speed}}.}}&lt;br /&gt;
&lt;br /&gt;
=====Voice actors=====&lt;br /&gt;
{{vatable|color={{sapphire color}}|bordercolor={{sapphire color light}}&lt;br /&gt;
|ja=夏目妃菜 &#039;&#039;Hina Natsume&#039;&#039;&lt;br /&gt;
|en=}}&lt;br /&gt;
&lt;br /&gt;
===In the manga===&lt;br /&gt;
====Pokémon Adventures====&lt;br /&gt;
[[File:Sapphire Adventures.png|thumb|250px|Sapphire Birch, May&#039;s [[Pokémon Adventures]] counterpart]]&lt;br /&gt;
{{main|Sapphire (Adventures)}}&lt;br /&gt;
May&#039;s counterpart in [[Pokémon Adventures]] is Sapphire, who, unlike her other counterparts, takes up Gym challenges and is an all-around tomboy thanks to a traumatic incident with {{adv|Ruby}} where a {{TP|Zinnia|Salamence}} attacked them when they were children. She does have a feminine side, however, as is shown in later volumes.&lt;br /&gt;
&lt;br /&gt;
====Pokémon Ruby-Sapphire====&lt;br /&gt;
{{main|Sapphire (Ruby-Sapphire)}}&lt;br /&gt;
A different counterpart to May, also called Sapphire, appears in [[Pokémon Ruby-Sapphire]]. Just like {{an|May|May&#039;s anime counterpart}}, she is a {{pkmn|Coordinator}} who chooses {{p|Torchic}} as her [[starter Pokémon]].&lt;br /&gt;
&lt;br /&gt;
====Pokemon Ruby &amp;amp; Sapphire (CoroCoro)====&lt;br /&gt;
[[File:Sapphire_Suigun.jpg|thumb|250px|Sapphire in the Pokémon Ruby &amp;amp; Sapphire CoroCoro manga]]&lt;br /&gt;
Another counterpart called Sapphire appears in this short manga written by [[Suigun Oouchi]] for [[CoroCoro]] Magazine in December 2002. She is the daughter of [[Professor Birch]] and catches Pokémon for his research. Sapphire has a [[Torchic]] as her [[starter Pokémon]].&lt;br /&gt;
&lt;br /&gt;
====Pokemon Ruby Sapphire Special Walkthrough Comic!====&lt;br /&gt;
May appears in [[Pokemon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]].&lt;br /&gt;
&lt;br /&gt;
====Pokémon Chamo-Chamo ☆ Pretty ♪====&lt;br /&gt;
{{main|Haruka (CCP)}}&lt;br /&gt;
May&#039;s counterpart in [[Pokémon Chamo-Chamo ☆ Pretty ♪]] is Haruka, who is a Pokémon Coordinator, but she is not very good at making [[Pokéblocks]].&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
The following is a list of cards mentioning or featuring May in the [[Pokémon Trading Card Game]].&lt;br /&gt;
&lt;br /&gt;
{{cardlist/header|May&#039;s Pokémon|Colorless|char=yes}}&lt;br /&gt;
{{cardlist/entry|cardname=[[Blaziken V (Chilling Reign 20)|Blaziken]]{{TCGV}}|type=Fire|standard=yes|enset=Silver Tempest|enrarity=TGV|ennum=TG14/TG30|jpset=VMAX Climax|jprarity=CSR|jpnum=216/184}}&lt;br /&gt;
{{cardlist/entry|cardname=[[Blaziken VMAX (Chilling Reign 21)|Blaziken]]{{VMAX}}|type=Fire|standard=yes|enset=Silver Tempest|enrarity=TGV|ennum=TG15/TG30|jpset=VMAX Climax|jprarity=CSR|jpnum=217/184}}&lt;br /&gt;
{{cardlist/footer|Colorless}}&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
===Artwork===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Ruby Sapphire May.png|125px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Emerald May.png|125px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Omega Ruby Alpha Sapphire Contest May.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May ORAS concept art.png|225px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Emerald Version|Pokémon Emerald}}&lt;br /&gt;
| Contest outfit from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Regular conceptual artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Contest May ORAS concept art.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Wailmer Pail.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Rayquaza Encounter.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Jirachi Encounter.png|250px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Contest outfit conceptual artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Artwork of the&amp;lt;br&amp;gt;{{color2|fff|Wailmer Pail}}&lt;br /&gt;
| Encountering&amp;lt;br&amp;gt;{{pcolor|Rayquaza|FFF}}&lt;br /&gt;
| Encountering&amp;lt;br&amp;gt;{{pcolor|Jirachi|FFF}}&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Faraway Island Mew.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS Contest art.png|250px]]&lt;br /&gt;
|  Colspan=2 style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan May RS Concept Art.jpg|325px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
|  Encountering {{pcolor|Mew|FFF}} in {{pcolor|Faraway Island|FFF}}&lt;br /&gt;
| In a {{color2|fff|Pokémon Contest|Pokémon Contest Spectacular}}&lt;br /&gt;
| Colspan=2 | Concept artwork for {{color2|fff|Pokémon Ruby and Sapphire|Ruby and Sapphire}}&amp;lt;br&amp;gt;illustrated by {{color2|fff|Ken Sugimori}}&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Torchic Ariga artwork.png|225px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Torchic Pokémon Center Trainer artwork.png|200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Pokémon Day 2022 Hoenn Artwork.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Mudkip Ariga artwork.png|200px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| May and {{pcolor|Torchic|FFF}} concept artwork by&amp;lt;br&amp;gt;{{color2|fff|Hitoshi Ariga}} for Kotobukiya ArtFx J figurines&lt;br /&gt;
| Artwork of May and {{pcolor|Torchic|fff}}&amp;lt;br&amp;gt;for the {{color2|fff|Pokémon Center (store)|Pokémon Center}} Pokémon Trainers merchandise line&lt;br /&gt;
| Artwork using the {{color2|fff|Devon Scope}} for {{color2|fff|Pokémon Day}} by {{color2|fff|Megumi Mizutani}}&lt;br /&gt;
| May and {{pcolor|Mudkip|FFF}} concept artwork by&amp;lt;br&amp;gt;{{color2|fff|Hitoshi Ariga}} for Kotobukiya ArtFx J figurines&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sprites and models===&lt;br /&gt;
{{incomplete|section|Add sprite of May riding a bicycle in the intro/credits of Ruby/Sapphire, and also the one in the intro/credits of Emerald}}&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr RS May.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr E May.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:RS May Back.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:E May Back.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Colo May.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay 2.png|150px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Colosseum|Colosseum}}&lt;br /&gt;
| VS model as rival from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| VS model as rival from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(with {{color2|fff|Mega Bracelet}})&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May RS OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May FRLG OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr XD May RS.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr XD May E.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay Contest.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay Contest 2.png|150px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|FFF|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|FFF|Pokémon FireRed and LeafGreen Versions|FireRed and LeafGreen}}&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|FFF|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon XD: Gale of Darkness|Pokémon XD}}&amp;lt;br&amp;gt;(RS variant)&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon XD: Gale of Darkness|Pokémon XD}}&amp;lt;br&amp;gt;(E variant)&lt;br /&gt;
| VS sprite in {{color2|FFF|Pokémon Contests|Contests}} from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(without {{color2|FFF|Key Stone}})&lt;br /&gt;
| VS sprite in {{color2|FFF|Pokémon Contests|Contests}} from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(with {{color2|FFF|Key Stone}})&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Contest Costume ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Go-Goggles ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Devon Scuba Gear ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Magma Suit ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Aqua Suit ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS May Icon.png]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Overworld model from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Contest Costume}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Go-Goggles}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Devon Scuba Gear}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Magma Suit}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby}}&lt;br /&gt;
| Wearing the {{color2|FFF|Aqua Suit}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Alpha Sapphire}}&lt;br /&gt;
| Icon in the main menu and {{color2|FFF|Battle Maison}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* As the [[player character]] (along with {{ga|Brendan}}), they are the only set of player characters that have both a [[mother]] and a father present in the {{pkmn|games}}.&lt;br /&gt;
* Before Omega Ruby and Alpha Sapphire, May and Brendan were the only rivals whose [[starter Pokémon]] does not reach its final form.&lt;br /&gt;
* Screenshots of {{game|Emerald}} on the Japanese Nintendo website refer to May as &amp;quot;Emy&amp;quot; (Japanese: &#039;&#039;&#039;エミィ&#039;&#039;&#039;).&amp;lt;ref&amp;gt;[https://www.nintendo.co.jp/n08/bpej/frontier2/index.html Pokémon Emerald on Nintendo] (Japanese)&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Pre-release media for [[Pokémon Omega Ruby and Alpha Sapphire]] referred to May as &amp;quot;Anna&amp;quot; (Japanese: &#039;&#039;&#039;アルファ&#039;&#039;&#039; &#039;&#039;Alpha&#039;&#039;).&lt;br /&gt;
* One of {{SSB|Pokémon Trainer}}&#039;s palette swaps in [[Super Smash Bros. Ultimate]] has a color scheme based on May&#039;s appearance in {{game|Emerald}}.&lt;br /&gt;
* Similarly to Brendan, May&#039;s attire in Omega Ruby and Alpha Sapphire is mainly based on her appearance in Emerald, though some elements are also taken from her appearance in {{v2|Ruby and Sapphire|s}}.&lt;br /&gt;
* While the second battle with May (or Brendan if she is the player character) is optional, the encounter leading up to it is not.&lt;br /&gt;
** Therefore, after receiving the [[Devon Goods]] before encountering May or Brendan in Rustboro City, if the player [[Black out|blacks out]] without ever visiting the [[Pokémon Center]] in Rustboro City (which causes the player character to rush to [[Petalburg City]]&#039;s Pokémon Center instead), the encounter and optional battle take place in {{rt|104|Hoenn}} in front of [[Mr. Briney]]&#039;s house instead.&lt;br /&gt;
* May&#039;s teams in Emerald vary slightly from Brendan&#039;s teams:&lt;br /&gt;
** When battled in either [[Rustboro City]] or {{rt|104|Hoenn}}, May (if the player chose {{p|Torchic}}) uses a {{p|Torkoal}}, which is not used in future battles; Brendan uses a {{p|Slugma}} instead.&lt;br /&gt;
** When battled on {{rt|119|Hoenn}}, May (if the player chose {{p|Mudkip}}) uses a {{p|Lombre}}, which was not used in prior nor future battles; Brendan uses a {{p|Pelipper}} instead.&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background:#{{sapphire color light}}; border:3px solid #{{sapphire color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! {{color|FFF|Language}}&lt;br /&gt;
! {{color|FFF|Name}}&lt;br /&gt;
! {{color|FFF|Origin}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Japanese&lt;br /&gt;
| ハルカ &#039;&#039;Haruka&#039;&#039;&lt;br /&gt;
| From 春花 &#039;&#039;haruka&#039;&#039; (spring flower) or 遥か &#039;&#039;haruka&#039;&#039; (distant)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| English&lt;br /&gt;
| May&lt;br /&gt;
| From &#039;&#039;{{wp|May}}&#039;&#039;, a month of spring in the Northern Hemisphere&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Maike&lt;br /&gt;
| From &#039;&#039;Mai&#039;&#039; (May)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Aura&lt;br /&gt;
| From &#039;&#039;aura&#039;&#039; (gentle breeze), a figure of speech commonly associated to spring&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| French&lt;br /&gt;
| Flora&lt;br /&gt;
| From &#039;&#039;{{wp|Flora (mythology)|Flora}}&#039;&#039; (Roman goddess of flower and spring)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Italian&lt;br /&gt;
| Vera&lt;br /&gt;
| From &#039;&#039;primavera&#039;&#039; (spring)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 봄이 &#039;&#039;Bomi&#039;&#039;&lt;br /&gt;
| From 봄 &#039;&#039;bom&#039;&#039; (spring)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 小遙 / 小遥 &#039;&#039;Xiǎo Yáo&#039;&#039;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | From 遙 / 遥 &#039;&#039;yáo / yìuh&#039;&#039; (distant)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 小遙 &#039;&#039;Síu Yìuh&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player characters|sapphire}}&lt;br /&gt;
{{Rival characters|sapphire}}&lt;br /&gt;
{{NPC|sapphire|hoenn=yes}}&amp;lt;br/&amp;gt;&lt;br /&gt;
{{Project CharacterDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Rival characters]]&lt;br /&gt;
[[Category:Ruby and Sapphire characters]]&lt;br /&gt;
[[Category:Emerald characters]]&lt;br /&gt;
[[Category:Omega Ruby and Alpha Sapphire characters]]&lt;br /&gt;
[[Category:Laboratory assistants]]&lt;br /&gt;
[[Category:Champions]]&lt;br /&gt;
[[Category:Trainers with Legendary Pokémon]]&amp;lt;!--Deoxys, the Mythical Pokémon, isn&#039;t required to be caught.--&amp;gt;&lt;br /&gt;
[[Category:Trainers with Key Stones]]&lt;br /&gt;
[[Category:Pokémon Evolutions characters]]&lt;br /&gt;
&lt;br /&gt;
[[de:Maike]]&lt;br /&gt;
[[es:Aura (personaje)]]&lt;br /&gt;
[[fr:Flora (jeux vidéo)]]&lt;br /&gt;
[[it:Vera (gioco)]]&lt;br /&gt;
[[ja:ハルカ (ゲーム)]]&lt;br /&gt;
[[zh:小遥]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Pok%C3%A9mon_Ruby_%26_Sapphire_Special_Walkthrough_Comic!&amp;diff=3725278</id>
		<title>Pokémon Ruby &amp; Sapphire Special Walkthrough Comic!</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Pok%C3%A9mon_Ruby_%26_Sapphire_Special_Walkthrough_Comic!&amp;diff=3725278"/>
		<updated>2023-06-10T06:59:58Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: Cleanup.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
[[File:RS_Capture_Book.jpg|thumb|Cover of Pokemon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]]&lt;br /&gt;
&lt;br /&gt;
(Japanese: &#039;&#039;&#039;ポケモンルビー＆サファイア　スペシャルこうりゃくコミック！！&#039;&#039;&#039; &#039;&#039;Pokemon Ruby &amp;amp; Sapphire Special Walkthrough Comic!&#039;&#039;) is a {{pkmn|manga}} based on [[Pokémon Ruby and Sapphire Versions|Pokémon Ruby and Sapphire]]. The manga was written by [[Hidenori Kusaka]] and illustrated by [[Emiko Yoshino]]. It was first published by [[Shogakukan]] on June 10, 2003 as a soft-cover book (&#039;&#039;ポケットモンスタールビー・サファイア公式まんがで読む４つ星攻略ＢＯＯＫ ISBN: 409106101X&#039;&#039;) and later distributed through their Year 2 Students ( &#039;&#039;小学二年生&#039;&#039;) magazine from October 2003 to January 2004.&lt;br /&gt;
&lt;br /&gt;
==Summary==&lt;br /&gt;
The book is a walkthrough divided into four manga chapters, highlighting improved gameplay mechanics and new features introduced in [[Generation III]]. They are told through the adventures and mishaps of the [[player character|player characters]] as they demonstrate aspects of gameplay to the reader. There is also information about [[Pokémon Box]] storage system and the [[List_of_Japanese_event_Pokémon_distributions_(Generation_III)#Wishing_Star_Jirachi|newly-distributed]] [[Mythical Pokémon]] [[Jirachi]]. The book also features documentational logs, size charts for each Pokémon species found in the [[Hoenn region]], and promotions for other publications including [[Pokémon Special]]. This book was only released in Japan and never received any official translation overseas.&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* [[Brendan]]&lt;br /&gt;
* [[May]]&lt;br /&gt;
* [[Professor Birch]]&lt;br /&gt;
* [[Steven Stone]]&lt;br /&gt;
* [[Battle Tower]] receptionist&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* [[Pikachu]]&lt;br /&gt;
* [[Treeko]]&lt;br /&gt;
* [[Torchic]]&lt;br /&gt;
* [[Mudkip]]&lt;br /&gt;
* [[Metagross]]&lt;br /&gt;
* [[Groudon]]&lt;br /&gt;
* [[Kyogre]]&lt;br /&gt;
* [[Latias]]&lt;br /&gt;
* [[Latios]]&lt;br /&gt;
* [[Jirachi]]&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
[[File:Brendan_White_Hair_RS_Capture_Book.jpg|thumb|Brendan with white hair.]]&lt;br /&gt;
&lt;br /&gt;
* This book was published before the release of [[Pokémon FireRed and LeafGreen]]. As a result, Deoxys is not featured.&lt;br /&gt;
* Brendan is portrayed with white hair instead of having short black hair and a knit cap. This can be easily seen in panels showing the back of his head.&lt;br /&gt;
* Brendan and May are seen wearing glasses in panels where they say something &#039;smart&#039;, a trend which would continue throughout Emiko Yoshino&#039;s portrayals of other player characters.&lt;br /&gt;
[[Category:Manga]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Brendan_(game)&amp;diff=3725099</id>
		<title>Brendan (game)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Brendan_(game)&amp;diff=3725099"/>
		<updated>2023-06-10T01:44:38Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: Suigun manga summary.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CharInfobox&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|corecolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|text=fff&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|jname=ユウキ&lt;br /&gt;
|tmname=Yūki&lt;br /&gt;
|image=Omega Ruby Alpha Sapphire Brendan.png&lt;br /&gt;
|size=200px&lt;br /&gt;
|caption=Art from [[Pokémon Omega Ruby and Alpha Sapphire]]&lt;br /&gt;
|gender=Male&lt;br /&gt;
|hometown=[[Littleroot Town]] (originally [[Olivine City]] if chosen by the player)&lt;br /&gt;
|region=[[Hoenn]] (originally [[Johto]] if chosen by the player)&lt;br /&gt;
|relatives=[[Norman]], {{ho|Mom}} (as player, {{pkmn|Masters EX}})&amp;lt;br&amp;gt;[[Professor Birch]], unnamed mother, younger brother{{sup/3|E}} (as rival)&lt;br /&gt;
|age=yes&lt;br /&gt;
|years=12 (as rival){{sup/6|ORAS}}&amp;lt;ref&amp;gt;{{g|Omega Ruby and Alpha Sapphire}}: &#039;&#039;Brendan, &#039;&#039;&#039;12&#039;&#039;&#039;, a Pokémon Trainer from Littleroot Town.&#039;&#039; - {{DL|TV Mauville|Hoenn News Network}}, emphasis added&amp;lt;/ref&amp;gt;&lt;br /&gt;
|colors=yes&lt;br /&gt;
|eyes=Brown{{tt|*|Generation III}}, Gray{{tt|*|Generation VI and Masters EX}}, Blue{{tt|*|Colosseum model and animated trailer}}&lt;br /&gt;
|hair=Black{{tt|*|Generation III}}, Brown{{tt|*|Generation VI and Masters EX}}&lt;br /&gt;
|trainer=yes&lt;br /&gt;
|trainerclass=[[Pokémon Trainer]], [[player character]]&lt;br /&gt;
|game=yes&lt;br /&gt;
|generation={{gen|III}}, {{gen|VI}}&lt;br /&gt;
|games={{3v2|Ruby|Sapphire|Emerald}}&amp;lt;br&amp;gt;{{pkmn|Omega Ruby and Alpha Sapphire}}, {{pkmn|Masters EX}}&lt;br /&gt;
|leader=no&lt;br /&gt;
|anime=yes&lt;br /&gt;
|epnum=M06&lt;br /&gt;
|epname=Jirachi: Wish Maker&lt;br /&gt;
|manga=counterpart&lt;br /&gt;
|mangacounterpart={{adv|Ruby}}, {{OBP|Ruby|Ruby-Sapphire}}, [[Rald]], {{OBP|Alpha|CPIW}}, {{OBP|Omega|CPIW}}&lt;br /&gt;
|roundnum=PS181&lt;br /&gt;
|roundname=Creeping Past Cacnea&lt;br /&gt;
|gameanim=yes&lt;br /&gt;
|pv=yes&lt;br /&gt;
|pvnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|pvname=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|envagame=Aleks Le&amp;lt;ref name=&amp;quot;Aleks Le&amp;quot;&amp;gt;[https://twitter.com/alekslevo/status/1166943216865693697 Aleks Le on Twitter]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&lt;br /&gt;
|javagame=[[Nobuhiko Okamoto]] &amp;lt;small&amp;gt;([[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer|ORAS Trailer]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;[[Yuko Sanpei]]&amp;lt;ref&amp;gt;Nintendo DREAM (vol. 329)&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Brendan&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ユウキ&#039;&#039;&#039; &#039;&#039;Yūki&#039;&#039;) is the male choice for the [[player character]] in {{game2|Ruby|Sapphire|Emerald}} and their [[Generation VI]] remakes, {{pkmn|Omega Ruby and Alpha Sapphire}}. He also serves as the [[rival]] in the same games if the player chooses to play as his female counterpart, {{ga|May}}.&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
===As the protagonist===&lt;br /&gt;
If Brendan is selected as the player character, he starts his {{pkmn|journey}} moving from his home in [[Johto]] to his new home in the town of {{to|Littleroot}} in [[Hoenn]]. After saving [[Professor Birch]] from a [[wild Pokémon]], he is given one of the three starters of the Hoenn [[region]]. Brendan develops a close bond with {{ga|May}}, and eventually [[Wally]], who both act as his rivals. Brendan goes on to gather the eight Badges of Hoenn, stop the plans of [[Team Aqua]]{{sup/3|Sa}}{{sup/3|E}}{{sup/6|AS}}/[[Team Magma]]{{sup/3|Ru}}{{sup/3|E}}{{sup/6|OR}} and conquer the Pokémon League all before going off to face the {{gdis|Battle Frontier|III}}{{sup/3|E}}.&lt;br /&gt;
&lt;br /&gt;
===As a non-playable character===&lt;br /&gt;
If Brendan is not selected as the player, he is helping his father Birch finish the Hoenn [[Pokédex]] and becoming a Pokémon Professor. He is also the player&#039;s [[rival]] and friend. Along with May (when playing as Brendan), they are the only rivals unavailable for battle after entering the [[Hall of Fame]]. Additionally, they both are the only ones to not [[evolution|evolve]] their starter Pokémon into its final form, except for in Omega Ruby and Alpha Sapphire, where their starters have been fully evolved by the battle that takes place after the [[credits]].&lt;br /&gt;
&lt;br /&gt;
===={{DL|PokéNav|Trainer&#039;s Eyes}}/{{DL|PokéNav|Match Call}}====&lt;br /&gt;
{{incomplete|section|needs=RSORAS information}}&lt;br /&gt;
&#039;&#039;&#039;Rad Neighbor Brendan&#039;&#039;&#039;{{sup/3|E}}&lt;br /&gt;
:&#039;&#039;&#039;Strategy&#039;&#039;&#039;&lt;br /&gt;
:Battle with knowledge!&lt;br /&gt;
:&#039;&#039;&#039;Trainer&#039;s Pokémon&#039;&#039;&#039;&lt;br /&gt;
:I will use various Pokémon.&lt;br /&gt;
:&#039;&#039;&#039;Self-Introduction&#039;&#039;&#039;&lt;br /&gt;
:I&#039;ll be a better Pokémon prof than my father is!&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
=====Pokémon Ruby and Sapphire=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Splash|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Rollout|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Stun Spore|move2type=Grass&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Focus Energy|move1type=Normal&lt;br /&gt;
|move2=Ember|move2type=Fire&lt;br /&gt;
|move3=Double Kick|move3type=Fighting&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Stun Spore|move2type=Grass&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Tackle|move2type=Normal&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Water Gun|move1type=Water&lt;br /&gt;
|move2=Bide|move2type=Normal&lt;br /&gt;
|move3=Mud Shot|move3type=Ground&lt;br /&gt;
|move4=Foresight|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Tackle|move2type=Normal&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Splash|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Rollout|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Quick Attack|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rollout|move1type=Rock&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Mud Sport|move2type=Ground&lt;br /&gt;
|move3=Foresight|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rollout|move1type=Rock&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass&lt;br /&gt;
|move2=Screech|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle (optional)======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Mist|move1type=Ice&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Amnesia|move1type=Psychic&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Mud Sport|move2type=Ground&lt;br /&gt;
|move3=Foresight|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr RS Brendan.png&lt;br /&gt;
|prize={{Pdollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Amnesia|move1type=Psychic&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Mist|move1type=Ice&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass&lt;br /&gt;
|move2=Screech|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Pokémon Emerald=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr E Brendan.png&lt;br /&gt;
|prize={{Pdollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr E Brendan.png&lt;br /&gt;
|prize={{Pdollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr E Brendan.png&lt;br /&gt;
|prize={{Pdollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle (optional)======&lt;br /&gt;
If the player never uses the Rustboro City PokéCenter and blacks out or uses [[Teleport]] after rescuing Peeko, they will encounter Brendan on {{rt|104|Hoenn}} when going to Mr. Briney&#039;s home.&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr E Brendan.png&lt;br /&gt;
|prize={{Pdollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=270&lt;br /&gt;
|pokemon=Lotad&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Ember|move4type=Fire}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr E Brendan.png&lt;br /&gt;
|prize={{Pdollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Yawn|move1type=Normal&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Mud-Slap|move2type=Ground&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Bide|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=Spr E Brendan.png&lt;br /&gt;
|prize={{Pdollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Quick Attack|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}1200|&lt;br /&gt;
class={{PK}}{{MN}} Trainer|&lt;br /&gt;
classlink=Pokémon Trainer|&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Hoenn Route 110 |&lt;br /&gt;
locationname=Route 110 |&lt;br /&gt;
pokemon=3}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=278|&lt;br /&gt;
pokemon=Wingull|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=18|&lt;br /&gt;
ability=Keen Eye|&lt;br /&gt;
type1=Water|type2=Flying|&lt;br /&gt;
move1=Growl|move1type=Normal|&lt;br /&gt;
move2=Water Gun|move2type=Water|&lt;br /&gt;
move3=Supersonic|move3type=Normal|&lt;br /&gt;
move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=271|&lt;br /&gt;
pokemon=Lombre|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=18|&lt;br /&gt;
ability=Swift Swim|&lt;br /&gt;
type1=Water|type2=Grass|&lt;br /&gt;
move1=Astonish|move1type=Ghost|&lt;br /&gt;
move2=Growl|move2type=Normal|&lt;br /&gt;
move3=Absorb|move3type=Grass|&lt;br /&gt;
move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=256|&lt;br /&gt;
pokemon=Combusken|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=20|&lt;br /&gt;
ability=Blaze|&lt;br /&gt;
type1=Fire|type2=Fighting|&lt;br /&gt;
move1=Focus Energy|move1type=Normal|&lt;br /&gt;
move2=Ember|move2type=Fire|&lt;br /&gt;
move3=Double Kick|move3type=Fighting|&lt;br /&gt;
move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}1200|&lt;br /&gt;
class={{PK}}{{MN}} Trainer|&lt;br /&gt;
classlink=Pokémon Trainer|&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Hoenn Route 110 |&lt;br /&gt;
locationname=Route 110 |&lt;br /&gt;
pokemon=3}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=271|&lt;br /&gt;
pokemon=Lombre|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=18|&lt;br /&gt;
ability=Swift Swim|&lt;br /&gt;
type1=Water|type2=Grass|&lt;br /&gt;
move1=Astonish|move1type=Ghost|&lt;br /&gt;
move2=Growl|move2type=Normal|&lt;br /&gt;
move3=Absorb|move3type=Grass|&lt;br /&gt;
move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=218|&lt;br /&gt;
pokemon=Slugma|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=18|&lt;br /&gt;
ability=Magma Armor|&lt;br /&gt;
type1=Fire|&lt;br /&gt;
move1=Yawn|move1type=Normal|&lt;br /&gt;
move2=Smog|move2type=Poison|&lt;br /&gt;
move3=Ember|move3type=Fire|&lt;br /&gt;
move4=Rock Throw|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=259|&lt;br /&gt;
pokemon=Marshtomp|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=20|&lt;br /&gt;
ability=Torrent|&lt;br /&gt;
type1=Water|type2=Ground|&lt;br /&gt;
move1=Water Gun|move1type=Water|&lt;br /&gt;
move2=Bide|move2type=Normal|&lt;br /&gt;
move3=Mud Shot|move3type=Ground|&lt;br /&gt;
move4=Foresight|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}1200|&lt;br /&gt;
class={{PK}}{{MN}} Trainer |&lt;br /&gt;
classlink=Pokémon Trainer |&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Hoenn Route 110 |&lt;br /&gt;
locationname=Route 110 |&lt;br /&gt;
pokemon=3}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=218|&lt;br /&gt;
pokemon=Slugma|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=18|&lt;br /&gt;
ability=Magma Armor|&lt;br /&gt;
type1=Fire|&lt;br /&gt;
move1=Yawn|move1type=Normal|&lt;br /&gt;
move2=Smog|move2type=Poison|&lt;br /&gt;
move3=Ember|move3type=Fire|&lt;br /&gt;
move4=Rock Throw|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=278|&lt;br /&gt;
pokemon=Wingull|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=18|&lt;br /&gt;
ability=Keen Eye|&lt;br /&gt;
type1=Water|type2=Flying|&lt;br /&gt;
move1=Growl|move1type=Normal|&lt;br /&gt;
move2=Water Gun|move2type=Water|&lt;br /&gt;
move3=Supersonic|move3type=Normal|&lt;br /&gt;
move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=253|&lt;br /&gt;
pokemon=Grovyle|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=20|&lt;br /&gt;
ability=Overgrow|&lt;br /&gt;
type1=Grass|&lt;br /&gt;
move1=Absorb|move1type=Grass|&lt;br /&gt;
move2=Quick Attack|move2type=Normal|&lt;br /&gt;
move3=Fury Cutter|move3type=Bug|&lt;br /&gt;
move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}1860|&lt;br /&gt;
class={{PK}}{{MN}} Trainer|&lt;br /&gt;
classlink=Pokémon Trainer|&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Hoenn Route 119 |&lt;br /&gt;
locationname=Route 119 |&lt;br /&gt;
pokemon=3}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=279|&lt;br /&gt;
pokemon=Pelipper |&lt;br /&gt;
gender=male|&lt;br /&gt;
level=29|&lt;br /&gt;
ability=Keen Eye|&lt;br /&gt;
type1=Water|type2=Flying|&lt;br /&gt;
move1=Wing Attack|move1type=Flying|&lt;br /&gt;
move2=Supersonic|move2type=Normal|&lt;br /&gt;
move3=Mist|move3type=Ice|&lt;br /&gt;
move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=271|&lt;br /&gt;
pokemon=Lombre|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=29|&lt;br /&gt;
ability=Swift Swim|&lt;br /&gt;
type1=Water|type2=Grass|&lt;br /&gt;
move1=Absorb|move1type=Grass|&lt;br /&gt;
move2=Nature Power|move2type=Normal|&lt;br /&gt;
move3=Fake Out|move3type=Normal|&lt;br /&gt;
move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=256|&lt;br /&gt;
pokemon=Combusken|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=31|&lt;br /&gt;
ability=Blaze|&lt;br /&gt;
type1=Fire|type2=Fighting|&lt;br /&gt;
move1=Double Kick|move1type=Fighting|&lt;br /&gt;
move2=Peck |move2type=Flying|&lt;br /&gt;
move3=Sand-Attack|move3type=Ground|&lt;br /&gt;
move4=Bulk Up|move4type=Fighting}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}1860|&lt;br /&gt;
class={{PK}}{{MN}} Trainer|&lt;br /&gt;
classlink=Pokémon Trainer|&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Hoenn Route 119 |&lt;br /&gt;
locationname=Route 119 |&lt;br /&gt;
pokemon=3}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=271|&lt;br /&gt;
pokemon=Lombre|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=29|&lt;br /&gt;
ability=Swift Swim|&lt;br /&gt;
type1=Water|type2=Grass|&lt;br /&gt;
move1=Absorb|move1type=Grass|&lt;br /&gt;
move2=Nature Power|move2type=Normal|&lt;br /&gt;
move3=Fake Out|move3type=Normal|&lt;br /&gt;
move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=218|&lt;br /&gt;
pokemon=Slugma|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=29|&lt;br /&gt;
ability=Magma Armor|&lt;br /&gt;
type1=Fire|&lt;br /&gt;
move1=Ember|move1type=Fire|&lt;br /&gt;
move2=Rock Throw|move2type=Rock|&lt;br /&gt;
move3=Harden|move3type=Normal|&lt;br /&gt;
move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=259|&lt;br /&gt;
pokemon=Marshtomp|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=31|&lt;br /&gt;
ability=Torrent|&lt;br /&gt;
type1=Water|type2=Ground|&lt;br /&gt;
move1=Mud Shot|move1type=Ground|&lt;br /&gt;
move2=Foresight|move2type=Normal|&lt;br /&gt;
move3=Mud Sport|move3type=Ground|&lt;br /&gt;
move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}1860|&lt;br /&gt;
class={{PK}}{{MN}} Trainer |&lt;br /&gt;
classlink=Pokémon Trainer |&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Hoenn Route 119 |&lt;br /&gt;
locationname=Route 119 |&lt;br /&gt;
pokemon=3}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=218|&lt;br /&gt;
pokemon=Slugma|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=29|&lt;br /&gt;
ability=Magma Armor|&lt;br /&gt;
type1=Fire|&lt;br /&gt;
move1=Ember|move1type=Fire|&lt;br /&gt;
move2=Rock Throw|move2type=Rock|&lt;br /&gt;
move3=Harden|move3type=Normal|&lt;br /&gt;
move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=279|&lt;br /&gt;
pokemon=Pelipper|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=29|&lt;br /&gt;
ability=Keen Eye|&lt;br /&gt;
type1=Water|type2=Flying|&lt;br /&gt;
move1=Wing Attack|move1type=Flying|&lt;br /&gt;
move2=Supersonic|move2type=Normal|&lt;br /&gt;
move3=Mist|move3type=Ice|&lt;br /&gt;
move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=253|&lt;br /&gt;
pokemon=Grovyle|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=31|&lt;br /&gt;
ability=Overgrow|&lt;br /&gt;
type1=Grass|&lt;br /&gt;
move1=Fury Cutter|move1type=Bug|&lt;br /&gt;
move2=Pursuit|move2type=Dark|&lt;br /&gt;
move3=Screech|move3type=Normal|&lt;br /&gt;
move4=Leaf Blade|move4type=Grass}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fifth battle (optional)======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}2040|&lt;br /&gt;
class={{PK}}{{MN}} Trainer|&lt;br /&gt;
classlink=Pokémon Trainer|&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Lilycove City |&lt;br /&gt;
pokemon=4}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=357|&lt;br /&gt;
pokemon=Tropius|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=31|&lt;br /&gt;
ability=Chlorophyll|&lt;br /&gt;
type1=Grass|type2=Flying|&lt;br /&gt;
move1=Stomp|move1type=Normal|&lt;br /&gt;
move2=Sweet Scent|move2type=Normal|&lt;br /&gt;
move3=Whirlwind|move3type=Normal|&lt;br /&gt;
move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=279|&lt;br /&gt;
pokemon=Pelipper|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=32|&lt;br /&gt;
ability=Keen Eye|&lt;br /&gt;
type1=Water|type2=Flying|&lt;br /&gt;
move1=Wing Attack|move1type=Flying|&lt;br /&gt;
move2=Supersonic|move2type=Normal|&lt;br /&gt;
move3=Mist|move3type=Ice|&lt;br /&gt;
move4=Protect|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=272|&lt;br /&gt;
pokemon=Ludicolo|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=32|&lt;br /&gt;
ability=Swift Swim|&lt;br /&gt;
type1=Water|type2=Grass|&lt;br /&gt;
move1=Astonish|move1type=Ghost|&lt;br /&gt;
move2=Growl|move2type=Normal|&lt;br /&gt;
move3=Absorb|move3type=Grass|&lt;br /&gt;
move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=256|&lt;br /&gt;
pokemon=Combusken|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=34|&lt;br /&gt;
ability=Blaze|&lt;br /&gt;
type1=Fire|type2=Fighting|&lt;br /&gt;
move1=Peck|move1type=Flying|&lt;br /&gt;
move2=Sand-Attack|move2type=Ground|&lt;br /&gt;
move3=Bulk Up|move3type=Fighting|&lt;br /&gt;
move4=Quick Attack|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}2040|&lt;br /&gt;
class={{PK}}{{MN}} Trainer |&lt;br /&gt;
classlink=Pokémon Trainer |&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Lilycove City |&lt;br /&gt;
pokemon=4}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=357|&lt;br /&gt;
pokemon=Tropius|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=31|&lt;br /&gt;
ability=Chlorophyll|&lt;br /&gt;
type1=Grass|type2=Flying|&lt;br /&gt;
move1=Stomp|move1type=Normal|&lt;br /&gt;
move2=Sweet Scent|move2type=Normal|&lt;br /&gt;
move3=Whirlwind|move3type=Normal|&lt;br /&gt;
move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=272|&lt;br /&gt;
pokemon=Ludicolo|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=32|&lt;br /&gt;
ability=Swift Swim|&lt;br /&gt;
type1=Water|type2=Grass|&lt;br /&gt;
move1=Astonish|move1type=Ghost|&lt;br /&gt;
move2=Growl|move2type=Normal|&lt;br /&gt;
move3=Absorb|move3type=Grass|&lt;br /&gt;
move4=Nature Power|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=218|&lt;br /&gt;
pokemon=Slugma|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=32|&lt;br /&gt;
ability=Magma Armor|&lt;br /&gt;
type1=Fire|&lt;br /&gt;
move1=Ember|move1type=Fire|&lt;br /&gt;
move2=Rock Throw|move2type=Rock|&lt;br /&gt;
move3=Harden|move3type=Normal|&lt;br /&gt;
move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=259|&lt;br /&gt;
pokemon=Marshtomp|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=34|&lt;br /&gt;
ability=Torrent|&lt;br /&gt;
type1=Water|type2=Ground|&lt;br /&gt;
move1=Mud Shot|move1type=Ground|&lt;br /&gt;
move2=Foresight|move2type=Normal|&lt;br /&gt;
move3=Mud Sport|move3type=Ground|&lt;br /&gt;
move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
color={{ruby color}}|&lt;br /&gt;
headcolor={{ruby color light}}|&lt;br /&gt;
bordercolor={{ruby color dark}}|&lt;br /&gt;
sprite=Spr E Brendan.png|&lt;br /&gt;
prize={{Pdollar}}2040|&lt;br /&gt;
class={{PK}}{{MN}} Trainer |&lt;br /&gt;
classlink=Pokémon Trainer |&lt;br /&gt;
name=Brendan |&lt;br /&gt;
game=E |&lt;br /&gt;
location=Lilycove City |&lt;br /&gt;
pokemon=4}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=357|&lt;br /&gt;
pokemon=Tropius|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=31|&lt;br /&gt;
ability=Chlorophyll|&lt;br /&gt;
type1=Grass|type2=Flying|&lt;br /&gt;
move1=Stomp|move1type=Normal|&lt;br /&gt;
move2=Sweet Scent|move2type=Normal|&lt;br /&gt;
move3=Whirlwind|move3type=Normal|&lt;br /&gt;
move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=218|&lt;br /&gt;
pokemon=Slugma|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=32|&lt;br /&gt;
ability=Magma Armor|&lt;br /&gt;
type1=Fire|&lt;br /&gt;
move1=Ember|move1type=Fire|&lt;br /&gt;
move2=Rock Throw|move2type=Rock|&lt;br /&gt;
move3=Harden|move3type=Normal|&lt;br /&gt;
move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=279|&lt;br /&gt;
pokemon=Pelipper|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=32|&lt;br /&gt;
ability=Keen Eye|&lt;br /&gt;
type1=Water|type2=Flying|&lt;br /&gt;
move1=Wing Attack|move1type=Flying|&lt;br /&gt;
move2=Supersonic|move2type=Normal|&lt;br /&gt;
move3=Mist|move3type=Ice|&lt;br /&gt;
move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3|game=Emerald|&lt;br /&gt;
ndex=253|&lt;br /&gt;
pokemon=Grovyle|&lt;br /&gt;
gender=male|&lt;br /&gt;
level=34|&lt;br /&gt;
ability=Overgrow|&lt;br /&gt;
type1=Grass|&lt;br /&gt;
move1=Fury Cutter|move1type=Bug|&lt;br /&gt;
move2=Pursuit|move2type=Dark|&lt;br /&gt;
move3=Screech|move3type=Normal|&lt;br /&gt;
move4=Leaf Blade|move4type=Grass}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Pokémon Omega Ruby and Alpha Sapphire=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Omega Ruby&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Gun|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Rollout|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Whirlpool|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Astonish|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Stun Spore|move1type=Grass|move1cat=Status&lt;br /&gt;
|move2=Leech Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Mega Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Headbutt|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Sand Attack|move1type=Ground|move1cat=Status&lt;br /&gt;
|move2=Peck|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Double Kick|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Flame Charge|move4type=Fire|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Stun Spore|move1type=Grass|move1cat=Status&lt;br /&gt;
|move2=Leech Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Mega Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Headbutt|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Ember|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Throw|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Harden|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Incinerate|move4type=Fire|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud-Slap|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Foresight|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Mud Bomb|move3type=Ground|move3cat=Special&lt;br /&gt;
|move4=Bide|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Ember|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Throw|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Harden|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Incinerate|move4type=Fire|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Gun|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Rollout|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Whirlpool|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Astonish|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Quick Attack|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Mega Drain|move2type=Grass|move2cat=Special&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Pursuit|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======[[Multi Battle]] with the {{player}}======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Whirlpool|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Astonish|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Water Pulse|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Mist|move4type=Ice|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Headbutt|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Poison Powder|move3type=Poison|move3cat=Status&lt;br /&gt;
|move4=Worry Seed|move4type=Grass|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Peck|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Double Kick|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Flame Charge|move3type=Fire|move3cat=Physical&lt;br /&gt;
|move4=Quick Attack|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Headbutt|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Poison Powder|move3type=Poison|move3cat=Status&lt;br /&gt;
|move4=Worry Seed|move4type=Grass|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Harden|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Incinerate|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Clear Smog|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Ancient Power|move4type=Rock|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Foresight|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Mud Shot|move2type=Ground|move2cat=Special&lt;br /&gt;
|move3=Bide|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Mud Bomb|move4type=Ground|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Harden|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Incinerate|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Clear Smog|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Ancient Power|move4type=Rock|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Whirlpool|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Astonish|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Water Pulse|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Mist|move4type=Ice|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Fury Cutter|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Pursuit|move3type=Dark|move3cat=Physical&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Pulse|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Mist|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Brine|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Poison Powder|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Worry Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Giga Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Growth|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Flame Charge|move2type=Fire|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Bulk Up|move4type=Fighting|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Poison Powder|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Worry Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Giga Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Growth|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Clear Smog|move1type=Poison|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Flame Burst|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Bide|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Mud Bomb|move2type=Ground|move2cat=Special&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Protect|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Clear Smog|move1type=Poison|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Flame Burst|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Pulse|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Mist|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Brine|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pursuit|move1type=Dark|move1cat=Physical&lt;br /&gt;
|move2=Leaf Blade|move2type=Grass|move2cat=Physical&lt;br /&gt;
|move3=Agility|move3type=Psychic|move3cat=Status&lt;br /&gt;
|move4=Slam|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rest|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Brine|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Water Spout|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Counter|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Mach Punch|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Force Palm|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Mind Reader|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=257&lt;br /&gt;
|pokemon=Blaziken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Quick Attack|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting|move2cat=Status&lt;br /&gt;
|move3=Blaze Kick|move3type=Fire|move3cat=Physical&lt;br /&gt;
|move4=Focus Energy|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Counter|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Mach Punch|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Force Palm|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Mind Reader|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Flame Burst|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Lava Plume|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=260&lt;br /&gt;
|pokemon=Swampert&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Bomb|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Protect|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Muddy Water|move4type=Water|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Flame Burst|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Lava Plume|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rest|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Brine|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Water Spout|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=254&lt;br /&gt;
|pokemon=Sceptile&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Agility|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Slam|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Dual Chop|move3type=Dragon|move3cat=Physical&lt;br /&gt;
|move4=Detect|move4type=Fighting|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fifth battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Surf|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Heavy Slam|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Bulldoze|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Seed Bomb|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Force Palm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Venoshock|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Rock Tomb|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=257&lt;br /&gt;
|pokemon=Blaziken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|held=Blazikenite&lt;br /&gt;
|move1=Blaze Kick|move1type=Fire|move1cat=Physical&lt;br /&gt;
|move2=Brick Break|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Shadow Claw|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Seed Bomb|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Force Palm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Venoshock|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Rock Tomb|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Earth Power|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Lava Plume|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Body Slam|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=260&lt;br /&gt;
|pokemon=Swampert&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|held=Swampertite&lt;br /&gt;
|move1=Earthquake|move1type=Ground|move1cat=Physical&lt;br /&gt;
|move2=Muddy Water|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Brick Break|move4type=Fighting|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Earth Power|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Lava Plume|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Body Slam|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{ruby color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Surf|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Heavy Slam|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Bulldoze|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=254&lt;br /&gt;
|pokemon=Sceptile&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|held=Sceptilite&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=X-Scissor|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Dual Chop|move3type=Dragon|move3cat=Physical&lt;br /&gt;
|move4=Night Slash|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Battle Maison Multi Battle======&lt;br /&gt;
Brendan will always use these two Pokémon as the player&#039;s Multi Battle Partner.&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{ruby color}}&lt;br /&gt;
|headcolor={{ruby color light}}&lt;br /&gt;
|bordercolor={{ruby color dark}}&lt;br /&gt;
|sprite=VSBrendan 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=Brendan&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Battle Maison&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|held=Light Clay&lt;br /&gt;
|move1=Light Screen|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Reflect|move2type=Psychic|move2cat=Status&lt;br /&gt;
|move3=Earth Power|move3type=Ground|move3cat=Special&lt;br /&gt;
|move4=Psychic|move4type=Psychic|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=295&lt;br /&gt;
|pokemon=Exploud&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Soundproof&lt;br /&gt;
|held=Assault Vest&lt;br /&gt;
|move1=Hyper Voice|move1type=Normal|move1cat=Special&lt;br /&gt;
|move2=Fire Blast|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Blizzard|move3type=Ice|move3cat=Special&lt;br /&gt;
|move4=Shadow Ball|move4type=Ghost|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
==In spin-off games==&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
{{main|Brendan (Masters)}}&lt;br /&gt;
Brendan appears during the main story of [[Pokémon Masters EX]], forming a [[sync pair]] with {{p|Treecko}} and its evolved forms {{p|Grovyle}} and {{p|Sceptile}}. In his alternate outfit, he can also team up with {{p|Latios}}.&lt;br /&gt;
&lt;br /&gt;
===[[Pokémon GO]]===&lt;br /&gt;
{{main|Style (GO)}}&lt;br /&gt;
For the start of Pokémon GO Tour: Hoenn, Brendan&#039;s outfit from {{g|Omega Ruby and Alpha Sapphire}} was released as free style options in [[Pokémon GO]].&lt;br /&gt;
&lt;br /&gt;
==Quotes==&lt;br /&gt;
{{main|Brendan (game)/Quotes}}&lt;br /&gt;
&lt;br /&gt;
==Optional names==&lt;br /&gt;
In the game, two of the optional names—one in Ruby and one in Sapphire—refer to &amp;quot;land&amp;quot; and &amp;quot;sea&amp;quot; respectively. In the English version, these are &#039;&#039;&#039;Land&#039;&#039;&#039;on and &#039;&#039;&#039;Sea&#039;&#039;&#039;n; in the Japanese version, リクヤ &#039;&#039;&#039;&#039;&#039;Riku&#039;&#039;&#039;ya&#039;&#039; and カイト &#039;&#039;&#039;&#039;&#039;Kai&#039;&#039;&#039;to&#039;&#039; (陸 &#039;&#039;riku&#039;&#039; means land and 海 &#039;&#039;kai&#039;&#039; means sea). This is also the case in other languages. Additionally, in the English version, two of the shared names—Terry and Seth—seem to be influenced by the same theme.&lt;br /&gt;
&lt;br /&gt;
In Emerald, if the player leaves the name writing screen without any written name, or with a name composed entirely of empty spaces, Professor Birch says &amp;quot;So it&#039;s &amp;lt;optional name&amp;gt;?&amp;quot;, suggesting one of the 20 available names. The player may answer &amp;quot;Yes&amp;quot; to accept the suggested name, or &amp;quot;No&amp;quot; to return to the name writing screen.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;float:left; background: #{{ruby color light}}; {{roundy|10px}}; border: 3px solid #{{ruby color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! Game&lt;br /&gt;
! Japanese&lt;br /&gt;
! English&lt;br /&gt;
! French&lt;br /&gt;
! German&lt;br /&gt;
! Italian&lt;br /&gt;
! Spanish&lt;br /&gt;
|- style=&amp;quot;background: #FFF;&amp;quot;&lt;br /&gt;
|Ruby&lt;br /&gt;
|&amp;lt;ab&amp;gt;リクヤ &#039;&#039;Rikuya&#039;&#039;&lt;br /&gt;
ヒロアキ &#039;&#039;Hiroaki&#039;&#039;&lt;br /&gt;
ヒトシ &#039;&#039;Hitoshi&#039;&#039;&lt;br /&gt;
ケイ &#039;&#039;Kei&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Landon&lt;br /&gt;
Terry&lt;br /&gt;
Seth&lt;br /&gt;
Tom&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Thierry&lt;br /&gt;
Thomas&lt;br /&gt;
Daniel&lt;br /&gt;
Seb&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Roland&lt;br /&gt;
Daniel&lt;br /&gt;
Helge&lt;br /&gt;
Jan&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Landon&lt;br /&gt;
Marco&lt;br /&gt;
Paolo&lt;br /&gt;
Lucio&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Teren&lt;br /&gt;
Quimi&lt;br /&gt;
Rufo&lt;br /&gt;
Arturo&amp;lt;/ab&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background: #FFF;&amp;quot;&lt;br /&gt;
|Sapphire&lt;br /&gt;
|&amp;lt;ab&amp;gt;カイト &#039;&#039;Kaito&#039;&#039;&lt;br /&gt;
ヒロアキ &#039;&#039;Hiroaki&#039;&#039;&lt;br /&gt;
ヒトシ &#039;&#039;Hitoshi&#039;&#039;&lt;br /&gt;
ケイ &#039;&#039;Kei&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Sean&lt;br /&gt;
Terry&lt;br /&gt;
Seth&lt;br /&gt;
Tom&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Martial&lt;br /&gt;
Thomas&lt;br /&gt;
Daniel&lt;br /&gt;
Seb&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Sebold&lt;br /&gt;
Daniel&lt;br /&gt;
Helge&lt;br /&gt;
Jan&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Martin&lt;br /&gt;
Marco&lt;br /&gt;
Paolo&lt;br /&gt;
Lucio&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marino&lt;br /&gt;
Quimi&lt;br /&gt;
Rufo&lt;br /&gt;
Arturo&amp;lt;/ab&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background: #FFF;&amp;quot;&lt;br /&gt;
|Emerald&lt;br /&gt;
|&amp;lt;ab&amp;gt;イツオ &#039;&#039;Itsuo&#039;&#039;&lt;br /&gt;
ギョク &#039;&#039;Gyoku&#039;&#039;&lt;br /&gt;
ケイ &#039;&#039;Kei&#039;&#039;&lt;br /&gt;
シュウサク &#039;&#039;Shūsaku&#039;&#039;&lt;br /&gt;
セイゴ &#039;&#039;Seigo&#039;&#039;&lt;br /&gt;
ダイサク &#039;&#039;Daisaku&#039;&#039;&lt;br /&gt;
タカヒト &#039;&#039;Takahito&#039;&#039;&lt;br /&gt;
タツヤ &#039;&#039;Tatsuya&#039;&#039;&lt;br /&gt;
ダニエル &#039;&#039;Daniel&#039;&#039;&lt;br /&gt;
テルキ &#039;&#039;Teruki&#039;&#039;&lt;br /&gt;
トム &#039;&#039;Tom&#039;&#039;&lt;br /&gt;
トモヤ &#039;&#039;Tomoya&#039;&#039;&lt;br /&gt;
ヒトシ &#039;&#039;Hitoshi&#039;&#039;&lt;br /&gt;
ヒロアキ &#039;&#039;Hiroaki&#039;&#039;&lt;br /&gt;
ユキヒコ &#039;&#039;Yukihiko&#039;&#039;&lt;br /&gt;
ラルド &#039;&#039;Rald&#039;&#039;&lt;br /&gt;
リクヤ &#039;&#039;Rikuya&#039;&#039;&lt;br /&gt;
リチャード &#039;&#039;Richard&#039;&#039;&lt;br /&gt;
リュウ &#039;&#039;Ryū&#039;&#039;&lt;br /&gt;
リョウタ &#039;&#039;Ryōta&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Stu&lt;br /&gt;
Milton&lt;br /&gt;
Tom&lt;br /&gt;
Kenny&lt;br /&gt;
Reid&lt;br /&gt;
Jude&lt;br /&gt;
Jaxson&lt;br /&gt;
Easton&lt;br /&gt;
Walker&lt;br /&gt;
Teru&lt;br /&gt;
Johnny&lt;br /&gt;
Brett&lt;br /&gt;
Seth&lt;br /&gt;
Terry&lt;br /&gt;
Casey&lt;br /&gt;
Darren&lt;br /&gt;
Landon&lt;br /&gt;
Collin&lt;br /&gt;
Stanley&lt;br /&gt;
Quincy&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Stef&lt;br /&gt;
Manuel&lt;br /&gt;
Seb&lt;br /&gt;
Gwenn&lt;br /&gt;
Arno&lt;br /&gt;
Jules&lt;br /&gt;
Johann&lt;br /&gt;
Thibaud&lt;br /&gt;
Alec&lt;br /&gt;
Gibus&lt;br /&gt;
Johnny&lt;br /&gt;
Fabrice&lt;br /&gt;
Daniel&lt;br /&gt;
Thomas&lt;br /&gt;
Gary&lt;br /&gt;
Ruddy&lt;br /&gt;
Thierry&lt;br /&gt;
Colin&lt;br /&gt;
Stan&lt;br /&gt;
Severin&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Stefan&lt;br /&gt;
Florian&lt;br /&gt;
Jan&lt;br /&gt;
Erik&lt;br /&gt;
Thomas&lt;br /&gt;
Martin&lt;br /&gt;
Markus&lt;br /&gt;
Klaus&lt;br /&gt;
Paul&lt;br /&gt;
Rolf&lt;br /&gt;
Jörg&lt;br /&gt;
Haiko&lt;br /&gt;
Helge&lt;br /&gt;
Daniel&lt;br /&gt;
Michael&lt;br /&gt;
David&lt;br /&gt;
Roland&lt;br /&gt;
Johann&lt;br /&gt;
Dieter&lt;br /&gt;
Anselm&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Francy&lt;br /&gt;
Giorgio&lt;br /&gt;
Lucio&lt;br /&gt;
Faby&lt;br /&gt;
Andrea&lt;br /&gt;
Daniele&lt;br /&gt;
Michele&lt;br /&gt;
Renzo&lt;br /&gt;
Eugenio&lt;br /&gt;
Elia&lt;br /&gt;
Sandro&lt;br /&gt;
Pietro&lt;br /&gt;
Paolo&lt;br /&gt;
Marco&lt;br /&gt;
Alberto&lt;br /&gt;
Filippo&lt;br /&gt;
Landon&lt;br /&gt;
Gino&lt;br /&gt;
Cecco&lt;br /&gt;
Mario&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Eleno&lt;br /&gt;
Lareo&lt;br /&gt;
Arturo&lt;br /&gt;
Carlo&lt;br /&gt;
Mauri&lt;br /&gt;
Daniel&lt;br /&gt;
Marcelo&lt;br /&gt;
Roberto&lt;br /&gt;
Aitor&lt;br /&gt;
Juli&lt;br /&gt;
Narciso&lt;br /&gt;
Luis&lt;br /&gt;
Rufo&lt;br /&gt;
Quimi&lt;br /&gt;
Jesuso&lt;br /&gt;
Marco&lt;br /&gt;
Teren&lt;br /&gt;
Mario&lt;br /&gt;
Pedro&lt;br /&gt;
Enrique&amp;lt;/ab&amp;gt;&lt;br /&gt;
|}{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the TFG==&lt;br /&gt;
There are three {{TFG|Trainer figure|Trainer figures}} based on Brendan. They are versions of Brendan with the same design, but with different colors. In all figures, Brendan uses his sweater and backpack from {{game|Emerald}}, and his pants and shoes from {{game|Ruby and Sapphire|s}}.&lt;br /&gt;
&lt;br /&gt;
* {{TFG ID|Next Quest|Brendan|41}} (Japanese: ユウキ &#039;&#039;Yūki&#039;&#039;) from {{TFG|Next Quest}}, wearing clothes with blue in place of the red or orange colors from the other figures.&lt;br /&gt;
* {{TFG ID|Groundbreakers|Landon|41}} (Japanese: リクヤ &#039;&#039;Rikuya&#039;&#039;) from {{TFG|Groundbreakers}}, wearing clothes with the color palette from Ruby and Sapphire.&lt;br /&gt;
* {{TFG ID|Unnamed Third Set|Sean|41}} (Japanese: カイト &#039;&#039;Kaito&#039;&#039;), from the {{TFG|Unnamed Third Set}}, wearing clothes with the color palette from Emerald.&lt;br /&gt;
&lt;br /&gt;
The Brendan figure is part of the single released set, Next Quest. The other two sets were not released, so the Landon and Sean figures were not released either.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:BrendanNextQuest41.png|{{TFG ID|Next Quest|Brendan|41}}&lt;br /&gt;
File:LandonGroundbreakers41.png|{{TFG ID|Groundbreakers|Landon|41}}&lt;br /&gt;
File:SeanUnnamedThirdSet41.jpg|{{TFG ID|Unnamed Third Set|Sean|41}}&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Counterparts==&lt;br /&gt;
&lt;br /&gt;
===In the anime===&lt;br /&gt;
&lt;br /&gt;
====Main series====&lt;br /&gt;
[[File:Brendan anime.png|thumb|250px|Brendan in the {{pkmn|anime}}]]&lt;br /&gt;
Brendan&#039;s only appearances in the main series are small cameos in the opening sequences of {{pkmn|movie}}s, specifically &#039;&#039;[[M06|Jirachi: Wish Maker]]&#039;&#039;, &#039;&#039;[[M09|Pokémon Ranger and the Temple of the Sea]]&#039;&#039;, and &#039;&#039;[[M11|Giratina and the Sky Warrior]]&#039;&#039;. He is shown to spend time in [[Battle Tower]]s. In all of his appearances, he has appeared with his Ruby and Sapphire outfit.&lt;br /&gt;
&lt;br /&gt;
Unlike in the games, he has never interacted with [[May (anime)|May]]. It is unknown if he has ever met her, or even if his parents are the same as in the games, as neither [[Norman]] nor [[Professor Birch]] has mentioned him.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|width=68&lt;br /&gt;
|pkmn=Shiftry&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|type2=Dark&lt;br /&gt;
|img=Brendan Shiftry.png&lt;br /&gt;
|epnum=M06&lt;br /&gt;
|epname=Jirachi: Wish Maker&lt;br /&gt;
|desc=Brendan&#039;s {{p|Shiftry}} was only briefly seen in a [[Double Battle]] at the beginning of [[M06|the sixth movie]] alongside Aggron, against a Solrock and Manectric. During the battle, Shiftry was hit by the Manectric&#039;s {{m|Spark}}. Shiftry is kept within a [[Repeat Ball]].&lt;br /&gt;
&lt;br /&gt;
Shiftry&#039;s only known move is {{m|Bullet Seed}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|pkmn=Aggron&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Rock&lt;br /&gt;
|img=Brendan Aggron.png&lt;br /&gt;
|epnum=M06&lt;br /&gt;
|epname=Jirachi: Wish Maker&lt;br /&gt;
|desc=Brendan&#039;s {{p|Aggron}} was only briefly seen in a [[Double Battle]] at the beginning of [[M06|the sixth movie]] alongside Shiftry, against a {{p|Solrock}} and {{p|Manectric}}. During the battle, Aggron {{status|freeze|froze}} the opponent&#039;s Solrock. Aggron is kept within a [[Luxury Ball]].&lt;br /&gt;
&lt;br /&gt;
Aggron&#039;s only known move is {{m|Ice Beam}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|pkmn=Swampert&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=Brendan Swampert.png&lt;br /&gt;
|epnum=M09&lt;br /&gt;
|epname=Pokémon Ranger and the Temple of the Sea&lt;br /&gt;
|desc={{p|Swampert}} was seen briefly at the beginning of [[M09|the ninth movie]], where it confronted {{OBP|Rebecca|M07}}&#039;s {{p|Tyranitar}} in the [[Battle Tower]]. Not much is known about it.&lt;br /&gt;
&lt;br /&gt;
Swampert&#039;s only known move is {{m|Ice Beam}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|pkmn=Rhyperior&lt;br /&gt;
|type1=Ground&lt;br /&gt;
|type2=Rock&lt;br /&gt;
|img=Brendan Rhyperior.png&lt;br /&gt;
|epnum=M11&lt;br /&gt;
|epname=Giratina and the Sky Warrior&lt;br /&gt;
|desc=Brendan&#039;s {{p|Rhyperior}} has only made a brief appearance at the beginning of [[M11|the eleventh movie]], where it was seen battling against {{ga|Lucas}}&#039;s {{p|Magmortar}}.&lt;br /&gt;
&lt;br /&gt;
Rhyperior&#039;s only known move is {{m|Hammer Arm}}.}}&lt;br /&gt;
&lt;br /&gt;
====Pokémon Generations====&lt;br /&gt;
[[File:Brendan PG.png|thumb|250px|Brendan in [[Pokémon Generations]]]]&lt;br /&gt;
Brendan appeared in &#039;&#039;[[PG07|The Vision]]&#039;&#039;, where he was first seen battling several {{tc|Team Magma Grunt}}s with his {{p|Sceptile}} while infiltrating the [[Team Magma Hideout]], before running into [[Courtney]]. She then challenged him to a battle with her {{p|Camerupt}} just as [[Maxie]] and the rest of Team Magma headed for the [[Seafloor Cavern]] aboard [[Submarine Explorer 1]].&lt;br /&gt;
&lt;br /&gt;
Much like the other [[player character]]s depicted in [[Pokémon Generations]], Brendan doesn&#039;t have any lines of dialogue.&lt;br /&gt;
&lt;br /&gt;
Later in &#039;&#039;[[PG09|The Scoop]]&#039;&#039;, a trainer was seen battling and catching Deoxys with Mega Rayquaza, although due to the trainers hidden face, it can&#039;t be 100% confirmed this was the same Brendan from &#039;&#039;[[PG07|The Vision]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|width=68&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|pkmn=Sceptile&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|img=Brendan Sceptile PG.png&lt;br /&gt;
|epnum=PG07&lt;br /&gt;
|epname=The Vision&lt;br /&gt;
|desc={{p|Sceptile}} is Brendan&#039;s only known Pokémon, possibly his {{pkmn2|starter}}. It was used to infiltrate and fight off {{tc|Team Magma Grunt}}s and [[Courtney]] in the [[Team Magma Hideout]].&lt;br /&gt;
&lt;br /&gt;
Sceptile&#039;s known moves are {{m|Leaf Storm}} and {{m|Leaf Blade}}.}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Do not add Mega Rayquaza. It is not certain that Brendan was the person with it in PG09&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Pokémon Omega Ruby and Alpha Sapphire Animated Trailer====&lt;br /&gt;
{{MissingInfo|1|enva}}&lt;br /&gt;
[[File:Brendan ORAS Trailer.png|thumb|250px|Brendan in the Omega Ruby and Alpha Sapphire Animated Trailer]]&lt;br /&gt;
Brendan appeared in the [[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer]], where he was first seen sleeping in his house in [[Littleroot Town]]. A {{p|Treecko}} comes by and woke him up. He ran to {{ga|May}}&#039;s house as the [[starter Pokémon]] were playing with one another. Brendan encountered a {{tc|Youngster}} and battled his {{p|Zigzagoon}} with {{p|Treecko}}.&lt;br /&gt;
&lt;br /&gt;
Later, sometime after his Treecko evolved all the way up into Sceptile, Brendan battled {{Steven}} and his {{TP|Steven|Mega Metagross|Metagross}}. Brendan then [[soaring in the sky|soared in the sky]] with his Mega {{p|Latios}} alongside May and her Mega {{p|Latias}}.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|pkmn=Sceptile ↔ Mega Sceptile&lt;br /&gt;
|stage1=Treecko&lt;br /&gt;
|stage2=Grovyle&lt;br /&gt;
|width=68&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|img=Brendan Treecko ORAS Trailer.png&lt;br /&gt;
|cap=Brendan&#039;s Treecko&lt;br /&gt;
|img2=Brendan {{#switch: {{#expr: {{#time: U}} mod 2}}|0=Sceptile|1=Mega Sceptile}} ORAS Trailer.png&lt;br /&gt;
|cap2=Brendan&#039;s {{#switch: {{#expr: {{#time: U}} mod 2}}|0=Sceptile|1=Mega Sceptile}}&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Sceptile}} is the first Pokémon Brendan is known to have. It was first seen as a Treecko in Brendan&#039;s house at [[Littleroot Town]]. Treecko was briefly seen battling a {{tc|Youngster}}&#039;s {{p|Zigzagoon}}. Later, it was revealed to have evolved into a {{p|Grovyle}} and then a Sceptile. Sceptile then had the ability to Mega Evolve into a Mega Sceptile. It was last seen battling {{Steven}}&#039;s {{TP|Steven|Mega Metagross|Metagross}}.&lt;br /&gt;
&lt;br /&gt;
Sceptile&#039;s only known move is {{m|Pound}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Brendan&lt;br /&gt;
|pkmn=Latios ↔ Mega Latios&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Mega Latios ORAS Trailer.png&lt;br /&gt;
|cap=Brendan&#039;s Mega Latios&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Latios}} is another of Brendan&#039;s Pokémon. He was only seen in his Mega Evolved form [[soaring in the sky]] along with {{ga|May}}&#039;s Mega {{p|Latias}}.&lt;br /&gt;
&lt;br /&gt;
None of Latios&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
=====Voice actors=====&lt;br /&gt;
{{vatable|color={{ruby color}}|bordercolor={{ruby color light}}&lt;br /&gt;
|ja=岡本信彦 &#039;&#039;[[Nobuhiko Okamoto]]&#039;&#039;&lt;br /&gt;
|en=&lt;br /&gt;
|es_eu=Roberto Rodríguez}}&lt;br /&gt;
&lt;br /&gt;
====GOTCHA!====&lt;br /&gt;
Brendan briefly appeared in [[GOTCHA!]].&lt;br /&gt;
&lt;br /&gt;
===In the manga===&lt;br /&gt;
[[File:Ruby RS chapter.png|thumb|220px|Brendan&#039;s Pokémon Adventures counterpart, Ruby]]&lt;br /&gt;
[[File:Rald CBF.png|thumb|left|180px|Brendan&#039;s counterpart Rald]]&lt;br /&gt;
====Pokémon Adventures====&lt;br /&gt;
{{main|Ruby (Adventures)}}&lt;br /&gt;
Ruby from [[Pokémon Adventures]], who is a {{pkmn|Coordinator}}, is based on Brendan. While he is also skilled in battles, he chooses to suppress that side of himself most of the time, as a result of a traumatic encounter with a {{TP|Zinnia|Salamence}} he and {{adv|Sapphire}} had when they were little.&lt;br /&gt;
&lt;br /&gt;
====Pokémon Ruby-Sapphire====&lt;br /&gt;
{{main|Ruby (Ruby-Sapphire)}}&lt;br /&gt;
Ruby from [[Pokémon Ruby-Sapphire]] is based on Brendan.&lt;br /&gt;
&lt;br /&gt;
====Pokemon Ruby &amp;amp; Sapphire (CoroCoro)====&lt;br /&gt;
A counterpart to Brendan named Ruby is featured in this short manga written by [[Suigun Oouchi]] for [[CoroCoro]] comics in December 2002. Ruby moves to Littleroot town with his [[mother]] and [[Norman|father]], aspiring to become a Pokémon champion. [[Mudkip]] is his [[starter Pokémon]].&lt;br /&gt;
&lt;br /&gt;
====Pokémon Battle Frontier====&lt;br /&gt;
{{main|Rald}}&lt;br /&gt;
Rald from [[Pokémon Battle Frontier]] is based on Brendan. He is a {{pkmn|Champion|Pokémon League Champion}} and works as {{OBP|Enta|CBF}}&#039;s mentor during his {{gdis|Battle Frontier|III}} challenge.&lt;br /&gt;
&lt;br /&gt;
====Pokémon Ruby &amp;amp; Sapphire Special Walkthrough Comic!====&lt;br /&gt;
Brendan appears in the [[Pokemon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]].&lt;br /&gt;
&lt;br /&gt;
====Pokémon Omega Ruby Crimson Passion and Pokémon Alpha Sapphire Indigo Wisdom====&lt;br /&gt;
{{OBP|Omega|CPIW}} and {{OBP|Alpha|CPIW}} from [[Pokémon Omega Ruby Crimson Passion and Pokémon Alpha Sapphire Indigo Wisdom]] are based on Brendan.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
===Artwork===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color}}; font-size:80%; color: #fff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan May RS Concept Art.jpg|x200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Ruby Sapphire Brendan.png|x200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Emerald Brendan.png|x200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Omega Ruby Alpha Sapphire Contest Brendan.png|x200px]]&lt;br /&gt;
|-&lt;br /&gt;
| Concept art with {{color2|fff|May (game)|May}} from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}} by {{color2|fff|Ken Sugimori}}&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Emerald Version|Pokémon Emerald}}&lt;br /&gt;
| Contest outfit from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan ORAS concept art.png|x200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Contest Brendan ORAS concept art.png|x200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Ribbon.png|200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:RSE Secret Base Art.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
| Concept art from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Contest outfit concept art from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Giving a {{color2|fff|Ribbon}} to {{color2|fff|Torchic (Pokémon)|Torchic}}&lt;br /&gt;
| In his&amp;lt;br&amp;gt;{{color2|fff|Secret Base}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Rayquaza Encounter.png|250px]]&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Trainer Hill art.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS Contest art.png|250px]]&lt;br /&gt;
|-&lt;br /&gt;
| Encountering {{color2|fff|Rayquaza (Pokémon)|Rayquaza}}&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | In the {{color2|fff|Trainer Hill}}&lt;br /&gt;
| In a {{color2|fff|Pokémon Contest}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sprites and models===&lt;br /&gt;
{{incomplete|section|Add sprite of Brendan riding a bicycle in the intro/credits of Ruby/Sapphire, and also the one in the intro/credits of Emerald}}&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color}}; font-size:80%; color: #fff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Spr RS Brendan.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Spr E Brendan.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:RS Brendan Back.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:E Brendan Back.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Colo Brendan.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:VSBrendan.png|150px]]&lt;br /&gt;
|-&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Colosseum|Colosseum}}&lt;br /&gt;
| VS model as rival from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan RS OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan FRLG OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:XD Brendan RS.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:XD Brendan Em.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:VSBrendan Contest.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:VSBrendan Contest 2.png|150px]]&lt;br /&gt;
|-&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|fff|Pokémon FireRed and LeafGreen Versions|FireRed and LeafGreen}}&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|fff|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon XD: Gale of Darkness|Pokémon XD}}&amp;lt;br&amp;gt;(RS variant)&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|fff|Pokémon XD: Gale of Darkness|Pokémon XD}}&amp;lt;br&amp;gt;(E variant)&lt;br /&gt;
| VS sprite in {{color2|fff|Pokémon Contests|Contests}} from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(without {{color2|fff|Key Stone}})&lt;br /&gt;
| VS sprite in {{color2|fff|Pokémon Contests|Contests}} from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(with {{color2|fff|Key Stone}})&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Contest Costume ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Go-Goggles ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Devon Scuba Gear ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Magma Suit ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan Aqua Suit ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border: 2px solid #{{ruby color dark}}; background: #{{ruby color light}}; width:96px; height:96px&amp;quot; | [[File:ORAS Brendan Icon.png]]&lt;br /&gt;
|-&lt;br /&gt;
| Overworld model from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|fff|Contest Costume}} in&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|fff|Go-Goggles}} in&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|fff|Devon Scuba Gear}} in&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|fff|Magma Suit}} in&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby}}&lt;br /&gt;
| Wearing the {{color2|fff|Aqua Suit}} in&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Alpha Sapphire}}&lt;br /&gt;
| Icon in the main menu and {{color2|fff|Battle Maison}} in&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* In [[Super Smash Bros. Brawl]], {{SSB|Pikachu}} wears Brendan&#039;s headband from {{game|Emerald}} as an alternate costume. Also, the {{SSB|Pokémon Trainer}} has an alternate costume with a similar color scheme as Brendan&#039;s Emerald outfit.&lt;br /&gt;
* He and {{ga|May}} are the only set of [[player character]]s who have a chance to speak with both a [[mother]] and a father in the {{pkmn|games}}.&lt;br /&gt;
* Before {{pkmn|Omega Ruby and Alpha Sapphire}}, Brendan and May were the only rivals whose [[starter Pokémon]] does not reach its final form.&lt;br /&gt;
* In the fandom, Brendan&#039;s [https://twitter.com/SUPER_32X/status/40800048816209920 knit cap] has commonly been mistaken for white hair. Although largely obscured by his headwear, Brendan&#039;s actual hair is visible in most depictions, usually black in color.&lt;br /&gt;
* While the second battle with Brendan (or May if he is the player character) is optional, the encounter leading up to it is not.&lt;br /&gt;
** Therefore, after returning the [[Devon Goods]] before encountering Brendan or May in Rustboro City, if the player [[Black out|blacks out]] without ever visiting the [[Pokémon Center]] in Rustboro City (which causes the player character to rush to [[Petalburg City]]&#039;s Pokémon Center instead), the encounter and optional battle take place in {{rt|104|Hoenn}} in front of [[Mr. Briney]]&#039;s house instead.&lt;br /&gt;
* Screenshots of {{game|Emerald}} on the Japanese Nintendo website refer to Brendan as &amp;quot;Rald&amp;quot; (Japanese: &#039;&#039;&#039;ラルド&#039;&#039;&#039;).&amp;lt;ref&amp;gt;[https://www.nintendo.co.jp/n08/bpej/frontier2/index.html Pokémon Emerald on Nintendo] (Japanese)&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Pre-release media for [[Pokémon Omega Ruby and Alpha Sapphire]], including the [[Pokémon Omega Ruby and Pokémon Alpha Sapphire Special Demo Version|Special Demo Version]], referred to Brendan as &amp;quot;Orlando&amp;quot; (Japanese: &#039;&#039;&#039;オメガ&#039;&#039;&#039; &#039;&#039;Omega&#039;&#039;).&lt;br /&gt;
* Similarly to May, Brendan&#039;s attire in Omega Ruby and Alpha Sapphire is mainly based on his appearance in {{game|Emerald}}.&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| style=&amp;quot;background:#{{ruby color light}}; {{roundy|10px}}; border: 3px solid #{{ruby color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! Language&lt;br /&gt;
! Name&lt;br /&gt;
! Origin&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Japanese&lt;br /&gt;
| ユウキ &#039;&#039;Yūki&#039;&#039;&lt;br /&gt;
| From 勇気 &#039;&#039;yūki&#039;&#039; (bravery) or 悠 &#039;&#039;yū&#039;&#039; (distant)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| English&lt;br /&gt;
| Brendan&lt;br /&gt;
| From &#039;&#039;brave&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Brix&lt;br /&gt;
| From &#039;&#039;Bravour&#039;&#039; (bravery)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Bruno&lt;br /&gt;
| From &#039;&#039;bravo&#039;&#039; (bold)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| French&lt;br /&gt;
| Brice&lt;br /&gt;
| From &#039;&#039;bravoure&#039;&#039; (bravery)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Italian&lt;br /&gt;
| Brendon&lt;br /&gt;
| Similar to his English name&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 휘웅 &#039;&#039;Hwiung&#039;&#039;&lt;br /&gt;
| From 웅 (雄) &#039;&#039;ung&#039;&#039; (hero). Possibly from the Japanese name 雄輝 &#039;&#039;Yūki&#039;&#039;, whose equivalent reading in Korean is &#039;&#039;Unghwi&#039;&#039;.&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;| Chinese ({{tt|Mandarin|Taiwan}})&lt;br /&gt;
| 小悠 &#039;&#039;Xiǎo Yōu&#039;&#039;{{tt|*|Games}}&lt;br /&gt;
| From 悠 &#039;&#039;yōu&#039;&#039; (distant)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| 祐樹 &#039;&#039;Yòushù&#039;&#039;{{tt|*|Emerald guidebook}}&lt;br /&gt;
| From the Japanese name 祐樹 &#039;&#039;Yūki&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 小悠 &#039;&#039;Síu Yàuh&#039;&#039;&lt;br /&gt;
| From 悠 &#039;&#039;yàuh&#039;&#039; (distant)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player characters|ruby}}&lt;br /&gt;
{{Rival characters|ruby}}&lt;br /&gt;
{{NPC|ruby|hoenn=yes}}&amp;lt;br/&amp;gt;&lt;br /&gt;
{{Project CharacterDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Rival characters]]&lt;br /&gt;
[[Category:Ruby and Sapphire characters]]&lt;br /&gt;
[[Category:Emerald characters]]&lt;br /&gt;
[[Category:Omega Ruby and Alpha Sapphire characters]]&lt;br /&gt;
[[Category:Laboratory assistants]]&lt;br /&gt;
[[Category:Champions]]&lt;br /&gt;
[[Category:Trainers with Key Stones]]&lt;br /&gt;
[[Category:Trainers with Legendary Pokémon]]&amp;lt;!--Deoxys, the Mythical Pokémon, isn&#039;t required to be caught.--&amp;gt;&lt;br /&gt;
[[Category:Pokémon Generations characters]]&lt;br /&gt;
&lt;br /&gt;
[[de:Brix]]&lt;br /&gt;
[[es:Bruno (personaje)]]&lt;br /&gt;
[[fr:Brice (Hoenn)]]&lt;br /&gt;
[[it:Brendon (gioco)]]&lt;br /&gt;
[[ja:ユウキ (ゲーム)]]&lt;br /&gt;
[[zh:小悠]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=May_(game)&amp;diff=3725096</id>
		<title>May (game)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=May_(game)&amp;diff=3725096"/>
		<updated>2023-06-10T01:38:49Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: Suigun manga summary.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CharInfobox&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|corecolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|name=May&lt;br /&gt;
|jname=ハルカ&lt;br /&gt;
|tmname=Haruka&lt;br /&gt;
|text=white&lt;br /&gt;
|image=Omega Ruby Alpha Sapphire May.png&lt;br /&gt;
|size=180px&lt;br /&gt;
|caption=Art from [[Pokémon Omega Ruby and Alpha Sapphire]]&lt;br /&gt;
|gender=Female&lt;br /&gt;
|hometown=[[Littleroot Town]] (originally [[Olivine City]] if chosen by the player)&lt;br /&gt;
|region=[[Hoenn]] (originally [[Johto]] if chosen by the player)&lt;br /&gt;
|relatives=[[Norman]], {{ho|Mom}} (as player)&amp;lt;br&amp;gt;[[Professor Birch]], unnamed mother, younger brother{{sup/3|E}} (as rival)&lt;br /&gt;
|age=yes&lt;br /&gt;
|years=12 (as rival){{sup/6|ORAS}}&amp;lt;ref&amp;gt;{{g|Omega Ruby and Alpha Sapphire}}: &#039;&#039;Her name is May, &#039;&#039;&#039;aged 12&#039;&#039;&#039;, a Trainer from Littleroot Town.&#039;&#039; - {{DL|TV Mauville|Hoenn News Network}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|colors=yes&lt;br /&gt;
|eyes=Blue&lt;br /&gt;
|hair=Light brown&lt;br /&gt;
|trainer=yes&lt;br /&gt;
|trainerclass=[[Pokémon Trainer]], [[player character]]&lt;br /&gt;
|game=yes&lt;br /&gt;
|generation={{Gen|III}}, {{Gen|VI}}&lt;br /&gt;
|games={{3v2|Ruby|Sapphire|Emerald}}&amp;lt;br&amp;gt;{{pkmn|Omega Ruby and Alpha Sapphire}}, {{pkmn|Masters EX}}&lt;br /&gt;
|leader=no&lt;br /&gt;
|anime=counterpart&lt;br /&gt;
|animecounterpart={{an|May}}&lt;br /&gt;
|epnum=AG001&lt;br /&gt;
|epname=Get the Show on the Road!&lt;br /&gt;
|manga=counterpart&lt;br /&gt;
|mangacounterpart={{adv|Sapphire}}, {{OBP|Sapphire|Ruby-Sapphire}}&lt;br /&gt;
|roundnum=PS182&lt;br /&gt;
|roundname=VS. Mightyena&lt;br /&gt;
|gameanim=yes&lt;br /&gt;
|pv=yes&lt;br /&gt;
|pvnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|pvname=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|envagame=Deneen Melody&amp;lt;ref name=&amp;quot;Deneen Melody&amp;quot;&amp;gt;[https://www.deneenmelody.com/ Deneen Melody | Voice Actor]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Unknown &amp;lt;small&amp;gt;({{pkmn|Evolutions}})&amp;lt;/small&amp;gt;&lt;br /&gt;
|javagame=[[Kana Hanazawa]] &amp;lt;small&amp;gt;([[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer|ORAS Trailer]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Ai Nonaka&amp;lt;ref name=&amp;quot;Ai Nonaka&amp;quot;&amp;gt;[https://twitter.com/pokemas_game/status/1349600886012698624 Pokémon Masters Official Japanese profile on Twitter]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Hina Natsume &amp;lt;small&amp;gt;({{pkmn|Evolutions}})&amp;lt;/small&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;May&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ハルカ&#039;&#039;&#039; &#039;&#039;Haruka&#039;&#039;) is the female choice for the [[player character]] in {{game2|Ruby|Sapphire|Emerald}} and their [[Generation VI]] remakes, [[Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire]]. She also serves as the [[rival]] in the same games if the player chooses to play as her male counterpart, {{ga|Brendan}}.&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
===As the protagonist===&lt;br /&gt;
If May is selected as the player character, she starts her {{pkmn|journey}} moving from her home in [[Johto]] to her new home in the town of {{to|Littleroot}} in [[Hoenn]]. After saving [[Professor Birch]] from a [[wild Pokémon]], she is given one of the three starters of the Hoenn [[region]]. May develops a close bond with {{ga|Brendan}}, and eventually [[Wally]], who both act as her rivals. May goes on to gather the eight Badges of Hoenn, stop the plans of [[Team Aqua]]{{sup/3|Sa}}{{sup/3|E}}{{sup/6|AS}}/[[Team Magma]]{{sup/3|Ru}}{{sup/3|E}}{{sup/6|OR}} and conquer the Pokémon League all before going off to face the {{gdis|Battle Frontier|III}}{{sup/3|E}}/[[Battle Maison]]{{sup/6|ORAS}}.&lt;br /&gt;
&lt;br /&gt;
===As a non-playable character===&lt;br /&gt;
If May is not selected as the player, she is helping her dad finish the Hoenn [[Pokédex]] and becoming a Pokémon Professor. She is also the player&#039;s rival and friend. Along with Brendan (when playing as May), they are the only rivals unavailable for battle after entering the [[Hall of Fame]]. Additionally, they both are the only ones to not [[evolution|evolve]] their starter Pokémon into its final form, except for in Omega Ruby and Alpha Sapphire, where their starters have been fully evolved by the battle that takes place at [[Lilycove City]].&lt;br /&gt;
&lt;br /&gt;
===={{DL|PokéNav|Trainer&#039;s Eyes}}/{{DL|PokéNav|Match Call}}====&lt;br /&gt;
{{incomplete|section|needs=RSORAS information}}&lt;br /&gt;
&#039;&#039;&#039;Rad Neighbor May&#039;&#039;&#039;{{sup/3|E}}&lt;br /&gt;
:&#039;&#039;&#039;Strategy&#039;&#039;&#039;&lt;br /&gt;
:I&#039;m not so good at battles.&lt;br /&gt;
:&#039;&#039;&#039;Trainer&#039;s Pokémon&#039;&#039;&#039;&lt;br /&gt;
:I&#039;ll use any Pokémon!&lt;br /&gt;
:&#039;&#039;&#039;Self-Introduction&#039;&#039;&#039;&lt;br /&gt;
:My Pokémon and I help my father&#039;s research.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
=====Pokémon Ruby and Sapphire=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Splash|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Rollout|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Stun Spore|move2type=Grass&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Focus Energy|move1type=Normal&lt;br /&gt;
|move2=Ember|move2type=Fire&lt;br /&gt;
|move3=Double Kick|move3type=Fighting&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Stun Spore|move2type=Grass&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Tackle|move2type=Normal&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Water Gun|move1type=Water&lt;br /&gt;
|move2=Bide|move2type=Normal&lt;br /&gt;
|move3=Mud Shot|move3type=Ground&lt;br /&gt;
|move4=Foresight|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Splash|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Rollout|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Tackle|move2type=Normal&lt;br /&gt;
|move3=Ember|move3type=Fire}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Quick Attack|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rollout|move1type=Rock&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Ground|ability=Oblivious&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Mud Sport|move2type=Ground&lt;br /&gt;
|move3=Foresight|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rollout|move1type=Rock&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass&lt;br /&gt;
|move2=Screech|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle (optional)======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Mist|move1type=Ice&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Headbutt|move1type=Normal&lt;br /&gt;
|move2=PoisonPowder|move2type=Poison&lt;br /&gt;
|move3=Leech Seed|move3type=Grass&lt;br /&gt;
|move4=Mega Drain|move4type=Grass}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Amnesia|move1type=Psychic&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Mud Sport|move2type=Ground&lt;br /&gt;
|move3=Foresight|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr RS May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=RS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Quick Attack|move1type=Normal&lt;br /&gt;
|move2=Wing Attack|move2type=Flying&lt;br /&gt;
|move3=Endeavor|move3type=Normal&lt;br /&gt;
|move4=Double Team|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=322&lt;br /&gt;
|pokemon=Numel&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Fire|type2=Ground&lt;br /&gt;
|ability=Oblivious&lt;br /&gt;
|move1=Amnesia|move1type=Psychic&lt;br /&gt;
|move2=Magnitude|move2type=Ground&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Mist|move1type=Ice&lt;br /&gt;
|move2=Astonish|move2type=Ghost&lt;br /&gt;
|move3=Water Pulse|move3type=Water&lt;br /&gt;
|move4=Whirlpool|move4type=Water}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Ruby&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass&lt;br /&gt;
|move2=Screech|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Pokémon Emerald=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}300&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle (optional)======&lt;br /&gt;
If the player never uses the Rustburo City PokéCenter and blacks out during a wild Pokémon encounter after rescuing Peeko, they will encounter May on {{rt|104|Hoenn}} when going to Mr. Briney&#039;s home.&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=270&lt;br /&gt;
|pokemon=Lotad&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Focus Energy|move3type=Normal&lt;br /&gt;
|move4=Ember|move4type=Fire}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=324&lt;br /&gt;
|pokemon=Torkoal&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=White Smoke&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Curse|move3type=???}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Mud-Slap|move2type=Ground&lt;br /&gt;
|move3=Water Gun|move3type=Water&lt;br /&gt;
|move4=Bide|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}900&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Rustboro City&lt;br /&gt;
|location2=Hoenn Route 104&lt;br /&gt;
|location2name=Route 104&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=13&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=15&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal&lt;br /&gt;
|move2=Leer|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Quick Attack|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=271&lt;br /&gt;
|pokemon=Lombre&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|move1=Focus Energy|move1type=Normal&lt;br /&gt;
|move2=Ember|move2type=Fire&lt;br /&gt;
|move3=Double Kick|move3type=Fighting&lt;br /&gt;
|move4=Peck|move4type=Flying}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=271&lt;br /&gt;
|pokemon=Lombre&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Yawn|move1type=Normal&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Ember|move3type=Fire&lt;br /&gt;
|move4=Rock Throw|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|move1=Water Gun|move1type=Water&lt;br /&gt;
|move2=Bide|move2type=Normal&lt;br /&gt;
|move3=Mud Shot|move3type=Ground&lt;br /&gt;
|move4=Foresight|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1200&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=278&lt;br /&gt;
|pokemon=Wingull&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Growl|move1type=Normal&lt;br /&gt;
|move2=Water Gun|move2type=Water&lt;br /&gt;
|move3=Supersonic|move3type=Normal&lt;br /&gt;
|move4=Wing Attack|move4type=Flying}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Yawn|move1type=Normal&lt;br /&gt;
|move2=Smog|move2type=Poison&lt;br /&gt;
|move3=Ember|move3type=Fire&lt;br /&gt;
|move4=Rock Throw|move4type=Rock}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=20&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Quick Attack|move2type=Normal&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug&lt;br /&gt;
|move4=Pursuit|move4type=Dark}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=279&lt;br /&gt;
|pokemon=Pelipper&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Wing Attack|move1type=Flying&lt;br /&gt;
|move2=Supersonic|move2type=Normal&lt;br /&gt;
|move3=Mist|move3type=Ice&lt;br /&gt;
|move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=271&lt;br /&gt;
|pokemon=Lombre&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Nature Power|move2type=Normal&lt;br /&gt;
|move3=Fake Out|move3type=Normal&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|move1=Double Kick|move1type=Fighting&lt;br /&gt;
|move2=Peck|move2type=Flying&lt;br /&gt;
|move3=Sand-Attack|move3type=Ground&lt;br /&gt;
|move4=Bulk Up|move4type=Fighting}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald|&lt;br /&gt;
|ndex=271|&lt;br /&gt;
|pokemon=Lombre|&lt;br /&gt;
|gender=female|&lt;br /&gt;
|level=29|&lt;br /&gt;
|ability=Swift Swim|&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Nature Power|move2type=Normal&lt;br /&gt;
|move3=Fake Out|move3type=Normal&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden|move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Foresight|move2type=Normal&lt;br /&gt;
|move3=Mud Sport|move3type=Ground&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single|&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}1860&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=29&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden|move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald|&lt;br /&gt;
|ndex=271|&lt;br /&gt;
|pokemon=Lombre|&lt;br /&gt;
|gender=female|&lt;br /&gt;
|level=29|&lt;br /&gt;
|ability=Swift Swim|&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Absorb|move1type=Grass&lt;br /&gt;
|move2=Nature Power|move2type=Normal&lt;br /&gt;
|move3=Fake Out|move3type=Normal&lt;br /&gt;
|move4=Fury Swipes|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|move1=Fury Cutter|move1type=Bug&lt;br /&gt;
|move2=Pursuit|move2type=Dark&lt;br /&gt;
|move3=Screech|move3type=Normal&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fifth battle (optional)======&lt;br /&gt;
{{MSP/3|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=357&lt;br /&gt;
|pokemon=Tropius&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Chlorophyll&lt;br /&gt;
|type1=Grass|type2=Flying&lt;br /&gt;
|move1=Stomp|move1type=Normal&lt;br /&gt;
|move2=Sweet Scent||move2type=Normal&lt;br /&gt;
|move3=Whirlwind|move3type=Normal&lt;br /&gt;
|move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=279&lt;br /&gt;
|pokemon=Pelipper&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Wing Attack|move1type=Flying&lt;br /&gt;
|move2=Supersonic|move2type=Normal&lt;br /&gt;
|move3=Mist|move3type=Ice&lt;br /&gt;
|move4=Protect|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=272&lt;br /&gt;
|pokemon=Ludicolo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|move1=Peck|move1type=Flying&lt;br /&gt;
|move2=Sand-Attack|move2type=Ground&lt;br /&gt;
|move3=Bulk Up|move3type=Fighting&lt;br /&gt;
|move4=Quick Attack|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=357&lt;br /&gt;
|pokemon=Tropius&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Chlorophyll&lt;br /&gt;
|type1=Grass|type2=Flying&lt;br /&gt;
|move1=Stomp|move1type=Normal&lt;br /&gt;
|move2=Sweet Scent|move2type=Normal&lt;br /&gt;
|move3=Whirlwind|move3type=Normal&lt;br /&gt;
|move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=272&lt;br /&gt;
|pokemon=Ludicolo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Swift Swim&lt;br /&gt;
|type1=Water|type2=Grass&lt;br /&gt;
|move1=Astonish|move1type=Ghost&lt;br /&gt;
|move2=Growl|move2type=Normal&lt;br /&gt;
|move3=Absorb|move3type=Grass&lt;br /&gt;
|move4=Nature Power|move4type=Normal}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden|move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|move1=Mud Shot|move1type=Ground&lt;br /&gt;
|move2=Foresight|move2type=Normal&lt;br /&gt;
|move3=Mud Sport|move3type=Ground&lt;br /&gt;
|move4=Take Down|move4type=Normal}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/3|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=Spr E May.png&lt;br /&gt;
|prize={{PDollar}}2040&lt;br /&gt;
|class={{PK}}{{MN}} Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=E&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=357&lt;br /&gt;
|pokemon=Tropius&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|ability=Chlorophyll&lt;br /&gt;
|type1=Grass|type2=Flying&lt;br /&gt;
|move1=Stomp|move1type=Normal&lt;br /&gt;
|move2=Sweet Scent|move2type=Normal&lt;br /&gt;
|move3=Whirlwind|move3type=Normal&lt;br /&gt;
|move4=Magical Leaf|move4type=Grass}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|move1=Ember|move1type=Fire&lt;br /&gt;
|move2=Rock Throw|move2type=Rock&lt;br /&gt;
|move3=Harden||move3type=Normal&lt;br /&gt;
|move4=Amnesia|move4type=Psychic}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=279&lt;br /&gt;
|pokemon=Pelipper&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=32&lt;br /&gt;
|ability=Keen Eye&lt;br /&gt;
|type1=Water|type2=Flying&lt;br /&gt;
|move1=Wing Attack|move1type=Flying&lt;br /&gt;
|move2=Supersonic|move2type=Normal&lt;br /&gt;
|move3=Mist|move3type=Ice&lt;br /&gt;
|move4=Protect|move4type=Normal}}&lt;br /&gt;
|{{Pokémon/3&lt;br /&gt;
|game=Emerald&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=male&lt;br /&gt;
|level=34&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|move1=Fury Cutter|move1type=Bug&lt;br /&gt;
|move2=Pursuit|move2type=Dark&lt;br /&gt;
|move3=Screech|move3type=Normal&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
=====Pokémon Omega Ruby and Alpha Sapphire=====&lt;br /&gt;
======First battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Alpha Sapphire&lt;br /&gt;
|ndex=255&lt;br /&gt;
|pokemon=Torchic&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Alpha Sapphire&lt;br /&gt;
|ndex=258&lt;br /&gt;
|pokemon=Mudkip&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Tackle|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}200&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=1}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|game=Alpha Sapphire&lt;br /&gt;
|ndex=252&lt;br /&gt;
|pokemon=Treecko&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=5&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pound|move1type=Normal|move1cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Second battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Gun|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Rollout|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Whirlpool|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Astonish|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Stun Spore|move1type=Grass|move1cat=Status&lt;br /&gt;
|move2=Leech Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Mega Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Headbutt|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Sand Attack|move1type=Ground|move1cat=Status&lt;br /&gt;
|move2=Peck|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Double Kick|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Flame Charge|move4type=Fire|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Stun Spore|move1type=Grass|move1cat=Status&lt;br /&gt;
|move2=Leech Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Mega Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Headbutt|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Ember|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Throw|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Harden|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Incinerate|move4type=Fire|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud-Slap|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Foresight|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Mud Bomb|move3type=Ground|move3cat=Special&lt;br /&gt;
|move4=Bide|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}800&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 110&lt;br /&gt;
|locationname=Route 110&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Ember|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Throw|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Harden|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Incinerate|move4type=Fire|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=18&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Gun|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Rollout|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Whirlpool|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Astonish|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=20&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Quick Attack|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Mega Drain|move2type=Grass|move2cat=Special&lt;br /&gt;
|move3=Fury Cutter|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Pursuit|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======[[Multi Battle]] with the {{player}}======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Whirlpool|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Astonish|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Water Pulse|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Mist|move4type=Ice|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Headbutt|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Poison Powder|move3type=Poison|move3cat=Status&lt;br /&gt;
|move4=Worry Seed|move4type=Grass|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Peck|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Double Kick|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Flame Charge|move3type=Fire|move3cat=Physical&lt;br /&gt;
|move4=Quick Attack|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Headbutt|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Poison Powder|move3type=Poison|move3cat=Status&lt;br /&gt;
|move4=Worry Seed|move4type=Grass|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Harden|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Incinerate|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Clear Smog|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Ancient Power|move4type=Rock|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Foresight|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Mud Shot|move2type=Ground|move2cat=Special&lt;br /&gt;
|move3=Bide|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Mud Bomb|move4type=Ground|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Meteor Falls&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Harden|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Incinerate|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Clear Smog|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Ancient Power|move4type=Rock|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=24&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Whirlpool|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Astonish|move2type=Ghost|move2cat=Physical&lt;br /&gt;
|move3=Water Pulse|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Mist|move4type=Ice|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=26&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Mega Drain|move1type=Grass|move1cat=Special&lt;br /&gt;
|move2=Fury Cutter|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Pursuit|move3type=Dark|move3cat=Physical&lt;br /&gt;
|move4=Leaf Blade|move4type=Grass|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Third battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Pulse|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Mist|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Brine|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Poison Powder|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Worry Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Giga Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Growth|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=256&lt;br /&gt;
|pokemon=Combusken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Double Kick|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Flame Charge|move2type=Fire|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Bulk Up|move4type=Fighting|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=285&lt;br /&gt;
|pokemon=Shroomish&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Poison Powder|move1type=Poison|move1cat=Status&lt;br /&gt;
|move2=Worry Seed|move2type=Grass|move2cat=Status&lt;br /&gt;
|move3=Giga Drain|move3type=Grass|move3cat=Special&lt;br /&gt;
|move4=Growth|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Clear Smog|move1type=Poison|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Flame Burst|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=259&lt;br /&gt;
|pokemon=Marshtomp&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Bide|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Mud Bomb|move2type=Ground|move2cat=Special&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Protect|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,320&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 119&lt;br /&gt;
|locationname=Route 119&lt;br /&gt;
|pokemon=3}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=218&lt;br /&gt;
|pokemon=Slugma&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Clear Smog|move1type=Poison|move1cat=Special&lt;br /&gt;
|move2=Ancient Power|move2type=Rock|move2cat=Special&lt;br /&gt;
|move3=Flame Burst|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=320&lt;br /&gt;
|pokemon=Wailmer&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=31&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Water Pulse|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Mist|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Brine|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Rest|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=253&lt;br /&gt;
|pokemon=Grovyle&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=33&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Pursuit|move1type=Dark|move1cat=Physical&lt;br /&gt;
|move2=Leaf Blade|move2type=Grass|move2cat=Physical&lt;br /&gt;
|move3=Agility|move3type=Psychic|move3cat=Status&lt;br /&gt;
|move4=Slam|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fourth battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rest|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Brine|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Water Spout|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Counter|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Mach Punch|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Force Palm|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Mind Reader|move4type=Normal|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=257&lt;br /&gt;
|pokemon=Blaziken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|move1=Quick Attack|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Bulk Up|move2type=Fighting|move2cat=Status&lt;br /&gt;
|move3=Blaze Kick|move3type=Fire|move3cat=Physical&lt;br /&gt;
|move4=Focus Energy|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Counter|move1type=Fighting|move1cat=Physical&lt;br /&gt;
|move2=Mach Punch|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Force Palm|move3type=Fighting|move3cat=Physical&lt;br /&gt;
|move4=Mind Reader|move4type=Normal|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Flame Burst|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Lava Plume|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=260&lt;br /&gt;
|pokemon=Swampert&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|move1=Mud Bomb|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Protect|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Muddy Water|move4type=Water|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize={{PDollar}}1,560&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Lilycove City&lt;br /&gt;
|pokemon=4}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Double Team|move1type=Normal|move1cat=Status&lt;br /&gt;
|move2=Aerial Ace|move2type=Flying|move2cat=Physical&lt;br /&gt;
|move3=Quick Guard|move3type=Fighting|move3cat=Status&lt;br /&gt;
|move4=Agility|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Flame Burst|move1type=Fire|move1cat=Special&lt;br /&gt;
|move2=Rock Slide|move2type=Rock|move2cat=Physical&lt;br /&gt;
|move3=Lava Plume|move3type=Fire|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=37&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Rest|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Brine|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Water Spout|move3type=Water|move3cat=Special&lt;br /&gt;
|move4=Amnesia|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=254&lt;br /&gt;
|pokemon=Sceptile&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=39&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Agility|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Slam|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Dual Chop|move3type=Dragon|move3cat=Physical&lt;br /&gt;
|move4=Detect|move4type=Fighting|move4cat=Status}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Fifth battle======&lt;br /&gt;
{{MSP/6|252|Treecko}} If the {{player}} chose {{p|Treecko}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Surf|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Heavy Slam|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Bulldoze|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Seed Bomb|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Force Palm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Venoshock|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Rock Tomb|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=257&lt;br /&gt;
|pokemon=Blaziken&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Fire|type2=Fighting&lt;br /&gt;
|ability=Blaze&lt;br /&gt;
|held=Blazikenite&lt;br /&gt;
|move1=Blaze Kick|move1type=Fire|move1cat=Physical&lt;br /&gt;
|move2=Brick Break|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Shadow Claw|move4type=Ghost|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|255|Torchic}} If the {{player}} chose {{p|Torchic}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=286&lt;br /&gt;
|pokemon=Breloom&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Grass|type2=Fighting&lt;br /&gt;
|ability=Effect Spore&lt;br /&gt;
|move1=Seed Bomb|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=Force Palm|move2type=Fighting|move2cat=Physical&lt;br /&gt;
|move3=Venoshock|move3type=Poison|move3cat=Special&lt;br /&gt;
|move4=Rock Tomb|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Earth Power|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Lava Plume|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Body Slam|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=260&lt;br /&gt;
|pokemon=Swampert&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Water|type2=Ground&lt;br /&gt;
|ability=Torrent&lt;br /&gt;
|held=Swampertite&lt;br /&gt;
|move1=Earthquake|move1type=Ground|move1cat=Physical&lt;br /&gt;
|move2=Muddy Water|move2type=Water|move2cat=Special&lt;br /&gt;
|move3=Rock Slide|move3type=Rock|move3cat=Physical&lt;br /&gt;
|move4=Brick Break|move4type=Fighting|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
{{MSP/6|258|Mudkip}} If the {{player}} chose {{p|Mudkip}}:&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|class=Pokémon Trainer&lt;br /&gt;
|classlink=Pokémon Trainer&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Hoenn Route 103&lt;br /&gt;
|locationname=Route 103&lt;br /&gt;
|pokemon=5}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=277&lt;br /&gt;
|pokemon=Swellow&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Normal|type2=Flying&lt;br /&gt;
|ability=Guts&lt;br /&gt;
|move1=Aerial Ace|move1type=Flying|move1cat=Physical&lt;br /&gt;
|move2=Quick Attack|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=U-turn|move3type=Bug|move3cat=Physical&lt;br /&gt;
|move4=Steel Wing|move4type=Steel|move4cat=Physical}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=026&lt;br /&gt;
|pokemon=Raichu&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Electric&lt;br /&gt;
|ability=Static&lt;br /&gt;
|move1=Thunder Wave|move1type=Electric|move1cat=Status&lt;br /&gt;
|move2=Thunderbolt|move2type=Electric|move2cat=Special&lt;br /&gt;
|move3=Quick Attack|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Light Screen|move4type=Psychic|move4cat=Status}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=219&lt;br /&gt;
|pokemon=Magcargo&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Fire|type2=Rock&lt;br /&gt;
|ability=Magma Armor&lt;br /&gt;
|move1=Earth Power|move1type=Ground|move1cat=Special&lt;br /&gt;
|move2=Lava Plume|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Body Slam|move3type=Normal|move3cat=Physical&lt;br /&gt;
|move4=Rock Slide|move4type=Rock|move4cat=Physical}}&lt;br /&gt;
{{Party/Div|color={{sapphire color}}}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=321&lt;br /&gt;
|pokemon=Wailord&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=48&lt;br /&gt;
|type1=Water&lt;br /&gt;
|ability=Water Veil&lt;br /&gt;
|move1=Surf|move1type=Water|move1cat=Special&lt;br /&gt;
|move2=Heavy Slam|move2type=Steel|move2cat=Physical&lt;br /&gt;
|move3=Bulldoze|move3type=Ground|move3cat=Physical&lt;br /&gt;
|move4=Ice Beam|move4type=Ice|move4cat=Special}}&lt;br /&gt;
|style=&amp;quot;margin:auto&amp;quot;|{{Pokémon/6&lt;br /&gt;
|ndex=254&lt;br /&gt;
|pokemon=Sceptile&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|held=Sceptilite&lt;br /&gt;
|move1=Leaf Blade|move1type=Grass|move1cat=Physical&lt;br /&gt;
|move2=X-Scissor|move2type=Bug|move2cat=Physical&lt;br /&gt;
|move3=Dual Chop|move3type=Dragon|move3cat=Physical&lt;br /&gt;
|move4=Night Slash|move4type=Dark|move4cat=Physical}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
======Battle Maison Multi Battle======&lt;br /&gt;
May will always use these two Pokémon as the player&#039;s Multi Battle Partner.&lt;br /&gt;
&lt;br /&gt;
{{Party/Single&lt;br /&gt;
|color={{sapphire color}}&lt;br /&gt;
|headcolor={{sapphire color light}}&lt;br /&gt;
|bordercolor={{sapphire color dark}}&lt;br /&gt;
|sprite=VSMay 2.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|prize=none&lt;br /&gt;
|name=May&lt;br /&gt;
|game=ORAS&lt;br /&gt;
|location=Battle Maison&lt;br /&gt;
|pokemon=2}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=344&lt;br /&gt;
|pokemon=Claydol&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Ground|type2=Psychic&lt;br /&gt;
|ability=Levitate&lt;br /&gt;
|held=Light Clay&lt;br /&gt;
|move1=Light Screen|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Reflect|move2type=Psychic|move2cat=Status&lt;br /&gt;
|move3=Earth Power|move3type=Ground|move3cat=Special&lt;br /&gt;
|move4=Psychic|move4type=Psychic|move4cat=Special}}&lt;br /&gt;
|{{Pokémon/6&lt;br /&gt;
|ndex=295&lt;br /&gt;
|pokemon=Exploud&lt;br /&gt;
|gender=female&lt;br /&gt;
|level=50&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|ability=Soundproof&lt;br /&gt;
|held=Assault Vest&lt;br /&gt;
|move1=Hyper Voice|move1type=Normal|move1cat=Special&lt;br /&gt;
|move2=Fire Blast|move2type=Fire|move2cat=Special&lt;br /&gt;
|move3=Blizzard|move3type=Ice|move3cat=Special&lt;br /&gt;
|move4=Shadow Ball|move4type=Ghost|move4cat=Special}}&lt;br /&gt;
{{Party/Footer}}&lt;br /&gt;
&lt;br /&gt;
==In the spin-off games==&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
{{main|May (Masters)}}&lt;br /&gt;
May forms a [[sync pair]] with {{p|Mudkip}} and its evolved forms {{p|Marshtomp}} and {{p|Swampert}} in [[Pokémon Masters EX]]. She can also partner up with {{p|Lopunny}}, {{p|Latias}}, {{p|Blaziken}}, or {{p|Wailmer}}. Aside from Wailmer, each of her fully evolved sync partners is capable of [[Mega Evolution|Mega Evolving]].&lt;br /&gt;
&lt;br /&gt;
===[[Pokémon GO]]===&lt;br /&gt;
{{main|Style (GO)}}&lt;br /&gt;
For the start of Pokémon GO Tour: Hoenn, May&#039;s outfit from {{g|Omega Ruby and Alpha Sapphire}} was released as free style options in [[Pokémon GO]].&lt;br /&gt;
&lt;br /&gt;
===Anime-based games===&lt;br /&gt;
:&#039;&#039;Main article: [[May (anime)#In the spin-off games|May (anime) → In the spin-off games]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{an|May|May&#039;s anime counterpart}} appears in some spin-off anime-based games.&lt;br /&gt;
&lt;br /&gt;
==Quotes==&lt;br /&gt;
{{main|May (game)/Quotes}}&lt;br /&gt;
&lt;br /&gt;
==Optional names==&lt;br /&gt;
In the game, two of the optional names—one in Ruby and one in Sapphire—refer to &amp;quot;land&amp;quot; and &amp;quot;sea&amp;quot; respectively. In the English version, these are &#039;&#039;&#039;Terra&#039;&#039;&#039; and &#039;&#039;&#039;Mar&#039;&#039;&#039;ina; in the Japanese version, ムツミ &#039;&#039;&#039;&#039;&#039;Mutsu&#039;&#039;&#039;mi&#039;&#039; and ナミ &#039;&#039;&#039;&#039;&#039;Nami&#039;&#039;&#039;&#039;&#039; (陸 &#039;&#039;mutsu&#039;&#039; means land and 波 &#039;&#039;nami&#039;&#039; means a wave of water). This is also the case in other languages. Unlike Brendan&#039;s name list, none of the three shared names correspond to this theme. &amp;lt;!--Nicola is probably &amp;quot;coal&amp;quot; (the Japanese names aren&#039;t direct references, either), but that could be a coincidence.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In Emerald, if the player leaves the name writing screen without any written name, or with a name composed entirely of empty spaces, Professor Birch says &amp;quot;So it&#039;s &amp;lt;optional name&amp;gt;?&amp;quot;, suggesting one of the 20 available names. The player may answer &amp;quot;Yes&amp;quot; to accept the suggested name, or &amp;quot;No&amp;quot; to return to the name writing screen.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background:#{{sapphire color light}}; border:3px solid #{{sapphire color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! Game&lt;br /&gt;
! Japanese&lt;br /&gt;
! English&lt;br /&gt;
! French&lt;br /&gt;
! German&lt;br /&gt;
! Italian&lt;br /&gt;
! Spanish&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Ruby&lt;br /&gt;
|&amp;lt;ab&amp;gt;ムツミ &#039;&#039;Mutsumi&#039;&#039;&lt;br /&gt;
アイコ &#039;&#039;Aiko&#039;&#039;&lt;br /&gt;
マキコ &#039;&#039;Makiko&#039;&#039;&lt;br /&gt;
キョウコ &#039;&#039;Kyōko&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Terra&lt;br /&gt;
Kimmy&lt;br /&gt;
Nicola&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Solene&lt;br /&gt;
Agnes&lt;br /&gt;
Claire&lt;br /&gt;
Sophie&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Petra&lt;br /&gt;
Tanja&lt;br /&gt;
Andrea&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Teresa&lt;br /&gt;
Annie&lt;br /&gt;
Elisa&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Teresa&lt;br /&gt;
Raquel&lt;br /&gt;
Mariau&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Sapphire&lt;br /&gt;
|&amp;lt;ab&amp;gt;ナミ &#039;&#039;Nami&#039;&#039;&lt;br /&gt;
アイコ &#039;&#039;Aiko&#039;&#039;&lt;br /&gt;
マキコ &#039;&#039;Makiko&#039;&#039;&lt;br /&gt;
キョウコ &#039;&#039;Kyōko&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marina&lt;br /&gt;
Kimmy&lt;br /&gt;
Nicola&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marine&lt;br /&gt;
Agnes&lt;br /&gt;
Claire&lt;br /&gt;
Sophie&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Martina&lt;br /&gt;
Tanja&lt;br /&gt;
Andrea&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marina&lt;br /&gt;
Annie&lt;br /&gt;
Elisa&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Marina&lt;br /&gt;
Raquel&lt;br /&gt;
Mariau&lt;br /&gt;
Sara&amp;lt;/ab&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|Emerald&lt;br /&gt;
|&amp;lt;ab&amp;gt;アイコ &#039;&#039;Aiko&#039;&#039;&lt;br /&gt;
アヤナ &#039;&#039;Ayana&#039;&#039;&lt;br /&gt;
アン &#039;&#039;Ann&#039;&#039;&lt;br /&gt;
エミィ &#039;&#039;Emy&#039;&#039;&lt;br /&gt;
カオリ &#039;&#039;Kaori&#039;&#039;&lt;br /&gt;
カレン &#039;&#039;Karen&#039;&#039;&lt;br /&gt;
キョウコ &#039;&#039;Kyōko&#039;&#039;&lt;br /&gt;
サエ &#039;&#039;Sae&#039;&#039;&lt;br /&gt;
スイ &#039;&#039;Sui&#039;&#039;&lt;br /&gt;
ジュリ &#039;&#039;Juri&#039;&#039;&lt;br /&gt;
チエミ &#039;&#039;Chiemi&#039;&#039;&lt;br /&gt;
チヨコ &#039;&#039;Chiyoko&#039;&#039;&lt;br /&gt;
テルコ &#039;&#039;Teruko&#039;&#039;&lt;br /&gt;
ナナエ &#039;&#039;Nanae&#039;&#039;&lt;br /&gt;
ヒナ &#039;&#039;Hina&#039;&#039;&lt;br /&gt;
マキコ &#039;&#039;Makiko&#039;&#039;&lt;br /&gt;
ミサコ &#039;&#039;Misako&#039;&#039;&lt;br /&gt;
ムツミ &#039;&#039;Mutsumi&#039;&#039;&lt;br /&gt;
モニカ &#039;&#039;Monica&#039;&#039;&lt;br /&gt;
ユウメ &#039;&#039;Yūme&#039;&#039;&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Kimmy&lt;br /&gt;
Tiara&lt;br /&gt;
Bella&lt;br /&gt;
Jayla&lt;br /&gt;
Allie&lt;br /&gt;
Lianna&lt;br /&gt;
Sara&lt;br /&gt;
Monica&lt;br /&gt;
Camila&lt;br /&gt;
Aubree&lt;br /&gt;
Ruthie&lt;br /&gt;
Hazel&lt;br /&gt;
Nadine&lt;br /&gt;
Tanja&lt;br /&gt;
Yasmin&lt;br /&gt;
Nicola&lt;br /&gt;
Lillie&lt;br /&gt;
Terra&lt;br /&gt;
Lucy&lt;br /&gt;
Halie&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Agnes&lt;br /&gt;
Ariane&lt;br /&gt;
Bella&lt;br /&gt;
Maeva&lt;br /&gt;
Pauline&lt;br /&gt;
Cindy&lt;br /&gt;
Sophie&lt;br /&gt;
Monica&lt;br /&gt;
Cathy&lt;br /&gt;
Fanny&lt;br /&gt;
Roxane&lt;br /&gt;
Edith&lt;br /&gt;
Nadine&lt;br /&gt;
Tania&lt;br /&gt;
Janyce&lt;br /&gt;
Claire&lt;br /&gt;
Lilly&lt;br /&gt;
Solene&lt;br /&gt;
Cynthia&lt;br /&gt;
Maud&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Tanja&lt;br /&gt;
Mirjam&lt;br /&gt;
Martina&lt;br /&gt;
Jamie&lt;br /&gt;
Carolin&lt;br /&gt;
Simone&lt;br /&gt;
Sara&lt;br /&gt;
Claudia&lt;br /&gt;
Jasmin&lt;br /&gt;
Denise&lt;br /&gt;
Katrin&lt;br /&gt;
Kerstin&lt;br /&gt;
Svenja&lt;br /&gt;
Beate&lt;br /&gt;
Meike&lt;br /&gt;
Andrea&lt;br /&gt;
Eva&lt;br /&gt;
Petra&lt;br /&gt;
Gabi&lt;br /&gt;
Nadine&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Annie&lt;br /&gt;
Catia&lt;br /&gt;
Bella&lt;br /&gt;
Paola&lt;br /&gt;
Luisa&lt;br /&gt;
Grazia&lt;br /&gt;
Sara&lt;br /&gt;
Monica&lt;br /&gt;
Marta&lt;br /&gt;
Pia&lt;br /&gt;
Rita&lt;br /&gt;
Erica&lt;br /&gt;
Rosa&lt;br /&gt;
Melissa&lt;br /&gt;
Marina&lt;br /&gt;
Elisa&lt;br /&gt;
Lina&lt;br /&gt;
Teresa&lt;br /&gt;
Lucetta&lt;br /&gt;
Lucia&amp;lt;/ab&amp;gt;&lt;br /&gt;
|&amp;lt;ab&amp;gt;Raquel&lt;br /&gt;
Elena&lt;br /&gt;
Palma&lt;br /&gt;
Lara&lt;br /&gt;
Carlota&lt;br /&gt;
Mona&lt;br /&gt;
Sara&lt;br /&gt;
Daniela&lt;br /&gt;
Olimpia&lt;br /&gt;
Marcela&lt;br /&gt;
Roberta&lt;br /&gt;
Arancha&lt;br /&gt;
Julieta&lt;br /&gt;
Noelia&lt;br /&gt;
Lucita&lt;br /&gt;
Mariau&lt;br /&gt;
Paola&lt;br /&gt;
Teresa&lt;br /&gt;
Nuria&lt;br /&gt;
Lina&amp;lt;/ab&amp;gt;&lt;br /&gt;
|}{{-}}&lt;br /&gt;
&lt;br /&gt;
==Counterparts==&lt;br /&gt;
[[File:May DP series.png|thumb|250px|May in the {{pkmn|anime}}]]&lt;br /&gt;
===In the anime===&lt;br /&gt;
====Main series====&lt;br /&gt;
{{main|May (anime)}}&lt;br /&gt;
In the anime, May was a [[Pokémon Coordinator]] and one of {{Ash}}&#039;s {{ashfr|traveling companion}} throughout &#039;&#039;[[Pokémon the Series: Ruby and Sapphire]]&#039;&#039;. She also reappeared for the [[Wallace Cup]] arc in &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039;.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
====Pokémon Omega Ruby and Alpha Sapphire Animated Trailer====&lt;br /&gt;
{{MissingInfo|1|enva}}&lt;br /&gt;
[[File:May ORAS Trailer.png|thumb|left|250px|May in the animated trailer]]&lt;br /&gt;
[[File:Contest May ORAS Trailer.png|thumb|250px|May in a Contest]]&lt;br /&gt;
May appeared in the [[Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer]]. She was first seen in [[Littleroot Town]]. She was then surrounded by two {{p|Wurmple}}, a {{p|Silcoon}}, {{p|Cascoon}}, and {{p|Shroomish}} in which Torchic used a Fire-type move to scare them off. May arrived in the [[Rustboro Gym]], where she had a [[Gym]] {{pkmn|battle}} against [[Roxanne]] and her {{TP|Roxanne|Nosepass}}. During the battle, Mudkip evolved into Marshtomp.&lt;br /&gt;
&lt;br /&gt;
Sometime after the battle, she participated in a {{pkmn|Contest|Pokémon Contest Spectacular}} with her {{p|Altaria}} and {{p|Audino}} and then was [[soaring in the sky]] with her Mega {{p|Latias}} alongside {{ga|Brendan}} and his Mega {{p|Latios}}.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Swampert ↔ Mega Swampert&lt;br /&gt;
|stage1=Mudkip&lt;br /&gt;
|stage2=Marshtomp&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=May Mudkip ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mudkip&lt;br /&gt;
|img2=May {{#switch: {{#expr: {{#time: U}} mod 2}}|0=Marshtomp|1=Swampert}} ORAS Trailer.png&lt;br /&gt;
|cap2=May&#039;s {{#switch: {{#expr: {{#time: U}} mod 2}}|0=Marshtomp|1=Swampert}}&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Swampert}} is May&#039;s first known Pokémon. It first appeared as a {{p|Mudkip}} by May&#039;s house. It battled against [[Roxanne&#039;s Nosepass]] and evolved into {{p|Marshtomp}} midway. It was later revealed to have evolved into a Swampert.&lt;br /&gt;
&lt;br /&gt;
None of Swampert&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Blaziken ↔ Mega Blaziken&lt;br /&gt;
|stage1=Torchic&lt;br /&gt;
|stage2=Combusken&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|type2=Fighting&lt;br /&gt;
|img=May Torchic ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Torchic&lt;br /&gt;
|img2=May Blaziken ORAS Trailer.png&lt;br /&gt;
|cap2=May&#039;s Blaziken&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Blaziken}} is May&#039;s second known Pokémon. It first appeared as a {{p|Torchic}} by May&#039;s house. It battled against two {{p|Wurmple}}, a {{p|Silcoon}}, {{p|Cascoon}}, and {{p|Shroomish}}. Torchic was later revealed to have evolved into a {{p|Combusken}} and then into Blaziken.&lt;br /&gt;
&lt;br /&gt;
Blaziken&#039;s known moves are {{m|Ember}} and {{m|Blaze Kick}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Altaria ↔ Mega Altaria&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=Mega Altaria ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mega Altaria&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Altaria}} is May&#039;s third known Pokémon. It was only seen in its Mega Evolved form participating in a {{pkmn|Contest|Pokémon Contest Spectacular}} alongside May and Audino.&lt;br /&gt;
&lt;br /&gt;
None of Altaria&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Audino ↔ Mega Audino&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|img=Mega Audino ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mega Audino&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Audino}} is May&#039;s fourth known Pokémon. It was only seen in its Mega Evolved form participating in a {{pkmn|Contest|Pokémon Contest Spectacular}} alongside May and Altaria.&lt;br /&gt;
&lt;br /&gt;
None of Audino&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Latias ↔ Mega Latias&lt;br /&gt;
|gender=female&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Mega Latias ORAS Trailer.png&lt;br /&gt;
|cap=May&#039;s Mega Latias&lt;br /&gt;
|epnum=Pokémon Omega Ruby and Pokémon Alpha Sapphire Animated Trailer&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Latias}} May&#039;s fifth known Pokémon. She was only seen in her Mega Evolved form [[soaring in the sky]] along with {{ga|Brendan}}&#039;s Mega {{p|Latios}}.&lt;br /&gt;
&lt;br /&gt;
None of Latias&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
=====Voice actors=====&lt;br /&gt;
{{vatable|color={{sapphire color}}|bordercolor={{sapphire color light}}&lt;br /&gt;
|ja=花澤香菜 &#039;&#039;[[Kana Hanazawa]]&#039;&#039;&lt;br /&gt;
|en=}}&lt;br /&gt;
&lt;br /&gt;
====GOTCHA!====&lt;br /&gt;
May briefly appeared in [[GOTCHA!]].&lt;br /&gt;
&lt;br /&gt;
====Pokémon Evolutions====&lt;br /&gt;
[[File:May Evolutions.png|thumb|250px|May in [[Pokémon Evolutions]]]]&lt;br /&gt;
May appeared in &#039;&#039;[[PE06|The Wish]]&#039;&#039;. She arrived at the [[Sky Pillar]], where [[Zinnia]] led her to the top of the tower while reciting the lore of the [[Draconid people]]. At the summit, Zinnia summoned {{p|Rayquaza}} to save [[Hoenn]] from a [[Grand Meteor Delta|giant meteorite]], only to discover that Rayquaza had lost its ability to [[Mega Evolution|Mega Evolve]]. When May&#039;s [[Meteorite]] reacted to Rayquaza, she fed it to the [[Legendary Pokémon]], restoring its ability to Mega Evolve. May then battled against Rayquaza and managed to {{pkmn2|caught|catch}} it. Afterwards, Zinnia challenged May to a {{pkmn|battle}} as her final duty as the Draconid Lorekeeper.&lt;br /&gt;
&lt;br /&gt;
=====Pokémon=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Latios&lt;br /&gt;
|gender=male&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=May Latios Evolutions.png&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc={{p|Latios}} is May&#039;s first known Pokémon. She used him to fly to the [[Sky Pillar]].&lt;br /&gt;
&lt;br /&gt;
None of Latios&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Aggron&lt;br /&gt;
|type1=Steel&lt;br /&gt;
|type2=Rock&lt;br /&gt;
|img=May Aggron Evolutions.png&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|vajp=Shogo Sakata&lt;br /&gt;
|desc={{p|Aggron}} is May&#039;s second known Pokémon. She used it to battle {{p|Rayquaza}}, but recalled it when it failed to hit the [[Legendary Pokémon]].&lt;br /&gt;
&lt;br /&gt;
Aggron&#039;s only known move is {{m|Stone Edge}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Altaria &lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=May Altaria Evolutions.png&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc=Altaria is May&#039;s third known Pokémon. She used it to battle {{p|Rayquaza}}, but it was defeated.&lt;br /&gt;
&lt;br /&gt;
Altaria&#039;s only known move is {{m|Dragon Pulse}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Swampert ↔ Mega Swampert&lt;br /&gt;
|type1=Water&lt;br /&gt;
|type2=Ground&lt;br /&gt;
|img=May Mega Swampert Evolutions.png&lt;br /&gt;
|cap=May&#039;s Mega Swampert&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc={{p|Swampert}} is May&#039;s fourth known Pokémon, and is capable of [[Mega Evolution|Mega Evolving]]. She used it to battle {{p|Rayquaza}}, managing to weaken it enough for her to catch it.&lt;br /&gt;
&lt;br /&gt;
Swampert&#039;s only known move is {{m|Ice Punch}}.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=May&lt;br /&gt;
|pkmn=Rayquaza ↔ Mega Rayquaza&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|img=May Rayquaza Evolutions.png&lt;br /&gt;
|cap=May&#039;s Rayquaza&lt;br /&gt;
|img2=May Mega Rayquaza Evolutions.png&lt;br /&gt;
|cap2=May&#039;s Mega Rayquaza&lt;br /&gt;
|epnum=PE06&lt;br /&gt;
|epname=The Wish&lt;br /&gt;
|desc={{p|Rayquaza}} is May&#039;s fifth known Pokémon. [[Zinnia]] summoned it to the [[Sky Pillar]] to stop a [[Grand Meteor Delta|giant meteorite]] headed for [[Hoenn]], but was unable to trigger its [[Mega Evolution]]. After May had fed Rayquaza her [[Meteorite]], Zinnia let May battle and catch Rayquaza. Afterwards, May used Rayquaza in its Mega Evolved form in a battle against Zinnia&#039;s Mega {{TP|Zinnia|Salamence}}.&lt;br /&gt;
&lt;br /&gt;
Rayquaza&#039;s only known move is {{m|Extreme Speed}}.}}&lt;br /&gt;
&lt;br /&gt;
=====Voice actors=====&lt;br /&gt;
{{vatable|color={{sapphire color}}|bordercolor={{sapphire color light}}&lt;br /&gt;
|ja=夏目妃菜 &#039;&#039;Hina Natsume&#039;&#039;&lt;br /&gt;
|en=}}&lt;br /&gt;
&lt;br /&gt;
===In the manga===&lt;br /&gt;
====Pokémon Adventures====&lt;br /&gt;
[[File:Sapphire Adventures.png|thumb|250px|Sapphire Birch, May&#039;s [[Pokémon Adventures]] counterpart]]&lt;br /&gt;
{{main|Sapphire (Adventures)}}&lt;br /&gt;
May&#039;s counterpart in [[Pokémon Adventures]] is Sapphire, who, unlike her other counterparts, takes up Gym challenges and is an all-around tomboy thanks to a traumatic incident with {{adv|Ruby}} where a {{TP|Zinnia|Salamence}} attacked them when they were children. She does have a feminine side, however, as is shown in later volumes.&lt;br /&gt;
&lt;br /&gt;
====Pokémon Ruby-Sapphire====&lt;br /&gt;
{{main|Sapphire (Ruby-Sapphire)}}&lt;br /&gt;
A different counterpart to May, also called Sapphire, appears in [[Pokémon Ruby-Sapphire]]. Just like {{an|May|May&#039;s anime counterpart}}, she is a {{pkmn|Coordinator}} who chooses {{p|Torchic}} as her [[starter Pokémon]].&lt;br /&gt;
&lt;br /&gt;
===Pokemon Ruby &amp;amp; Sapphire (CoroCoro)===&lt;br /&gt;
Another counterpart called Sapphire appears in this short manga written by [[Suigun Oouchi]] for [[CoroCoro]] Comics in December 2002. She is the daughter of [[Professor Birch]] and catches Pokémon for his research. Sapphire has a [[Torchic]] as her [[starter Pokémon]].&lt;br /&gt;
&lt;br /&gt;
====Pokemon Ruby Sapphire Special Walkthrough Comic!====&lt;br /&gt;
May appears in [[Pokemon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]].&lt;br /&gt;
&lt;br /&gt;
====Pokémon Chamo-Chamo ☆ Pretty ♪====&lt;br /&gt;
{{main|Haruka (CCP)}}&lt;br /&gt;
May&#039;s counterpart in [[Pokémon Chamo-Chamo ☆ Pretty ♪]] is Haruka, who is a Pokémon Coordinator, but she is not very good at making [[Pokéblocks]].&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
The following is a list of cards mentioning or featuring May in the [[Pokémon Trading Card Game]].&lt;br /&gt;
&lt;br /&gt;
{{cardlist/header|May&#039;s Pokémon|Colorless|char=yes}}&lt;br /&gt;
{{cardlist/entry|cardname=[[Blaziken V (Chilling Reign 20)|Blaziken]]{{TCGV}}|type=Fire|standard=yes|enset=Silver Tempest|enrarity=TGV|ennum=TG14/TG30|jpset=VMAX Climax|jprarity=CSR|jpnum=216/184}}&lt;br /&gt;
{{cardlist/entry|cardname=[[Blaziken VMAX (Chilling Reign 21)|Blaziken]]{{VMAX}}|type=Fire|standard=yes|enset=Silver Tempest|enrarity=TGV|ennum=TG15/TG30|jpset=VMAX Climax|jprarity=CSR|jpnum=217/184}}&lt;br /&gt;
{{cardlist/footer|Colorless}}&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
===Artwork===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Ruby Sapphire May.png|125px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Emerald May.png|125px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Omega Ruby Alpha Sapphire Contest May.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May ORAS concept art.png|225px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Emerald Version|Pokémon Emerald}}&lt;br /&gt;
| Contest outfit from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Regular conceptual artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Contest May ORAS concept art.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Wailmer Pail.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Rayquaza Encounter.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Jirachi Encounter.png|250px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Contest outfit conceptual artwork from&amp;lt;br&amp;gt;{{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Artwork of the&amp;lt;br&amp;gt;{{color2|fff|Wailmer Pail}}&lt;br /&gt;
| Encountering&amp;lt;br&amp;gt;{{pcolor|Rayquaza|FFF}}&lt;br /&gt;
| Encountering&amp;lt;br&amp;gt;{{pcolor|Jirachi|FFF}}&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Faraway Island Mew.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS Contest art.png|250px]]&lt;br /&gt;
|  Colspan=2 style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Brendan May RS Concept Art.jpg|325px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
|  Encountering {{pcolor|Mew|FFF}} in {{pcolor|Faraway Island|FFF}}&lt;br /&gt;
| In a {{color2|fff|Pokémon Contest|Pokémon Contest Spectacular}}&lt;br /&gt;
| Colspan=2 | Concept artwork for {{color2|fff|Pokémon Ruby and Sapphire|Ruby and Sapphire}}&amp;lt;br&amp;gt;illustrated by {{color2|fff|Ken Sugimori}}&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Torchic Ariga artwork.png|225px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Torchic Pokémon Center Trainer artwork.png|200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Pokémon Day 2022 Hoenn Artwork.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Mudkip Ariga artwork.png|200px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| May and {{pcolor|Torchic|FFF}} concept artwork by&amp;lt;br&amp;gt;{{color2|fff|Hitoshi Ariga}} for Kotobukiya ArtFx J figurines&lt;br /&gt;
| Artwork of May and {{pcolor|Torchic|fff}}&amp;lt;br&amp;gt;for the {{color2|fff|Pokémon Center (store)|Pokémon Center}} Pokémon Trainers merchandise line&lt;br /&gt;
| Artwork using the {{color2|fff|Devon Scope}} for {{color2|fff|Pokémon Day}} by {{color2|fff|Megumi Mizutani}}&lt;br /&gt;
| May and {{pcolor|Mudkip|FFF}} concept artwork by&amp;lt;br&amp;gt;{{color2|fff|Hitoshi Ariga}} for Kotobukiya ArtFx J figurines&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sprites and models===&lt;br /&gt;
{{incomplete|section|Add sprite of May riding a bicycle in the intro/credits of Ruby/Sapphire, and also the one in the intro/credits of Emerald}}&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr RS May.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr E May.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:RS May Back.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:E May Back.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Colo May.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay 2.png|150px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Back sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Colosseum|Colosseum}}&lt;br /&gt;
| VS model as rival from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| VS model as rival from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(with {{color2|fff|Mega Bracelet}})&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May RS OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May FRLG OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May OD.png]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr XD May RS.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Sapphire color dark}}; background:#{{Sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:Spr XD May E.png|80px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay Contest.png|150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:VSMay Contest 2.png|150px]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|FFF|Pokémon Ruby and Sapphire Versions|Ruby and Sapphire}}&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|FFF|Pokémon FireRed and LeafGreen Versions|FireRed and LeafGreen}}&lt;br /&gt;
| Overworld sprite from &amp;lt;br&amp;gt;{{color2|FFF|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon XD: Gale of Darkness|Pokémon XD}}&amp;lt;br&amp;gt;(RS variant)&lt;br /&gt;
| VS sprite from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon XD: Gale of Darkness|Pokémon XD}}&amp;lt;br&amp;gt;(E variant)&lt;br /&gt;
| VS sprite in {{color2|FFF|Pokémon Contests|Contests}} from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(without {{color2|FFF|Key Stone}})&lt;br /&gt;
| VS sprite in {{color2|FFF|Pokémon Contests|Contests}} from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&amp;lt;br&amp;gt;(with {{color2|FFF|Key Stone}})&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Contest Costume ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Go-Goggles ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Devon Scuba Gear ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Magma Suit ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:May Aqua Suit ORAS OD.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|80px}} border:2px solid #{{sapphire color dark}}; background:#{{sapphire color light}}; width:96px; height:96px&amp;quot;| [[File:ORAS May Icon.png]]&lt;br /&gt;
|- style=&amp;quot;color:#FFF&amp;quot;&lt;br /&gt;
| Overworld model from&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Contest Costume}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Go-Goggles}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Devon Scuba Gear}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
| Wearing the {{color2|FFF|Magma Suit}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby}}&lt;br /&gt;
| Wearing the {{color2|FFF|Aqua Suit}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Alpha Sapphire}}&lt;br /&gt;
| Icon in the main menu and {{color2|FFF|Battle Maison}} in&amp;lt;br&amp;gt;{{color2|FFF|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* As the [[player character]] (along with {{ga|Brendan}}), they are the only set of player characters that have both a [[mother]] and a father present in the {{pkmn|games}}.&lt;br /&gt;
* Before Omega Ruby and Alpha Sapphire, May and Brendan were the only rivals whose [[starter Pokémon]] does not reach its final form.&lt;br /&gt;
* Screenshots of {{game|Emerald}} on the Japanese Nintendo website refer to May as &amp;quot;Emy&amp;quot; (Japanese: &#039;&#039;&#039;エミィ&#039;&#039;&#039;).&amp;lt;ref&amp;gt;[https://www.nintendo.co.jp/n08/bpej/frontier2/index.html Pokémon Emerald on Nintendo] (Japanese)&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Pre-release media for [[Pokémon Omega Ruby and Alpha Sapphire]] referred to May as &amp;quot;Anna&amp;quot; (Japanese: &#039;&#039;&#039;アルファ&#039;&#039;&#039; &#039;&#039;Alpha&#039;&#039;).&lt;br /&gt;
* One of {{SSB|Pokémon Trainer}}&#039;s palette swaps in [[Super Smash Bros. Ultimate]] has a color scheme based on May&#039;s appearance in {{game|Emerald}}.&lt;br /&gt;
* Similarly to Brendan, May&#039;s attire in Omega Ruby and Alpha Sapphire is mainly based on her appearance in Emerald, though some elements are also taken from her appearance in {{v2|Ruby and Sapphire|s}}.&lt;br /&gt;
* While the second battle with May (or Brendan if she is the player character) is optional, the encounter leading up to it is not.&lt;br /&gt;
** Therefore, after receiving the [[Devon Goods]] before encountering May or Brendan in Rustboro City, if the player [[Black out|blacks out]] without ever visiting the [[Pokémon Center]] in Rustboro City (which causes the player character to rush to [[Petalburg City]]&#039;s Pokémon Center instead), the encounter and optional battle take place in {{rt|104|Hoenn}} in front of [[Mr. Briney]]&#039;s house instead.&lt;br /&gt;
* May&#039;s teams in Emerald vary slightly from Brendan&#039;s teams:&lt;br /&gt;
** When battled in either [[Rustboro City]] or {{rt|104|Hoenn}}, May (if the player chose {{p|Torchic}}) uses a {{p|Torkoal}}, which is not used in future battles; Brendan uses a {{p|Slugma}} instead.&lt;br /&gt;
** When battled on {{rt|119|Hoenn}}, May (if the player chose {{p|Mudkip}}) uses a {{p|Lombre}}, which was not used in prior nor future battles; Brendan uses a {{p|Pelipper}} instead.&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background:#{{sapphire color light}}; border:3px solid #{{sapphire color}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! {{color|FFF|Language}}&lt;br /&gt;
! {{color|FFF|Name}}&lt;br /&gt;
! {{color|FFF|Origin}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Japanese&lt;br /&gt;
| ハルカ &#039;&#039;Haruka&#039;&#039;&lt;br /&gt;
| From 春花 &#039;&#039;haruka&#039;&#039; (spring flower) or 遥か &#039;&#039;haruka&#039;&#039; (distant)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| English&lt;br /&gt;
| May&lt;br /&gt;
| From &#039;&#039;{{wp|May}}&#039;&#039;, a month of spring in the Northern Hemisphere&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| German&lt;br /&gt;
| Maike&lt;br /&gt;
| From &#039;&#039;Mai&#039;&#039; (May)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Spanish&lt;br /&gt;
| Aura&lt;br /&gt;
| From &#039;&#039;aura&#039;&#039; (gentle breeze), a figure of speech commonly associated to spring&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| French&lt;br /&gt;
| Flora&lt;br /&gt;
| From &#039;&#039;{{wp|Flora (mythology)|Flora}}&#039;&#039; (Roman goddess of flower and spring)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Italian&lt;br /&gt;
| Vera&lt;br /&gt;
| From &#039;&#039;primavera&#039;&#039; (spring)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Korean&lt;br /&gt;
| 봄이 &#039;&#039;Bomi&#039;&#039;&lt;br /&gt;
| From 봄 &#039;&#039;bom&#039;&#039; (spring)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Mandarin|Taiwan and Mainland China}})&lt;br /&gt;
| 小遙 / 小遥 &#039;&#039;Xiǎo Yáo&#039;&#039;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | From 遙 / 遥 &#039;&#039;yáo / yìuh&#039;&#039; (distant)&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Chinese ({{tt|Cantonese|Hong Kong}})&lt;br /&gt;
| 小遙 &#039;&#039;Síu Yìuh&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Player characters|sapphire}}&lt;br /&gt;
{{Rival characters|sapphire}}&lt;br /&gt;
{{NPC|sapphire|hoenn=yes}}&amp;lt;br/&amp;gt;&lt;br /&gt;
{{Project CharacterDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Rival characters]]&lt;br /&gt;
[[Category:Ruby and Sapphire characters]]&lt;br /&gt;
[[Category:Emerald characters]]&lt;br /&gt;
[[Category:Omega Ruby and Alpha Sapphire characters]]&lt;br /&gt;
[[Category:Laboratory assistants]]&lt;br /&gt;
[[Category:Champions]]&lt;br /&gt;
[[Category:Trainers with Legendary Pokémon]]&amp;lt;!--Deoxys, the Mythical Pokémon, isn&#039;t required to be caught.--&amp;gt;&lt;br /&gt;
[[Category:Trainers with Key Stones]]&lt;br /&gt;
[[Category:Pokémon Evolutions characters]]&lt;br /&gt;
&lt;br /&gt;
[[de:Maike]]&lt;br /&gt;
[[es:Aura (personaje)]]&lt;br /&gt;
[[fr:Flora (jeux vidéo)]]&lt;br /&gt;
[[it:Vera (gioco)]]&lt;br /&gt;
[[ja:ハルカ (ゲーム)]]&lt;br /&gt;
[[zh:小遥]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Suigun_Oouchi&amp;diff=3725075</id>
		<title>Suigun Oouchi</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Suigun_Oouchi&amp;diff=3725075"/>
		<updated>2023-06-10T01:10:34Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Suigun Oouchi&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;大内 水軍&#039;&#039;&#039;) is an author who wrote and illustrated a variety of manga based on the [[Pokémon]] games throughout [[Generation III]].&lt;br /&gt;
&lt;br /&gt;
== Pokémon manga works ==&lt;br /&gt;
* [[Pokémon Ruby &amp;amp; Sapphire (CoroCoro Comic)]]&lt;br /&gt;
* [[Pokémon Colosseum Snatchers]]&lt;br /&gt;
* [[Pokémon Colosseum Snatcher Leo]]&lt;br /&gt;
* {{ma|Jirachi: Wish Maker}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://oouchisuigun.vow.ne.jp/ Oouchi Suigun&#039;s personal website (Japanese language)]&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
{{stub|Manga}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Manga crew|Suigun, Oouchi]]&lt;br /&gt;
&lt;br /&gt;
[[it:Oouchi Suigun]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Pok%C3%A9mon_Ruby_%26_Sapphire_Special_Walkthrough_Comic!&amp;diff=3725069</id>
		<title>Pokémon Ruby &amp; Sapphire Special Walkthrough Comic!</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Pok%C3%A9mon_Ruby_%26_Sapphire_Special_Walkthrough_Comic!&amp;diff=3725069"/>
		<updated>2023-06-10T00:45:02Z</updated>

		<summary type="html">&lt;p&gt;Figmaniac93: General info, work in progress.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{incomplete|needs=Scans of manga panels.}}&lt;br /&gt;
[[File:RS_Capture_Book.jpg|thumb|Cover of Pokemon Ruby &amp;amp; Sapphire Special Walkthrough Comic!]]&lt;br /&gt;
&lt;br /&gt;
(Japanese: &#039;&#039;&#039;ポケモンルビー＆サファイア　スペシャルこうりゃくコミック！！&#039;&#039;&#039; &#039;&#039;Pokemon Ruby &amp;amp; Sapphire Special Walkthrough Comic!&#039;&#039;) is a {{pkmn|manga}} based on [[Pokémon Ruby and Sapphire Versions|Pokémon Ruby and Sapphire]]. The manga was written by [[Hidenori Kusaka]] and illustrated by [[Emiko Yoshino]]. It was first published by [[Shogakukan]] on June 10, 2003 as a soft-cover book (ISBN: 409106101X) and later distributed through their Year 2 Students ( 小学二年生) magazine from October 2003 to January 2004. It is a walkthrough presented in four manga chapters, highlighting gameplay mechanics and new features introduced in [[Generation III]]. It also featured information about [[Pokémon Box]] and the [[List_of_Japanese_event_Pokémon_distributions_(Generation_III)#Wishing_Star_Jirachi|newly-distributed]] [[Mythical Pokémon]] [[Jirachi]]. The end of the soft-cover book included a blank log template where players could write down their findings in gameplay.&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* [[Brendan]]&lt;br /&gt;
* [[May]]&lt;br /&gt;
* [[Professor Birch]]&lt;br /&gt;
* [[Steven Stone]]&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* [[Pikachu]]&lt;br /&gt;
* [[Treeko]]&lt;br /&gt;
* [[Torchic]]&lt;br /&gt;
* [[Mudkip]]&lt;br /&gt;
* [[Groudon]]&lt;br /&gt;
* [[Kyogre]]&lt;br /&gt;
* [[Latias]]&lt;br /&gt;
* [[Latios]]&lt;br /&gt;
* [[Jirachi]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Manga]]&lt;/div&gt;</summary>
		<author><name>Figmaniac93</name></author>
	</entry>
</feed>