<?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=Maty93</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=Maty93"/>
	<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/wiki/Special:Contributions/Maty93"/>
	<updated>2026-07-02T02:33:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Mirage_Island_(Generation_III)&amp;diff=4569864</id>
		<title>Mirage Island (Generation III)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Mirage_Island_(Generation_III)&amp;diff=4569864"/>
		<updated>2026-06-10T07:04:19Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech from PS240&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox location&lt;br /&gt;
|image=Mirage Island RSE.png&lt;br /&gt;
|image_size=290&lt;br /&gt;
|type=land&lt;br /&gt;
|location_name=Mirage Island&lt;br /&gt;
|japanese_name=まぼろしじま&lt;br /&gt;
|translated_name=Phantom Island&lt;br /&gt;
|location={{rt|130|Hoenn}}&lt;br /&gt;
|region=Hoenn&lt;br /&gt;
|generation={{Gen|III}}&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Mirage Island&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;マボロシじま&#039;&#039;&#039; &#039;&#039;Phantom Island&#039;&#039;) is a hard-to-reach location in [[Hoenn]], found on {{rt|130|Hoenn}} in {{game2|Ruby|Sapphire|Emerald}}. It can only be visited under highly rare circumstances.&lt;br /&gt;
&lt;br /&gt;
==In the games==&lt;br /&gt;
The Mirage Island is usually absent, except it appears as part of a rare alternate map of {{rt|130|Hoenn}}. Any Pokémon caught or hatched here will have &amp;quot;Route 130&amp;quot; as the place of origin in its [[summary]].&lt;br /&gt;
&lt;br /&gt;
The island is inhabited by {{pkmn2|wild}} {{p|Wynaut}}, which range from [[level]] 5 to 50. Most notably, the island also bears a tree where the one and only [[Liechi Berry]] in the game can be picked. It can be used as a [[held item]] in {{pkmn|battle}}s, where it will increase a Pokémon&#039;s {{stat|Attack}} in a pinch.&lt;br /&gt;
&lt;br /&gt;
The [[non-player character]]s and [[wild Pokémon]] found at sea on Route 130 remain the same regardless of the presence of the Mirage Island.&lt;br /&gt;
&lt;br /&gt;
===Finding the island===&lt;br /&gt;
Every day, a random number between 0 and 65535 is generated by the game. If this number matches the first two bytes of the [[personality value]] of any {{OBP|Pokémon|species}} or unhatched {{pkmn|Egg}} currently in the {{player}}&#039;s [[party]], then Mirage Island will appear. Consequently, Mirage Island can be made to disappear and reappear during the same day if the player removes and returns the matching Pokémon in the party. Mirage Island will become unavailable at the end of the day, barring the unlikely outcome of two matching numbers being generated in a row.&lt;br /&gt;
&lt;br /&gt;
Mirage Island only appears or disappears when the player enters Route 130. For instance, if the island is absent but the player catches a [[wild Pokémon]] with the correct personality value on Route 130, they will need to leave and reenter the route for the island to appear. Conversely, if the player is currently on Mirage Island, it will remain there indefinitely as long as the player does not leave this route (even if the player saves and reloads the game).&lt;br /&gt;
&lt;br /&gt;
Mirage Island&#039;s appearance is even rarer than encountering a [[Shiny Pokémon]], although the probability increases with the number of Pokémon the player has. The odds of a single Pokémon activating Mirage Island is 1/65536; this chance is increased to approximately 1/10923 if the player has a full party, assuming no two Pokémon in the player&#039;s party have the same first two bytes in their personality values.&lt;br /&gt;
&lt;br /&gt;
An old man in the southeastern hut in [[Pacifidlog Town]] will tell the player whether or not he can see Mirage Island, allowing the player to check if they have a matching Pokémon without having to leave the town. Since Mirage Island&#039;s number does not change throughout a given day, it is possible for the {{player}} to freely move Pokémon between the [[Pokémon Storage System|Boxes]] and the [[party]] while attempting to check if any Pokémon in the party matches the Mirage Island number. &lt;br /&gt;
&lt;br /&gt;
====Technical details====&lt;br /&gt;
[[Save data structure (Generation III)#Section 2 - Environment variables|Two random bytes]] (&amp;quot;Mirage Island Value&amp;quot;) are generated for the day once after pressing &amp;quot;CONTINUE GAME,&amp;quot; and will be used until the in-game clock passes the midnight of the next day to generate a new value. The Mirage Island Value is generated by [[Pseudorandom number generation|pseudorandom number generation]] and relies on the Elapsed-RTC-[[time|days]] since the player set the in-game clock at home to determine the Initial RTC(d/h/m/s) and start to calculate elapsed RTC. The elapsed RTC days have a one-to-one correspondence with the Mirage Island Value which can be sort as a list&amp;lt;ref&amp;gt;https://wiki.52poke.com/wiki/%E5%B9%BB%E4%B9%8B%E5%B2%9B%E5%80%BC%E4%B8%8E%E7%BB%8F%E8%BF%87RTC%E5%A4%A9%E6%95%B0%E7%9A%84%E6%A0%87%E5%87%86%E5%AF%B9%E5%BA%94%E8%A1%A8&amp;lt;/ref&amp;gt;. For example, if the number of elapsed RTC days is 0, 1, or 7410, Mirage Island Value will be 0x0000.&amp;lt;ref&amp;gt;https://wokann.github.io/Tool/GEN3_Mirage_island/index.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Meanwhile, a game that has reached the maximum recordable play time (999 hours and 59 minutes) will continue generating the Mirage Island Value, because the elapsed RTC days are still continue accumulating until reaching its upper limit of 65535(0xFFFF).&amp;lt;ref&amp;gt;https://tieba.baidu.com/p/7680216276?&amp;lt;/ref&amp;gt; Only if the cartridge&#039;s hardware battery has run dry (causing the real-time clock to stop functioning) or an RTC glitch has occurred (such as the [[Berry glitch]] or [[new battery glitch]]), will the Mirage Island Values stop generating. At that time, the Mirage Island Value will stay at the last generated value.&amp;lt;ref&amp;gt;http://hfc2x.tumblr.com/post/52327921622/some-explanation-on-mirage-island-pok%C3%A9mon&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Theoretically, elapsed RTC days range from 0 to 65535, but due to the hardware RTC range (2000/01/01-2099/12/31), the actual maximum range of elapsed RTC days is 36524, which means the maximum number of possible Mirage Island Values is 36525; removing duplicate values, the final number is 27925. If the player were to catch a [[wild Pokémon]], the odds of this Pokémon&#039;s [[personality value]] causing Mirage Island to appear would be 27925/65536 (approximately 42.6%). However, the initial RTC set by that player and the Berry glitch in Ruby and Sapphire can affect the number of Mirage Island Values so that the total number can be lower than 27925.&lt;br /&gt;
&lt;br /&gt;
===Gallery===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Hoenn Route 130 Mirage Island RSE.png|Route 130 with Mirage Island&lt;br /&gt;
Hoenn Route 130 RSE.png|Route 130 without Mirage Island&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Items===&lt;br /&gt;
&amp;lt;!--Please do not add Omega Ruby and Alpha Sapphire items. This page is ONLY about the location that is in Ruby, Sapphire, and Emerald. For the ORAS locations, see the link at the top of this page--&amp;gt;&lt;br /&gt;
{{Itlisth}}&lt;br /&gt;
{{Itemlist|Liechi Berry|In the [[soft soil]] at the eastern end of the island|Ru=yes|Sa=yes|E=yes}}&lt;br /&gt;
{{Itlistfoot}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
&amp;lt;!--Please do not add Omega Ruby and Alpha Sapphire Pokémon. This page is ONLY about the location that is in Ruby, Sapphire, and Emerald. For the ORAS locations, see the link at the top of this page--&amp;gt;&lt;br /&gt;
{{catch/header|land|no}}&lt;br /&gt;
{{Catch/entry3|360|Wynaut|yes|yes|yes|Grass|5, 10, 15, 20, 25, 30, 35, 40, 45, 50|100%|type1=Psychic}}&lt;br /&gt;
{{catch/footer|land}}&lt;br /&gt;
&lt;br /&gt;
===Music===&lt;br /&gt;
{| class=&amp;quot;roundtable&amp;quot; style=&amp;quot;margin:auto; text-align: center; background: #{{locationcolor/med|road}}; border: 3px solid #{{locationcolor/dark|road}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#{{locationcolor/light|road}}&amp;quot;&lt;br /&gt;
! Games&lt;br /&gt;
! Situation&lt;br /&gt;
! Song name (Japanese)&lt;br /&gt;
! Song name (English)&lt;br /&gt;
! Composition&lt;br /&gt;
! Arrangement&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
! {{GameIcon|R}}{{GameIcon|Sa}}{{GameIcon|E}}&lt;br /&gt;
| Overworld&lt;br /&gt;
| 119番道路&lt;br /&gt;
| [[Pokémon Ruby &amp;amp; Pokémon Sapphire: Super Music Collection|Route 119]]&lt;br /&gt;
| [[Go Ichinose]]&lt;br /&gt;
| Go Ichinose&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==In animation==&lt;br /&gt;
[[File:Mirage Island anime.png|thumb|250px|Mirage Island in {{aniseries|RS}}]]&lt;br /&gt;
===&#039;&#039;Pokémon the Series&#039;&#039;===&lt;br /&gt;
While Mirage Island does appear on maps in {{aniseries|PTS}}, the whirlpools around it make it almost impossible to get to or off the island.&lt;br /&gt;
&lt;br /&gt;
===={{aniseries|RS}}====&lt;br /&gt;
In &#039;&#039;[[AG113|Who, What, When, Where, Wynaut?]]&#039;&#039;, {{Ash}}, {{ashfr}}, [[Drew]], and {{TRT}} landed on Mirage Island after [[Team Rocket&#039;s mechas|Team Rocket&#039;s submarine]] crashed. {{an|May}} and Drew got separated from the others and ended up nearly drowning when Drew passed out, before being saved by the resident {{p|Wynaut}} population. Team Rocket tried to steal the island&#039;s rare [[Liechi Berry|Liechi Berries]], but were ultimately stopped. The group was eventually shipped off the island by a man named [[Roderick]], who also gave May some Liechi Berries to be used as [[Pokéblock]] ingredients.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
[[File:Mirage Island Adventures.png|thumb|250px|Mirage Island in [[Pokémon Adventures]]]]&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
According to [[Juan]], Mirage Island is not the actual name of the island, but what people refer to it as.&lt;br /&gt;
&lt;br /&gt;
===={{MangaArc|Ruby &amp;amp; Sapphire}}====&lt;br /&gt;
In &#039;&#039;[[PS240|Talk About Timing, Treecko]]&#039;&#039;, {{adv|Wally}} rescued a man searching for Mirage Island in [[Pacifidlog Town]] from being washed away by {{DL|Super-ancient Pokémon (Adventures)|Kyogre}}&#039;s storm.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PS254|A Royal Rumble with Regirock, Regice and Registeel II]]&#039;&#039;, {{adv|Ruby}} and {{adv|Sapphire}} were washed up on Mirage Island, where they met Juan, [[Tate and Liza|Tate, and Liza]]. Juan explained that the time on the island advances at a different pace than in the outside world, resulting in the two having been unconcious for 21 days. The time on the island does not always travel at a constant speed, and when the time on the island goes normal, one can get on or off the island. While staying on the island, Ruby and Sapphire encountered the {{TP|Ruby|Plusle}} and {{TP|Sapphire|Minun}} from the [[Abandoned Ship]] again and trained to become better at [[Double Battle]]s, in order to be ready to face Kyogre and {{DL|Super-ancient Pokémon (Adventures)|Groudon}}. After their training was complete, the [[Gym Leader]]s awarded Sapphire with the {{badge|Mind|Mind}} and {{badge|Rain}}s, before the two [[Pokédex holder]]s left the island in &#039;&#039;[[PS259|Rayquaza Redemption II]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
While Ruby and Sapphire fought against Kyogre and Groudon, and subsequently [[Archie]] and [[Maxie]], Juan, Tate, and Liza observed the events from Mirage Island through Juan&#039;s {{p|Kingdra}}&#039;s water screen. In &#039;&#039;[[PS267|It All Ends Now VIII]]&#039;&#039;, when Ruby was revealed to be in possession of {{adv|Celebi}}, Juan realized that Celebi&#039;s presence on the island explained why time had become unstable there when Ruby and Sapphire arrived on and left it.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
[[File:Mirage Island RSE info.png|thumb|right|200px|Information about Mirage Island, including an incorrect mention of [[Kelpsy Berry|Kelpsy Berries]]&amp;lt;br&amp;gt;(&#039;&#039;[[Pokémon Emerald: Prima&#039;s Official Strategy Guide]]&#039;&#039;, page 103)]]&lt;br /&gt;
* Although {{game2|Ruby|Sapphire|Emerald}} include a [[List of locations by index number in Generation III|location pointer for &amp;quot;Mirage Island&amp;quot;]] (Japanese: まぼろしじま &#039;&#039;Phantom Island&#039;&#039;), any {{p|Wynaut}} caught here will simply display &amp;quot;Met on {{rt|130|Hoenn}}&amp;quot; in their [[summary]]. This is because the player is technically still on Route 130&#039;s map.&lt;br /&gt;
* Although Mirage Island does not appear in {{pkmn|Omega Ruby and Alpha Sapphire}}, the route description of Route 130 on the [[PokéNav Plus]] [[List of cross-generational references|alludes]] to it; &amp;quot;This route was once a big topic of conversation due to a strange island that seemed to appear and then disappear.&amp;quot;&lt;br /&gt;
* If a [[roaming Pokémon]] goes onto Route 130 while the Mirage Island is present, it can also be found in the tall grass.&lt;br /&gt;
* In &#039;&#039;[[Pokémon Emerald: Prima&#039;s Official Strategy Guide]]&#039;&#039; (page 103), it is incorrectly said that [[Kelpsy Berry|Kelpsy Berries]] are available on Mirage Island.&lt;br /&gt;
* Because Mirage Island always begins with the same value, it is possible to use a Pokémon with the correct matching PID to consistently spawn Mirage Island before the first midnight on any new save file. If the battery has run dry this will persist until it is replaced as the value will continue to remain at 0x0000.&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Langtable|color={{locationcolor/light|land}}|bordercolor={{locationcolor/dark|land}}&lt;br /&gt;
|zh_yue=幻之島 &#039;&#039;{{tt|Waahn jī Dóu|Phantom Island}}&#039;&#039; {{tt|*|Games}} &amp;lt;br&amp;gt; 夢幻島 &#039;&#039;{{tt|Muhngwaahn Dóu|Phantom Island}}&#039;&#039; {{tt|*|Animated series, Manga}}&lt;br /&gt;
|zh_cmn=幻之島 / 幻之岛 &#039;&#039;{{tt|Huàn zhī Dǎo|Phantom Island}}&#039;&#039; {{tt|*|Games}} &amp;lt;br&amp;gt; 夢幻島 / 梦幻岛 &#039;&#039;{{tt|Mènghuàn Dǎo|Phantom Island}}&#039;&#039; {{tt|*|Animated series, Manga}}&lt;br /&gt;
|cs=Přízračný ostrov&lt;br /&gt;
|fi=Mirage Island&lt;br /&gt;
|fr=Ile Mirage&lt;br /&gt;
|de=Wundereiland&lt;br /&gt;
|it=Isola Miraggio&lt;br /&gt;
|ko=환상섬 &#039;&#039;Hwansang Seom&#039;&#039;&lt;br /&gt;
|pt_br=Ilha Miragem&lt;br /&gt;
|es_la=Isla Mirage&lt;br /&gt;
|es_eu=Isla Espejismo&lt;br /&gt;
|vi=Đảo Ảo Ảnh&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;
{{Hoenn}}&lt;br /&gt;
{{Project Locations notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Hoenn locations]]&lt;br /&gt;
[[Category:Ruby and Sapphire locations]]&lt;br /&gt;
[[Category:Emerald locations]]&lt;br /&gt;
[[Category:Islands]]&lt;br /&gt;
&lt;br /&gt;
[[de:Wundereiland (Route 130)]]&lt;br /&gt;
[[es:Isla Espejismo]]&lt;br /&gt;
[[fr:Île Mirage]]&lt;br /&gt;
[[it:Isola Miraggio]]&lt;br /&gt;
[[ja:マボロシじま]]&lt;br /&gt;
[[zh:幻之岛]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Pok%C3%A9mon_Champion&amp;diff=4569785</id>
		<title>Pokémon Champion</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Pok%C3%A9mon_Champion&amp;diff=4569785"/>
		<updated>2026-06-09T21:59:33Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech from anime and manga&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{search|type of Pokémon Trainer|the song|Champion (song)}} &#039;&#039;For the game, see [[Pokémon Champions]].&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
{{TrainerClassInfobox&lt;br /&gt;
|color={{Pokémon color}}&lt;br /&gt;
|corecolor={{Pokémon color light}}&lt;br /&gt;
|bordercolor={{Pokémon color dark}}&lt;br /&gt;
|name=Champion&lt;br /&gt;
|jpname=チャンピオン&lt;br /&gt;
|jptranslit=Chanpion&lt;br /&gt;
|jptrans=Champion&lt;br /&gt;
|image=Sword Shield Leon and Charizard artwork.png|size=200px&lt;br /&gt;
|caption=Artwork of [[Galar]] Champion [[Leon]] from {{g|Sword and Shield}}&lt;br /&gt;
|intro=[[Generation I]]&lt;br /&gt;
|games={{3v2|Red|Blue|Yellow}}&amp;lt;br/&amp;gt;{{3v2|Gold|Silver|Crystal}}&amp;lt;br/&amp;gt;{{5v2|Ruby|Sapphire|Emerald|FireRed|LeafGreen}}&amp;lt;br/&amp;gt;{{5v2|Diamond|Pearl|Platinum|HeartGold|SoulSilver}}&amp;lt;br/&amp;gt;{{4v|Black|White}}&amp;lt;br/&amp;gt;{{pkmn|X and Y|X, Y}}, {{pkmn|Omega Ruby and Alpha Sapphire|Omega Ruby, and Alpha Sapphire}}&amp;lt;br/&amp;gt;{{LGPE|Let&#039;s Go, Pikachu! and Let&#039;s Go, Eevee!}}&amp;lt;br/&amp;gt;{{pkmn|Sword and Shield|Sword, Shield}}, {{pkmn|Brilliant Diamond and Shining Pearl|Brilliant Diamond, and Shining Pearl}}&amp;lt;br/&amp;gt;{{pkmn|Scarlet and Violet}}&amp;lt;br&amp;gt;{{pkmn|Legends: Z-A}}&amp;lt;br/&amp;gt;{{pkmn|Stadium}}, {{pkmn|Stadium 2}}&amp;lt;br/&amp;gt;{{pkmn|Puzzle League}}, {{pkmn|Puzzle Challenge}}&amp;lt;br/&amp;gt;{{pkmn|Masters EX}}&lt;br /&gt;
|gender=Both&lt;br /&gt;
|members=[[#In the core series games|See list]]&lt;br /&gt;
|anime=&#039;&#039;[[EP235|Talkin&#039; &#039;Bout an Evolution]]&#039;&#039; &amp;lt;small&amp;gt;({{aniseries|PTS}})&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;[[HZ010|Nemona and Brassius and...]]&#039;&#039; &amp;lt;small&amp;gt;(&#039;&#039;{{aniseries|HZ|Horizons}}&#039;&#039;)&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;[[PO04|File 4: Charizard]]&#039;&#039; &amp;lt;small&amp;gt;({{pkmn|Origins}})&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;[[PG03|The Challenger]]&#039;&#039; &amp;lt;small&amp;gt;({{pkmn|Generations}})&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;[[TW01|Letter]]&#039;&#039; &amp;lt;small&amp;gt;(&#039;&#039;[[Pokémon: Twilight Wings|Twilight Wings]]&#039;&#039;)&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;[[PE01|The Champion]]&#039;&#039; &amp;lt;small&amp;gt;({{pkmn|Evolutions}})&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;[[PPW01|Breathe Out]]&#039;&#039; &amp;lt;small&amp;gt;(&#039;&#039;[[Pokémon: Paldean Winds|Paldean Winds]]&#039;&#039;)&amp;lt;/small&amp;gt;&lt;br /&gt;
|manga=&#039;&#039;[[PS040|A Charizard...and a Champion]]&#039;&#039; &amp;lt;small&amp;gt;({{pkmn|Adventures}})&amp;lt;/small&amp;gt;&amp;lt;br/&amp;gt;[[PZ10]] &amp;lt;small&amp;gt;({{pkmn|Zensho}})&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;[[DPA07|Dialga&#039;s Secret Keys]]&#039;&#039; &amp;lt;small&amp;gt;({{pkmn|Diamond and Pearl Adventure!}})&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;[[JBA4]] &amp;lt;small&amp;gt;([[Pocket Monsters HGSS Jō&#039;s Big Adventure|HGSS Jō&#039;s Big Adventure]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;[[FAT3|A Very Important Thing]]&#039;&#039; &amp;lt;small&amp;gt;([[Pocket Monsters BW: The Heroes of Fire and Thunder|The Heroes of Fire and Thunder]])&amp;lt;/small&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Pokémon League Champion&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ポケモンリーグチャンピオン&#039;&#039;&#039; &#039;&#039;Pokémon League Champion&#039;&#039;), commonly referred to as a &#039;&#039;&#039;Pokémon Champion&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ポケモンチャンピオン&#039;&#039;&#039; &#039;&#039;Pokémon Champion&#039;&#039;) or simply &#039;&#039;&#039;Champion&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;チャンピオン&#039;&#039;&#039; &#039;&#039;Champion&#039;&#039;), is the highest known rank of [[Pokémon Trainer]].&lt;br /&gt;
&lt;br /&gt;
It usually refers to a Trainer who has completed a [[Pokémon League]] by collecting all the necessary [[Badge]]s, and either winning a regional Pokémon tournament or defeating the [[Elite Four]] and the previous Champion (if there is one). [[Kanto]] and [[Johto]] share a Champion, while other regions have their own. If a Champion is defeated, they must relinquish their title to the victor; however, the victor can refuse the title, as [[N]] did in {{game|Black and White|s}}. [[Paldea]] is the only exception to this, as Champion is a permanent honorary title in the region, and thus can be held by multiple Trainers at once.&lt;br /&gt;
&lt;br /&gt;
Starting in [[Generation VII]], the {{player}}, as Champion, can defend the title against challengers.&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
[[File:Pokémon League Champion chamber SM.png|thumb|left|250px|The Champion&#039;s chamber in [[Pokémon Sun and Moon]], where [[Professor Kukui]] challenges the {{player}} to test their worth as [[Alola]]&#039;s first Champion]]&lt;br /&gt;
Champion is a {{DL|Pokémon Trainer|Trainer class}} that first debuted in the [[Generation I]] {{pkmn|games}}. It is the title held by the last Trainer who defeated the [[Elite Four]] and the previous Pokémon Champion. Each Champion is always stronger than the Elite Four members and most other Trainers, and has a party of six Pokémon to test their opponents&#039; strength. Like Elite Four members, they employ the use of strong healing items. &lt;br /&gt;
&lt;br /&gt;
In most regions, to challenge the Champion, Trainers must defeat all four Elite Four members without leaving the Pokémon League area, and cannot access the Pokémon League [[Pokémon Center]] and [[Poké Mart]] until after defeating the Champion or losing at any point during the challenge. If a challenger is defeated by the Champion, just like the Elite Four, they must start over. In [[Galar]], there is no Elite Four; instead, the Trainer who wins the [[Galar League|Champion Cup]] at the end of each Gym Challenge earns the right to challenge the Champion. At [[Blueberry Academy]], Trainers must defeat all four Elite Four members in order to challenge the Champion, but they can leave the area freely at any point during their challenge. In both of these cases, if the player is defeated by the Champion, they only have to redo the Champion battle.&lt;br /&gt;
&lt;br /&gt;
Since in the vast majority of [[core series]] games the player goes on to defeat the standing Champion, most [[player character]]s are considered Champions and subsequently entered into the [[Hall of Fame]], along with their [[party]]. However, for players in games prior to [[Generation VII]], becoming the Champion is mostly a symbolic honor, as they are unable to battle challengers or take up any other league duties; the former Champion will still remain at the [[Pokémon League]], retaining the Trainer class Champion (in Generations {{gen|I}} and {{gen|III}}, {{ga|Blue}} clearly states his reign is over; in the [[Delta Episode]], [[Zinnia]] teases {{Steven}} that he is the former Champion). In games prior to [[Pokémon Sun and Moon]], the player may battle the Elite Four and the former Champion an indefinite number of times, and on each success will be re-entered into the Hall of Fame with whatever team was used in that challenge. In [[Alola]], the player may still battle the Elite Four an indefinite number of times, but this is followed by a battle against a challenger rather than the former Champion. In [[Galar]], the player can host [[Wyndon Stadium/Champion tournaments|Champion tournaments]], facing three Trainers per tournament; these can be repeated indefinitely.&lt;br /&gt;
&lt;br /&gt;
In {{2v2|Black|White}}, Cynthia tells the player that once every few years, the Champions from all the regions come together and battle to find the strongest among them. In the [[Pokémon World Tournament]] in {{2v2|Black|White|2}}, which takes place two years later, all the Champions the player battles in previous games participate in the [[Champions Tournament]]. This tournament does not include player characters, with the exception of {{ga|Red}}.&lt;br /&gt;
&lt;br /&gt;
In {{pkmn|Sun and Moon|Sun, Moon}}, {{pkmn|Ultra Sun and Ultra Moon|Ultra Sun, and Ultra Moon}}, the {{al|Pokémon League}} of Alola, having just been established, has no Champion. Instead, Professor Kukui (the league&#039;s founder){{sup/7|SM}} or Hau (the player&#039;s rival){{sup/7|USUM}}, stands in as the final obstacle the player must overcome before becoming the league&#039;s first Champion. In another first for the series, the player can [[Pokémon League (Alola)/Title Defense|defend their title]] against challenges from non-player characters. The player keeps the nominal title of Champion even if defeated. Similarly, in [[Pokémon: Let&#039;s Go, Pikachu! and Let&#039;s Go, Eevee!]], {{ga|Trace}} is the Champion of the Indigo League at first, but loses his title to the player. After defeating Lance in a [[rematch]], Trace will challenge the player as a normal Pokémon Trainer in an attempt to retake the title. In [[Pokémon Sword and Shield]], the player character can host post-game [[Wyndon Stadium/Champion tournaments|Champion tournaments]], with one of the possible challengers being [[Leon]].&lt;br /&gt;
&lt;br /&gt;
In Let&#039;s Go, Pikachu! and Let&#039;s Go, Eevee!, [[Professor Oak]] reveals that originally, Trainers who defeated the Elite Four were recorded as Champions, but now Champions were going to be established as a part of the Pokémon League challenge, meaning that now a Trainer can only become a Champion by defeating the Elite Four &#039;&#039;and&#039;&#039; the current Champion. In the same games, [[Brock]] also reveals that [[Gym Leader]]s have the right to directly challenge a Champion.&lt;br /&gt;
&lt;br /&gt;
In [[Paldea]], the title of Champion is not a title given to one Trainer, but rather a rank bequeathed to all Trainers who pass the Champion Assessment at the {{pal|Pokémon League}} headquarters after obtaining their eight regional [[Badge|Gym Badges]]. [[Geeta]], the chairwoman of Paldea&#039;s Pokémon League, is considered the Top Champion, the strongest of the region&#039;s Champion-ranked Trainers. She stands as the final obstacle for Trainers wishing to complete the Champion Assessment. Because of the way the Champion Rank works, Paldean Champions maintain their title even when defeated.&lt;br /&gt;
&lt;br /&gt;
At [[Unova]]&#039;s Blueberry Academy, the position of {{DL|Blueberry Academy|BB League}} Champion is held by the strongest student in the school. Due to the structure of the BB League, once the current Champion has been defeated, they are demoted to being the top member of the {{tc|BB League Elite Four}}, while the lowest-ranked member of the Elite Four loses their position. When the player claims this Champion title, though, the defeated Champion, [[Kieran]], withdraws from the League entirely after a period of self-reflection, retaining the current structure of the Elite Four.&lt;br /&gt;
&lt;br /&gt;
In {{pkmn|Legends: Z-A}}, the Champion of the [[Furfrou League]], Soignée, can be battled after all of the Furfrou Elite Four have been defeated and shares the same Trainer class as regional Champions. However, the Furfrou League is not officially endorsed by [[Lumiose City]] nor the [[Kalos]] region as a whole.&lt;br /&gt;
&lt;br /&gt;
Known non-player Champions in the games:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background: #{{Pokémon color}}; border: 5px solid #{{Pokémon color dark}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}}; {{roundytl|5px}}&amp;quot; | &#039;&#039;&#039;League&#039;&#039;&#039;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:#{{kanto color light}}; color:#{{kanto color dark}}&amp;quot; | {{color2|{{kanto color dark}}|Indigo League}}/{{color2|{{johto color dark}}|Johto League}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{hoenn color light}}&amp;quot; | {{color2|{{hoenn color dark}}|Hoenn League}}&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#{{sinnoh color light}}&amp;quot; | {{color2|{{sinnoh color dark}}|Sinnoh League}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{unova color light}}; color:#{{unova color dark}}; {{roundytr|5px}}&amp;quot; | {{color2|{{unova color dark}}|Unova League}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}};&amp;quot; | &#039;&#039;&#039;Games&#039;&#039;&#039;&lt;br /&gt;
| {{Gameabbrev1|RGBY}}{{Gameabbrev3|FRLG}}&lt;br /&gt;
| {{Gameabbrev7|PE}}&lt;br /&gt;
| colspan=2 | {{Gameabbrev2|GSC}}{{Gameabbrev4|HGSS}}&lt;br /&gt;
| {{Gameabbrev3|RS}}{{Gameabbrev6|ORAS}}&lt;br /&gt;
| {{Gameabbrev3|E}}&lt;br /&gt;
| colspan=1 | {{Gameabbrev4|DPPt}}{{gameabbrev8|BDSP}}&lt;br /&gt;
| {{Gameabbrev5|BW}}&lt;br /&gt;
| {{Gameabbrev5|B2W2}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}};&amp;quot; | &#039;&#039;&#039;Name&#039;&#039;&#039;&lt;br /&gt;
| {{color2|000|Blue (game)|Blue}}&lt;br /&gt;
| {{color2|000|Trace (game)|Trace}}&lt;br /&gt;
| {{color2|000|Lance}}&lt;br /&gt;
| {{color2|000|Red (game)|Red}}&lt;br /&gt;
| {{color2|000|Steven Stone|Steven}}&lt;br /&gt;
| {{color2|000|Wallace}}&lt;br /&gt;
| {{color2|000|Cynthia}}&lt;br /&gt;
| {{color2|000|Alder}}&lt;br /&gt;
| {{color2|000|Iris}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}};&amp;quot; | &#039;&#039;&#039;Image&#039;&#039;&#039;&lt;br /&gt;
| [[File:FireRed LeafGreen Blue.png|150x150px]]&lt;br /&gt;
| [[File:Lets Go Pikachu Eevee Trace.png|150x150px]]&lt;br /&gt;
| [[File:HeartGold SoulSilver Lance.png|150x150px]]&lt;br /&gt;
| [[File:FireRed LeafGreen Red.png|150x150px]]&lt;br /&gt;
| [[File:Omega Ruby Alpha Sapphire Steven.png|150x150px]]&lt;br /&gt;
| [[File:Emerald Wallace.png|150x150px]]&lt;br /&gt;
| [[File:Brilliant Diamond Shining Pearl Cynthia.png|150x150px]]&lt;br /&gt;
| [[File:Black White Alder.png|150x150px]]&lt;br /&gt;
| [[File:Black 2 White 2 Iris.png|150x150px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}}&amp;quot; | &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#{{unknown color}}&amp;quot; | {{color2|fff|Type|Various}}&lt;br /&gt;
| style=&amp;quot;background:#{{unknown color}}&amp;quot; | {{color2|fff|Type|Various}}&lt;br /&gt;
| style=&amp;quot;background:#{{dragon color}}&amp;quot; | {{color2|fff|Dragon (type)|Dragon}}&lt;br /&gt;
| style=&amp;quot;background:#{{unknown color}}&amp;quot; | {{color2|fff|Type|Various}}&lt;br /&gt;
| style=&amp;quot;background:#{{steel color}}&amp;quot; | {{color2|fff|Steel (type)|Steel}}&lt;br /&gt;
| style=&amp;quot;background:#{{water color}}&amp;quot; | {{color2|fff|Water (type)|Water}}&lt;br /&gt;
| style=&amp;quot;background:#{{unknown color}}&amp;quot; | {{color2|fff|Type|Various}}&lt;br /&gt;
| style=&amp;quot;background:#{{unknown color}}&amp;quot; | {{color2|fff|Type|Various}}&lt;br /&gt;
| style=&amp;quot;{{roundybr|5px}}; background:#{{dragon color}}&amp;quot; | {{color2|fff|Dragon (type)|Dragon}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}}; {{roundybl|5px}}&amp;quot; | &#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Former Champion&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;{{roundybr|5px}}; background:#FFF&amp;quot; | Active&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background: #{{Pokémon color}}; border: 5px solid #{{Pokémon color dark}}; margin-top:5px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}}; {{roundytl|5px}}&amp;quot; | &#039;&#039;&#039;League&#039;&#039;&#039;&lt;br /&gt;
! style=&amp;quot;background:#{{kalos color light}}&amp;quot; | {{color2|{{kalos color dark}}|Kalos League}}&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#{{galar color light}}&amp;quot; | {{color2|{{galar color dark}}|Galar League}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{paldea color light}}&amp;quot; | {{color2|{{paldea color dark}}|Paldea League}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{Indigo Disk color light}}; {{roundytr|5px}}&amp;quot; | {{color2|{{Indigo Disk color dark}}|Blueberry Academy#BB League|BB League}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}};&amp;quot; | &#039;&#039;&#039;Games&#039;&#039;&#039;&lt;br /&gt;
| {{Gameabbrev6|XY}}&lt;br /&gt;
| colspan=3 | {{Gameabbrev8|SwSh}}&lt;br /&gt;
| colspan=4 |  {{Gameabbrev9|SV}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}};&amp;quot; | &#039;&#039;&#039;Name&#039;&#039;&#039;&lt;br /&gt;
| {{color2|000|Diantha}}&lt;br /&gt;
| {{color2|000|Leon}}&lt;br /&gt;
| {{color2|000|Mustard}}&lt;br /&gt;
| {{color2|000|Peony}}&lt;br /&gt;
| {{color2|000|Nemona}}&lt;br /&gt;
| {{color2|000|Geeta}}&lt;br /&gt;
| {{color2|000|Kieran}}&lt;br /&gt;
| {{color2|000|Drayton}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}};&amp;quot; | &#039;&#039;&#039;Image&#039;&#039;&#039;&lt;br /&gt;
| [[File:XY Diantha.png|150x150px]]&lt;br /&gt;
| [[File:Sword Shield Leon.png|150x150px]]&lt;br /&gt;
| [[File:Sword Shield Mustard.png|150x150px]]&lt;br /&gt;
| [[File:Sword Shield Peony.png|150x150px]]&lt;br /&gt;
| [[File:Scarlet Violet Nemona.png|150x150px]]&lt;br /&gt;
| [[File:Scarlet Violet Geeta.png|150x150px]]&lt;br /&gt;
| [[File:Scarlet Violet Kieran The Indigo Disk.png|150x150px]]&lt;br /&gt;
| [[File:Scarlet Violet Drayton.png|150x150px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}}&amp;quot; | &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#{{unknown color}}&amp;quot; | {{color2|fff|Type|Various}}&lt;br /&gt;
| style=&amp;quot;background:#{{unknown color}}&amp;quot; | {{color2|fff|Type|Various}}&lt;br /&gt;
| style=&amp;quot;background:#{{unknown color}}&amp;quot; | {{color2|fff|Type|Various}}&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot;&amp;gt;Specialized in Fighting-types as a Gym Leader&amp;lt;/ref&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#{{steel color}}&amp;quot; | {{color2|fff|Steel (type)|Steel}}&lt;br /&gt;
| style=&amp;quot;background:#{{unknown color}}&amp;quot; | {{color2|fff|Type|Various}}&lt;br /&gt;
| style=&amp;quot;background:#{{unknown color}}&amp;quot; | {{color2|fff|Type|Various}}&lt;br /&gt;
| style=&amp;quot;background:#{{unknown color}}&amp;quot; | {{color2|fff|Type|Various}}&lt;br /&gt;
| style=&amp;quot;background:#{{dragon color}}&amp;quot; | {{color2|fff|Dragon (type)|Dragon}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}}; {{roundybl|5px}}&amp;quot; | &#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Former Champion&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Former Champion&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Champion Rank&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Top Champion&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;{{roundybr|5px}}; background:#FFF&amp;quot; | Former Champion&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==In the spin-off games==&lt;br /&gt;
===Pokémon Trading Card Game series===&lt;br /&gt;
In {{vg|Pokémon Trading Card Game}}, after defeating the [[Grand Master]]s of the [[Pokémon Dome]], the last challenge they must face is their [[rival]], {{TCG GB|Ronald}}, who beat the Grand Masters before them and obtained the four [[Legendary Cards]]. The player must defeat him to become Champion and gain control of the Legendary Cards for themselves. In the championship duel, Ronald uses the {{TCG|Legendary Ronald Deck}}, which focuses around {{TCG|Fire Energy}}, {{tcg|Colorless}} Pokémon, and the Legendary {{TCG ID|Promotional Card|Moltres|P02}} and {{TCG ID|Pokémon Card GB|Dragonite|promo}} cards.&lt;br /&gt;
&lt;br /&gt;
In [[Pokémon Trading Card Game 2: The Invasion of Team GR!]], a direct sequel to the previous game, the player, as acting Champion, pursues [[Team Great Rocket]] after their Cards are stolen by the [[villainous team]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background: #{{Pokémon color}}; border: 5px solid #{{Pokémon color dark}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=3 style=&amp;quot;background:#{{Tcg Trainer color light}}; color:#{{Tcg Trainer color dark}}; {{roundytop|5px}}&amp;quot; | {{color2|{{Tcg Trainer color dark}}|TCG Island}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! {{color2|{{blue color dark}}|Pokémon Trading Card Game (video game)|TCG}}&lt;br /&gt;
! colspan=2 | {{color2|{{black color}}|Pokémon Trading Card Game 2: The Invasion of Team GR!|TCG2}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| {{color2|000|Ronald (TCG GB)|Ronald}}&lt;br /&gt;
| {{color2|000|Mark (TCG GB)|Mark}}&lt;br /&gt;
| {{color2|000|Mint (TCG GB)|Mint}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| [[File:Ronald.png|150x150px]]&lt;br /&gt;
| [[File:Mark.png|150x150px]]&lt;br /&gt;
| [[File:Mint 2.png|150x150px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Pokkén Tournament===&lt;br /&gt;
In [[Pokkén Tournament]], Glenn is the League Champion of the {{DL|Ferrum|Ferrum League}} and the top Trainer in the Chroma League. His fighter is a {{pokken|Machamp}}. Defeating him unlocks the Iron League.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background:#{{steel color}}; border: 4px solid #{{steel color}}&amp;quot; colspan=8 cellspacing=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
! style=&amp;quot;background:#{{steel color}}&amp;quot; colspan=&amp;quot;4&amp;quot; | {{color|{{steel color dark}}|Ferrum League}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | {{color2|{{steel color dark}}|Pokkén Tournament}}&lt;br /&gt;
! style=&amp;quot;background: #{{steel color}}&amp;quot; colspan=&amp;quot;2&amp;quot; | {{color2|{{steel color dark}}|Region|Region:}} {{color2|{{steel color dark}}|Ferrum}}&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{steel color light}}; {{roundytl|5px}}&amp;quot; | {{color|{{steel color dark}}|Trainer}}&lt;br /&gt;
! style=&amp;quot;background:#{{steel color light}}&amp;quot; | {{color|{{steel color dark}}|League}}&lt;br /&gt;
! style=&amp;quot;background:#{{steel color light}}; {{roundytr|5px}}&amp;quot; | {{color|{{steel color dark}}|Pokémon}}&lt;br /&gt;
|- style=&amp;quot;background:#{{black color light}}&amp;quot;&lt;br /&gt;
| [[File:Pokkén Glenn.png|120px]]&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;{{color|{{black color dark}}|League Champion}}&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;{{color|{{black color dark}}|Glenn}}&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;{{color|{{black color dark}}|グレン Glen}}&amp;lt;/small&amp;gt;&lt;br /&gt;
| [[File:Pokkén Chroma League.png|80px]]&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;{{color|{{black color dark}}|Rank A}}&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;{{color|{{black color dark}}|Chroma League}}&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;{{color|{{black color dark}}|クロマリーグ&amp;lt;br&amp;gt;Chroma League}}&amp;lt;/small&amp;gt;&lt;br /&gt;
| [[File:Pokkén Machamp.png|120px]]&amp;lt;br&amp;gt;{{pcolor|Machamp|{{black color dark}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Duel===&lt;br /&gt;
In [[Pokémon Duel]], [[Master Rosé]] is the Champion of the Pokémon Figure Game World Championships and the owner of [[Jewel Tower]], the biggest hotel on [[Carmonte Island]]. However, due to Pokémon Duel being discontinued before its story was completed, Rosé can never be dueled by the player, and nothing is known about his Pokémon figure deck.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; background:#{{blue color light}}; {{roundy}}; border: 4px solid #{{moon color}}; color:white&amp;quot; colspan=&amp;quot;4&amp;quot; cellspacing=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{blue color light}}; {{roundytop|5px}}&amp;quot; colspan=&amp;quot;4&amp;quot; | PFG World Tournament&lt;br /&gt;
|- style=&amp;quot;background:#{{blue color light}}&amp;quot;&lt;br /&gt;
! Hotel Owner&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;Japanese&amp;lt;/small&amp;gt;&lt;br /&gt;
! Hotel&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;Japanese&amp;lt;/small&amp;gt;&lt;br /&gt;
! Emblem&lt;br /&gt;
|- style=&amp;quot;background:#{{diamond color light}}&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundybl|5px}} | [[File:Duel VSMaster Rosé.png|100px]]&amp;lt;br&amp;gt;{{color2|{{diamond color dark}}|Master Rosé}}&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;{{color|{{diamond color dark}}|マスター・ロゼ Master Rosé}}&amp;lt;/small&amp;gt;&lt;br /&gt;
| {{color2|{{diamond color dark}}|Jewel Tower}}&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;{{color|{{diamond color dark}}|ジュエルタワー&amp;lt;br&amp;gt;Jewel Tower}}&amp;lt;/small&amp;gt;&lt;br /&gt;
| style=&amp;quot;{{roundybr|5px}} | [[File:Jewel Tower Emblem.png|50px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Masters EX===&lt;br /&gt;
====Champions====&lt;br /&gt;
Champions from the [[core series]] appear as playable characters in [[Pokémon Masters EX]]. The player, [[Scottie]] or [[Bettie]], becomes the Champion of [[Pasio]] at the end of the [[PML arc]] by winning the [[Pokémon Masters League]]. {{mas|Red}} and {{mas|Juliana}} are the only characters based on core series [[player character]]s that are confirmed to be Champions, as it is unclear whether any of the other characters based on the player characters have won their respective region&#039;s {{pkmn|League}}. {{mas|Ash}} is the Champion of the [[Alola League]] in the {{aniseries|PTS}} continuity, but isn&#039;t the official Champion of Alola in this game&#039;s continuity.&lt;br /&gt;
&lt;br /&gt;
In the [[Champion Stadium]], the player can battle a Champion after defeating their region&#039;s [[Elite Four]]. In the [[Alola Challenge]], {{mas|Kukui}} or {{mas|Hau}} will serve as the Champion of the region. In the [[Hoenn Challenge]], {{mas|Wallace}} will sometimes replace {{mas|Steven}} as the Champion. {{mas|N}}, having defeated {{mas|Alder}} once, can be battled at {{mas|Victory Road}}. {{mas|Leaf}}, who could become a Champion if she was picked as the player character, can also be battled at Victory Road.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 4px solid #BABACC; background:#F3F3FF&amp;quot;&lt;br /&gt;
|- style=&amp;quot;font-size: 95%; font-weight: bold&amp;quot;&lt;br /&gt;
| colspan=9 style=&amp;quot;background:#D1D1E6; {{roundytop|15px}}&amp;quot; | {{color2|{{Masters color dark}}|Pokémon Masters EX|Masters EX}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{Masters color light}}&amp;quot; | {{color2|{{Masters color dark}}|Pokémon Masters League}}&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#{{kanto color light}}; color:#{{kanto color dark}} | {{color2|{{kanto color dark}}|Indigo League}}/{{color2|{{johto color dark}}|Johto League}}&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#{{hoenn color light}}&amp;quot; | {{color2|{{hoenn color dark}}|Hoenn League}}&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#{{sinnoh color light}}&amp;quot; | {{color2|{{sinnoh color dark}}|Sinnoh League}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{unova color light}}&amp;quot; | {{color2|{{unova color dark}}|Unova League}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;background: #{{electric color}}; width:84px&amp;quot; | [[File:Spr Masters Scottie.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{electric color}}; width:84px&amp;quot; | [[File:Spr Masters Bettie.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{flying color}}; width:84px&amp;quot; | [[File:Spr Masters Blue.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{fire color}}; width:84px&amp;quot; | [[File:Spr Masters Red.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{dragon color}}; width:84px&amp;quot; | [[File:Spr Masters Lance.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{steel color}}; width:84px&amp;quot; | [[File:Spr Masters Steven.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{ground color}}; width:84px&amp;quot; | [[File:Spr Masters Cynthia.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{bug color}}; width:84px&amp;quot; | [[File:Spr Masters Alder.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{dragon color}}; width:84px&amp;quot; | [[File:Spr Masters Iris Champion.png|x100px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Scottie}}&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot;&amp;gt;Only if the male player character is picked&amp;lt;/ref&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Bettie}}&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot;&amp;gt;Only if the female player character is picked&amp;lt;/ref&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Blue (Masters)|Blue}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Red (Masters)|Red}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Lance (Masters)|Lance}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Steven (Masters)|Steven}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Cynthia (Masters)|Cynthia}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Alder (Masters)|Alder}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Iris (Masters)|Iris}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6; {{roundybl|15px}}&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | Succeeded by Red&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | Former Champion&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | Succeeded by Iris&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6; {{roundybr|15px}}&amp;quot; | Active&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 4px solid #BABACC; background:#F3F3FF&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#{{kalos color light}}; {{roundytl|15px}}&amp;quot; | {{color2|{{kalos color dark}}|Kalos League}}&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#{{alola color light}}&amp;quot; | {{color2|{{alola color dark}}|Alola League}}&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#{{galar color light}}&amp;quot; | {{color2|{{galar color dark}}|Galar League}}&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#{{paldea color light}}&amp;quot; | {{color2|{{paldea color dark}}|Paldea League}}&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#{{Blueberry color light}}; {{roundytr|15px}}&amp;quot; | {{color2|{{Blueberry color dark}}|BB League}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;background: #{{fairy color}}; width:84px&amp;quot; | [[File:Spr Masters Diantha.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{electric color}}; width:84px&amp;quot; | [[File:Spr Masters Ash.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{fire color}}; width:84px&amp;quot; | [[File:Spr Masters Leon.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{electric color}}; width:84px&amp;quot; | [[File:Spr Masters Nemona.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{poison color}}; width:84px&amp;quot; | [[File:Spr Masters Geeta.png|x100px]]&lt;br /&gt;
| colspan=2 style=&amp;quot;background: #{{fighting color}}; width:84px&amp;quot; | [[File:Spr Masters Juliana.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{dragon color}}; width:84px&amp;quot; | [[File:Spr Masters Drayton.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{fighting color}}; width:84px&amp;quot; | [[File:Spr Masters Kieran.png|x100px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Diantha (Masters)|Diantha}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Ash (Masters)|Ash}}&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot;&amp;gt;Champion of the Alola League in his universe&amp;lt;/ref&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6; | {{color2|000|Leon (Masters)|Leon}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Nemona (Masters)|Nemona}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Geeta (Masters)|Geeta}}&lt;br /&gt;
| colspan=2 style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Juliana (Masters)|Juliana}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Drayton (Masters)|Drayton}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Kieran (Masters)|Kieran}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6; {{roundybl|15px}}&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6; | Active&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | Champion Rank&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | Top Champion&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | Champion Rank&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | Succeeded by Kieran&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6; {{roundybr|15px}}&amp;quot; | Succeeded by Juliana&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Neo Champions====&lt;br /&gt;
In [[Neo Champions|a series of limited-time events]], Pokémon Masters EX introduced Neo Champions. A Neo Champion, as described by {{mas|Cynthia}}, is a title given to a Trainer who acts as an example of what everyone should measure up to. Any Trainer can earn the title of Neo Champion by participating in a Neo Champion Stadium tournament, the rules of which are established by the regional Champion chosen as the head judge for that tournament. Winning the tournament does not guarantee that one receives the Neo Champion title, nor does losing the tournament prevent one from receiving the title of Neo Champion (such as {{mas|Serena}} becoming a Neo Champion despite losing to {{mas|Calem}} in the first Neo Champion tournament), as the title is awarded to any Trainer that meets the judging criteria established by the head judge. &lt;br /&gt;
&lt;br /&gt;
Calem and Serena were the first set of Trainers to receive the title of Neo Champion. {{mas|Diantha}} was the head judge, and she awarded the title based on their &amp;quot;shine&amp;quot; as sync pairs.&lt;br /&gt;
&lt;br /&gt;
{{mas|Hop}}, {{mas|Marnie}}, and {{mas|Bede}} were the second set of Trainers to receive the title of Neo Champion. {{mas|Leon}} was the head judge, with {{mas|Gloria}} and {{mas|Victor}} as his fellow judges, and he awarded the title based on their passion for victory and determination to grow stronger together.&lt;br /&gt;
&lt;br /&gt;
{{mas|Red}}, {{mas|Blue}}, and {{mas|Leaf}} were the third set of Trainers to receive the title of Neo Champion. {{mas|Lance}} was the head judge, and he awarded the title based on their exemplary leadership skills, as suggested by {{mas|Professor Oak}}.&lt;br /&gt;
&lt;br /&gt;
{{mas|Nate}} and {{mas|Rosa}} were the fourth set of Trainers to receive the title of Neo Champion. {{mas|Iris}} was the head judge, and she awarded the title based on their ability to touch the hearts of others, with {{mas|Colress}} assisting her in making the choices.&lt;br /&gt;
&lt;br /&gt;
{{mas|Silver}} was the sole winner of the fifth Neo Champion Stadium. {{mas|Geeta}} was the head judge, and she awarded the Neo Champion title based on a Trainer&#039;s &amp;quot;honed talent&amp;quot; by asking them to beat a Champion of their choice in a one-on-one battle.&lt;br /&gt;
&lt;br /&gt;
{{mas|Cheren}} and {{mas|Bianca}} were the sixth set of Trainers to receive the title of Neo Champion. Iris was the head judge, with {{mas|Alder}} working as her assistant, and they awarded the title based on their ability to prove what &amp;quot;strength&amp;quot; means to them.&lt;br /&gt;
&lt;br /&gt;
{{mas|Brendan}} and {{mas|May}} were the seventh set of Trainers to receive the title of Neo Champion. {{mas|Steven}} was the head judge, and he awarded the title based on their demonstration of people, Pokémon, and nature coexisting.&lt;br /&gt;
&lt;br /&gt;
{{mas|Elio}} and {{mas|Selene}} were the eighth set of Trainers to receive the title of Neo Champion. Lance was the head judge, and he awarded the title based on their demonstration of the ultimate [[sync move]]s, as suggested by {{mas|Kukui}}.&lt;br /&gt;
&lt;br /&gt;
{{mas|Hilbert}} and {{mas|Hilda}} were the ninth set of Trainers to receive the title of Neo Champion. {{mas|N}} was the head judge, with Iris and Alder as his fellow judges, and he awarded the title based on their ability to give him hope for a future for people and Pokémon to live in.&lt;br /&gt;
&lt;br /&gt;
{{mas|Ethan}} and {{mas|Lyra}} were the tenth set of Trainers to receive the title of Neo Champion. {{mas|Lance}} was the head judge, and he awarded the title based on their limitless energy to carry on even in the face of a difficult path ahead.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 4px solid #BABACC; background:#F3F3FF&amp;quot;&lt;br /&gt;
|- style=&amp;quot;font-size: 95%; font-weight: bold&amp;quot;&lt;br /&gt;
| colspan=11 style=&amp;quot;background:#D1D1E6; {{roundytop|15px}}&amp;quot; | {{color2|{{Masters color dark}}|Pokémon Masters EX|Masters EX}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;11&amp;quot; style=&amp;quot;background:#{{Masters color light}}&amp;quot; | {{color2|{{Masters color dark}}|Neo Champions|Neo Champion Stadium}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{kalos color light}}&amp;quot; | {{color2|{{kalos color dark}}|Leaders of a New Era|First tournament}}&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#{{galar color light}}&amp;quot; | {{color2|{{galar color dark}}|Fight for the Future Together|Second tournament}}&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#{{kanto color light}}&amp;quot; | {{color2|{{kanto color dark}}|Three Trainers, Three Minds|Third tournament}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{unova color light}}&amp;quot; | {{color2|{{unova color dark}}|A Pure and Touching Heart|Fourth}} {{color2|{{unova color dark}}|A Touching Sepia-Toned Song|tournament}}&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#{{johto color light}}&amp;quot; | {{color2|{{johto color dark}}|Honing One&#039;s Love|Fifth tournament}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{kalos color light}}&amp;quot; | {{color|{{kalos color dark}}|Judged by Diantha}}&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#{{galar color light}}&amp;quot; | {{color|{{galar color dark}}|Judged by Leon}}&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#{{johto color light}}&amp;quot; | {{color|{{johto color dark}}|Judged by Lance}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{unova color light}}&amp;quot; | {{color|{{unova color dark}}|Judged by Iris}}&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#{{paldea color light}}&amp;quot; | {{color|{{paldea color dark}}|Judged by Geeta}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;background: #{{dark color}}; width:84px&amp;quot; | [[File:Spr Masters Calem Champion.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{water color}}; width:84px&amp;quot; | [[File:Spr Masters Serena Champion.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{fighting color}}; width:84px&amp;quot; | [[File:Spr Masters Hop Champion.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{dark color}}; width:84px&amp;quot; | [[File:Spr Masters Marnie Champion.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{psychic color}}; width:84px&amp;quot; | [[File:Spr Masters Bede Champion.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{ice color}}; width:84px&amp;quot; | [[File:Spr Masters Red Champion.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{electric color}}; width:84px&amp;quot; | [[File:Spr Masters Blue Champion.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{fire color}}; width:84px&amp;quot; | [[File:Spr Masters Leaf Champion.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{dragon color}}; width:84px&amp;quot; | [[File:Spr Masters Nate Champion.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{psychic color}}; width:84px&amp;quot; | [[File:Spr Masters Rosa Champion.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{rock color}}; width:84px&amp;quot; | [[File:Spr Masters Silver Champion.png|x100px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6; {{roundybl|15px}}&amp;quot; | {{color2|000|Calem (Masters)|Calem}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Serena (Masters)|Serena}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Hop (Masters)|Hop}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Marnie (Masters)|Marnie}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Bede (Masters)|Bede}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Red (Masters)|Red}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Blue (Masters)|Blue}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Leaf (Masters)|Leaf}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Nate (Masters)|Nate}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Rosa (Masters)|Rosa}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6; {{roundybr|15px}}&amp;quot; | {{color2|000|Silver (Masters)|Silver}}&lt;br /&gt;
|}&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 4px solid #BABACC; background:#F3F3FF; margin-top:5px&amp;quot;&lt;br /&gt;
|- style=&amp;quot;font-size: 95%; font-weight: bold&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{unova color light}}; {{roundytl|15px}}&amp;quot; | {{color2|{{unova color dark}}|One More Step to a New Path|Sixth tournament}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{hoenn color light}}&amp;quot; | {{color2|{{hoenn color dark}}|Going Beyond Primal Nature|Seventh tournament}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{alola color light}}&amp;quot; | {{color2|{{alola color dark}}|Shining Sky-High Sync Moves|Eighth tournament}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{unova color light}}&amp;quot; | {{color2|{{unova color dark}}|Facing the Future with Fight|Ninth tournament}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{johto color light}}; {{roundytr|15px}}&amp;quot; | {{color2|{{johto color dark}}|Rising Thunder and Flames|Tenth tournament}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{unova color light}}&amp;quot; | {{color|{{unova color dark}}|Judged by Iris}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{hoenn color light}}&amp;quot; | {{color|{{hoenn color dark}}|Judged by Steven}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{johto color light}}&amp;quot; | {{color|{{johto color dark}}|Judged by Lance}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{unova color light}}&amp;quot; | {{color|{{unova color dark}}|Judged by N}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{johto color light}}&amp;quot; | {{color|{{johto color dark}}|Judged by Lance}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;background: #{{flying color}}; width:84px&amp;quot; | [[File:Spr Masters Cheren Champion.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{fighting color}}; width:84px&amp;quot; | [[File:Spr Masters Bianca Champion.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{ground color}}; width:84px&amp;quot; | [[File:Spr Masters Brendan Champion.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{water color}}; width:84px&amp;quot; | [[File:Spr Masters May Champion.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{steel color}}; width:84px&amp;quot; | [[File:Spr Masters Elio Champion.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{ghost color}}; width:84px&amp;quot; | [[File:Spr Masters Selene Champion.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{ice color}}; width:84px&amp;quot; | [[File:Spr Masters Hilbert Champion.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{psychic color}}; width:84px&amp;quot; | [[File:Spr Masters Hilda Champion.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{electric color}}; width:84px&amp;quot; | [[File:Spr Masters Ethan Champion.png|x100px]]&lt;br /&gt;
| style=&amp;quot;background: #{{fire color}}; width:84px&amp;quot; | [[File:Spr Masters Lyra Champion.png|x100px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6; {{roundybl|15px}}&amp;quot; | {{color2|000|Cheren (Masters)|Cheren}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Bianca (Masters)|Bianca}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Brendan (Masters)|Brendan}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|May (Masters)|May}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Elio (Masters)|Elio}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Selene (Masters)|Selene}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Hilbert (Masters)|Hilbert}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Hilda (Masters)|Hilda}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6&amp;quot; | {{color2|000|Ethan (Masters)|Ethan}}&lt;br /&gt;
| style=&amp;quot;background:#D1D1E6; {{roundybr|15px}}&amp;quot; | {{color2|000|Lyra (Masters)|Lyra}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==In animation==&lt;br /&gt;
:&#039;&#039;A list of animated series episodes in which a Champion (excluding Ash) appears can be found {{cat|Episodes in which a Champion appears|here}}.&#039;&#039;&lt;br /&gt;
[[File:Master Class Artwork JN.png|thumb|250px|The regional Champions (and [[Alain]]) from Kanto to Galar in {{aniseries|JN}}]]&lt;br /&gt;
===&#039;&#039;Pokémon the Series&#039;&#039;===&lt;br /&gt;
In {{aniseries|PTS}}, there can only be one Pokémon Champion per [[region]] at a time in most cases. While [[Pokémon Trainer]]s can freely request an informal {{pkmn|battle}} from the Champion, much more popular events are the [[Pokémon League Conference]]s, which can normally be entered by Trainers with at least eight [[Gym]] [[Badge]]s. The winner of these tournaments may enter the {{DL|Pokémon League|Champion League}} to face off the regional [[Elite Four]] members and, if successful, the League Champion.&lt;br /&gt;
&lt;br /&gt;
In [[Alola]], due to the Pokémon League being a new establishment, there was no reigning Champion for the majority of {{aniseries|SM}}, and the winner of the region&#039;s first League Conference was directly declared the first Champion of Alola. In addition, due to the lack of Gyms in Alola, any willing Trainer is allowed to participate in its League Conference.&lt;br /&gt;
&lt;br /&gt;
In the English [[dub]], [[Orange League]] challengers who defeat the [[Orange Crew Supreme Gym Leader]] attain the title of Champion, but the Supreme Gym Leader is not displaced upon defeat. Winning Trainers earn the [[Winner&#039;s Trophy]] and are inducted into the [[Palace of Victory]], but do not have to carry out any specific tasks as Champions. In the original Japanese version, winners are instead given the title of &amp;quot;Honorable Trainer&amp;quot;&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot;&amp;gt;&#039;&#039;&#039;[[Lorelei|Prima]]&#039;&#039;&#039;: &amp;quot; &#039;&#039;&amp;quot;And when you&#039;ve conquered all the Gyms in the League, you&#039;ll be presented with an Honorable Trainer trophy for your accomplishments.&amp;quot;&#039;&#039; - &#039;&#039;[[EP099|The Mandarin Island Miss Match]]&#039;&#039;&amp;lt;/ref&amp;gt; (Japanese: &#039;&#039;&#039;{{ruby|名誉|めいよ}}トレーナー&#039;&#039;&#039; &#039;&#039;Honored Trainer&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
In addition to gathering eight Gym Badges, the [[Indigo Plateau Conference]] is known to accept Trainers passing the [[Pokémon League Admissions Exam]] and those graduating from [[Pokémon Tech]]. There are also smaller tournaments, such as the [[Pokémon World Tournament Junior Cup]], where the winner gets to battle the League Champion straight away. [[Trip]] and {{OBP|Magnus|XY028}} were allowed to battle [[Alder]] and [[Diantha]], respectively, by winning such competitions.&lt;br /&gt;
&lt;br /&gt;
In {{aniseries|JN}}, the current Champions from every region introduced at the time participated in the [[World Coronation Series]] to achieve the title of Monarch, with all known competitors having climbed to the Master Class. Although they still maintain their title of Champion, they start at the lowest rankings like any participant and need to rank up within the parameters of the competition. At the end of each season, the Master Class members compete in the [[Masters Eight Tournament]] to decide who&#039;ll hold the title of Monarch and be recognized as a World Champion.&lt;br /&gt;
&lt;br /&gt;
The following are the known Champions in &#039;&#039;Pokémon the Series&#039;&#039;, current or former:&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background: #{{Pokémon color}}; border: 5px solid #{{Pokémon color dark}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}}; {{roundytl|5px}};&amp;quot; | &#039;&#039;&#039;League&#039;&#039;&#039;&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#{{kanto color light}}; color:#{{kanto color dark}}&amp;quot; | {{color2|{{kanto color dark}}|Indigo League}}/{{color2|{{johto color dark}}|Johto League}}&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#{{sinnoh color light}}&amp;quot; | {{color2|{{sinnoh color dark}}|Sinnoh League}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{hoenn color light}}&amp;quot; | {{color2|{{hoenn color dark}}|Hoenn League}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{unova color light}}&amp;quot; | {{color2|{{unova color dark}}|Unova League}}&lt;br /&gt;
! style=&amp;quot;background:#{{kalos color light}}&amp;quot; | {{color2|{{kalos color dark}}|Kalos League}}&lt;br /&gt;
! style=&amp;quot;background:#{{alola color light}}&amp;quot; | {{color2|{{alola color dark}}|Alola League}}&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#{{galar color light}}&amp;quot; | {{color2|{{galar color dark}}|Galar League}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}};&amp;quot; | &#039;&#039;&#039;{{color2|000|Series}}&#039;&#039;&#039;&lt;br /&gt;
! {{color2|{{johto color dark}}|Pokémon the Series: Gold and Silver|{{color|{{gold color dark}}|Gold}} and {{color|{{silver color dark}}|Silver}}}}&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot;&amp;gt;Despite being introduced as a Champion in &#039;&#039;[[EP235|Talkin&#039; &#039;Bout an Evolution]]&#039;&#039;, {{an|Lance}} is instead referred to as an [[Elite Four]] member in &#039;&#039;[[JN012|Flash of the Titans!]]&#039;&#039;. In &#039;&#039;[[JN109|Aim For The Eight!]]&#039;&#039;, he is referred to as a Champion again.&amp;lt;/ref&amp;gt;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;| {{color2|{{sinnoh color dark}}|Pokémon the Series: Diamond and Pearl|{{color|{{diamond color dark}}|Diamond}} and {{color|{{pearl color dark}}|Pearl}}}}&lt;br /&gt;
! {{color2|{{kalos color dark}}|Pokémon the Series: XY|{{color|{{x color dark}}|X}}{{color|{{y color dark}}|Y}}}}&lt;br /&gt;
! {{color2|{{unova color dark}}|Pokémon the Series: Black &amp;amp; White|{{color|{{black color dark}}|Black}} &amp;amp; {{color|{{white color dark}}|White}}}}&lt;br /&gt;
! {{color2|{{galar color dark}}|Pokémon Journeys: The Series|{{color|{{sword color dark}}|Pokémon}} {{color|{{shield color dark}}|Journeys}}}}&lt;br /&gt;
! {{color2|{{kalos color dark}}|Pokémon the Series: XY|{{color|{{x color dark}}|X}}{{color|{{y color dark}}|Y}}}}&lt;br /&gt;
! {{color2|{{alola color dark}}|Pokémon the Series: Sun &amp;amp; Moon|{{color|{{sun color dark}}|Sun}} &amp;amp; {{color|{{moon color dark}}|Moon}}}}&lt;br /&gt;
! {{color2|{{galar color dark}}|Pokémon Journeys: The Series|{{color|{{sword color dark}}|Pokémon}} {{color|{{shield color dark}}|Journeys}}}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}};&amp;quot; | &#039;&#039;&#039;Name&#039;&#039;&#039;&lt;br /&gt;
| {{color2|000|Lance (anime)|Lance}}&lt;br /&gt;
| {{color2|000|Cynthia (anime)|Cynthia}}&lt;br /&gt;
| {{color2|000|Wallace}}&lt;br /&gt;
| {{color2|000|Steven Stone (anime)|Steven}}&lt;br /&gt;
| {{color2|000|Alder}}&lt;br /&gt;
| {{color2|000|Iris (anime)|Iris}}&lt;br /&gt;
| {{color2|000|Diantha}}&lt;br /&gt;
| {{color2|000|Ash Ketchum|Ash}}&lt;br /&gt;
| {{color2|000|Leon (anime)|Leon}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}};&amp;quot; | &#039;&#039;&#039;Image&#039;&#039;&#039;&lt;br /&gt;
| [[File:Lance JN.png|150x150px]]&lt;br /&gt;
| [[File:Cynthia JN.png|150x150px]]&lt;br /&gt;
| [[File:Wallace anime.png|150x150px]]&lt;br /&gt;
| [[File:Steven Stone M8 JN.png|150x150px]]&lt;br /&gt;
| [[File:Alder anime.png|150x150px]]&lt;br /&gt;
| [[File:Iris JN.png|150x150px]]&lt;br /&gt;
| [[File:Diantha JN.png|150x150px]]&lt;br /&gt;
| [[File:Ash JN.png|150x150px]]&lt;br /&gt;
| [[File:Leon anime JN.png|150x150px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}}; {{roundybl|5px}};&amp;quot; | &#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Succeeded by Steven&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Succeeded by Iris&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Active&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background: #{{Pokémon color}}; border: 5px solid #{{Pokémon color dark}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;{{roundytop|10px}}; background:#{{Pokémon color light}}; {{roundytop|5px}};&amp;quot; | {{color2|{{Pokémon color dark}}|World Coronation Series}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| {{color2|000|Leon (anime)|Leon}}&lt;br /&gt;
| {{color2|000|Ash Ketchum|Ash}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| [[File:Leon anime JN.png|150x150px]]&lt;br /&gt;
| [[File:Ash Journeys.png|150x150px]]&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundybl|5px}}; background:#FFF&amp;quot; | Succeeded by Ash&lt;br /&gt;
| style=&amp;quot;{{roundybr|5px}}; background:#FFF&amp;quot; | Active&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Pokémon Horizons: The Series&#039;&#039;===&lt;br /&gt;
In [[Paldea]], just like in the games, a Trainer who managed to complete the Champion Assessment receives the title of Champion. {{an|Nemona}} was the first character introduced in {{aniseries|HZ}} to have accomplished this goal. Top Champion [[Geeta]] later appeared as a member of [[Naranja Academy]]&#039;s staff.&lt;br /&gt;
&lt;br /&gt;
[[Kieran]] debuted in a cameo in &#039;&#039;[[HZ119|Don&#039;t Give Up, Crocalor!]]&#039;&#039;, but it&#039;s unknown if he has the same Champion status as in the games. In &#039;&#039;[[HZ122|Roy vs. Friede: Wings of Fire!]]&#039;&#039;, it was revealed that {{an|Steven Stone}} helped [[Friede]] research the properties of [[Laquium]] during the year that passed after the [[HZ089|events]] in [[Laqua]].&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background: #{{Pokémon color}}; border: 5px solid #{{Pokémon color dark}}&amp;quot;	&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{paldea color light}}; {{roundytop|5px}};&amp;quot; | {{color2|{{paldea color dark}}|Paldea League}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| {{color2|000|Nemona (anime)|Nemona}}&lt;br /&gt;
| {{color2|000|Geeta}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| [[File:Nemona HZ.png|150x150px]]&lt;br /&gt;
| [[File:Geeta HZ.png|150x150px]]&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundybl|5px}}; background:#FFF&amp;quot; | Champion Rank&lt;br /&gt;
| style=&amp;quot;{{roundybr|5px}}; background:#FFF&amp;quot; | Top Champion&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Origins===&lt;br /&gt;
In [[Pokémon Origins]], the system for defining the Champion of the region is identical to the method seen in the [[Generation I]] games. {{OBP|Red|Origins}} and {{OBP|Blue|Origins}} won eight [[Badge]]s, and therefore the right to battle the [[Elite Four]]. Blue defeated them first and became the Kanto Champion, after which he faced off against Red. In the end, Red defeated him and became the new Champion.&lt;br /&gt;
&lt;br /&gt;
Known Champions in Pokémon Origins:&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background: #{{Pokémon color}}; border: 5px solid #{{Pokémon color dark}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{kanto color light}}; color:#{{kanto color dark}}; {{roundytop|5px}};&amp;quot; | {{color2|{{kanto color dark}}|Indigo League}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| {{color2|000|Blue (Origins)|Blue}}&lt;br /&gt;
| {{color2|000|Red (Origins)|Red}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| [[File:Blue PO.png|150x150px]]&lt;br /&gt;
| [[File:Red PO.png|150x150px]]&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundybl|5px}};&amp;quot; | Succeeded by Red&lt;br /&gt;
| style=&amp;quot;{{roundybr|5px}};&amp;quot; | Active&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Generations===&lt;br /&gt;
Due to the format of [[Pokémon Generations]], the subject of Champions is not addressed. In &#039;&#039;[[PG03|The Challenger]]&#039;&#039;, Blue became the Kanto Champion after defeating the Elite Four. In &#039;&#039;[[PG18|The Redemption]]&#039;&#039;, {{ga|Calem}} was shown celebrating his newly acquired Champion status. Other characters who have become Champions of their regions also appear in the series.&lt;br /&gt;
&lt;br /&gt;
Known Champions in Pokémon Generations:&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background: #{{Pokémon color}}; border: 5px solid #{{Pokémon color dark}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#{{kanto color light}}; color:#{{kanto color dark}}; {{roundytl|5px}};&amp;quot; | {{color2|{{kanto color dark}}|Indigo League}}&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#{{sinnoh color light}}; color:#{{sinnoh color dark}};&amp;quot; | {{color2|{{sinnoh color dark}}|Sinnoh League}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{kalos color light}}; color:#{{kalos color dark}}; {{roundytr|5px}};&amp;quot; | {{color2|{{kalos color dark}}|Kalos League}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| {{color2|000|Blue (game)|Blue}}&lt;br /&gt;
| {{color2|000|Cynthia}}&lt;br /&gt;
| {{color2|000|Diantha}}&lt;br /&gt;
| {{color2|000|Calem (game)|Calem}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| [[File:Blue PG.png|150x150px]]&lt;br /&gt;
| [[File:Cynthia PG.png|150x150px]]&lt;br /&gt;
| [[File:Diantha PG.png|150x150px]]&lt;br /&gt;
| [[File:Calem PG.png|150x150px]]&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundybl|5px}};&amp;quot; | Active&lt;br /&gt;
| Active&lt;br /&gt;
| Succeeded by Calem&lt;br /&gt;
| style=&amp;quot;{{roundybr|5px}};&amp;quot; | Active&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Pokémon: Twilight Wings===&lt;br /&gt;
[[Leon]] first appeared in &#039;&#039;[[TW01|Letter]]&#039;&#039;, where he was seen defeating [[Bea]] in a Pokémon League battle, successfully defending his title.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[TW08|The Gathering of Stars]]&#039;&#039;, Leon was revealed to have lost his title to {{ga|Victor}} or {{ga|Gloria}}, who was later invited to partake in the [[Galarian Star Tournament]]. The former Champions [[Mustard]] and [[Peony]] also appeared and were invited to the tournament as well.&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background: #{{Pokémon color}}; border: 5px solid #{{Pokémon color dark}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; style=&amp;quot;background:#{{galar color light}}; color:#{{galar color dark}}; {{roundytop|5px}};&amp;quot; | {{color2|{{galar color dark}}|Galar League}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| {{color2|000|Leon}}&lt;br /&gt;
| {{color2|000|Victor (game)|Victor}} or {{color2|000|Gloria (game)|Gloria}}&lt;br /&gt;
| {{color2|000|Mustard}}&lt;br /&gt;
| {{color2|000|Peony}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| [[File:Leon Twilight Wings.png|150x150px]]&lt;br /&gt;
| [[File:Victor Gloria TW.png|150x150px]]&lt;br /&gt;
| [[File:Mustard TW.png|150x150px]]&lt;br /&gt;
| [[File:Peony TW.png|150x150px]]&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundybl|5px}};&amp;quot; | Succeeded by Victor or Gloria&lt;br /&gt;
| Active&lt;br /&gt;
| Former Champion&lt;br /&gt;
| style=&amp;quot;{{roundybr|5px}};&amp;quot; | Former Champion&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Evolutions===&lt;br /&gt;
Several Champions appeared in [[Pokémon Evolutions]]. The most prominently featured one of them was [[Leon]], who served as the main character of the [[Galar]]-focused episode, &#039;&#039;[[PE01|The Champion]]&#039;&#039;. {{ga|Trace}} appeared in &#039;&#039;[[PE08|The Discovery]]&#039;&#039;, but he&#039;s never referred to as a Champion.&lt;br /&gt;
&lt;br /&gt;
Known Champions in Pokémon Evolutions:&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background: #{{Pokémon color}}; border: 5px solid #{{Pokémon color dark}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#{{galar color light}}; color:#{{galar color dark}}; {{roundytl|5px}};&amp;quot; | {{color2|{{galar color dark}}|Galar League}}&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#{{kalos color light}}; color:#{{kalos color dark}};&amp;quot; | {{color2|{{kalos color dark}}|Kalos League}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{unova color light}}; color:#{{unova color dark}}; {{roundytr|5px}};&amp;quot; | {{color2|{{unova color dark}}|Unova League}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| {{color2|000|Leon}}&lt;br /&gt;
| {{color2|000|Diantha}}&lt;br /&gt;
| {{color2|000|Alder}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| [[File:Leon Evolutions.png|150x150px]]&lt;br /&gt;
| [[File:Diantha Evolutions.png|150x150px]]&lt;br /&gt;
| [[File:Alder Evolutions.png|150x150px]]&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundybl|5px}};&amp;quot; | Active&lt;br /&gt;
| Active&lt;br /&gt;
| style=&amp;quot;{{roundybr|5px}};&amp;quot; | Active&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Pokémon: Path to the Peak===&lt;br /&gt;
In &#039;&#039;[[PTP02|Regionals]]&#039;&#039;, [[Ava]] faced [[Celestine]], a [[Pokémon Trading Card Game]] regional Champion, in the finals of the {{DL|Play! Pokémon|Regional Championships}} and won, becoming a regional Champion herself.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PTP03|Internationals]]&#039;&#039;, the current Pokémon TCG World Champion, [[Edgar Troy]], was introduced. In the finals of the [[World Championships|International Championships]], Edgar battled Ava and managed to beat her without much difficulty. However, in the [[PTP04|following episode]], Ava met Edgar again in the [[World Championships]] finals, where she was able to best him.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background: #{{Pokémon color}}; border: 5px solid #{{Pokémon color dark}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! colspan=3 style=&amp;quot;{{roundytop|5px}};&amp;quot; | {{color2|{{blue color dark}}|Pokémon Trading Card Game|TCG}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| {{color2|000|Celestine}}&lt;br /&gt;
| {{color2|000|Edgar Troy|Edgar}}&lt;br /&gt;
| {{color2|000|Ava}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| [[File:Ava and Celestine.png|150x150px]]&lt;br /&gt;
| [[File:Team Falinks World Champion Trophy.png|150x150px]]&lt;br /&gt;
| [[File:Ava World Champion.png|150x150px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#{{tcg psychic color}}&amp;quot; | {{color2|fff|Psychic (TCG)|Psychic}}&lt;br /&gt;
| style=&amp;quot;background:#{{tcg fighting color}}&amp;quot; | {{color2|fff|Fighting (TCG)|Fighting}}&lt;br /&gt;
| style=&amp;quot;background:#{{tcg grass color}}&amp;quot; | {{color2|fff|Grass (TCG)|Grass}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundybl|5px}};&amp;quot; | TCG Regional Champion&lt;br /&gt;
| TCG World Champion&lt;br /&gt;
| style=&amp;quot;{{roundybr|5px}};&amp;quot; | TCG World Champion&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Pokémon: Paldean Winds===&lt;br /&gt;
In [[Pokémon: Paldean Winds]], [[Nemona]] was the most featured Champion of [[Paldea]], while [[Geeta]] briefly appeared in &#039;&#039;[[PPW04|Breathe Together]]&#039;&#039;. The same episode also featured [[Kieran]], but before he became a Champion.&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background: #{{Pokémon color}}; border: 5px solid #{{Pokémon color dark}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{paldea color light}}; {{roundytop|5px}};&amp;quot; | {{color2|{{paldea color dark}}|Paldea League}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| {{color2|000|Nemona}}&lt;br /&gt;
| {{color2|000|Geeta}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| [[File:Nemona Paldean Winds.png|150x150px]]&lt;br /&gt;
| [[File:Rika Poppy Geeta Paldean Winds.png|150x150px]]&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundybl|5px}};&amp;quot; | Champion Rank&lt;br /&gt;
| style=&amp;quot;{{roundybr|5px}};&amp;quot; | Top Champion&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===POKÉTOON===&lt;br /&gt;
The following Champions have appeared in the [[POKÉTOON]] anthology series:&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background: #{{scarlet color}}; border: 3px solid #{{scarlet color dark}}; width: 50%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#{{scarlet color light}}; {{roundytl|5px}};&amp;quot; | Episode&lt;br /&gt;
! style=&amp;quot;background:#{{scarlet color light}};&amp;quot; | Champion&lt;br /&gt;
! style=&amp;quot;background:#{{scarlet color light}}; {{roundytr|5px}};&amp;quot; | Pokémon&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
|&#039;&#039;[[PT02|The Pancham Who Wants to Be a Hero]]&#039;&#039;&lt;br /&gt;
|[[File:Red POKÉTOON.png|150px]]&amp;lt;br&amp;gt;{{ga|Red}}&lt;br /&gt;
| {{MSP/HOME|0059|Arcanine}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundybl|5px}};&amp;quot; | [[PT10]]&lt;br /&gt;
| [[File:Boy PT10.png|150px]]&amp;lt;br&amp;gt;{{OBP|Boy|PT10}}&lt;br /&gt;
| style=&amp;quot;{{roundybr|5px}};&amp;quot; | {{MSP/HOME|0057|Primeape}} {{tt|→|Evolves}} {{MSP/HOME|0979|Annihilape}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundybl|5px}};&amp;quot; | &#039;&#039;[[PT18|Bonding with Kangaskhan]]&#039;&#039;&lt;br /&gt;
| [[File:Elamis winner.png|150px]]&amp;lt;br&amp;gt;{{DL|Butterscotch Cup|Elamis}}&lt;br /&gt;
| style=&amp;quot;{{roundybr|5px}};&amp;quot; | {{MSP/HOME|0115M|Kangaskhan}} &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
[[File:Hoenn Elite Four Adventures.png|thumb|220px|[[Hoenn]]&#039;s [[Elite Four]], who were former Champions in [[Pokémon Adventures]]]]&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
The Champion of each region is the winner of an elimination tournament held every three years in each region. In the {{MangaArc|Ruby &amp;amp; Sapphire}}, it was determined that the winners of each tournament would have to face the [[Elite Four]], each a former Champion themselves, before challenging the Champion. The main characters that have taken part in a Pokémon League tournament so far are {{adv|Red}}, {{adv|Blue}}, {{adv|Green}}, and {{adv|Black}}. Of the four, Red and Black both won a tournament, though only Red was formally given the title of Champion.&lt;br /&gt;
&lt;br /&gt;
According to Blue in the {{MangaArc|Red, Green &amp;amp; Blue}}, every Trainer who has earned the title of Champion by winning the [[Indigo League]] Tournament has come from [[Pallet Town]].&lt;br /&gt;
&lt;br /&gt;
The following are the known Champions in the [[Pokémon Adventures]] manga:&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background: #{{Pokémon color}}; border: 5px solid #{{Pokémon color dark}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}}; {{roundytl|5px}}&amp;quot; | &#039;&#039;&#039;League&#039;&#039;&#039;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{kanto color light}}; color:#{{kanto color dark}}&amp;quot; | {{color2|{{kanto color dark}}|Indigo League}}&lt;br /&gt;
! colspan=&amp;quot;6&amp;quot; style=&amp;quot;background:#{{hoenn color light}}; {{roundytr|5px}}&amp;quot; | {{color2|{{hoenn color dark}}|Hoenn League}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}};&amp;quot; | &#039;&#039;&#039;Arcs&#039;&#039;&#039;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;| {{color2|{{kanto color dark}}|Red, Green &amp;amp; Blue arc (Adventures)|{{color|{{Red color dark}}|Red}}, {{color|{{blue color dark}}|Blue}} &amp;amp; {{color|{{green color dark}}|Green}}}}&lt;br /&gt;
! colspan=&amp;quot;6&amp;quot;| {{color2|{{hoenn color dark}}|Ruby &amp;amp; Sapphire arc (Adventures)|{{color|{{ruby color dark}}|Ruby}} &amp;amp; {{color|{{sapphire color dark}}|Sapphire}}}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}};&amp;quot; | &#039;&#039;&#039;Name&#039;&#039;&#039;&lt;br /&gt;
| width=1px | {{color2|000|Professor Oak (Adventures)|Professor Oak}}&lt;br /&gt;
| width=1px | {{color2|000|Red (Adventures)|Red}}&lt;br /&gt;
| {{color2|000|Sidney}}&lt;br /&gt;
| {{color2|000|Phoebe}}&lt;br /&gt;
| {{color2|000|Glacia}}&lt;br /&gt;
| {{color2|000|Drake}}&lt;br /&gt;
| {{color2|000|Steven Stone|Steven}}&lt;br /&gt;
| {{color2|000|Wallace}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}};&amp;quot; | &#039;&#039;&#039;Image&#039;&#039;&#039;&lt;br /&gt;
| [[File:Young Oak Adventures.png|130x130px]]&lt;br /&gt;
| [[File:Red Adventures.png|130x130px]]&lt;br /&gt;
| [[File:Sidney Adventures.png|130x130px]]&lt;br /&gt;
| [[File:Phoebe Adventures.png|130x130px]]&lt;br /&gt;
| [[File:Glacia Adventures.png|130x130px]]&lt;br /&gt;
| [[File:Drake Adventures.png|130x130px]]&lt;br /&gt;
| [[File:Steven Adventures.png|130x130px]]&lt;br /&gt;
| [[File:PS265.png|130x130px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}}; {{roundybl|5px}}&amp;quot; | &#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Champion of the first triennial Indigo League Tournament&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Champion of the ninth triennial Indigo League Tournament&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Former Champion&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Former Champion&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Former Champion&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Former Champion&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Succeeded by Wallace&lt;br /&gt;
| style=&amp;quot;{{roundybr|5px}}; background:#FFF&amp;quot; | Active&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background: #{{Pokémon color}}; border: 5px solid #{{Pokémon color dark}}; margin-top:5px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}}; {{roundytl|5px}}&amp;quot; | &#039;&#039;&#039;League&#039;&#039;&#039;&lt;br /&gt;
! style=&amp;quot;background:#{{sinnoh color light}}&amp;quot; | {{color2|{{sinnoh color dark}}|Sinnoh League}}&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{unova color light}};&amp;quot; | {{color2|{{unova color dark}}|Unova League}}&lt;br /&gt;
! style=&amp;quot;background:#{{kalos color light}};&amp;quot; | {{color2|{{kalos color dark}}|Kalos League}}&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#{{galar color light}}; {{roundytr|5px}};&amp;quot; | {{color2|{{galar color dark}}|Galar League}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}};&amp;quot; | &#039;&#039;&#039;Arcs&#039;&#039;&#039;&lt;br /&gt;
! {{color2|{{sinnoh color dark}}|Diamond &amp;amp; Pearl arc (Adventures)|{{color|{{diamond color dark}}|Diamond}} &amp;amp; {{color|{{pearl color dark}}|Pearl}}}}&lt;br /&gt;
! {{color2|{{unova color dark}}|Black &amp;amp; White arc (Adventures)|{{color|{{black color dark}}|Black}} &amp;amp; {{color|{{white color dark}}|White}}}}&lt;br /&gt;
! {{color2|{{unova color dark}}|Black 2 &amp;amp; White 2 arc (Adventures)|{{color|{{black 2 color dark}}|Black 2}} &amp;amp; {{color|{{white 2 color dark}}|White 2}}}}&lt;br /&gt;
! {{color2|{{kalos color dark}}|X &amp;amp; Y arc (Adventures)|{{color|{{x color dark}}|X}} &amp;amp; {{color|{{y color dark}}|Y}}}}&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot;| {{color2|{{galar color dark}}|Sword &amp;amp; Shield arc (Adventures)|{{color|{{sword color dark}}|Sword}} &amp;amp; {{color|{{shield color dark}}|Shield}}}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}};&amp;quot; | &#039;&#039;&#039;Name&#039;&#039;&#039;&lt;br /&gt;
| {{color2|000|Cynthia}}&lt;br /&gt;
| {{color2|000|Alder}}&lt;br /&gt;
| {{color2|000|Iris}}&lt;br /&gt;
| {{color2|000|Diantha}}&lt;br /&gt;
| {{color2|000|Leon}}&lt;br /&gt;
| {{color2|000|Mustard}}&lt;br /&gt;
| {{color2|000|Peony}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}};&amp;quot; | &#039;&#039;&#039;Image&#039;&#039;&#039;&lt;br /&gt;
| [[File:Cynthia Adventures.png|130x130px]]&lt;br /&gt;
| [[File:Alder Adventures.png|130x130px]]&lt;br /&gt;
| [[File:Iris B2W2 chapter.png|130x130px]]&lt;br /&gt;
| [[File:Diantha Adventures.png|130x130px]]&lt;br /&gt;
| [[File:Leon Adventures.png|130x130px]]&lt;br /&gt;
| [[File:Mustard Adventures.png|130x130px]]&lt;br /&gt;
| [[File:Peony Adventures.png|130x130px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}}; {{roundybl|5px}}&amp;quot; | &#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Succeeded by Iris&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Active&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Former Champion&lt;br /&gt;
| style=&amp;quot;{{roundybr|5px}}; background:#FFF&amp;quot; | Former Champion&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background: #{{Pokémon color}}; border: 5px solid #{{Pokémon color dark}}; margin-top:5px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}}; {{roundytl|5px}}&amp;quot; | &#039;&#039;&#039;League&#039;&#039;&#039;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{paldea color light}}; {{roundytr|5px}};&amp;quot; | {{color2|{{paldea color dark}}|Paldea League}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}};&amp;quot; | &#039;&#039;&#039;Arcs&#039;&#039;&#039;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;| {{color2|{{paldea color dark}}|Scarlet &amp;amp; Violet arc (Adventures)|{{color|{{scarlet color dark}}|Scarlet}} &amp;amp; {{color|{{violet color dark}}|Violet}}}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}};&amp;quot; | &#039;&#039;&#039;Name&#039;&#039;&#039;&lt;br /&gt;
| {{color2|000|Nemona (Adventures)|Nemona}}&lt;br /&gt;
| {{color2|000|Geeta}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}};&amp;quot; | &#039;&#039;&#039;Image&#039;&#039;&#039;&lt;br /&gt;
| [[File:Nemona Adventures.png|130x130px]]&lt;br /&gt;
| [[File:Geeta Adventures.png|130x130px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #{{Pokémon color light}}; {{roundybl|5px}}&amp;quot; | &#039;&#039;&#039;Status&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background:#FFF&amp;quot; | Champion Rank&lt;br /&gt;
| style=&amp;quot;{{roundybr|5px}}; background:#FFF&amp;quot; | Top Champion&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Zensho===&lt;br /&gt;
The following are the known Champions in [[Pokémon Zensho]]:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background: #{{Pokémon color}}; border: 5px solid #{{Pokémon color dark}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#{{kanto color light}}; color:#{{kanto color dark}}; {{roundytop|5px}};&amp;quot; | {{color2|{{kanto color dark}}|Indigo League}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| {{color2|000|Shigeru (Zensho)|Shigeru}}&lt;br /&gt;
| {{color2|000|Satoshi (Zensho)|Satoshi}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| [[File:Shigeru Zensho.png|150x150px]]&lt;br /&gt;
| [[File:Satoshi Zensho.png|150x150px]]&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundybl|10px}};&amp;quot; | Succeeded by Satoshi&lt;br /&gt;
| style=&amp;quot;{{roundybr|10px}};&amp;quot; | Active&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Battle Frontier===&lt;br /&gt;
The following are the known Champions in [[Pokémon Battle Frontier]]:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background: #{{Pokémon color}}; border: 5px solid #{{Pokémon color dark}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{unknown color light}}; {{roundytop|5px}};&amp;quot; | {{color2|{{unknown color dark}}|Unknown|Unknown League}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| {{color2|000|Rald}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| [[File:Rald CBF.png|150x150px]]&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundybottom|10px}};&amp;quot; | Active&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* [[Kanto]] and [[Johto]] are the only regions to share the same Champion.&lt;br /&gt;
* [[Geeta]] is the only Champion who bears the title of &amp;quot;Top Champion&amp;quot; (Japanese: &#039;&#039;&#039;トップチャンピオン&#039;&#039;&#039; &#039;&#039;Top Champion&#039;&#039;).&lt;br /&gt;
* In {{pmin|France|French}} localizations, Gym Leader is translated to &#039;&#039;Champion d&#039;Arène&#039;&#039;, while Champion is translated to &#039;&#039;Maître&#039;&#039; / &#039;&#039;Maîtresse&#039;&#039;, meaning &amp;quot;master&amp;quot;.&lt;br /&gt;
* In some languages, including {{pmin|Denmark|Danish}} and {{pmin|Finland|Finnish}}, &amp;quot;Pokémon Champion&amp;quot; is translated the same way as &amp;quot;[[Pokémon Master]]&amp;quot;.&lt;br /&gt;
** In {{pmin|Poland|Polish}}, up to {{aniseries|JN}}, the term &#039;&#039;Wielki Mistrz / Wielka Mistrzyni&#039;&#039; was used, though it was changed to &#039;&#039;Mistrzyni&#039;&#039; (&amp;quot;master&amp;quot;) in reference to [[Geeta]] and {{an|Nemona}} starting in {{aniseries|HZ}}. It is unknown if this change affects other Champions, as none have made an appearance in &#039;&#039;Pokémon Horizons: The Series&#039;&#039; so far. &lt;br /&gt;
* [[Diantha]] has the highest leveled {{OBP|Pokémon|species}} out of all the Champions battled the first time the Pokémon League is challenged. Her lowest level is 64, and her highest is 68.&lt;br /&gt;
** Although [[Alder]] has Pokémon above level 70, he is not battled as Champion until the post-credits rematch against the {{un|Pokémon League}}.&lt;br /&gt;
* [[Lance]] has the lowest leveled Pokémon out of all the Champions. His lowest level Pokémon is level 44 in [[Generation II]], and level 46 in [[Generation IV]]. His highest is level 50 in both generations.&lt;br /&gt;
* In [[Pokémon X and Y]], the {{tc|Backpacker}} who gives the {{player}} a [[Strange Souvenir]] and [[List of cross-generational references|foreshadows]] [[Alola]] mentions his [[region]]&#039;s Champion, even though Alola didn&#039;t have a Champion during the events of X and Y.&lt;br /&gt;
* Despite Alder not being a [[Type expert|type specialist]], half of his Champion [[party|team]] consists of {{t|Bug}} types.&lt;br /&gt;
* [[Peony]] is the only Champion, current or former, who never battles the player with a full team of six Pokémon.&lt;br /&gt;
* {{g|Scarlet and Violet}} and its [[The Hidden Treasure of Area Zero|expansion]] introduced the most Champions, current or former, out of any Pokémon game, at four.&lt;br /&gt;
* Pokémon Scarlet and Violet are the only core series games with at least one reigning [[Non-player character|NPC]] Champion to never play the [[game credits]] directly after their defeat.&lt;br /&gt;
* In [[Pokémon GO]], &amp;quot;Champion&amp;quot; is the name of an achievement {{GO|medal}} awarded for winning at least 10 {{GO|Raid Battle|Raid}}s.&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{langtable&lt;br /&gt;
| color = {{Pokémon color light}}&lt;br /&gt;
| bordercolor = {{Pokémon color}}&lt;br /&gt;
| ar = بطل &#039;&#039;Baṭal&#039;&#039;&lt;br /&gt;
| zh_yue = 冠軍 &#039;&#039;Gungwān&#039;&#039;&lt;br /&gt;
| zh_cmn = 冠軍 / 冠军 &#039;&#039;Guànjūn&#039;&#039;&lt;br /&gt;
| cs = Šampion ({{male}})&amp;lt;BR&amp;gt; Šampionka ({{female}})&lt;br /&gt;
| nl = Kampioen&lt;br /&gt;
| fi = Mestari&lt;br /&gt;
| fr_ca = Champion&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot;&amp;gt;Diamond box&amp;lt;/ref&amp;gt;&lt;br /&gt;
| fr_eu = Maître&lt;br /&gt;
| da = Mester&lt;br /&gt;
| de = Champ&lt;br /&gt;
| el = Πρωταθλητής &#039;&#039;Protathlitís&#039;&#039;&lt;br /&gt;
| he = אלוף &#039;&#039;Aloof&#039;&#039; ({{male}})&amp;lt;br&amp;gt;אלופה &#039;&#039;Aloofa&#039;&#039; ({{female}})&lt;br /&gt;
| hu = Bajnok&lt;br /&gt;
| it = Campione ({{male}})&amp;lt;br&amp;gt;Campionessa ({{female}})&lt;br /&gt;
| ko = 챔피언 &#039;&#039;Champion&#039;&#039;&lt;br /&gt;
| no = Regjerende mester&lt;br /&gt;
| pl = Wielki Mistrz ({{male}})&amp;lt;br&amp;gt;Wielka Mistrzyni ({{female}})&lt;br /&gt;
| pt = Campeão ({{male}})&amp;lt;br&amp;gt;Campeã ({{female}})&lt;br /&gt;
| ro = Campion&lt;br /&gt;
| ru = Чемпион &#039;&#039;Chempion&#039;&#039;&lt;br /&gt;
| es = Campeón ({{male}})&amp;lt;BR&amp;gt; Campeona ({{female}})&lt;br /&gt;
| sv = Mästare&amp;lt;br&amp;gt;Champion Mästare&lt;br /&gt;
| th = ผู้ชนะเลิศ &#039;&#039;P̄hū̂chnaleiṣ̄&#039;&#039;&lt;br /&gt;
| tr = Şampiyon&lt;br /&gt;
| vi = Nhà vô địch&lt;br /&gt;
| ca = Campió ({{male}})&amp;lt;BR&amp;gt; Campiona ({{female}})&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&amp;lt;references group=&amp;quot;lower-alpha&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related articles==&lt;br /&gt;
* [[Pokémon Master]]&lt;br /&gt;
* [[Top Coordinator]]&lt;br /&gt;
* [[:Category:Episodes in which a Champion appears]]&lt;br /&gt;
* [[:Category:Champions&#039; Pokémon]]&lt;br /&gt;
&lt;br /&gt;
{{Champions}}&lt;br /&gt;
{{TrainerNav|Pokémon|kanto=yes|johto=yes|hoenn=yes|sinnoh=yes|unova=yes|kalos=yes|galar=yes|paldea=yes|lumiose=yes}}&lt;br /&gt;
{{League}}&lt;br /&gt;
{{Project CharacterDex notice|tc}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Pokémon League]]&lt;br /&gt;
[[Category:Terminology]]&lt;br /&gt;
[[Category:Champions|*]]&lt;br /&gt;
[[Category:Trainer classes]]&lt;br /&gt;
[[Category:Pokémon Adventures characters]]&lt;br /&gt;
[[Category:Animation characters]]&lt;br /&gt;
[[Category:Pokémon Origins characters]]&lt;br /&gt;
[[Category:Pokémon Generations characters]]&lt;br /&gt;
&lt;br /&gt;
[[de:Champ]]&lt;br /&gt;
[[es:Campeón de la Liga Pokémon]]&lt;br /&gt;
[[fr:Maître Pokémon]]&lt;br /&gt;
[[it:Campione]]&lt;br /&gt;
[[ja:チャンピオン]]&lt;br /&gt;
[[zh:冠军]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=PS249&amp;diff=4569706</id>
		<title>PS249</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=PS249&amp;diff=4569706"/>
		<updated>2026-06-09T16:12:32Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MangaPrevNext/Adventures&lt;br /&gt;
|prevcode=PS248&lt;br /&gt;
|prevtitle=The Beginning of the End with Kyogre &amp;amp; Groudon X&lt;br /&gt;
|nextcode=PS250&lt;br /&gt;
|nexttitle=The Beginning of the End with Kyogre &amp;amp; Groudon XII&lt;br /&gt;
|series=Ruby &amp;amp; Sapphire&lt;br /&gt;
|colorscheme=Hoenn}}&lt;br /&gt;
{{ChapInfobox&lt;br /&gt;
|title_en=The Beginning of the End with Kyogre &amp;amp; Groudon XI&lt;br /&gt;
|subtitle=The Gathering Superpowers&lt;br /&gt;
|title_ja=VS カイオーガ &amp;amp; グラードン XI&lt;br /&gt;
|title_ro=VS Kyogre &amp;amp; Groudon XI&lt;br /&gt;
|image=PS249.png&lt;br /&gt;
|scheme=Ruby &amp;amp; Sapphire&lt;br /&gt;
|pub1=Shogakukan full volume&lt;br /&gt;
|pub1-data=Chapter 249 in {{vol|Pokémon Adventures|20}}&lt;br /&gt;
|pub2=VIZ Media full volume&lt;br /&gt;
|pub2-data=Adventure 249 in {{vol|Pokémon Adventures|20}}&lt;br /&gt;
|location=[[Seafloor Cavern]]&amp;lt;br&amp;gt;[[Slateport City]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Beginning of the End with Kyogre &amp;amp; Groudon XI&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;VS カイオーガ &amp;amp; グラードン XI&#039;&#039;&#039; &#039;&#039;VS Kyogre &amp;amp; Groudon XI&#039;&#039;), titled &#039;&#039;&#039;VS Kyogre &amp;amp; Groudon XI&#039;&#039;&#039; in the [[Chuang Yi]] translation, is the 249th chapter of the [[Pokémon Adventures]] manga, and the 69th chapter of the {{MangaArc|Ruby &amp;amp; Sapphire}}.&lt;br /&gt;
&lt;br /&gt;
It is subtitled &#039;&#039;&#039;The Gathering Superpowers&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;引かれあう超パワー&#039;&#039;&#039; &#039;&#039;Powers That Attract&#039;&#039;) in the [[VIZ Media]] translation and &#039;&#039;&#039;Powers That Attract&#039;&#039;&#039; in the Chuang Yi translation.&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
{{adv|Ruby}} and {{adv|Sapphire}} watch in horror as the [[Red Orb|Red]] and [[Blue Orb]]s are absorbed into [[Archie]] and [[Maxie]]&#039;s hands. Ruby, realizing that they&#039;ll never be able to retrieve the Orbs if they&#039;re absorbed, sends [[Kiki]] to take them back. Kiki attempts to use {{m|Covet}}, but a blast from Archie&#039;s hand knocks her aside. The Orbs finally consume the two men&#039;s minds, causing a silhouette of {{DL|Super-ancient Pokémon (Adventures)|Kyogre}} and {{DL|Super-ancient Pokémon (Adventures)|Groudon}}&#039;s to appear in their shadows. This reveals that instead of Maxie and Archie controlling the [[Legendary Pokémon]], it&#039;s now the other way around.&lt;br /&gt;
&lt;br /&gt;
With their new power, Archie and Maxie shoot a blast of energy at Ruby and Sapphire. Ruby manages to save them both by having Kiki use {{m|Assist}} to take [[Rono]]&#039;s {{m|Iron Defense}}. The attack proves to be too powerful for Kiki to handle, as it comes from the powerful Groudon and Kyogre. A now-insane Archie leaps at the two, but Ruby grabs Sapphire and manages to get out of the way in time. As Ruby saves her, Sapphire is reminded of a similar event that happened to her in the past.&lt;br /&gt;
&lt;br /&gt;
Sapphire quickly shrugs it off as to not get distracted, only for Archie to grab her by the neck. Maxie does the same with Ruby, and the two begin flying up to the surface, glowing in a large sphere of energy the same color as the Red and Blue Orbs. As they fly upward, all of the fainted {{tc|Team Aqua Grunt|Team Aqua}} and {{tc|Team Magma Grunt}}s are absorbed into the energy spheres as well. Ruby guesses that Groudon and Kyogre must be calling out to the Red and Blue Orbs, a guess that he is correct about.&lt;br /&gt;
&lt;br /&gt;
Elsewhere, the [[Gym Leader]]s have failed to stop Kyogre and Groudon&#039;s rampage. Groudon has reached [[Lilycove City]], and leaves a trail of flames and destruction behind it as it reaches the sea. Meanwhile, Kyogre is heading for the same location as Groudon, and it raises tsunamis and storms as it does so. The two Legendary Pokémon continue to head where their original battle took place.&lt;br /&gt;
&lt;br /&gt;
In [[Slateport City]], the [[Pokémon Association]] headquarters approaches [[Gabby and Ty|Gabby, Ty]], [[Captain Stern]], [[Dock]], and the [[Pokémon Fan Club Chairman]]. After the others go and get rescued, Ty decides to stay behind with Gabby, much to her confusion. When Gabby asks why Ty did this, he reveals that he sensed a presence near them. Suddenly, the {{p|Absol}} from the [[Rusturf Tunnel]] leaps before them.&lt;br /&gt;
&lt;br /&gt;
Ty notices that Absol has ashes on its body, meaning that it was there when Team Aqua killed [[Mt. Chimney]]. Ty accuses Absol of always being around when disasters occur, which must mean that it&#039;s the cause of them. Gabby questions Absol&#039;s intentions, and wonders if Absol isn&#039;t causing the disasters, but can actually sense them and has been trying to warn people. Gabby&#039;s guess is correct as Absol gestures for the two to ride on its back.&lt;br /&gt;
&lt;br /&gt;
Gabby asks Ty what could be the worst kind of disaster to happen. Ty guesses that it would be the battle between Groudon and Kyogre, as it could destroy the entire [[Hoenn]] region. Gabby agrees with this, and hops onto Absol&#039;s back and asks it to take her to where Groudon and Kyogre will meet.&lt;br /&gt;
&lt;br /&gt;
Elsewhere, Ruby and Sapphire continue to fly towards the surface in the energy spheres created by the possessed Archie and Maxie. Ruby guesses that by the speed they&#039;re flying at, it must be because of Groudon and Kyogre calling to the power of the Red and Blue Orbs. As Maxie and Archie continue to growl like animals, the two orbs begin to fly in different directions. As they separate, Ruby and Sapphire call out to each other.&lt;br /&gt;
&lt;br /&gt;
Gabby and Ty continue on Absol&#039;s back to where Groudon and Kyogre will meet and battle with each other. They see a light emerging from the water, which turns out to be the energy spheres with Ruby and Sapphire still inside. The energy spheres fly towards the same direction as Absol is heading to. Ty manages to figure out that Absol, Kyogre, and Groudon are heading towards [[Sootopolis City]].&lt;br /&gt;
&lt;br /&gt;
The counter of the bet continues at 25 days.&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
* The [[Red Orb|Red]] and [[Blue Orb]]s are absorbed into [[Archie]] and [[Maxie]].&lt;br /&gt;
* {{DL|Super-ancient Pokémon (Adventures)|Kyogre}} and {{DL|Super-ancient Pokémon (Adventures)|Groudon}} head towards [[Sootopolis City]].&lt;br /&gt;
* {{p|Absol}} is revealed to be a good Pokémon.&lt;br /&gt;
&lt;br /&gt;
{{Adventuresevents}}&lt;br /&gt;
{{endspoilers}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* {{adv|Ruby}}&lt;br /&gt;
* {{adv|Sapphire}}&lt;br /&gt;
* [[Archie]]&lt;br /&gt;
* [[Maxie]]&lt;br /&gt;
* {{tc|Team Aqua Grunt}}s&lt;br /&gt;
* {{tc|Team Magma Grunt}}s&lt;br /&gt;
* [[Gabby and Ty]]/{{tt|Maryann and Tyler|Chuang Yi}}&lt;br /&gt;
* [[Pokémon Fan Club Chairman]]&lt;br /&gt;
* [[Captain Stern]]&lt;br /&gt;
* [[Dock]]/{{tt|Tuga|Chuang Yi}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Delcatty}} ([[Kiki]]/{{tt|Coco|Chuang Yi}}; {{adv|Ruby}}&#039;s)&lt;br /&gt;
* {{p|Swampert}} ([[Mumu]]/{{tt|Zuzu|Chuang Yi}}; {{adv|Ruby}}&#039;s)&lt;br /&gt;
* {{p|Lairon}} ([[Rono]]; {{adv|Sapphire}}&#039;s)&lt;br /&gt;
* {{p|Kyogre}} ({{DL|Super-ancient Pokémon (Adventures)|Kyogre|Adventures}})&lt;br /&gt;
* {{p|Groudon}} ({{DL|Super-ancient Pokémon (Adventures)|Groudon|Adventures}})&lt;br /&gt;
* {{p|Absol}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
===Errors===&lt;br /&gt;
* In the [[Chuang Yi]] version, {{m|Iron Defense}} is called its Japanese name, Iron Wall.&lt;br /&gt;
* In the Chuang Yi version, the [[Seafloor Cavern]] is mistakenly called the [[Cave of Origin]].&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;&#039;Title&#039;&#039;&#039;&lt;br /&gt;
{{Epilang|color=9999FF|bordercolor=FF7777&lt;br /&gt;
|zh_cmn={{tt|VS 蓋歐卡&amp;amp;固拉多 XI|VS Kyogre &amp;amp; Groudon XI}} (Taiwan)&amp;lt;br&amp;gt;{{tt|VS 盖欧卡&amp;amp;固拉多 XI|VS Kyogre &amp;amp; Groudon XI}} (Mainland China)&lt;br /&gt;
|cs=Vs. Kyogre a Groudon XI&lt;br /&gt;
|fr_eu={{tt|Catastrophes en série|Catastrophe series}}&lt;br /&gt;
|de=VS. Kyogre und Groudon (Teil 11)&lt;br /&gt;
|it=VS Kyogre &amp;amp; Groudon XI&lt;br /&gt;
|ko={{tt|VS 가이오가 &amp;amp; 그란돈 XI|VS Kyogre &amp;amp; Groudon XI}}&lt;br /&gt;
|pt_br=VS Kyogre &amp;amp; Groudon XI&lt;br /&gt;
|es_la=VS Kyogre y Groudon XI&lt;br /&gt;
|es_eu=Contra Kyogre y Groudon XI &lt;br /&gt;
|vi=VS Kaioga &amp;amp; Groudon XI - Sức hút của siêu sức mạnh&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Subtitle&#039;&#039;&#039;&lt;br /&gt;
{{Epilang|color=9999FF|bordercolor=FF7777&lt;br /&gt;
|cs={{tt|Volání supersíly|Call of the Super Power}}&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{MangaPrevNext/Adventures&lt;br /&gt;
|prevcode=PS248&lt;br /&gt;
|prevtitle=The Beginning of the End with Kyogre &amp;amp; Groudon X&lt;br /&gt;
|nextcode=PS250&lt;br /&gt;
|nexttitle=The Beginning of the End with Kyogre &amp;amp; Groudon XII&lt;br /&gt;
|series=Ruby &amp;amp; Sapphire&lt;br /&gt;
|colorscheme=Hoenn}}&lt;br /&gt;
{{Project Manga notice}}&lt;br /&gt;
&lt;br /&gt;
[[de:VS. Kyogre und Groudon (Teil 11)]]&lt;br /&gt;
[[es:PMS249]]&lt;br /&gt;
[[fr:Chapitre 249 (Pocket Monsters Special)]]&lt;br /&gt;
[[it:LGA249]]&lt;br /&gt;
[[zh:宝可梦特别篇 第249话]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=PS248&amp;diff=4569705</id>
		<title>PS248</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=PS248&amp;diff=4569705"/>
		<updated>2026-06-09T16:12:29Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MangaPrevNext/Adventures&lt;br /&gt;
|prevcode=PS247&lt;br /&gt;
|prevtitle=The Beginning of the End with Kyogre &amp;amp; Groudon IX&lt;br /&gt;
|nextcode=PS249&lt;br /&gt;
|nexttitle=The Beginning of the End with Kyogre &amp;amp; Groudon XI&lt;br /&gt;
|series=Ruby &amp;amp; Sapphire&lt;br /&gt;
|colorscheme=Hoenn}}&lt;br /&gt;
{{ChapInfobox&lt;br /&gt;
|title_en=The Beginning of the End with Kyogre &amp;amp; Groudon X&lt;br /&gt;
|subtitle=Power of the Orbs&lt;br /&gt;
|title_ja=VS カイオーガ &amp;amp; グラードン X&lt;br /&gt;
|title_ro=VS Kyogre &amp;amp; Groudon X&lt;br /&gt;
|image=PS248.png&lt;br /&gt;
|scheme=Ruby &amp;amp; Sapphire&lt;br /&gt;
|pub1=Shogakukan full volume&lt;br /&gt;
|pub1-data=Chapter 248 in {{vol|Pokémon Adventures|20}}&lt;br /&gt;
|pub2=VIZ Media full volume&lt;br /&gt;
|pub2-data=Adventure 248 in {{vol|Pokémon Adventures|20}}&lt;br /&gt;
|location=[[Lilycove Museum]]&amp;lt;br&amp;gt;[[Cove Lily Motel]]&amp;lt;br&amp;gt;[[Seafloor Cavern]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Beginning of the End with Kyogre &amp;amp; Groudon X&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;VS カイオーガ &amp;amp; グラードン X&#039;&#039;&#039; &#039;&#039;VS Kyogre &amp;amp; Groudon X&#039;&#039;), titled &#039;&#039;&#039;VS Kyogre &amp;amp; Groudon X&#039;&#039;&#039; in the [[Chuang Yi]] translation, is the 248th chapter of the [[Pokémon Adventures]] manga, and the 68th chapter of the {{MangaArc|Ruby &amp;amp; Sapphire}}.&lt;br /&gt;
&lt;br /&gt;
It is subtitled &#039;&#039;&#039;Power of the Orbs&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;宝珠の魔力&#039;&#039;&#039; &#039;&#039;Power of the Jewels&#039;&#039;) in the [[VIZ Media]] translation and &#039;&#039;&#039;Prowess of the Jewels&#039;&#039;&#039; in the Chuang Yi translation.&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
[[Brawly&#039;s Hariyama]] continues to battle [[Blaise]]&#039;s {{p|Slugma}} at the [[Lilycove Museum]]. Meanwhile at the [[Cove Lily Motel]], [[Roxanne]] sees the blast from Brawly&#039;s attacks and realizes he must be getting the upper hand. [[Courtney]] tells Roxanne to pay attention, and has her {{p|Ninetales}} leap at Roxanne&#039;s {{p|Cradily}}. Cradily uses its tentacles to tie Ninetales down, preventing it from moving. Roxanne figures out that Courtney is trying to lift the {{m|Block}} set on {{DL|Super-ancient Pokémon (Adventures)|Groudon}}; a plan Courtney agrees to. Though Ninetales attacks Cradily, it regains strength quickly by using {{m|Ingrain}} to root itself to the earth through the floor of the inn and absorb energy.&lt;br /&gt;
&lt;br /&gt;
A sudden rattling noise startles the two, and makes Roxanne realize that there might still be people hiding inside the inn. Courtney melts down the door to reveal a programmer, graphic designer, and game designer who are still stuck inside the building. Courtney threatens to use the same mix of acid and Berry Juice on the three people that she used to melt the door. Roxanne, unable to act, is forced to see Nosepass defeated by Ninetales, lifting the Block on Groudon in the process.&lt;br /&gt;
&lt;br /&gt;
Deep inside the [[Seafloor Cavern]], {{DL|Super-ancient Pokémon (Adventures)|Kyogre}} and Groudon continue moving about whilst being controlled by the [[Red Orb|Red]] and [[Blue Orb]]s. [[Maxie]] and [[Archie]] approach {{adv|Ruby}} and {{adv|Sapphire}} and introduce themselves. Immediately, both parties send out their Pokémon to battle against one another. After managing to hold down Maxie&#039;s {{p|Camerupt}} and Archie&#039;s {{p|Walrein}}, Ruby and Sapphire&#039;s other Pokémon charge at the villains, only to be knocked back by the power of the Red and Blue Orbs. The two quickly realize that the opponents they are facing are the leaders of the two teams they have faced during their adventure previously.&lt;br /&gt;
&lt;br /&gt;
Upon figuring this out, Sapphire and Ruby realize that the gems in their hands are what&#039;s allowing them to control Groudon and Kyogre. Sapphire notes that even though they are clearly fighting in a [[Double Battle]], their opponents aren&#039;t fighting together nor seem like they are even aware that the other one is there. Ruby decides that if their opponents aren&#039;t fighting together, then it&#039;d be best for him and Sapphire to work together to gain an advantage.&lt;br /&gt;
&lt;br /&gt;
Ruby and Sapphire send their Pokémon and have them work together by complementing their strengths and weaknesses. Archie and Maxie refuse to give up, and retaliate with a powerful attack that manages to defeat Ruby and Sapphire&#039;s Pokémon. Ruby also refuses to give up and sends out {{p|Castform|Popo}} to attack the foes with {{m|Hail}}. Now in her Snowy Form, Popo uses a powerful {{m|Weather Ball}} to defeat Archie and Maxie.&lt;br /&gt;
&lt;br /&gt;
As Maxie and Archie stand, motionless, Ruby wonders if he overdid it, but quickly shrugs it off and goes to take the Red and Blue Orbs. Ruby tries to remove the gems from the Leaders&#039; hands, but he finds that they have become attached to Archie and Maxie&#039;s hands, preventing him from taking them off.&lt;br /&gt;
&lt;br /&gt;
Outside, the old couple sense that something has gone wrong. They quickly realize that Maxie and Archie, the ones who sought out to control the ancient Pokémon, have now become slaves to their power. Back at the Seafloor Cavern, Ruby and Sapphire watch in horror as the Red and Blue Orbs quickly recede in Maxie and Archie&#039;s hands. The patterns on Groudon and Kyogre&#039;s bodies glow on Maxie and Archie&#039;s hands as they grin evilly.&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
* [[Brawly]] defeats [[Blaise]].&lt;br /&gt;
* [[Roxanne]] battles against [[Courtney]] and loses, freeing {{DL|Super-ancient Pokémon (Adventures)|Groudon}} in the process.&lt;br /&gt;
* {{adv|Ruby}} and {{adv|Sapphire}} battle [[Maxie]] and [[Archie]].&lt;br /&gt;
* The [[Red Orb|Red]] and [[Blue Orb]]s possess Maxie and Archie.&lt;br /&gt;
&lt;br /&gt;
{{Adventuresevents}}&lt;br /&gt;
{{endspoilers}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
* {{p|Cradily}}&lt;br /&gt;
* {{p|Castform}} (Snowy Form)&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* {{adv|Ruby}}&lt;br /&gt;
* {{adv|Sapphire}}&lt;br /&gt;
* [[Roxanne]]&lt;br /&gt;
* [[Brawly]]&lt;br /&gt;
* [[Archie]]&lt;br /&gt;
* [[Maxie]]&lt;br /&gt;
* [[Blaise]]/{{tt|Mack|Chuang Yi}} (fantasy)&lt;br /&gt;
* [[Courtney]]/{{tt|Marge|Chuang Yi}}&lt;br /&gt;
* Programmer&lt;br /&gt;
* Graphic designer&lt;br /&gt;
* Game designer&lt;br /&gt;
* Old couple&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Mightyena}} ([[Nana]]; {{adv|Ruby}}&#039;s)&lt;br /&gt;
* {{p|Delcatty}} ([[Kiki]]/{{tt|Coco|Chuang Yi}}; {{adv|Ruby}}&#039;s)&lt;br /&gt;
* {{p|Swampert}} ([[Mumu]]/{{tt|Zuzu|Chuang Yi}}; {{adv|Ruby}}&#039;s)&lt;br /&gt;
* {{p|Castform}} ([[Fofo]]/{{tt|Popo|Chuang Yi}}; {{adv|Ruby}}&#039;s; {{DL|List of Pokémon with form differences|Castform|Normal and Snowy Forms}})&lt;br /&gt;
* {{p|Lairon}} ([[Rono]]; {{adv|Sapphire}}&#039;s)&lt;br /&gt;
* {{p|Blaziken}} ([[Chic]]/{{tt|Toro|Chuang Yi}}; {{adv|Sapphire}}&#039;s)&lt;br /&gt;
* {{p|Tropius}} ([[Troppy]]/{{tt|Pilo|Chuang Yi}}; {{adv|Sapphire}}&#039;s)&lt;br /&gt;
* {{p|Donphan}} (Phado/{{tt|Dono|Chuang Yi}}; {{adv|Sapphire}}&#039;s)&lt;br /&gt;
* {{p|Nosepass}} ({{OP|Roxanne|Nosepass}})&lt;br /&gt;
* {{p|Cradily}} ([[Roxanne]]&#039;s)&lt;br /&gt;
* {{p|Hariyama}} ({{OP|Brawly|Hariyama}})&lt;br /&gt;
* {{p|Walrein}} ([[Archie]]&#039;s)&lt;br /&gt;
* {{p|Camerupt}} ([[Maxie]]&#039;s)&lt;br /&gt;
* {{p|Slugma}} ([[Blaise]]&#039;s; ×2)&lt;br /&gt;
* {{p|Ninetales}} ([[Courtney]]&#039;s)&lt;br /&gt;
* {{p|Chimecho}} (Old couple&#039;s; ×2)&lt;br /&gt;
* {{p|Kyogre}} ({{DL|Super-ancient Pokémon (Adventures)|Kyogre|Adventures}})&lt;br /&gt;
* {{p|Groudon}} ({{DL|Super-ancient Pokémon (Adventures)|Groudon|Adventures}})&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
[[File:Game Freak RS Adventures.png|thumb|150px|The programmer, graphic designer, and game designer]]&lt;br /&gt;
* The programmer, graphic designer, and game designer are likely based on [[Shigeru Ohmori]], [[Koji Nishino]], and [[Junichi Masuda]].&lt;br /&gt;
&lt;br /&gt;
===Errors===&lt;br /&gt;
* In the [[Chuang Yi]] version, [[Petalburg Woods]] is called Petalburg Forest.&lt;br /&gt;
* In the Chuang Yi version, the move {{m|Sheer Cold}} is incorrectly translated as {{m|Icy Wind}}.&lt;br /&gt;
* In the Chuang Yi version, the move {{m|Overheat}} is incorrectly translated as {{m|Eruption}}.&lt;br /&gt;
* In the [[VIZ Media]] version, there is faded Japanese text still visible beneath the English translated dialogue on page 168.&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;&#039;Title&#039;&#039;&#039;&lt;br /&gt;
{{Epilang|color=9999FF|bordercolor=FF7777&lt;br /&gt;
|zh_cmn={{tt|VS 蓋歐卡&amp;amp;固拉多 X|VS Kyogre &amp;amp; Groudon X}} (Taiwan)&amp;lt;br&amp;gt;{{tt|VS 盖欧卡&amp;amp;固拉多 X|VS Kyogre &amp;amp; Groudon X}} (Mainland China)&lt;br /&gt;
|cs=Vs. Kyogre a Groudon X&lt;br /&gt;
|fr_eu={{tt|Folie dévastatrice|Devastating madness}}&lt;br /&gt;
|de=VS. Kyogre und Groudon (Teil 10)&lt;br /&gt;
|it=VS Kyogre &amp;amp; Groudon X&lt;br /&gt;
|ko={{tt|VS 가이오가 &amp;amp; 그란돈 X|VS Kyogre &amp;amp; Groudon X}}&lt;br /&gt;
|pt_br=VS Kyogre &amp;amp; Groudon X&lt;br /&gt;
|es_la=VS Kyogre y Groudon X&lt;br /&gt;
|es_eu=Contra Kyogre y Groudon X &lt;br /&gt;
|vi=VS Kaioga &amp;amp; Groudon X - Sức mạnh của bảo ngọc&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Subtitle&#039;&#039;&#039;&lt;br /&gt;
{{Epilang|color=9999FF|bordercolor=FF7777&lt;br /&gt;
|cs={{tt|Moc orbů|Power of the Orbs}}&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{MangaPrevNext/Adventures&lt;br /&gt;
|prevcode=PS247&lt;br /&gt;
|prevtitle=The Beginning of the End with Kyogre &amp;amp; Groudon IX&lt;br /&gt;
|nextcode=PS249&lt;br /&gt;
|nexttitle=The Beginning of the End with Kyogre &amp;amp; Groudon XI&lt;br /&gt;
|series=Ruby &amp;amp; Sapphire&lt;br /&gt;
|colorscheme=Hoenn}}&lt;br /&gt;
{{Project Manga notice}}&lt;br /&gt;
&lt;br /&gt;
[[de:VS. Kyogre und Groudon (Teil 10)]]&lt;br /&gt;
[[es:PMS248]]&lt;br /&gt;
[[fr:Chapitre 248 (Pocket Monsters Special)]]&lt;br /&gt;
[[it:LGA248]]&lt;br /&gt;
[[zh:宝可梦特别篇 第248话]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=PS247&amp;diff=4569704</id>
		<title>PS247</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=PS247&amp;diff=4569704"/>
		<updated>2026-06-09T16:12:28Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MangaPrevNext/Adventures&lt;br /&gt;
|prevcode=PS246&lt;br /&gt;
|prevtitle=Can I Ninjask You a Question?&lt;br /&gt;
|nextcode=PS248&lt;br /&gt;
|nexttitle=The Beginning of the End with Kyogre &amp;amp; Groudon X&lt;br /&gt;
|series=Ruby &amp;amp; Sapphire&lt;br /&gt;
|colorscheme=Hoenn}}&lt;br /&gt;
{{ChapInfobox&lt;br /&gt;
|title_en=The Beginning of the End with Kyogre &amp;amp; Groudon IX&lt;br /&gt;
|subtitle=Overcoming Illusions&lt;br /&gt;
|title_ja=VS カイオーガ &amp;amp; グラードン IX&lt;br /&gt;
|title_ro=VS Kyogre &amp;amp; Groudon IX&lt;br /&gt;
|image=PS247.png&lt;br /&gt;
|scheme=Ruby &amp;amp; Sapphire&lt;br /&gt;
|pub1=Shogakukan full volume&lt;br /&gt;
|pub1-data=Chapter 247 in {{vol|Pokémon Adventures|20}}&lt;br /&gt;
|pub2=VIZ Media full volume&lt;br /&gt;
|pub2-data=Adventure 247 in {{vol|Pokémon Adventures|20}}&lt;br /&gt;
|location=[[Abandoned Ship]]&amp;lt;br&amp;gt;[[Lilycove Museum]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Beginning of the End with Kyogre &amp;amp; Groudon IX&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;VS カイオーガ &amp;amp; グラードン IX&#039;&#039;&#039; &#039;&#039;VS Kyogre &amp;amp; Groudon IX&#039;&#039;), titled &#039;&#039;&#039;VS Kyogre &amp;amp; Groudon IX&#039;&#039;&#039; in the [[Chuang Yi]] translation, is the 247th chapter of the [[Pokémon Adventures]] manga, and the 67th chapter of the {{MangaArc|Ruby &amp;amp; Sapphire}}.&lt;br /&gt;
&lt;br /&gt;
It is subtitled &#039;&#039;&#039;Overcoming Illusions&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;幻をうちやぶれ&#039;&#039;&#039; &#039;&#039;Break the Illusions&#039;&#039;) in the [[VIZ Media]] translation and &#039;&#039;&#039;Burning the Illusions&#039;&#039;&#039; in the Chuang Yi translation.&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
[[Flannery]] cries out in horror as [[Wattson]] and his {{TP|Wattson|Manectric}} sink into the water. [[Winona]] attempts to try and save Wattson, but her {{TP|Winona|Altaria}} refuses to listen to her commands. [[Matt]] blocks her way and reveals that he had his {{p|Sharpedo}} use {{m|Taunt}} on Altaria, making it unable to listen to its Trainer. Although annoyed at this kind of tactic, Winona praises the SSS&#039; teamwork. [[Shelly]] thanks Winona for the compliment and reveals that SSS stands for [[Aqua Admin (Trainer class)#In the manga|Subleaders of the Sea Scheme]].&lt;br /&gt;
&lt;br /&gt;
Enraged, Flannery orders her {{p|Vulpix}} to attack Shelly, but is stopped by an attack that comes from the water. Flannery assumes that it&#039;s the work of another Pokémon, but Shelly reveals that it&#039;s the effect of her {{p|Ludicolo}}&#039;s attack, {{m|Nature Power}}. Shelly explains that depending on the terrain, Nature Power can be attacks such as {{m|Razor Leaf}}, {{m|Hydro Pump}}, or even {{m|Shadow Ball}}. Shelly states that her Nature Power comes directly from the sea and points out that [[Team Aqua]] wants to raise the sea because all life came from it.&lt;br /&gt;
&lt;br /&gt;
Shelly states that in order to achieve Team Aqua&#039;s noble goal, sacrifices are inevitable. Shelly commands another attack from her Ludicolo, and states those that have been sacrificed will be remembered in history.&lt;br /&gt;
&lt;br /&gt;
At the [[Lilycove Museum]], [[Brawly]] and his {{p|Machoke}} face off against [[Blaise]]. Due to the intense flames, Brawly has trouble seeing his opponent and is easily hit by a sneak attack. The attack {{status|burn}}s Brawly&#039;s Machoke, but he still continues to attack his opponent. The attack hits Blaise&#039;s {{p|Slugma}}, but it quickly disappears, revealing it to only be an illusion. Annoyed, Brawly steps back near a painting of a woman, which suddenly springs to life and begins grabbing him.&lt;br /&gt;
&lt;br /&gt;
The two are instantly freaked out, and begin running through the building as more paintings spring to life. Brawly tries to calm his Machoke down, but it&#039;s too scared to listen to his words. Blaise confidentially tells Brawly to give up, as it won&#039;t be easy to stop his illusions, but Brawly refuses to stop fighting. Brawly reveals that through training, he mastered Jū, a fighting style that turns the attack of an opponent into an attack against them.&lt;br /&gt;
&lt;br /&gt;
Brawly pulls out a pair of nunchucks, and states that when fighting an opponent that doesn&#039;t fight head on, he has to use a different style. As Brawly spins his nunchucks, he reveals that he met with an old friend prior to the battle he is currently in. He reveals that the friend taught him another fighting style, Gō; one that is the opposite of Jū. Brawly sends out his {{TP|Brawly|Hariyama}} and has it [[flinch|stun]] Blaise&#039;s Slugma with {{m|Fake Out}}, allowing it to repeatedly attack them with {{m|Arm Thrust}}. As he prepares one more attack, Brawly calls out to the friend that helped him: [[Bruno]].&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
* [[Flannery]] continues her battle against [[Shelly]].&lt;br /&gt;
* [[Brawly]] continues his battle against [[Blaise]].&lt;br /&gt;
&lt;br /&gt;
{{Adventuresevents}}&lt;br /&gt;
{{endspoilers}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* [[Brawly]]&lt;br /&gt;
* [[Wattson]]&lt;br /&gt;
* [[Flannery]]&lt;br /&gt;
* [[Winona]]&lt;br /&gt;
* [[Bruno]] (fantasy)&lt;br /&gt;
* [[Matt]]/{{tt|Ark|Chuang Yi}}&lt;br /&gt;
* [[Shelly]]/{{tt|Angie|Chuang Yi}}&lt;br /&gt;
* {{adv|Amber}}&lt;br /&gt;
* [[Blaise]]/{{tt|Mack|Chuang Yi}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Hariyama}} ({{OP|Brawly|Hariyama}})&lt;br /&gt;
* {{p|Machoke}} ([[Brawly]]&#039;s)&lt;br /&gt;
* {{p|Manectric}} ({{OP|Wattson|Manectric}})&lt;br /&gt;
* {{p|Vulpix}} ([[Flannery]]&#039;s)&lt;br /&gt;
* {{p|Altaria}} ({{OP|Winona|Altaria}})&lt;br /&gt;
* {{p|Sharpedo}} ([[Matt]]&#039;s)&lt;br /&gt;
* {{p|Vibrava}} ([[Matt]]&#039;s)&lt;br /&gt;
* {{p|Ludicolo}} ([[Shelly]]&#039;s)&lt;br /&gt;
* {{p|Slugma}} ([[Blaise]]&#039;s; ×2)&lt;br /&gt;
* {{p|Kyogre}} ({{DL|Super-ancient Pokémon (Adventures)|Kyogre|Adventures}})&lt;br /&gt;
* {{p|Groudon}} ({{DL|Super-ancient Pokémon (Adventures)|Groudon|Adventures}})&lt;br /&gt;
* {{p|Pikachu}} (painting)&lt;br /&gt;
* {{p|Oddish}} (painting)&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
===Errors===&lt;br /&gt;
* In the [[Chuang Yi]] translation, {{a|Guts}} is erroneously translated as {{m|Leer}}.&lt;br /&gt;
* In the Chuang Yi translation, {{m|Arm Thrust}} is erroneously translated as {{m|Knock Off}}.&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;&#039;Title&#039;&#039;&#039;&lt;br /&gt;
{{Epilang|color=9999FF|bordercolor=FF7777&lt;br /&gt;
|zh_cmn={{tt|VS 蓋歐卡&amp;amp;固拉多 IX|VS Kyogre &amp;amp; Groudon IX}} (Taiwan)&amp;lt;br&amp;gt;{{tt|VS 盖欧卡&amp;amp;固拉多 IX|VS Kyogre &amp;amp; Groudon IX}} (Mainland China)&lt;br /&gt;
|cs=Vs. Kyogre a Groudon IX&lt;br /&gt;
|fr_eu={{tt|Une bataille sur deux fronts|A battle on two fronts}}&lt;br /&gt;
|de=VS. Kyogre und Groudon (Teil 9)&lt;br /&gt;
|it=VS Kyogre &amp;amp; Groudon IX&lt;br /&gt;
|ko={{tt|VS 가이오가 &amp;amp; 그란돈 IX|VS Kyogre &amp;amp; Groudon IX}}&lt;br /&gt;
|pt_br=VS Kyogre &amp;amp; Groudon IX&lt;br /&gt;
|es_la=VS Kyogre y Groudon IX&lt;br /&gt;
|es_eu=Contra Kyogre y Groudon IX &lt;br /&gt;
|vi=VS Kaioga &amp;amp; Groudon IX - Phá trận ảo ảnh lửa&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Subtitle&#039;&#039;&#039;&lt;br /&gt;
{{Epilang|color=9999FF|bordercolor=FF7777&lt;br /&gt;
|cs={{tt|Jak prolomit iluze|How to Break through Illusions}}&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{MangaPrevNext/Adventures&lt;br /&gt;
|prevcode=PS246&lt;br /&gt;
|prevtitle=Can I Ninjask You a Question?&lt;br /&gt;
|nextcode=PS248&lt;br /&gt;
|nexttitle=The Beginning of the End with Kyogre &amp;amp; Groudon X&lt;br /&gt;
|series=Ruby &amp;amp; Sapphire&lt;br /&gt;
|colorscheme=Hoenn}}&lt;br /&gt;
{{Project Manga notice}}&lt;br /&gt;
&lt;br /&gt;
[[de:VS. Kyogre und Groudon (Teil 9)]]&lt;br /&gt;
[[es:PMS247]]&lt;br /&gt;
[[fr:Chapitre 247 (Pocket Monsters Special)]]&lt;br /&gt;
[[it:LGA247]]&lt;br /&gt;
[[zh:宝可梦特别篇 第247话]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=PS246&amp;diff=4569703</id>
		<title>PS246</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=PS246&amp;diff=4569703"/>
		<updated>2026-06-09T16:12:26Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MangaPrevNext/Adventures&lt;br /&gt;
|prevcode=PS245&lt;br /&gt;
|prevtitle=Bravo, Vibrava&lt;br /&gt;
|nextcode=PS247&lt;br /&gt;
|nexttitle=The Beginning of the End with Kyogre &amp;amp; Groudon IX&lt;br /&gt;
|series=Ruby &amp;amp; Sapphire&lt;br /&gt;
|colorscheme=Hoenn}}&lt;br /&gt;
{{ChapInfobox&lt;br /&gt;
|title_en=Can I Ninjask You a Question?&lt;br /&gt;
|subtitle=One More&lt;br /&gt;
|title_ja=VS テッカニン&lt;br /&gt;
|title_ro=VS Tekkanin&lt;br /&gt;
|image=PS246.png&lt;br /&gt;
|scheme=Ruby &amp;amp; Sapphire&lt;br /&gt;
|pub1=Shogakukan full volume&lt;br /&gt;
|pub1-data=Chapter 246 in {{vol|Pokémon Adventures|20}}&lt;br /&gt;
|pub2=VIZ Media full volume&lt;br /&gt;
|pub2-data=Adventure 246 in {{vol|Pokémon Adventures|20}}&lt;br /&gt;
|location=[[Abandoned Ship]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Can I Ninjask You a Question?&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;VS テッカニン&#039;&#039;&#039; &#039;&#039;VS {{tt|Tekkanin|Ninjask}}&#039;&#039;), titled &#039;&#039;&#039;VS Ninjask&#039;&#039;&#039; in the [[Chuang Yi]] translation, is the 246th chapter of the [[Pokémon Adventures]] manga, and the 66th chapter of the {{MangaArc|Ruby &amp;amp; Sapphire}}.&lt;br /&gt;
&lt;br /&gt;
It is subtitled &#039;&#039;&#039;One More&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;もう１匹いる&#039;&#039;&#039; &#039;&#039;The Other Pokémon&#039;&#039;) in the [[VIZ Media]] translation and &#039;&#039;&#039;The Other Pokémon&#039;&#039;&#039; in the Chuang Yi translation.&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
As {{DL|Super-ancient Pokémon (Adventures)|Kyogre}} continues to press forward, [[Team Aqua]] clash furiously with [[Wattson]], [[Winona]], and [[Flannery]]. {{adv|Amber}} has just arrived and has his {{p|Pelipper}} use {{m|Stockpile}} and then {{m|Spit Up}} to strike [[Wattson&#039;s Manectric]]. The battle is now three-on-three, with Flannery and [[Shelly]], Winona and [[Matt]], and Wattson and Amber going head-to-head.&lt;br /&gt;
&lt;br /&gt;
Amber taunts Wattson, saying their fighting is giving Kyogre time to advance, but Wattson retorts that his own {{type|Electric}} Pokémon have the advantage in this fight. Wattson&#039;s Manectric takes out Amber&#039;s Pelipper with one hit, leaving him with no remaining Pokémon after his remaining team had been left behind at the [[Seafloor Cavern]]. Shelly decides to lend Amber her {{p|Nincada}}, which he happily accepts. Even with the Pokémon he borrowed, Amber is still easily defeated by Wattson&#039;s Manectric, confusing the [[Gym Leader]].&lt;br /&gt;
&lt;br /&gt;
Amber reveals that he picked Nincada due to the fact that it would [[Evolution|evolve]]. Nincada quickly evolves into its next stage, {{p|Ninjask}}, and goes on the attack. With Ninjask&#039;s Ability, {{a|Speed Boost}}, it manages to easily out-speed Wattson&#039;s Manectric. Wattson manages to counter Ninjask&#039;s speed by ordering a {{m|Double Team}}, allowing Manectric to gain the speed to hit its opponent.&lt;br /&gt;
&lt;br /&gt;
With its opponent pinned to the ground, Manectric uses a powerful {{m|Thunder}} attack, which defeats its opponent at the cost of knocking itself out. Due to Wattson still having more Pokémon able to battle, he confidently names himself as the victor. Wattson&#039;s victory is short lived, as he is quickly knocked out by a {{p|Shedinja}}. Amber reveals that Wattson made a careless mistake of not knowing that when Nincada evolves, it leaves behind a shell that becomes a Shedinja. As Wattson falls into the water, Amber states that he lost the battle because he did not know about Nincada&#039;s abilities.&lt;br /&gt;
&lt;br /&gt;
Flannery tries to rush in to help Wattson, but is stopped by Shelly, who states that she is her opponent. As Wattson falls off the island, Flannery cries out in horror as he falls into the water.&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
* [[Wattson]] is defeated by {{adv|Amber}}.&lt;br /&gt;
&lt;br /&gt;
{{Adventuresevents}}&lt;br /&gt;
{{endspoilers}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
* {{p|Ninjask}}&lt;br /&gt;
* {{p|Shedinja}}&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* [[Wattson]]&lt;br /&gt;
* [[Flannery]]&lt;br /&gt;
* [[Winona]]&lt;br /&gt;
* [[Matt]]/{{tt|Ark|Chuang Yi}}&lt;br /&gt;
* [[Shelly]]/{{tt|Angie|Chuang Yi}}&lt;br /&gt;
* {{adv|Amber}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Manectric}} ({{OP|Wattson|Manectric}})&lt;br /&gt;
* {{p|Magcargo}} ([[Flannery]]&#039;s)&lt;br /&gt;
* {{p|Vulpix}} ([[Flannery]]&#039;s)&lt;br /&gt;
* {{p|Altaria}} ({{OP|Winona|Altaria}})&lt;br /&gt;
* {{p|Vibrava}} ([[Matt]]&#039;s)&lt;br /&gt;
* {{p|Ludicolo}} ([[Shelly]]&#039;s)&lt;br /&gt;
* {{p|Vibrava}} ([[Shelly]]&#039;s)&lt;br /&gt;
* {{p|Nincada}} ([[Shelly]]&#039;s; given to {{adv|Amber}}; evolves)&lt;br /&gt;
* {{p|Pelipper}} ({{adv|Amber}}&#039;s)&lt;br /&gt;
* {{p|Ninjask}} ({{adv|Amber}}&#039;s; newly evolved)&lt;br /&gt;
* {{p|Shedinja}} ({{adv|Amber}}&#039;s; newly evolved)&lt;br /&gt;
* {{p|Kyogre}} ({{DL|Super-ancient Pokémon (Adventures)|Kyogre|Adventures}})&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
===Errors===&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;&#039;Title&#039;&#039;&#039;&lt;br /&gt;
{{Epilang|color=9999FF|bordercolor=FF7777&lt;br /&gt;
|zh_cmn={{tt|VS 鐵面忍者|VS Ninjask}} (Taiwan)&amp;lt;br&amp;gt;{{tt|VS 铁面忍者|VS Ninjask}} (Mainland China)&lt;br /&gt;
|cs=Vs. Ninjask&lt;br /&gt;
|fr_eu={{tt|Voltère à terre|Wattson ashore}}&lt;br /&gt;
|de=VS. Ninjask&lt;br /&gt;
|it=VS Ninjask&lt;br /&gt;
|ko={{tt|VS 아이스크|VS Ninjask}}&lt;br /&gt;
|pt_br=VS Ninjask&lt;br /&gt;
|es_la=VS Ninjask&lt;br /&gt;
|es_eu=Contra Ninjask &lt;br /&gt;
|vi=VS Tekkanin - Còn một Pokémon nữa&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Subtitle&#039;&#039;&#039;&lt;br /&gt;
{{Epilang|color=9999FF|bordercolor=FF7777&lt;br /&gt;
|cs={{tt|Další Pokémon|Another Pokémon}}&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{MangaPrevNext/Adventures&lt;br /&gt;
|prevcode=PS245&lt;br /&gt;
|prevtitle=Bravo, Vibrava&lt;br /&gt;
|nextcode=PS247&lt;br /&gt;
|nexttitle=The Beginning of the End with Kyogre &amp;amp; Groudon IX&lt;br /&gt;
|series=Ruby &amp;amp; Sapphire&lt;br /&gt;
|colorscheme=Hoenn}}&lt;br /&gt;
{{Project Manga notice}}&lt;br /&gt;
&lt;br /&gt;
[[de:VS. Ninjask]]&lt;br /&gt;
[[es:PMS246]]&lt;br /&gt;
[[fr:Chapitre 246 (Pocket Monsters Special)]]&lt;br /&gt;
[[it:LGA246]]&lt;br /&gt;
[[zh:宝可梦特别篇 第246话]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=PS245&amp;diff=4569702</id>
		<title>PS245</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=PS245&amp;diff=4569702"/>
		<updated>2026-06-09T16:12:25Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MangaPrevNext/Adventures&lt;br /&gt;
|prevcode=PS244&lt;br /&gt;
|prevtitle=The Beginning of the End with Kyogre &amp;amp; Groudon VIII&lt;br /&gt;
|nextcode=PS246&lt;br /&gt;
|nexttitle=Can I Ninjask You a Question?&lt;br /&gt;
|series=Ruby &amp;amp; Sapphire&lt;br /&gt;
|colorscheme=Hoenn}}&lt;br /&gt;
{{ChapInfobox&lt;br /&gt;
|title_en=Bravo, Vibrava&lt;br /&gt;
|subtitle=Three-on-Three Battle&lt;br /&gt;
|title_ja=VS ビブラーバ&lt;br /&gt;
|title_ro=VS Vibrava&lt;br /&gt;
|image=PS245.png&lt;br /&gt;
|scheme=Ruby &amp;amp; Sapphire&lt;br /&gt;
|pub1=Shogakukan full volume&lt;br /&gt;
|pub1-data=Chapter 245 in {{vol|Pokémon Adventures|20}}&lt;br /&gt;
|pub2=VIZ Media full volume&lt;br /&gt;
|pub2-data=Adventure 245 in {{vol|Pokémon Adventures|20}}&lt;br /&gt;
|location=[[Lilycove City]]&amp;lt;br&amp;gt;[[Slateport City]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Bravo, Vibrava&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;VS ビブラーバ&#039;&#039;&#039; &#039;&#039;VS Vibrava&#039;&#039;), titled &#039;&#039;&#039;VS Vibrava&#039;&#039;&#039; in the [[Chuang Yi]] translation, is the 245th chapter of the [[Pokémon Adventures]] manga, and the 65th chapter of the {{MangaArc|Ruby &amp;amp; Sapphire}}.&lt;br /&gt;
&lt;br /&gt;
It is subtitled &#039;&#039;&#039;Three-on-Three Battle&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;激突　スリーonスリー&#039;&#039;&#039; &#039;&#039;Three On Three Clash&#039;&#039;) in the [[VIZ Media]] translation and &#039;&#039;&#039;Three On Three&#039;&#039;&#039; in the Chuang Yi translation.&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
[[Brawly]], [[Roxanne]], and [[Wallace]] are fighting {{DL|Super-ancient Pokémon (Adventures)|Groudon}}, but are confronted by the [[Magma Admin (Trainer class)#In the manga|Three Fires]] of [[Team Magma]], [[Blaise]], [[Tabitha]], and [[Courtney]] who have come to stop them from halting Groudon&#039;s rampage. The Three Fires jump down and take the [[Gym Leader]]s to the currently-abandoned [[Lilycove City]]. Blaise takes Brawly into the [[Lilycove Museum]], while Tabitha takes Wallace to the [[Lilycove Department Store]], and Courtney takes Roxanne to the [[Cove Lily Motel]].&lt;br /&gt;
&lt;br /&gt;
Elsewhere, [[Wattson]] and [[Flannery]] continue their battle against {{DL|Super-ancient Pokémon (Adventures)|Kyogre}}. Above them, [[Shelly]] and [[Matt]] arrive, angry at the Gym Leaders&#039; attempt to stop Kyogre. Shelly gets a signal from {{adv|Amber}}, which informs them that he is on his way to help them. As they decide on a course of action, a figure in the sky quickly approaches them. Shelly assumes that it&#039;s Amber, but she is proven wrong when they are hit by a {{m|Dragon Breath}} attack. The figure turns out to be [[Winona]], the commander of the Gym Leaders that had been given clearance to help her fellow Gym Leaders. Winona continuously attacks Matt, preventing him from fighting back.&lt;br /&gt;
&lt;br /&gt;
Shelly tries to stop Winona, leading to Flannery going to help while Wattson stays behind to stop Kyogre. Flannery attacks Shelly, preventing her from attacking Winona. Upon getting a good look at Shelly, Flannery is determined to defeat her after recognizing her from [[Mt. Chimney]]. Annoyed, Shelly charges into battle against her new opponent and dodges her attacks.&lt;br /&gt;
&lt;br /&gt;
Wattson continues to battle against Kyogre, but regrets staying behind to battle it alone. He notes that Kyogre has gotten stronger, and is preparing for another attack. A voice appears to confirm Wattson&#039;s suspicions, and states that it&#039;s because of [[Archie]] taking control of the [[Blue Orb]]. The voice is revealed to be Amber, who slowly rises out of the water.&lt;br /&gt;
&lt;br /&gt;
In [[Slateport City]], {{tc|Swimmer}} Jack moves about the flooded city to look for any people left. After finding no one, he assumes that everyone already left to [[New Mauville]] already. He notices a [[blind boy|young boy]] left behind, and quickly goes to ask if he is alright. The boy reveals that he was so engrossed in reading that he simply didn&#039;t notice everyone had left. The boy reveals that he is reading in [[Braille]], which impresses the Swimmer. The boy states what he was told by the [[Hoenn League]] {{pkmn|Champion}}, [[Steven Stone]]. In [[Ever Grande City]], Steven walks out of the [[Pokémon League]] building with [[Phoebe]], [[Sidney]], [[Glacia]], and [[Drake]], who are the members of the Hoenn [[Elite Four]].&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
* The [[Magma Admin (Trainer class)#In the manga|Three Fires]] go and face [[Brawly]], [[Wallace]], and [[Roxanne]].&lt;br /&gt;
* The [[Aqua Admin (Trainer class)#In the manga|Subleaders of the Sea Scheme]] arrive to face [[Winona]], [[Flannery]], and [[Wattson]].&lt;br /&gt;
&lt;br /&gt;
{{Adventuresevents}}&lt;br /&gt;
{{endspoilers}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
* [[Phoebe]]&lt;br /&gt;
* [[Sidney]]&lt;br /&gt;
* [[Glacia]]&lt;br /&gt;
* [[Drake]]&lt;br /&gt;
&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* [[Roxanne]]&lt;br /&gt;
* [[Brawly]]&lt;br /&gt;
* [[Wallace]]&lt;br /&gt;
* [[Wattson]]&lt;br /&gt;
* [[Flannery]]&lt;br /&gt;
* [[Winona]]&lt;br /&gt;
* [[Sidney]]&lt;br /&gt;
* [[Phoebe]]&lt;br /&gt;
* [[Glacia]]&lt;br /&gt;
* [[Drake]]&lt;br /&gt;
* [[Steven Stone]]&lt;br /&gt;
* [[Matt]]/{{tt|Ark|Chuang Yi}}&lt;br /&gt;
* [[Shelly]]/{{tt|Angie|Chuang Yi}}&lt;br /&gt;
* {{adv|Amber}}&lt;br /&gt;
* [[Blaise]]/{{tt|Mack|Chuang Yi}}&lt;br /&gt;
* [[Courtney]]/{{tt|Marge|Chuang Yi}}&lt;br /&gt;
* [[Tabitha]]/{{tt|Mitch|Chuang Yi}}&lt;br /&gt;
* [[Blind boy]]&lt;br /&gt;
* {{tc|Swimmer}} Jack&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Manectric}} ({{OP|Wattson|Manectric}})&lt;br /&gt;
* {{p|Magcargo}} ([[Flannery]]&#039;s)&lt;br /&gt;
* {{p|Vulpix}} ([[Flannery]]&#039;s)&lt;br /&gt;
* {{p|Altaria}} ({{OP|Winona|Altaria}})&lt;br /&gt;
* {{p|Skarmory}} ([[Winona]]&#039;s)&lt;br /&gt;
* {{p|Swellow}} ([[Blaise]]&#039;s)&lt;br /&gt;
* {{p|Swellow}} ([[Courtney]]&#039;s)&lt;br /&gt;
* {{p|Swellow}} ([[Tabitha]]&#039;s)&lt;br /&gt;
* {{p|Vibrava}} ([[Shelly]]&#039;s; ×2)&lt;br /&gt;
* {{p|Magikarp}} (Karpy/{{tt|Maggie|Chuang Yi}}; [[Blind boy]]&#039;s)&lt;br /&gt;
* {{p|Gyarados}} ({{tc|Swimmer|Jack}}&#039;s)&lt;br /&gt;
* {{p|Kyogre}} ({{DL|Super-ancient Pokémon (Adventures)|Kyogre|Adventures}})&lt;br /&gt;
* {{p|Groudon}} ({{DL|Super-ancient Pokémon (Adventures)|Groudon|Adventures}})&lt;br /&gt;
* {{p|Surskit}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
===Errors===&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;&#039;Title&#039;&#039;&#039;&lt;br /&gt;
{{Epilang|color=9999FF|bordercolor=FF7777&lt;br /&gt;
|zh_cmn={{tt|VS 超音波幼蟲|VS Vibrava}} (Taiwan)&amp;lt;br&amp;gt;{{tt|VS 超音波幼虫|VS Vibrava}} (Mainland China)&lt;br /&gt;
|cs=Vs. Vibrava&lt;br /&gt;
|fr_eu={{tt|La stratégie de la tête brûlée|The strategy of the hothead}}&lt;br /&gt;
|de=VS. Vibrava&lt;br /&gt;
|it=VS Vibrava&lt;br /&gt;
|ko={{tt|VS 비브라바|VS Vibrava}}&lt;br /&gt;
|pt_br=VS Vibrava&lt;br /&gt;
|es_la=VS Vibrava&lt;br /&gt;
|es_eu=Contra Vibrava &lt;br /&gt;
|vi=VS Vibrava - Trận đối đầu 3:3&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Subtitle&#039;&#039;&#039;&lt;br /&gt;
{{Epilang|color=9999FF|bordercolor=FF7777&lt;br /&gt;
|cs={{tt|Tři proti třem|Three against Three}}&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{MangaPrevNext/Adventures&lt;br /&gt;
|prevcode=PS244&lt;br /&gt;
|prevtitle=The Beginning of the End with Kyogre &amp;amp; Groudon VIII&lt;br /&gt;
|nextcode=PS246&lt;br /&gt;
|nexttitle=Can I Ninjask You a Question?&lt;br /&gt;
|series=Ruby &amp;amp; Sapphire&lt;br /&gt;
|colorscheme=Hoenn}}&lt;br /&gt;
{{Project Manga notice}}&lt;br /&gt;
&lt;br /&gt;
[[de:VS. Vibrava]]&lt;br /&gt;
[[es:PMS245]]&lt;br /&gt;
[[fr:Chapitre 245 (Pocket Monsters Special)]]&lt;br /&gt;
[[it:LGA245]]&lt;br /&gt;
[[zh:宝可梦特别篇 第245话]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=PS244&amp;diff=4569701</id>
		<title>PS244</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=PS244&amp;diff=4569701"/>
		<updated>2026-06-09T16:12:23Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MangaPrevNext/Adventures&lt;br /&gt;
|prevcode=PS243&lt;br /&gt;
|prevtitle=No Armaldo Is an Island&lt;br /&gt;
|nextcode=PS245&lt;br /&gt;
|nexttitle=Bravo, Vibrava&lt;br /&gt;
|series=Ruby &amp;amp; Sapphire&lt;br /&gt;
|colorscheme=Hoenn}}&lt;br /&gt;
{{ChapInfobox&lt;br /&gt;
|title_en=The Beginning of the End with Kyogre &amp;amp; Groudon VIII&lt;br /&gt;
|subtitle=Fighting Spirit&lt;br /&gt;
|title_ja=VS カイオーガ &amp;amp; グラードン VIII&lt;br /&gt;
|title_ro=VS Kyogre &amp;amp; Groudon VIII&lt;br /&gt;
|image=PS244.png&lt;br /&gt;
|scheme=Ruby &amp;amp; Sapphire&lt;br /&gt;
|pub1=Shogakukan full volume&lt;br /&gt;
|pub1-data=Chapter 244 in {{vol|Pokémon Adventures|20}}&lt;br /&gt;
|pub2=VIZ Media full volume&lt;br /&gt;
|pub2-data=Adventure 244 in {{vol|Pokémon Adventures|20}}&lt;br /&gt;
|location={{rt|121|Hoenn}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Beginning of the End with Kyogre &amp;amp; Groudon VIII&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;VS カイオーガ &amp;amp; グラードン VIII&#039;&#039;&#039; &#039;&#039;VS Kyogre &amp;amp; Groudon VIII&#039;&#039;), titled &#039;&#039;&#039;VS Kyogre &amp;amp; Groudon VIII&#039;&#039;&#039; in the [[Chuang Yi]] translation, is the 244th chapter of the [[Pokémon Adventures]] manga, and the 64th chapter of the {{MangaArc|Ruby &amp;amp; Sapphire}}.&lt;br /&gt;
&lt;br /&gt;
It is subtitled &#039;&#039;&#039;Fighting Spirit&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;戦う意志のもとに&#039;&#039;&#039; &#039;&#039;Battle As One&#039;&#039;) in the [[VIZ Media]] translation and &#039;&#039;&#039;Battle As One&#039;&#039;&#039; in the Chuang Yi translation.&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
On top of the wreckage of the [[Submarine Explorer 1]], a startled {{adv|Amber}} wakes up. He remembers the last words [[Archie]] told him before locking him in the Submarine Explorer 1 and sending it to the bottom of the water. Amber immediately shakes it off as a misunderstanding and goes to help his teammates raise the sea level.&lt;br /&gt;
&lt;br /&gt;
Elsewhere, [[Blaise]] and [[Tabitha]] continue traveling on {{rt|121|Hoenn}}, where they are joined by [[Courtney]]. At {{DL|Super-ancient Pokémon (Adventures)|Groudon}}&#039;s location, it continues to easily overpower [[Brawly]] and [[Roxanne]] with its attacks. After defeating Brawly&#039;s {{p|Machoke}}, Groudon attempts to leave the battle. Roxanne immediately stops its movements with her {{TP|Roxanne|Nosepass}}&#039;s {{m|Block}}. Although not her style of battling, Roxanne has her Pokémon continuously attack Groudon, preventing it from fighting back.&lt;br /&gt;
&lt;br /&gt;
Suddenly, a voice from above praises Roxanne&#039;s skills and sends out a {{p|Sealeo}} to attack Groudon with {{m|Ice Ball}}. The voice is revealed to be that of [[Wallace]], who came to help them stop Groudon. Before they can continue, three figures arrive and tell the [[Gym Leader]]s that if they intend on stopping Groudon, they&#039;ll have to face them first.&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
* {{adv|Amber}} awakens and goes to help his teammates.&lt;br /&gt;
* [[Brawly]] and [[Roxanne]] continue battling {{DL|Super-ancient Pokémon (Adventures)|Groudon}}.&lt;br /&gt;
* [[Wallace]] arrives to help stop Groudon.&lt;br /&gt;
* [[Tabitha]], [[Blaise]], and [[Courtney]] come to stop Brawly, Roxanne, and Wallace.&lt;br /&gt;
&lt;br /&gt;
{{Adventuresevents}}&lt;br /&gt;
{{endspoilers}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* [[Roxanne]]&lt;br /&gt;
* [[Brawly]]&lt;br /&gt;
* [[Wallace]]&lt;br /&gt;
* [[Archie]] (flashback)&lt;br /&gt;
* {{adv|Amber}}&lt;br /&gt;
* [[Blaise]]/{{tt|Mack|Chuang Yi}}&lt;br /&gt;
* [[Courtney]]/{{tt|Marge|Chuang Yi}}&lt;br /&gt;
* [[Tabitha]]/{{tt|Mitch|Chuang Yi}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Nosepass}} ({{OP|Roxanne|Nosepass}})&lt;br /&gt;
* {{p|Graveler}} ([[Roxanne]]&#039;s)&lt;br /&gt;
* {{p|Hariyama}} ({{OP|Brawly|Hariyama}})&lt;br /&gt;
* {{p|Machoke}} ([[Brawly]]&#039;s)&lt;br /&gt;
* {{p|Luvdisc}} (Elizabeth; [[Wallace]]&#039;s)&lt;br /&gt;
* {{p|Sealeo}} (Richard; [[Wallace]]&#039;s)&lt;br /&gt;
* {{p|Pelipper}} ({{adv|Amber}}&#039;s)&lt;br /&gt;
* {{p|Swellow}} ([[Blaise]]&#039;s)&lt;br /&gt;
* {{p|Armaldo}} ([[Blaise]]&#039;s)&lt;br /&gt;
* {{p|Swellow}} ([[Courtney]]&#039;s)&lt;br /&gt;
* {{p|Groudon}} ({{DL|Super-ancient Pokémon (Adventures)|Groudon|Adventures}})&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
===Errors===&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;&#039;Title&#039;&#039;&#039;&lt;br /&gt;
{{Epilang|color=9999FF|bordercolor=FF7777&lt;br /&gt;
|zh_cmn={{tt|VS 蓋歐卡&amp;amp;固拉多 VIII|VS Kyogre &amp;amp; Groudon VIII}} (Taiwan)&amp;lt;br&amp;gt;{{tt|VS 盖欧卡&amp;amp;固拉多 VIII|VS Kyogre &amp;amp; Groudon VIII}} (Mainland China)&lt;br /&gt;
|cs=Vs. Kyogre a Groudon VIII&lt;br /&gt;
|fr_eu={{tt|Les Champions contre-attaquent|Gym Leaders counterattack}}&lt;br /&gt;
|de=VS. Kyogre und Groudon (Teil 8)&lt;br /&gt;
|it=VS Kyogre &amp;amp; Groudon VIII&lt;br /&gt;
|ko={{tt|VS 가이오가 &amp;amp; 그란돈 VIII|VS Kyogre &amp;amp; Groudon VIII}}&lt;br /&gt;
|pt_br=VS Kyogre &amp;amp; Groudon VIII&lt;br /&gt;
|es_la=VS Kyogre y Groudon VIII&lt;br /&gt;
|es_eu=Contra Kyogre y Groudon VIII &lt;br /&gt;
|vi=VS Kaioga &amp;amp; Groudon VIII - Ý chí chiến đấu&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Subtitle&#039;&#039;&#039;&lt;br /&gt;
{{Epilang|color=9999FF|bordercolor=FF7777&lt;br /&gt;
|cs={{tt|S vervou do boje|With Vigor into Battle}}&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{MangaPrevNext/Adventures&lt;br /&gt;
|prevcode=PS243&lt;br /&gt;
|prevtitle=No Armaldo Is an Island&lt;br /&gt;
|nextcode=PS245&lt;br /&gt;
|nexttitle=Bravo, Vibrava&lt;br /&gt;
|series=Ruby &amp;amp; Sapphire&lt;br /&gt;
|colorscheme=Hoenn}}&lt;br /&gt;
{{Project Manga notice}}&lt;br /&gt;
&lt;br /&gt;
[[de:VS. Kyogre und Groudon (Teil 8)]]&lt;br /&gt;
[[es:PMS244]]&lt;br /&gt;
[[fr:Chapitre 244 (Pocket Monsters Special)]]&lt;br /&gt;
[[it:LGA244]]&lt;br /&gt;
[[zh:宝可梦特别篇 第244话]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=PS243&amp;diff=4569696</id>
		<title>PS243</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=PS243&amp;diff=4569696"/>
		<updated>2026-06-09T15:53:05Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MangaPrevNext/Adventures&lt;br /&gt;
|prevcode=PS242&lt;br /&gt;
|prevtitle=Very Vexing Volbeat&lt;br /&gt;
|nextcode=PS244&lt;br /&gt;
|nexttitle=The Beginning of the End with Kyogre &amp;amp; Groudon VIII&lt;br /&gt;
|series=Ruby &amp;amp; Sapphire&lt;br /&gt;
|colorscheme=Hoenn}}&lt;br /&gt;
{{ChapInfobox&lt;br /&gt;
|title_en=No Armaldo Is an Island&lt;br /&gt;
|subtitle=The Tag Battle Begins&lt;br /&gt;
|title_ja=VS アーマルド&lt;br /&gt;
|title_ro=VS Armaldo&lt;br /&gt;
|image=PS243.png&lt;br /&gt;
|scheme=Ruby &amp;amp; Sapphire&lt;br /&gt;
|pub1=Shogakukan full volume&lt;br /&gt;
|pub1-data=Chapter 243 in {{vol|Pokémon Adventures|20}}&lt;br /&gt;
|pub2=VIZ Media full volume&lt;br /&gt;
|pub2-data=Adventure 243 in {{vol|Pokémon Adventures|20}}&lt;br /&gt;
|location=[[Seafloor Cavern]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No Armaldo Is an Island&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;VS アーマルド&#039;&#039;&#039;  &#039;&#039;VS Armaldo&#039;&#039;), titled &#039;&#039;&#039;VS Armaldo&#039;&#039;&#039; in the [[Chuang Yi]] translation, is the 243rd chapter of the [[Pokémon Adventures]] manga, and the 63rd chapter of the {{MangaArc|Ruby &amp;amp; Sapphire}}.&lt;br /&gt;
&lt;br /&gt;
It is subtitled &#039;&#039;&#039;The Tag Battle Begins&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;マルチバトル開始&#039;&#039;&#039; &#039;&#039;Multi-Battles Begin&#039;&#039;) in the [[VIZ Media]] translation and &#039;&#039;&#039;Multiple Battles Begin&#039;&#039;&#039; in the Chuang Yi translation.&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
{{adv|Ruby}} and {{adv|Sapphire}} reach the [[Seafloor Cavern]]. Although it does not take long for them to dive [[underwater]], Sapphire states that it felt like it has been days. When Sapphire notes that she is holding Ruby&#039;s hand, she quickly shakes him off and states that despite his help, she has not forgiven him for what he said to her. Ruby ignores what she says and points out that there are two different tunnels in front of them. Sapphire decides to take the left path, but Ruby stops her and tells her to stay by his side.&lt;br /&gt;
&lt;br /&gt;
Ruby reveals that [[Nana]] has sensed the presence of someone and has her sniff them out with {{m|Odor Sleuth}}. Suddenly, they are attacked by a group of {{tc|Team Aqua Grunt|Team Aqua}} and {{tc|Team Magma Grunt}}s and their Pokémon. Immediately, Ruby and Sapphire send out their Pokémon and prepare to fight and defend themselves.&lt;br /&gt;
&lt;br /&gt;
Elsewhere, [[Tabitha]] and {{adv|Amber}} are still trapped inside the submarine as it breaks from the water pressure while it sinks to the bottom of the ocean. Tabitha and Amber try their hardest to keep the water from flowing in, but to no avail. Suddenly, the submarine breaks apart, sending the two into the water. Amber tries his hardest to keep his breath, but soon looses consciousness, forcing Tabitha to save the both of them by swimming upwards to the surface.&lt;br /&gt;
&lt;br /&gt;
On the surface, [[Blaise]] flies above the ocean until he notices a piece of the [[Submarine Explorer 1]] float up to the surface. Blaise sends out {{p|Armaldo}} and rescues the two from drowning, revealing that Tabitha sent him an SOS signal earlier. As Tabitha is unconscious, Blaise takes his lighter and uses it to find out what had happened to the two. Feeling sorry for Amber, Blaise hopes for his teammates to save him and takes Tabitha away. Tabitha soon wakes up and asks Blaise where he is taking the two of them to. &lt;br /&gt;
&lt;br /&gt;
Blaise states that they are going to {{rt|121|Hoenn}}, as that is where the [[Gym Leader]]s are facing {{DL|Super-ancient Pokémon (Adventures)|Groudon}}. Blaise calls [[Courtney]], who reveals that she had seen the destruction Groudon caused. Blaise reveals that there are people trying to stop Groudon and tells her to come and help stop them. When Blaise requests Courtney&#039;s current location, she reveals that she is at the [[Mossdeep Space Center]].&lt;br /&gt;
&lt;br /&gt;
Back at the Seafloor Cavern, Ruby and Sapphire manage to easily defeat the Team Aqua and Team Magma Grunts. However, they are shocked when they hear two more voices commenting on the battle. They look in front of them to find the silhouettes of [[Maxie]] and [[Archie]] approaching them with the [[Red Orb|Red]] and [[Blue Orb]]s.&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
* {{adv|Ruby}} and {{adv|Sapphire}} finally reach the [[Seafloor Cavern]].&lt;br /&gt;
* [[Tabitha]] and {{adv|Amber}} are rescued by [[Blaise]].&lt;br /&gt;
* Tabitha, Blaise, and [[Courtney]] go to stop the [[Gym Leader]]s from stopping {{DL|Super-ancient Pokémon (Adventures)|Groudon}}.&lt;br /&gt;
* [[Archie]] and [[Maxie]] approach Ruby and Sapphire.&lt;br /&gt;
&lt;br /&gt;
{{Adventuresevents}}&lt;br /&gt;
{{endspoilers}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
* {{p|Armaldo}}&lt;br /&gt;
* {{p|Corphish}}&lt;br /&gt;
* {{p|Bagon}}&lt;br /&gt;
* {{p|Numel}}&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* {{adv|Ruby}}&lt;br /&gt;
* {{adv|Sapphire}}&lt;br /&gt;
* [[Archie]]&lt;br /&gt;
* [[Maxie]]&lt;br /&gt;
* {{adv|Amber}}&lt;br /&gt;
* [[Blaise]]/{{tt|Mack|Chuang Yi}}&lt;br /&gt;
* [[Courtney]]/{{tt|Marge|Chuang Yi}}&lt;br /&gt;
* [[Tabitha]]/{{tt|Mitch|Chuang Yi}}&lt;br /&gt;
* {{tc|Team Aqua Grunt}}s&lt;br /&gt;
* {{tc|Team Magma Grunt}}s&lt;br /&gt;
* [[Mossdeep Space Center]] workers&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Mightyena}} ([[Nana]]; {{adv|Ruby}}&#039;s)&lt;br /&gt;
* {{p|Delcatty}} ([[Kiki]]/{{tt|Coco|Chuang Yi}}; {{adv|Ruby}}&#039;s)&lt;br /&gt;
* {{p|Swampert}} ([[Mumu]]/{{tt|Zuzu|Chuang Yi}}; {{adv|Ruby}}&#039;s)&lt;br /&gt;
* {{p|Castform}} ([[Fofo]]/{{tt|Popo|Chuang Yi}}; {{adv|Ruby}}&#039;s)&lt;br /&gt;
* {{p|Lairon}} ([[Rono]]; {{adv|Sapphire}}&#039;s)&lt;br /&gt;
* {{p|Blaziken}} ([[Chic]]/{{tt|Toro|Chuang Yi}}; {{adv|Sapphire}}&#039;s)&lt;br /&gt;
* {{p|Tropius}} ([[Troppy]]/{{tt|Pilo|Chuang Yi}}; {{adv|Sapphire}}&#039;s)&lt;br /&gt;
* {{p|Donphan}} (Phado/{{tt|Dono|Chuang Yi}}; {{adv|Sapphire}}&#039;s)&lt;br /&gt;
* {{p|Relicanth}} (Relly/{{tt|Relo|Chuang Yi}}; {{adv|Sapphire}}&#039;s)&lt;br /&gt;
* {{p|Torkoal}} ([[Tabitha]]&#039;s)&lt;br /&gt;
* {{p|Swellow}} ([[Blaise]]&#039;s)&lt;br /&gt;
* {{p|Armaldo}} ([[Blaise]]&#039;s)&lt;br /&gt;
* {{p|Lotad}} ({{tc|Team Aqua Grunt}}&#039;s)&lt;br /&gt;
* {{p|Duskull}} ({{tc|Team Aqua Grunt}}&#039;s)&lt;br /&gt;
* {{p|Corphish}} ({{tc|Team Aqua Grunt}}&#039;s)&lt;br /&gt;
* {{p|Numel}} ({{tc|Team Magma Grunt}}&#039;s)&lt;br /&gt;
* {{p|Shuppet}} ({{tc|Team Magma Grunt}}&#039;s)&lt;br /&gt;
* {{p|Bagon}} ({{tc|Team Magma Grunt}}&#039;s)&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
===Errors===&lt;br /&gt;
* In the [[Chuang Yi]] version, the [[Seafloor Cavern]] is mistakenly called the [[Cave of Origin]].&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;&#039;Title&#039;&#039;&#039;&lt;br /&gt;
{{Epilang|color=9999FF|bordercolor=FF7777&lt;br /&gt;
|zh_cmn={{tt|VS 太古盔甲|VS Armaldo}}&lt;br /&gt;
|cs=Vs. Armaldo&lt;br /&gt;
|fr_eu={{tt|Retour à la surface|Return to the surface}}&lt;br /&gt;
|de=VS. Armaldo&lt;br /&gt;
|it=VS Armaldo&lt;br /&gt;
|ko={{tt|VS 아말도|VS Armaldo}}&lt;br /&gt;
|pt_br=VS Armaldo&lt;br /&gt;
|es_la=VS Armaldo&lt;br /&gt;
|es_eu=Contra Armaldo &lt;br /&gt;
|vi=VS Armaldo - Chiến cuộc nổ ra&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Subtitle&#039;&#039;&#039;&lt;br /&gt;
{{Epilang|color=9999FF|bordercolor=FF7777&lt;br /&gt;
|cs={{tt|Přepadový multizápas|Surprise Multi Battle}}&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{MangaPrevNext/Adventures&lt;br /&gt;
|prevcode=PS242&lt;br /&gt;
|prevtitle=Very Vexing Volbeat&lt;br /&gt;
|nextcode=PS244&lt;br /&gt;
|nexttitle=The Beginning of the End with Kyogre &amp;amp; Groudon VIII&lt;br /&gt;
|series=Ruby &amp;amp; Sapphire&lt;br /&gt;
|colorscheme=Hoenn}}&lt;br /&gt;
{{Project Manga notice}}&lt;br /&gt;
&lt;br /&gt;
[[de:VS. Armaldo]]&lt;br /&gt;
[[es:PMS243]]&lt;br /&gt;
[[fr:Chapitre 243 (Pocket Monsters Special)]]&lt;br /&gt;
[[it:LGA243]]&lt;br /&gt;
[[zh:宝可梦特别篇 第243话]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=PS242&amp;diff=4569695</id>
		<title>PS242</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=PS242&amp;diff=4569695"/>
		<updated>2026-06-09T15:53:03Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MangaPrevNext/Adventures&lt;br /&gt;
|prevcode=PS241&lt;br /&gt;
|prevtitle=Dreadful Dealing with Dusclops&lt;br /&gt;
|nextcode=PS243&lt;br /&gt;
|nexttitle=No Armaldo Is an Island&lt;br /&gt;
|series=Ruby &amp;amp; Sapphire&lt;br /&gt;
|colorscheme=Hoenn}}&lt;br /&gt;
{{ChapInfobox&lt;br /&gt;
|title_en=Very Vexing Volbeat&lt;br /&gt;
|subtitle=A Leader&#039;s Betrayal&lt;br /&gt;
|title_ja=VS バルビート&lt;br /&gt;
|title_ro=VS Barubeat&lt;br /&gt;
|image=PS242.png&lt;br /&gt;
|scheme=Ruby &amp;amp; Sapphire&lt;br /&gt;
|pub1=Shogakukan full volume&lt;br /&gt;
|pub1-data=Chapter 242 in {{vol|Pokémon Adventures|20}}&lt;br /&gt;
|pub2=VIZ Media full volume&lt;br /&gt;
|pub2-data=Adventure 242 in {{vol|Pokémon Adventures|20}}&lt;br /&gt;
|location=[[Seafloor Cavern]]&amp;lt;br&amp;gt;[[Underwater]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Very Vexing Volbeat&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;VS バルビート&#039;&#039;&#039; &#039;&#039;VS {{tt|Barubeat|Volbeat}}&#039;&#039;), titled &#039;&#039;&#039;VS Volbeat&#039;&#039;&#039; in the [[Chuang Yi]] translation, is the 242nd chapter of the [[Pokémon Adventures]] manga, and the 62nd chapter of the {{MangaArc|Ruby &amp;amp; Sapphire}}.&lt;br /&gt;
&lt;br /&gt;
It is subtitled &#039;&#039;&#039;A Leader&#039;s Betrayal&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;裏切りの総帥&#039;&#039;&#039; &#039;&#039;Betrayed by the Leader&#039;&#039;) in the [[VIZ Media]] translation and &#039;&#039;&#039;Betrayed by the Leader&#039;&#039;&#039; in the Chuang Yi translation.&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
Inside the [[Seafloor Cavern]], [[Archie]] asks {{adv|Amber}} why {{DL|Super-ancient Pokémon (Adventures)|Kyogre}} has stalled its activity while {{DL|Super-ancient Pokémon (Adventures)|Groudon}} continues to move about. Despite the death of [[Mt. Chimney]] and the fact that Kyogre awoke earlier than Groudon, it&#039;s barely active, while Groudon continues to rampage. Furious, Archie realizes that [[Team Magma]] must have a hand in this, and sends Amber to find out what the problem is.&lt;br /&gt;
&lt;br /&gt;
Elsewhere in the cavern, [[Maxie]] struggles while using the [[Red Orb|Red]] and [[Blue Orb]]s to control Kyogre and Groudon simultaneously. However, he suddenly falls back in exhaustion. When [[Tabitha]] helps Maxie up, Maxie explains that controlling two ancient Pokémon at the same time is extremely difficult; he didn&#039;t realize how much of a drain on his mental capacities it would be. Maxie asks Tabitha to take the Blue Orb a little distance away and control Kyogre himself so that Maxie can concentrate on harnessing Groudon&#039;s power.&lt;br /&gt;
&lt;br /&gt;
As Tabitha carries the Blue Orb back towards the submarine, accompanied by his {{p|Torkoal}}, Amber watches from a hiding place above. When Tabitha reaches the submarine, a sudden glow distracts and confuses him and his Pokémon. Tabitha recognizes it as the move {{m|Tail Glow}}, and has his Torkoal use {{m|Yawn}} to put the culprit, a {{p|Volbeat}}, to sleep. Tabitha demands that Volbeat&#039;s owner show themselves, at which point Amber steps forward, noting casually that [[Team Aqua]] should have done more research in order to discover the existence of the two Orbs. Amber orders another two Volbeat to use {{m|Signal Beam}}, and Tabitha counters with {{m|Heat Wave}}, using the time bought by the blast to escape into the submarine. As soon as he jumps inside, however, Amber catches hold of him from behind, having left his Pokémon outside in the cavern so that he could follow Tabitha.&lt;br /&gt;
&lt;br /&gt;
Tabitha demands that Amber let him go, since Torkoal is ready to attack again, but Amber swears to steal the Blue Orb under any circumstance. Torkoal is carrying the Orb on its back, and Amber, has one of his Volbeat outside blast a light over Torkoal. At first it seems as though nothing happened, until Tabitha realizes the Blue Orb has become a [[Figy Berry]]. Tabitha grabs the ladder to try to climb back out and retrieve the Orb. However, Amber, who is still clinging tight to Tabitha, explains that he had Volbeat use {{m|Trick}} to switch the items the two Pokémon were carrying. Outside, Archie has been waiting, and receives the Blue Orb from Volbeat, mesmerized by its obvious power.&lt;br /&gt;
&lt;br /&gt;
Having successfully retrieved the Orb, Amber calls for Archie to lend him a hand out of the submarine. Instead, Archie shuts and locks the escape hatch, and the submarine sinks on autopilot. As Amber and Tabitha gape in horror, Archie tells them through the intercom that he&#039;s removed the [[Devon Parts|heart component]] of the submarine, so that it will break apart under the water pressure after reaching a critical depth. He thanks Amber for his hard work and tells them both to enjoy their tour of the ocean depths, then turns off the transmission and studies the Blue Orb. He is convinced that having it will finally put him and Maxie on even footing, and that nothing can stop him now.&lt;br /&gt;
&lt;br /&gt;
[[Underwater]], the [[Submarine Explorer 1]] begins to buckle under the weight of the water as {{adv|Ruby}} and {{adv|Sapphire}} pass by it while making their way towards the Seafloor Cavern with {{p|Relicanth|Relly}}.&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
* [[Archie]] obtains the [[Blue Orb]].&lt;br /&gt;
* Archie betrays {{adv|Amber}} and leaves him and [[Tabitha]] to sink [[underwater]].&lt;br /&gt;
* {{adv|Ruby}} and {{adv|Sapphire}} continue to dive underwater.&lt;br /&gt;
&lt;br /&gt;
{{Adventuresevents}}&lt;br /&gt;
{{endspoilers}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* {{adv|Ruby}}&lt;br /&gt;
* {{adv|Sapphire}}&lt;br /&gt;
* [[Archie]]&lt;br /&gt;
* [[Maxie]]&lt;br /&gt;
* {{adv|Amber}}&lt;br /&gt;
* [[Tabitha]]/{{tt|Mitch|Chuang Yi}}&lt;br /&gt;
* {{tc|Team Aqua Grunt}}s&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Relicanth}} (Relly/{{tt|Relo|Chuang Yi}}; {{adv|Sapphire}}&#039;s)&lt;br /&gt;
* {{p|Carvanha}} ({{adv|Amber}}&#039;s)&lt;br /&gt;
* {{p|Pelipper}} ({{adv|Amber}}&#039;s)&lt;br /&gt;
* {{p|Volbeat}} ({{adv|Amber}}&#039;s; ×3)&lt;br /&gt;
* {{p|Torkoal}} ([[Tabitha]]&#039;s)&lt;br /&gt;
* {{p|Kyogre}} ({{DL|Super-ancient Pokémon (Adventures)|Kyogre|Adventures}})&lt;br /&gt;
* {{p|Groudon}} ({{DL|Super-ancient Pokémon (Adventures)|Groudon|Adventures}})&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
===Errors===&lt;br /&gt;
* In the Chuang Yi version, {{m|Torment}} is erroneously referred to as {{m|Quick Attack}}.&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;&#039;Title&#039;&#039;&#039;&lt;br /&gt;
{{Epilang|color=9999FF|bordercolor=FF7777&lt;br /&gt;
|zh_cmn={{tt|VS 電螢蟲|VS Volbeat}} (Taiwan)&amp;lt;br&amp;gt;{{tt|VS 电萤虫|VS Volbeat}} (Mainland China)&lt;br /&gt;
|cs=Vs. Volbeat&lt;br /&gt;
|fr_eu={{tt|Surprenante trahison|Surprising betrayal}}&lt;br /&gt;
|de=VS. Volbeat&lt;br /&gt;
|it=VS Volbeat&lt;br /&gt;
|ko={{tt|VS 볼비트|VS Volbeat}}&lt;br /&gt;
|pt_br=VS Volbeat&lt;br /&gt;
|es_la=VS Volbeat&lt;br /&gt;
|es_eu=Contra Volbeat &lt;br /&gt;
|vi=VS Barubeat - Bị thủ lĩnh quay lưng&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Subtitle&#039;&#039;&#039;&lt;br /&gt;
{{Epilang|color=9999FF|bordercolor=FF7777&lt;br /&gt;
|cs={{tt|Vůdcova zrada|Leader&#039;s Betrayal}}&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{MangaPrevNext/Adventures&lt;br /&gt;
|prevcode=PS241&lt;br /&gt;
|prevtitle=Dreadful Dealing with Dusclops&lt;br /&gt;
|nextcode=PS243&lt;br /&gt;
|nexttitle=No Armaldo Is an Island&lt;br /&gt;
|series=Ruby &amp;amp; Sapphire&lt;br /&gt;
|colorscheme=Hoenn}}&lt;br /&gt;
{{Project Manga notice}}&lt;br /&gt;
&lt;br /&gt;
[[de:VS. Volbeat]]&lt;br /&gt;
[[es:PMS242]]&lt;br /&gt;
[[fr:Chapitre 242 (Pocket Monsters Special)]]&lt;br /&gt;
[[it:LGA242]]&lt;br /&gt;
[[zh:宝可梦特别篇 第242话]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=PS241&amp;diff=4569694</id>
		<title>PS241</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=PS241&amp;diff=4569694"/>
		<updated>2026-06-09T15:53:02Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MangaPrevNext/Adventures&lt;br /&gt;
|prevcode=PS240&lt;br /&gt;
|prevtitle=Talk About Timing, Treecko&lt;br /&gt;
|nextcode=PS242&lt;br /&gt;
|nexttitle=Very Vexing Volbeat&lt;br /&gt;
|series=Ruby &amp;amp; Sapphire&lt;br /&gt;
|colorscheme=Hoenn}}&lt;br /&gt;
{{ChapInfobox&lt;br /&gt;
|title_en=Dreadful Dealing with Dusclops&lt;br /&gt;
|subtitle=Training Ground in the Sky&lt;br /&gt;
|title_ja=VS サマヨール&lt;br /&gt;
|title_ro=VS Samayouru&lt;br /&gt;
|image=PS241.png&lt;br /&gt;
|scheme=Ruby &amp;amp; Sapphire&lt;br /&gt;
|pub1=Shogakukan full volume&lt;br /&gt;
|pub1-data=Chapter 241 in {{vol|Pokémon Adventures|20}}&lt;br /&gt;
|pub2=VIZ Media full volume&lt;br /&gt;
|pub2-data=Adventure 241 in {{vol|Pokémon Adventures|20}}&lt;br /&gt;
|location={{rt|132|Hoenn}}&amp;lt;br&amp;gt;[[Sky Pillar]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dreadful Dealing with Dusclops&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;VS サマヨール&#039;&#039;&#039; &#039;&#039;VS {{tt|Samayouru|Dusclops}}&#039;&#039;), titled &#039;&#039;&#039;VS Dusclops&#039;&#039;&#039; in the [[Chuang Yi]] translation, is the 241st chapter of the [[Pokémon Adventures]] manga, and the 61st chapter of the {{MangaArc|Ruby &amp;amp; Sapphire}}.&lt;br /&gt;
&lt;br /&gt;
It is subtitled &#039;&#039;&#039;Training Ground in the Sky&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;天空の修練場&#039;&#039;&#039; &#039;&#039;Training in the Sky&#039;&#039;) in the [[VIZ Media]] translation and &#039;&#039;&#039;Training in the Sky&#039;&#039;&#039; in the Chuang Yi translation.&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
{{adv|Norman}} tells {{adv|Wally}} that he is granting the request that he refused previously. Although he doubts himself at first, Wally decides to take the offer after encouragement from his Pokémon and the old man. They ride on Norman&#039;s {{p|Flygon}} and go to the [[Sky Pillar]], a place that isn&#039;t affected by the bad weather that is affecting the rest of [[Hoenn]]. As they enter the building, Wally stares in awe at the massive tower, but Norman tells him to focus.&lt;br /&gt;
&lt;br /&gt;
After arriving, Norman opens a suitcase filled with arm protectors that he gives to Wally. After telling Wally to put his {{i|Poké Ball}}s in the holsters, Norman tells Wally to climb the Sky Pillar while he waits at the top. After Norman leaves on his Flygon, Wally takes his first step on the second floor. Immediately, the floor collapses underneath Wally, causing him to fall down.&lt;br /&gt;
&lt;br /&gt;
The arm protector immediately shoots out a Poké Ball, which releases {{p|Treecko}}. Treecko grabs Wally, saving him from falling with its ability to stick to walls. Wally thanks Treecko for saving him and notes how ironic it is that Treecko that saved him this time. Wally climbs back onto the second floor and begins examining it. Wally notes that the floor is filled with cracks, which prevents it from being able to handle any kind of weight.&lt;br /&gt;
&lt;br /&gt;
Wally considers using [[Rara]]&#039;s {{m|Confusion}}, but doubts that she&#039;d be able to last using the move for the entire area. Treecko points out that a [[Mach Bike]] had been placed nearby. Wally realizes that with the Mach Bike, he can speed through the cracks before they crumble; and with his arm protector, he can release his Pokémon while riding it. He quickly realizes that the Mach Bike was left there by Norman as a test. Although he doubts his skills, Wally quickly regains his composure and sets off on the Mach Bike.&lt;br /&gt;
&lt;br /&gt;
Outside, the old man wonders if Wally can clear the Sky Pillar. Norman states that if Wally can&#039;t clear the tower, then that&#039;s that. He states that Wally should set his goals even higher than he already has. Norman tells the old man that he was supposed to call [[Scott]] instead of spying on him. The old man complies, and he begins to call Scott on his [[Pokégear]].&lt;br /&gt;
&lt;br /&gt;
Back at the Sky Pillar, Wally continues to cycle through the floors while battling the [[wild Pokémon]] inside. After clearing the 15th floor, Wally stops to use his respirator suit to help his breathing problems. Although Rara worries for his condition, Wally tells her that he&#039;s alright and proceeds upwards. Wally continues making his way up the pillar while battling more Pokémon until he finally reaches the 49th floor.&lt;br /&gt;
&lt;br /&gt;
Exhausted, Wally struggles to climb the stairs and notes that the floor feels different from the others. A {{p|Dusclops}} appears and creates a black hole in between its hands to start sucking Wally inside it. A device in Wally&#039;s pocket begins beeping, which is revealed to be the third [[Pokédex]]. Wally uses the Pokédex to find out the Dusclops&#039;s identity.&lt;br /&gt;
&lt;br /&gt;
The black hole continues to suck Wally in, even taking the Mach Bike in the process. Wally struggles to try and escape, but is unable to get out of the pull of Dusclops&#039;s attack. Treecko tells Wally to release it out to battle, but Wally has doubts because it might be sucked into the black hole as well. After checking the Pokédex, Wally learns that Treecko has an attack that can defeat the black hole.&lt;br /&gt;
&lt;br /&gt;
Wally trusts in Treecko, and releases it to battle. Treecko immediately [[Evolution|evolves]] into {{p|Grovyle}}, allowing it to beat the Dusclops with {{m|Leaf Blade}}. Having won the battle, Wally thanks Grovyle for its help and compliments its Evolution. Wally climbs up to the 50th floor, but immediately collapses from exhaustion. As the Pokédex lies in his hand, it attempts to register Wally as its owner, but fails.&lt;br /&gt;
&lt;br /&gt;
Norman arrives and congratulates Wally for his victory, which Wally states is because of the help from the Pokédex. Norman tells Wally to remove his oxygen mask. Wally does so, and discovers that the climb of the Sky Pillar had increased the strength of his lungs, allowing him to breathe even in the thinner air. Norman states that Wally has grown stronger, which makes Wally happy due to him finally beating a wild Pokémon.&lt;br /&gt;
&lt;br /&gt;
Norman gives Wally his Flygon, as he&#039;ll need it to be able to fly. Even though Wally thanks Norman for the gift, Norman tells him that the next phase of their training will begin next. In his head, Norman states that he&#039;s counting on Wally, as the real goal of his training lies on the top of the Sky Pillar.&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
* {{adv|Norman}} takes {{adv|Wally}} {{pkmn|training}} at the [[Sky Pillar]].&lt;br /&gt;
* On the 49th floor, Wally is attacked by a {{p|Dusclops}}.&lt;br /&gt;
* Wally discovers the [[Pokédex]] that was with [[Emerald&#039;s Sceptile|Treecko]], and uses it.&lt;br /&gt;
* Treecko [[Evolution|evolves]] into a {{p|Grovyle}} and defeats the Dusclops.&lt;br /&gt;
* Norman gives Wally his {{p|Flygon}}.&lt;br /&gt;
&lt;br /&gt;
{{Adventuresevents}}&lt;br /&gt;
{{endspoilers}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
* {{p|Grovyle}}&lt;br /&gt;
* {{p|Baltoy}}&lt;br /&gt;
* {{p|Sableye}}&lt;br /&gt;
* {{p|Claydol}}&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* {{adv|Ruby}} (fantasy)&lt;br /&gt;
* {{adv|Sapphire}} (fantasy)&lt;br /&gt;
* {{adv|Norman}}&lt;br /&gt;
* {{adv|Wally}}&lt;br /&gt;
* [[Scott]] (picture)&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Ralts}} ([[Rara]]/{{tt|Ruru|Chuang Yi}}; {{adv|Ruby}}&#039;s)&lt;br /&gt;
* {{p|Flygon}} ({{adv|Norman}}&#039;s; given to {{adv|Wally}})&lt;br /&gt;
* {{p|Kecleon}} ({{adv|Wally}}&#039;s)&lt;br /&gt;
* {{p|Roselia}} ({{adv|Wally}}&#039;s)&lt;br /&gt;
* {{p|Cacturne}} ({{adv|Wally}}&#039;s)&lt;br /&gt;
* {{p|Treecko}} ({{TP|Emerald|Wally&#039;s|Sceptile}}; evolves)&lt;br /&gt;
* {{p|Grovyle}} ({{TP|Emerald|Wally&#039;s|Sceptile}}; newly evolved)&lt;br /&gt;
* {{p|Rayquaza}} ({{DL|Super-ancient Pokémon (Adventures)|Rayquaza|Adventures}}; silhouette)&lt;br /&gt;
* {{p|Shuppet}}&lt;br /&gt;
* {{p|Baltoy}}&lt;br /&gt;
* {{p|Duskull}}&lt;br /&gt;
* {{p|Sableye}}&lt;br /&gt;
* {{p|Claydol}}&lt;br /&gt;
* {{p|Dusclops}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
===Errors===&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;&#039;Title&#039;&#039;&#039;&lt;br /&gt;
{{Epilang|color=9999FF|bordercolor=FF7777&lt;br /&gt;
|zh_cmn={{tt|VS 夜巨人|VS Dusclops}}&lt;br /&gt;
|cs=Vs. Dusclops&lt;br /&gt;
|fr_eu={{tt|Le Pilier Céleste|The Sky Pillar}}&lt;br /&gt;
|de=VS. Zwirrklop&lt;br /&gt;
|it=VS Dusclops&lt;br /&gt;
|ko={{tt|VS 미라몽|VS Dusclops}}&lt;br /&gt;
|pt_br=VS Dusclops&lt;br /&gt;
|es_la=VS Dusclops&lt;br /&gt;
|es_eu=Contra Dusclops &lt;br /&gt;
|vi=VS Samayouru - Tập huấn giữa tầng không&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Subtitle&#039;&#039;&#039;&lt;br /&gt;
{{Epilang|color=9999FF|bordercolor=FF7777&lt;br /&gt;
|cs={{tt|Nebeské cvičiště|Training Ground in the Sky}}&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{MangaPrevNext/Adventures&lt;br /&gt;
|prevcode=PS240&lt;br /&gt;
|prevtitle=Talk About Timing, Treecko&lt;br /&gt;
|nextcode=PS242&lt;br /&gt;
|nexttitle=Very Vexing Volbeat&lt;br /&gt;
|series=Ruby &amp;amp; Sapphire&lt;br /&gt;
|colorscheme=Hoenn}}&lt;br /&gt;
{{Project Manga notice}}&lt;br /&gt;
&lt;br /&gt;
[[de:VS. Zwirrklop (Rubin und Saphir Arc)]]&lt;br /&gt;
[[es:PMS241]]&lt;br /&gt;
[[fr:Chapitre 241 (Pocket Monsters Special)]]&lt;br /&gt;
[[it:LGA241]]&lt;br /&gt;
[[zh:宝可梦特别篇 第241话]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=PS240&amp;diff=4569693</id>
		<title>PS240</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=PS240&amp;diff=4569693"/>
		<updated>2026-06-09T15:52:59Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MangaPrevNext/Adventures&lt;br /&gt;
|prevcode=PS239&lt;br /&gt;
|prevtitle=The Beginning of the End with Kyogre &amp;amp; Groudon VII&lt;br /&gt;
|nextcode=PS241&lt;br /&gt;
|nexttitle=Dreadful Dealing with Dusclops&lt;br /&gt;
|series=Ruby &amp;amp; Sapphire&lt;br /&gt;
|colorscheme=Hoenn}}&lt;br /&gt;
{{ChapInfobox&lt;br /&gt;
|title_en=Talk About Timing, Treecko&lt;br /&gt;
|subtitle=Fulfilling Dreams&lt;br /&gt;
|title_ja=VS キモリ&lt;br /&gt;
|title_ro=VS Kimori&lt;br /&gt;
|image=PS240.png&lt;br /&gt;
|scheme=Ruby &amp;amp; Sapphire&lt;br /&gt;
|pub1=Shogakukan full volume&lt;br /&gt;
|pub1-data=Chapter 240 in {{vol|Pokémon Adventures|20}}&lt;br /&gt;
|pub2=VIZ Media full volume&lt;br /&gt;
|pub2-data=Adventure 240 in {{vol|Pokémon Adventures|20}}&lt;br /&gt;
|location=[[Pacifidlog Town]]&amp;lt;br&amp;gt;{{rt|132|Hoenn}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Talk About Timing, Treecko&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;VS キモリ&#039;&#039;&#039; &#039;&#039;VS {{tt|Kimori|Treecko}}&#039;&#039;), titled &#039;&#039;&#039;VS Treecko&#039;&#039;&#039; in the [[Chuang Yi]] translation, is the 240th chapter of the [[Pokémon Adventures]] manga, and the 60th chapter of the {{MangaArc|Ruby &amp;amp; Sapphire}}.&lt;br /&gt;
&lt;br /&gt;
It is subtitled &#039;&#039;&#039;Fulfilling Dreams&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;あのときの願いを&#039;&#039;&#039; &#039;&#039;A Wish From Back Then&#039;&#039;) in the [[VIZ Media]] translation and &#039;&#039;&#039;Granting an Old Wish&#039;&#039;&#039; in the Chuang Yi translation.&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
In [[Pacifidlog Town]], the waves shake the town that floats on the water. Despite the danger, an old man focuses more on the fact that he can&#039;t see a [[Mirage Island (Generation III)|certain island]] on that day. A voice tells him that they made a promise to go find shelter if they can&#039;t find the illusionary island like the rest of the citizens have. Disappointed, the old man wishes to see the island, only for a wave to knock him out of the building.&lt;br /&gt;
&lt;br /&gt;
Suddenly, the old man stops falling, as a {{p|Kecleon}} had saved him. The Kecleon throws the old man back into the building, where he thanks {{adv|Wally}} for saving him. The two of them get into some boats and head off to {{rt|132|Hoenn}}, while a figure watches from above. Wally expresses surprise, as he never expected that he would arrive at Pacifidlog Town when the old man offered to show him a better place to recuperate from his illness.&lt;br /&gt;
&lt;br /&gt;
When the old man asks if Wally is angry at him, Wally says no because he wouldn&#039;t have captured {{p|Cacturne}} and {{p|Roselia}} otherwise. [[Rara]]&#039;s horns begin glowing, which Wally believes is because she senses {{adv|Ruby}} in the area. Wally apologizes to Rara, because even if he wanted to search for Ruby, he has no idea where to even search for him.&lt;br /&gt;
&lt;br /&gt;
Wally notices a bag with a Pokémon inside floating in the water. Wally tries to use Rara&#039;s {{m|Confusion}} to get it, but the old man points out that waves will carry it away before the attack can even reach it. Instead, Wally has Cacturne pierce the bag with {{m|Needle Arm}} and pin it to a rock. With Kecleon&#039;s long tongue, Wally gets the {{i|Poké Ball}} and frees Treecko from it. Noticing that all of the commotion had exhausted Treecko, Wally has Roselia put Treecko to sleep in an attempt to heal it.&lt;br /&gt;
&lt;br /&gt;
A voice from above praises Wally&#039;s skills, but questions why he chose to use Needle Arm to save the Treecko. The voice demands an answer, because if Cacturne had missed, it could have seriously injured Treecko. Wally notices that Rara&#039;s horns are glowing, signifying that the voice belongs to someone she knows. The voice demands that Wally answer him once more.&lt;br /&gt;
&lt;br /&gt;
Wally replies that even though he knows that he is weak, he trusts his Pokémon enough to make decisions like that. The voice is pleased by his answer, and reveals himself to be {{adv|Norman}}. Norman notices Rara jumping up to him, which allows him to figure out why she wasn&#039;t with him before. The old man reveals himself to be Norman&#039;s friend who had asked him to watch Wally&#039;s true strength.&lt;br /&gt;
&lt;br /&gt;
Wally gets confused about what the two are talking about. Norman reveals that he had come to train Wally, to grant the wish he was asked before in [[Petalburg City]] and refused.&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
* {{adv|Wally}} is revealed to have traveled to [[Pacifidlog Town]].&lt;br /&gt;
* Wally rescues [[Professor Birch]]&#039;s lost [[Emerald&#039;s Sceptile|Treecko]].&lt;br /&gt;
* {{adv|Norman}} agrees to train Wally.&lt;br /&gt;
&lt;br /&gt;
{{Adventuresevents}}&lt;br /&gt;
{{endspoilers}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
* {{p|Roselia}}&lt;br /&gt;
* {{p|Flygon}}&lt;br /&gt;
* {{p|Cacturne}}&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* {{adv|Ruby}} (flashback)&lt;br /&gt;
* {{adv|Norman}}&lt;br /&gt;
* {{adv|Wally}}&lt;br /&gt;
* Old man&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Ralts}} ([[Rara]]/{{tt|Ruru|Chuang Yi}}; {{adv|Ruby}}&#039;s)&lt;br /&gt;
* {{p|Flygon}} ({{adv|Norman}}&#039;s)&lt;br /&gt;
* {{p|Kecleon}} ({{adv|Wally}}&#039;s)&lt;br /&gt;
* {{p|Roselia}} ({{adv|Wally}}&#039;s)&lt;br /&gt;
* {{p|Cacturne}} ({{adv|Wally}}&#039;s)&lt;br /&gt;
* {{p|Treecko}} ({{TP|Emerald|Wally&#039;s|Sceptile}})&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
===Errors===&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;&#039;Title&#039;&#039;&#039;&lt;br /&gt;
{{Epilang|color=9999FF|bordercolor=FF7777&lt;br /&gt;
|zh_cmn={{tt|VS 木守宮|VS Treecko}} (Taiwan)&amp;lt;br&amp;gt;{{tt|VS 木守宫|VS Treecko}} (Mainland China)&lt;br /&gt;
|cs=Vs. Treecko&lt;br /&gt;
|fr_eu={{tt|Un invité inattendu|An unexpected guest}}&lt;br /&gt;
|de=VS. Geckarbor&lt;br /&gt;
|it=VS Treecko&lt;br /&gt;
|ko={{tt|VS 나무지기|VS Treecko}}&lt;br /&gt;
|pt_br=VS Treecko&lt;br /&gt;
|es_la=VS Treecko&lt;br /&gt;
|es_eu=Contra Treecko &lt;br /&gt;
|vi=VS Kimori - Điều ước lúc ấy&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Subtitle&#039;&#039;&#039;&lt;br /&gt;
{{Epilang|color=9999FF|bordercolor=FF7777&lt;br /&gt;
|cs={{tt|Dávné přání|Long-held Wish}}&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{MangaPrevNext/Adventures&lt;br /&gt;
|prevcode=PS239&lt;br /&gt;
|prevtitle=The Beginning of the End with Kyogre &amp;amp; Groudon VII&lt;br /&gt;
|nextcode=PS241&lt;br /&gt;
|nexttitle=Dreadful Dealing with Dusclops&lt;br /&gt;
|series=Ruby &amp;amp; Sapphire&lt;br /&gt;
|colorscheme=Hoenn}}&lt;br /&gt;
{{Project Manga notice}}&lt;br /&gt;
&lt;br /&gt;
[[de:VS. Geckarbor]]&lt;br /&gt;
[[es:PMS240]]&lt;br /&gt;
[[fr:Chapitre 240 (Pocket Monsters Special)]]&lt;br /&gt;
[[it:LGA240]]&lt;br /&gt;
[[zh:宝可梦特别篇 第240话]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=PS239&amp;diff=4569692</id>
		<title>PS239</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=PS239&amp;diff=4569692"/>
		<updated>2026-06-09T15:52:57Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MangaPrevNext/Adventures&lt;br /&gt;
|prevcode=PS238&lt;br /&gt;
|prevtitle=The Beginning of the End with Kyogre &amp;amp; Groudon VI&lt;br /&gt;
|nextcode=PS240&lt;br /&gt;
|nexttitle=Talk About Timing, Treecko&lt;br /&gt;
|series=Ruby &amp;amp; Sapphire&lt;br /&gt;
|colorscheme=Hoenn}}&lt;br /&gt;
{{ChapInfobox&lt;br /&gt;
|title_en=The Beginning of the End with Kyogre &amp;amp; Groudon VII&lt;br /&gt;
|subtitle=Flying Headquarters&lt;br /&gt;
|title_ja=VS カイオーガ &amp;amp; グラードン VII&lt;br /&gt;
|title_ro=VS Kyogre &amp;amp; Groudon VII&lt;br /&gt;
|image=PS239.png&lt;br /&gt;
|scheme=Ruby &amp;amp; Sapphire&lt;br /&gt;
|pub1=Shogakukan full volume&lt;br /&gt;
|pub1-data=Chapter 239 in {{vol|Pokémon Adventures|20}}&lt;br /&gt;
|pub2=VIZ Media full volume&lt;br /&gt;
|pub2-data=Adventure 239 in {{vol|Pokémon Adventures|20}}&lt;br /&gt;
|location={{rt|126|Hoenn}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Beginning of the End with Kyogre &amp;amp; Groudon VII&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;VS カイオーガ &amp;amp; グラードン VII&#039;&#039;&#039; &#039;&#039;VS Kyogre &amp;amp; Groudon VII&#039;&#039;), titled &#039;&#039;&#039;VS Kyogre &amp;amp; Groudon VII&#039;&#039;&#039; in the [[Chuang Yi]] translation, is the 239th chapter of the [[Pokémon Adventures]] manga, and the 59th chapter of the {{MangaArc|Ruby &amp;amp; Sapphire}}.&lt;br /&gt;
&lt;br /&gt;
It is subtitled &#039;&#039;&#039;Flying Headquarters&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;空飛ぶ協会本部&#039;&#039;&#039; &#039;&#039;Take to the Skies, Association Headquarters&#039;&#039;) in the [[VIZ Media]] translation and &#039;&#039;&#039;Pokémon Association Afloat&#039;&#039;&#039; in the Chuang Yi translation.&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
{{adv|Sapphire}} and {{adv|Ruby}} dive down on Sapphire&#039;s {{p|Relicanth|Relly}} to the [[Seafloor Cavern]]. On the surface, [[Wallace]] wishes the two luck on their mission. Wallace decides to help [[Brawly]] and [[Roxanne]] in order to reduce the destruction while Ruby and Sapphire go to retrieve the [[Red Orb|Red]] and [[Blue Orb]]s. Despite wanting to help fight, [[Winona]] decides to stay at the command tower because of her orders from the [[Pokémon Association]].&lt;br /&gt;
&lt;br /&gt;
Winona decides to call the Pokémon Association Chairman, but is unable to get a signal due to the weather. Wallace quickly notices a giant figure approaching them that is obscured by the heavy rain. The figure is revealed to be the Pokémon Association headquarters, which is being suspended in the air by a giant balloon. The Chairman reveals that because of the fires spreading in [[Lilycove City]], he had to turn the headquarters into an airship in order to get to safety.&lt;br /&gt;
&lt;br /&gt;
The Chairman tells Winona that he is taking over her duties, allowing her to go out and fight with the other [[Gym Leader]]s. Having heard her orders, Winona prepares to go and help [[Flannery]] and [[Wattson]] battle {{p|Kyogre}}. The old couple ask the Chairman if he can help search for [[Tate and Liza]]. The Chairman agrees to this, but states that it won&#039;t be an easy task.&lt;br /&gt;
&lt;br /&gt;
Wallace and Winona briefly shake hands before seeing each other off. Suddenly, [[Scott|a man]] flying around in a small UFO approaches the headquarters airship and sneaks inside. Somewhere else, [[Professor Birch]] listens to a call asking the people of [[Hoenn]] to seek shelter. He notes that because of the raging floods and heat waves, going outside would be considered suicidal. Even though he notes that it&#039;s dangerous, Birch remains outside while atop of a tree.&lt;br /&gt;
&lt;br /&gt;
Birch apologizes to {{p|Treecko}}, who was going to meet its {{adv|Emerald|Trainer}} today, but cannot due to the flood. Birch impatiently waits for the Trainer, who had said they would arrive no matter what, due to the flood potentially hitting soon. Suddenly, a wave of water crashes into the tree Birch is holding onto, sending him into the water. The waves knock the bag with Treecko and the third [[Pokédex]] out of Birch&#039;s hands and carries them away.&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
* The weather in [[Hoenn]] continues to get worse.&lt;br /&gt;
* [[Winona]] is allowed to fight.&lt;br /&gt;
* [[Professor Birch]]&#039;s [[Emerald&#039;s Sceptile|Treecko]] is revealed to have a {{adv|Emerald|Trainer}} waiting for it.&lt;br /&gt;
* Professor Birch is hit by a wave, sending the {{p|Treecko}} and [[Pokédex]] away with it.&lt;br /&gt;
&lt;br /&gt;
{{Adventuresevents}}&lt;br /&gt;
{{endspoilers}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
* [[Scott]]&lt;br /&gt;
&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* {{adv|Ruby}}&lt;br /&gt;
* {{adv|Sapphire}}&lt;br /&gt;
* {{adv|Emerald}} (picture)&lt;br /&gt;
* [[Professor Birch]]&lt;br /&gt;
* [[Winona]]&lt;br /&gt;
* [[Wallace]]&lt;br /&gt;
* [[Scott]]&lt;br /&gt;
* [[Pokémon Association]] Chairman&lt;br /&gt;
* Old couple&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Wailord}} ({{tt|Lorry|Viz Media}}/{{tt|Walo|Chuang Yi}}; {{adv|Sapphire}}&#039;s)&lt;br /&gt;
* {{p|Relicanth}} (Relly/{{tt|Relo|Chuang Yi}}; {{adv|Sapphire}}&#039;s)&lt;br /&gt;
* {{p|Altaria}} ({{OP|Winona|Altaria}})&lt;br /&gt;
* {{p|Treecko}} ([[Emerald&#039;s Sceptile|Professor Birch]]&#039;s; lost)&lt;br /&gt;
* {{p|Chimecho}} (Old couple&#039;s; ×2)&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
===Errors===&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;&#039;Title&#039;&#039;&#039;&lt;br /&gt;
{{Epilang|color=9999FF|bordercolor=FF7777&lt;br /&gt;
|zh_cmn={{tt|VS 蓋歐卡&amp;amp;固拉多 VII|VS Kyogre &amp;amp; Groudon VII}} (Taiwan)&amp;lt;br&amp;gt;{{tt|VS 盖欧卡&amp;amp;固拉多 VII|VS Kyogre &amp;amp; Groudon VII}} (Mainland China)&lt;br /&gt;
|cs=Vs. Kyogre a Groudon VII&lt;br /&gt;
|fr_eu={{tt|L&#039;ampleur du cataclysme|The extent of the cataclysm}}&lt;br /&gt;
|de=VS. Kyogre und Groudon (Teil 7)&lt;br /&gt;
|it=VS Kyogre &amp;amp; Groudon VII&lt;br /&gt;
|ko={{tt|VS 가이오가 &amp;amp; 그란돈 VII|VS Kyogre &amp;amp; Groudon VII}}&lt;br /&gt;
|pt_br=VS Kyogre &amp;amp; Groudon VII&lt;br /&gt;
|es_la=VS Kyogre y Groudon VII&lt;br /&gt;
|es_eu=Contra Kyogre y Groudon VII &lt;br /&gt;
|vi=VS Kaioga &amp;amp; Groudon VII - Trụ sở Hiệp hội Pokémon trên không&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Subtitle&#039;&#039;&#039;&lt;br /&gt;
{{Epilang|color=9999FF|bordercolor=FF7777&lt;br /&gt;
|cs={{tt|Létající ústředí|Flying Headquarters}}&lt;br /&gt;
}}&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{MangaPrevNext/Adventures&lt;br /&gt;
|prevcode=PS238&lt;br /&gt;
|prevtitle=The Beginning of the End with Kyogre &amp;amp; Groudon VI&lt;br /&gt;
|nextcode=PS240&lt;br /&gt;
|nexttitle=Talk About Timing, Treecko&lt;br /&gt;
|series=Ruby &amp;amp; Sapphire&lt;br /&gt;
|colorscheme=Hoenn}}&lt;br /&gt;
{{Project Manga notice}}&lt;br /&gt;
&lt;br /&gt;
[[de:VS. Kyogre und Groudon (Teil 7)]]&lt;br /&gt;
[[es:PMS239]]&lt;br /&gt;
[[fr:Chapitre 239 (Pocket Monsters Special)]]&lt;br /&gt;
[[it:LGA239]]&lt;br /&gt;
[[zh:宝可梦特别篇 第239话]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Sky_Pillar&amp;diff=4564533</id>
		<title>Sky Pillar</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Sky_Pillar&amp;diff=4564533"/>
		<updated>2026-05-31T20:31:10Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech from Pokémon Adventures&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{search|location in Hoenn|the location in [[Pokémon Mystery Dungeon: Red Rescue Team and Blue Rescue Team|Pokémon Mystery Dungeon]]|Sky Tower}}&lt;br /&gt;
----&lt;br /&gt;
{{Infobox location&lt;br /&gt;
|image=Sky Pillar ORAS.png&lt;br /&gt;
|image_size=290&lt;br /&gt;
|type=ruins&lt;br /&gt;
|mapdesc=This tower was created for the veneration of a {{p|Rayquaza|Legendary Pokémon}} that lives far above in the heavens.&lt;br /&gt;
|location_name=Sky Pillar&lt;br /&gt;
|japanese_name={{tt|空の柱|そらのはしら}}&lt;br /&gt;
|translated_name=Sky Pillar&lt;br /&gt;
|location=North {{rt|131|Hoenn}}&lt;br /&gt;
|region=Hoenn&lt;br /&gt;
|generation={{gen|III}}, {{gen|VI}}&lt;br /&gt;
}}&lt;br /&gt;
The &#039;&#039;&#039;Sky Pillar&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;{{tt|空の柱|そらのはしら}}&#039;&#039;&#039; &#039;&#039;Sky Pillar&#039;&#039;) is a building in [[Hoenn]]. It is located on the northern edge of {{rt|131|Hoenn}} in {{game|Ruby and Sapphire|s}}, {{game|Emerald}}, and {{g|Omega Ruby and Alpha Sapphire}}. {{p|Rayquaza}} appears at the top of the Sky Pillar.&lt;br /&gt;
&lt;br /&gt;
It includes the tower itself, as well as a cave with no wild encounters that is directly connected to Route 131. In the Generation III games, the land on top of the island the Sky Pillar is located on, which is traversed after exiting the cave but before entering the tower, is a part of the Sky Pillar; in the Generation VI games, this area is instead part of Route 131.&lt;br /&gt;
&lt;br /&gt;
In Pokémon Omega Ruby and Alpha Sapphire, the Sky Pillar does not appear on the [[Town Map]] until the {{player}} enters the cave, and cannot be {{m|Fly|flown}} to until the player enters the tower. Additionally, the tower is not visible while [[soaring in the sky]], but the island and the cave are and can be flown to.&lt;br /&gt;
&lt;br /&gt;
Only those who are worthy, such as the [[Draconid people]] and the descendants of the original Sootopolitans, are permitted to enter the Sky Pillar.&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
==== {{G|Ruby and Sapphire}} ====&lt;br /&gt;
[[File:ORAS Sky Pillar mural.png|150px|thumb|The mural telling the legend about [[Weather Trio|super-ancient Pokémon]]]]&lt;br /&gt;
The island on which Sky Pillar is located is blocked off by walls of rocks until the player enters the [[Hall of Fame]]. In Pokémon Emerald, Omega Ruby and Alpha Sapphire, the player can access the land in front of the Sky Pillar immediately, but cannot enter the cave in front of Sky Pillar until reaching a certain point in the storyline.&lt;br /&gt;
&lt;br /&gt;
==== {{G|Emerald}} ====&lt;br /&gt;
During the conflict in [[Sootopolis City]] between {{p|Groudon}} and {{p|Kyogre}}, [[Wallace]] and the player travel to Sky Pillar, where Wallace unlocks the door, in order to allow the player to meet {{p|Rayquaza}} at the top. Due to being accessed earlier, the wild Pokémon are at lower levels, and during this visit only, less of the floor is cracked such that the player does not need a [[Mach Bike]] to reach the top floor. The seal is up until the player meets Wallace in the [[Cave of Origin]].&lt;br /&gt;
&lt;br /&gt;
==== {{G|Omega Ruby and Alpha Sapphire}} ====&lt;br /&gt;
The entrance is blocked off by a {{tc|Furisode Girl}} until Wallace removes the seal during the [[Delta Episode]]. He will not do so until the player asks for his help while he is admiring the great tree in [[Sootopolis City]] in front of the [[Cave of Origin]].&lt;br /&gt;
&lt;br /&gt;
===== [[Delta Episode]] =====&lt;br /&gt;
After the player asks for Wallace&#039;s help while he is admiring the great tree in [[Sootopolis City]] in front of the [[Cave of Origin]], he will open the seal to the Sky Pillar on Route 131. However, he does not allow the player to enter until the player defeats him again.&lt;br /&gt;
&lt;br /&gt;
While climbing the tower, [[Zinnia]] will tell the player about the history of the [[Draconid people]]. At the summit, she summons Rayquaza by using the [[Key Stone]]s she gathered. She then tries to have it Mega Evolve using her Mega Anklet, but Rayquaza is unable. Rayquaza tells Zinnia that it is not a lack of the human energy from Key Stones that is preventing it from Mega Evolving, but its own lack of energy. The [[Meteorite]] in the player&#039;s [[Bag]] then begins to glow, alerting Zinnia to its presence, who explains that it has the same kind of energy as [[Mega Stone]]s. Rayquaza then eats the Meteorite from the player&#039;s Bag.&lt;br /&gt;
&lt;br /&gt;
With Rayquaza having regained its power, the player must capture Rayquaza to take control of it and save the world; if the player [[escape|runs away]], defeats Rayquaza or is defeated, Rayquaza will remain and be ready for battle again fully healed (its [[Nature]] and {{IV}}s reset each time). If the player has no [[Poké Ball]]s, Zinnia will give the player an [[Ultra Ball]].&lt;br /&gt;
&lt;br /&gt;
After the player successfully captures Rayquaza, they must place it in their party; if they have six Pokémon, they must send one to the [[PC]]. Then, Zinnia restores the player&#039;s Pokémon to full health and teaches Rayquaza {{m|Dragon Ascent}}, replacing {{m|Fly}}. She then challenges the player to a battle to prove their worthiness.&lt;br /&gt;
&lt;br /&gt;
Regardless of the outcome of the battle with Zinnia, the player then puts on the [[Magma Suit]]{{sup/6|OR}}/[[Aqua Suit]]{{sup/6|AS}} and rides Mega Rayquaza to the edge of space. Mega Rayquaza flies right through the [[Grand Meteor Delta|meteoroid]], shattering it completely. However, one triangular piece remains, from which {{p|Deoxys}} emerges. It then charges at the player and Rayquaza in rage. After the battle with Deoxys, the player returns to the planet, having thwarted the danger imposed by the asteroid.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Geography===&lt;br /&gt;
In [[Generation III]] (except the player&#039;s first visit in Emerald), {{player}}s must have the [[Mach Bike]] in order to navigate through it fully, as there are [[Hole#Generation III|cracked tiles]] on 2F and 4F. On every other floor, there are wild Pokémon, such that only floors without cracked tiles contain wild Pokémon.&lt;br /&gt;
&lt;br /&gt;
In Omega Ruby and Alpha Sapphire, while there are many holes in the floor and cracks in the floor tiles, the player cannot fall down; the player does not need the Mach Bike, and in fact cannot cycle at all inside the tower. The tower contains a series of ladders which must be climbed to reach the summit. An extremely tall mural painted by the [[Draconid people]] that stretches the height of the tower tells the tale of Rayquaza halting the fight between [[Primal Reversion|Primal]] {{p|Groudon}} and {{p|Kyogre}} and the first [[Mega Evolution]]. The Draconid people call the top of the tower the Dragonhark altar.&lt;br /&gt;
&lt;br /&gt;
===Battle mechanics===&lt;br /&gt;
When any of the {{cat|moves that vary with environment}} are used in battle in the Sky Pillar in [[Generation VI]], they use unique mechanics.&lt;br /&gt;
* {{m|Camouflage}} will change the user&#039;s type to {{t|Flying}}.&lt;br /&gt;
* {{m|Nature Power}} will turn into {{m|Air Slash}}.&lt;br /&gt;
* {{m|Secret Power}} uses the animation of {{m|Gust}} and may lower the target&#039;s {{stat|Speed}} by 1 stage.&lt;br /&gt;
&lt;br /&gt;
===Items===&lt;br /&gt;
{{Itlisth|ruins}}&lt;br /&gt;
{{itemlist|Dragon Scale|2F, at the northern tip of the triangle, accessed from the northern ladder from 1F|OR=yes|AS=yes}}&lt;br /&gt;
{{itemlist|TM Normal VI|3F, near the western tip of the triangle, accessed by going down the western ladders from 5F and 4F|OR=yes|AS=yes|display={{TM|64|Explosion}}}}&lt;br /&gt;
{{itemlist|Full Restore|4F, on the northern side of the central hole|OR=yes|AS=yes}}&lt;br /&gt;
{{itemlist|Ultra Ball|Apex, from [[Zinnia]] if the player has no Poké Balls in their Bag (repeatable)|OR=yes|AS=yes}}&lt;br /&gt;
{{Itlistfoot|ruins}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
====Generation III====&lt;br /&gt;
{{Catch/header|ruins|no}}&lt;br /&gt;
{{Catch/div|ruins|1F}}&lt;br /&gt;
{{Catch/entry3|042|Golbat|yes|yes|no|1F|48, 50|30%|type1=Poison|type2=Flying}}&lt;br /&gt;
{{Catch/entry3|042|Golbat|no|no|yes|1F|34-35|30%|type1=Poison|type2=Flying}}&lt;br /&gt;
{{Catch/entry3|302|Sableye|no|yes|no|1F|48, 50|30%|type1=Dark|type2=Ghost}}&lt;br /&gt;
{{Catch/entry3|302|Sableye|no|no|yes|1F|33-34|30%|type1=Dark|type2=Ghost}}&lt;br /&gt;
{{Catch/entry3|303|Mawile|yes|no|no|1F|48, 50|30%|type1=Steel}}&lt;br /&gt;
{{Catch/entry3|344|Claydol|yes|yes|no|1F|47-50|25%|type1=Ground|type2=Psychic}}&lt;br /&gt;
{{Catch/entry3|344|Claydol|no|no|yes|1F|36-38|25%|type1=Ground|type2=Psychic}}&lt;br /&gt;
{{Catch/entry3|354|Banette|no|yes|no|1F|48, 50|15%|type1=Ghost}}&lt;br /&gt;
{{Catch/entry3|354|Banette|no|no|yes|1F|37-38|15%|type1=Ghost}}&lt;br /&gt;
{{Catch/entry3|356|Dusclops|yes|no|no|1F|48, 50|15%|type1=Ghost}}&lt;br /&gt;
{{Catch/div|ruins|3F}}&lt;br /&gt;
{{Catch/entry3|042|Golbat|yes|yes|no|3F|51, 53|30%|type1=Poison|type2=Flying}}&lt;br /&gt;
{{Catch/entry3|042|Golbat|no|no|yes|3F|34-35|30%|type1=Poison|type2=Flying}}&lt;br /&gt;
{{Catch/entry3|302|Sableye|no|yes|no|3F|51, 53|30%|type1=Dark|type2=Ghost}}&lt;br /&gt;
{{Catch/entry3|302|Sableye|no|no|yes|3F|33-34|30%|type1=Dark|type2=Ghost}}&lt;br /&gt;
{{Catch/entry3|303|Mawile|yes|no|no|3F|51, 53|30%|type1=Steel}}&lt;br /&gt;
{{Catch/entry3|344|Claydol|yes|yes|no|3F|50-53|25%|type1=Ground|type2=Psychic}}&lt;br /&gt;
{{Catch/entry3|344|Claydol|no|no|yes|3F|36-38|25%|type1=Ground|type2=Psychic}}&lt;br /&gt;
{{Catch/entry3|354|Banette|no|yes|no|3F|51, 53|15%|type1=Ghost}}&lt;br /&gt;
{{Catch/entry3|354|Banette|no|no|yes|3F|37-38|15%|type1=Ghost}}&lt;br /&gt;
{{Catch/entry3|356|Dusclops|yes|no|no|3F|51, 53|15%|type1=Ghost}}&lt;br /&gt;
{{Catch/div|ruins|5F}}&lt;br /&gt;
{{Catch/entry3|042|Golbat|yes|yes|no|5F|54, 56|30%|type1=Poison|type2=Flying}}&lt;br /&gt;
{{Catch/entry3|042|Golbat|no|no|yes|5F|34-35|30%|type1=Poison|type2=Flying}}&lt;br /&gt;
{{Catch/entry3|302|Sableye|no|yes|no|5F|54, 56|30%|type1=Dark|type2=Ghost}}&lt;br /&gt;
{{Catch/entry3|302|Sableye|no|no|yes|5F|33-34|30%|type1=Dark|type2=Ghost}}&lt;br /&gt;
{{Catch/entry3|303|Mawile|yes|no|no|5F|54, 56|30%|type1=Steel}}&lt;br /&gt;
{{Catch/entry3|334|Altaria|yes|yes|no|5F|54, 57, 60|6%|type1=Dragon|type2=Flying}}&lt;br /&gt;
{{Catch/entry3|334|Altaria|no|no|yes|5F|38-39|6%|type1=Dragon|type2=Flying}}&lt;br /&gt;
{{Catch/entry3|344|Claydol|yes|yes|no|5F|54-56|19%|type1=Ground|type2=Psychic}}&lt;br /&gt;
{{Catch/entry3|344|Claydol|no|no|yes|5F|36-38|19%|type1=Ground|type2=Psychic}}&lt;br /&gt;
{{Catch/entry3|354|Banette|no|yes|no|5F|54, 56|15%|type1=Ghost}}&lt;br /&gt;
{{Catch/entry3|354|Banette|no|no|yes|5F|37-38|15%|type1=Ghost}}&lt;br /&gt;
{{Catch/entry3|356|Dusclops|yes|no|no|5F|54, 56|15%|type1=Ghost}}&lt;br /&gt;
{{Catch/footer|ruins}}&lt;br /&gt;
&lt;br /&gt;
====Generation VI====&lt;br /&gt;
{{Catch/header|ruins|no}}&lt;br /&gt;
{{Catch/div|ruins|1F-5F}}&lt;br /&gt;
{{Catch/entryoras|042|Golbat|yes|yes|1F-5F|44-46|30%|type1=Poison|type2=Flying}}&lt;br /&gt;
{{Catch/entryoras|168|Ariados|yes|yes|1F-5F|44-46|30%|type1=Bug|type2=Poison}}&lt;br /&gt;
{{Catch/entryoras|302|Sableye|no|yes|1F-5F|44-46|10%|type1=Dark|type2=Ghost}}&lt;br /&gt;
{{Catch/entryoras|303|Mawile|yes|no|1F-5F|44-46|10%|type1=Steel|type2=Fairy}}&lt;br /&gt;
{{Catch/entryoras|344|Claydol|yes|yes|1F-5F|44-46|30%|type1=Ground|type2=Psychic}}&lt;br /&gt;
{{Catch/div|ruins|{{color2|000|Horde Encounter}}}}&lt;br /&gt;
{{Catch/entryoras|042|Golbat|yes|yes|Horde Encounter|23|60%|type1=Poison|type2=Flying}}&lt;br /&gt;
{{Catch/entryoras|168|Ariados|yes|yes|Horde Encounter|23|35%|type1=Bug|type2=Poison}}&lt;br /&gt;
{{Catch/entryoras|333|Swablu|yes|yes|Horde Encounter|23|5%|type1=Normal|type2=Flying}}&lt;br /&gt;
{{Catch/footer|ruins}}&lt;br /&gt;
&lt;br /&gt;
===Special encounters===&lt;br /&gt;
====Generation III====&lt;br /&gt;
A {{p|Rayquaza}} appears at the apex after entering the [[Hall of Fame]]{{sup/3|RS}}/dealing with {{p|Groudon}} and {{p|Kyogre}}{{sup/3|E}}. If run from, it respawns upon leaving the area.&lt;br /&gt;
&lt;br /&gt;
{{Pokémon&lt;br /&gt;
|gen=3&lt;br /&gt;
|ndex=0384&lt;br /&gt;
|pokemon=Rayquaza&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|ability=Air Lock&lt;br /&gt;
|level=70&lt;br /&gt;
|move1=Fly|move1type=Flying&lt;br /&gt;
|move2=Rest|move2type=Psychic&lt;br /&gt;
|move3=ExtremeSpeed|move3type=Normal&lt;br /&gt;
|move4=Outrage|move4type=Dragon}}&lt;br /&gt;
&lt;br /&gt;
====Generation VI====&lt;br /&gt;
A {{p|Rayquaza}} appears at the apex as part of the [[Delta Episode]]. If defeated or run from, it respawns immediately without leaving the area. It is coded to never be {{Shiny}}.&lt;br /&gt;
&lt;br /&gt;
After it is caught, Zinnia will fully heal the player&#039;s party, teach Rayquaza {{m|Dragon Ascent}} (replacing {{m|Fly}}), and then battle the player. Additionally, the 31st [[Pokémon Storage System|PC]] Box will be unlocked to ensure that there is space for the player if they filled up their party and all boxes beforehand.&lt;br /&gt;
&lt;br /&gt;
{{Pokémon&lt;br /&gt;
|gen=6&lt;br /&gt;
|ndex=0384&lt;br /&gt;
|pokemon=Rayquaza&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|ability=Air Lock&lt;br /&gt;
|level=70&lt;br /&gt;
|move1=Extreme Speed|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Dragon Pulse|move2type=Dragon|move2cat=Special&lt;br /&gt;
|move3=Dragon Dance|move3type=Dragon|move3cat=Status&lt;br /&gt;
|move4=Fly|move4type=Flying|move4cat=Physical}}&lt;br /&gt;
&lt;br /&gt;
A {{p|Deoxys}} appears at the edge of space as part of the [[Delta Episode]]. The player can win against, lose to, catch, or run away from Deoxys, and the story will progress regardless of the outcome. If Deoxys is not caught, it will respawn at the apex after the player enters the [[Hall of Fame]] again. It is coded to never be {{Shiny}}.&lt;br /&gt;
&lt;br /&gt;
{{Pokémon&lt;br /&gt;
|gen=6&lt;br /&gt;
|ndex=0386&lt;br /&gt;
|pokemon=Deoxys&lt;br /&gt;
|type1=Psychic&lt;br /&gt;
|ability=Pressure&lt;br /&gt;
|level=80&lt;br /&gt;
|move1=Cosmic Power|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Recover|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Psycho Boost|move3type=Psychic|move3cat=Special&lt;br /&gt;
|move4=Hyper Beam|move4type=Normal|move4cat=Special}}&lt;br /&gt;
&lt;br /&gt;
===Trainers===&lt;br /&gt;
====Pokémon Omega Ruby and Alpha Sapphire====&lt;br /&gt;
{{Party&lt;br /&gt;
| background = {{dragon color}}&lt;br /&gt;
| border = {{dragon color dark}}&lt;br /&gt;
| headcolor = {{dragon color light}}&lt;br /&gt;
| sprite = VSZinnia.png&lt;br /&gt;
| size = 150px&lt;br /&gt;
| prize = {{Pdollar}}6,200&lt;br /&gt;
| class = Lorekeeper&lt;br /&gt;
| classlink = Zinnia&lt;br /&gt;
| name = {{color2|000|Zinnia}}&lt;br /&gt;
| location = Sky Pillar&lt;br /&gt;
| game = ORAS&lt;br /&gt;
| pokemon = 5&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 6&lt;br /&gt;
| ndex = 0706&lt;br /&gt;
| pokemon = Goodra&lt;br /&gt;
| gender = female&lt;br /&gt;
| level = 60&lt;br /&gt;
| type1 = Dragon&lt;br /&gt;
| ability = Sap Sipper&lt;br /&gt;
| move1 = Dragon Pulse | move1type = Dragon | move1cat = Special&lt;br /&gt;
| move2 = Muddy Water | move2type = Water | move2cat = Special&lt;br /&gt;
| move3 = Thunderbolt | move3type = Electric | move3cat = Special&lt;br /&gt;
| move4 = Ice Beam | move4type = Ice | move4cat = Special&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 6&lt;br /&gt;
| ndex = 0697&lt;br /&gt;
| pokemon = Tyrantrum&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 60&lt;br /&gt;
| type1 = Rock&lt;br /&gt;
| type2 = Dragon&lt;br /&gt;
| ability = Strong Jaw&lt;br /&gt;
| move1 = Dragon Claw | move1type = Dragon | move1cat = Physical&lt;br /&gt;
| move2 = Crunch | move2type = Dark | move2cat = Physical&lt;br /&gt;
| move3 = Earthquake | move3type = Ground | move3cat = Physical&lt;br /&gt;
| move4 = Stone Edge | move4type = Rock | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 6&lt;br /&gt;
| ndex = 0334&lt;br /&gt;
| pokemon = Altaria&lt;br /&gt;
| gender = female&lt;br /&gt;
| level = 60&lt;br /&gt;
| type1 = Dragon&lt;br /&gt;
| type2 = Flying&lt;br /&gt;
| ability = Natural Cure&lt;br /&gt;
| move1 = Dragon Pulse | move1type = Dragon | move1cat = Special&lt;br /&gt;
| move2 = Moonblast | move2type = Fairy | move2cat = Special&lt;br /&gt;
| move3 = Flamethrower | move3type = Fire | move3cat = Special&lt;br /&gt;
| move4 = Hyper Voice | move4type = Normal | move4cat = Special&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 6&lt;br /&gt;
| ndex = 0715&lt;br /&gt;
| pokemon = Noivern&lt;br /&gt;
| gender = female&lt;br /&gt;
| level = 60&lt;br /&gt;
| type1 = Flying&lt;br /&gt;
| type2 = Dragon&lt;br /&gt;
| ability = Infiltrator&lt;br /&gt;
| move1 = Dragon Pulse | move1type = Dragon | move1cat = Special&lt;br /&gt;
| move2 = Air Slash | move2type = Flying | move2cat = Special&lt;br /&gt;
| move3 = Shadow Ball | move3type = Ghost | move3cat = Special&lt;br /&gt;
| move4 = Super Fang | move4type = Normal | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 6&lt;br /&gt;
| ndex = 0373&lt;br /&gt;
| pokemon = Salamence&lt;br /&gt;
| icon = mega&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 62&lt;br /&gt;
| type1 = Dragon&lt;br /&gt;
| type2 = Flying&lt;br /&gt;
| ability = Intimidate&lt;br /&gt;
| held = Salamencite&lt;br /&gt;
| move1 = Dragon Claw | move1type = Dragon | move1cat = Physical&lt;br /&gt;
| move2 = Crunch | move2type = Dark | move2cat = Physical&lt;br /&gt;
| move3 = Fire Fang | move3type = Fire | move3cat = Physical&lt;br /&gt;
| move4 = Thunder Fang | move4type = Electric | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Party/end}}&lt;br /&gt;
===Layout===&lt;br /&gt;
{{missing image|section|needs=ORAS images}}&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; background: #000; border: 3px solid #{{locationcolor/dark|ruins}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{locationcolor/light|ruins}}; {{roundytl|5px}}&amp;quot; | Version&lt;br /&gt;
! style=&amp;quot;background:#{{locationcolor/light|ruins}}&amp;quot; | Outside&lt;br /&gt;
! style=&amp;quot;background:#{{locationcolor/light|ruins}}&amp;quot; | Entrance&lt;br /&gt;
! style=&amp;quot;background:#{{locationcolor/light|ruins}}&amp;quot; | 1F&lt;br /&gt;
! style=&amp;quot;background:#{{locationcolor/light|ruins}}&amp;quot; | 2F&lt;br /&gt;
! style=&amp;quot;background:#{{locationcolor/light|ruins}}&amp;quot; | 3F&lt;br /&gt;
! style=&amp;quot;background:#{{locationcolor/light|ruins}}&amp;quot; | 4F&lt;br /&gt;
! style=&amp;quot;background:#{{locationcolor/light|ruins}}&amp;quot; | 5F&lt;br /&gt;
! style=&amp;quot;background:#{{locationcolor/light|ruins}}; {{roundytr|5px}}&amp;quot; | Apex&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{ruby color}}&amp;quot; | {{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby}}&lt;br /&gt;
| rowspan=2 | [[File:Sky Pillar RS.png|112px]]&lt;br /&gt;
| rowspan=2 | [[File:Sky Pillar entrance RS.png|112px]]&lt;br /&gt;
| rowspan=2 | [[File:Sky Pillar 1F RS.png|112px]]&lt;br /&gt;
| rowspan=2 | [[File:Sky Pillar 2F RS.png|112px]]&lt;br /&gt;
| rowspan=2 | [[File:Sky Pillar 3F RS.png|112px]]&lt;br /&gt;
| rowspan=2 | [[File:Sky Pillar 4F RS.png|112px]]&lt;br /&gt;
| rowspan=2 | [[File:Sky Pillar 5F RS.png|112px]]&lt;br /&gt;
| rowspan=2 | [[File:Sky Pillar 6F RS.png|108px]]&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{sapphire color}}&amp;quot; | {{color2|fff|Pokémon Ruby and Sapphire Versions|Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=4 style=&amp;quot;background:#{{Emerald color}}&amp;quot; | {{color2|fff|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
! colspan=8 style=&amp;quot;color:#{{locationcolor/light|ruins}}&amp;quot; | &amp;lt;small&amp;gt;Before Rayquaza&#039;s awakening&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Sky Pillar before E.png|112px]]&lt;br /&gt;
| rowspan=3 | [[File:Sky Pillar entrance E.png|112px]]&lt;br /&gt;
| [[File:Sky Pillar 1F before E.png|112px]]&lt;br /&gt;
| [[File:Sky Pillar 2F before E.png|112px]]&lt;br /&gt;
| [[File:Sky Pillar 3F before E.png|112px]]&lt;br /&gt;
| [[File:Sky Pillar 4F before E.png|112px]]&lt;br /&gt;
| [[File:Sky Pillar 5F before E.png|112px]]&lt;br /&gt;
| [[File:Sky Pillar 6F before E.png|108px]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=8 style=&amp;quot;color:#{{locationcolor/light|ruins}}&amp;quot; | &amp;lt;small&amp;gt;After Rayquaza&#039;s awakening&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Sky Pillar after E.png|112px]]&lt;br /&gt;
| [[File:Sky Pillar 1F after E.png|112px]]&lt;br /&gt;
| [[File:Sky Pillar 2F after E.png|112px]]&lt;br /&gt;
| [[File:Sky Pillar 3F after E.png|112px]]&lt;br /&gt;
| [[File:Sky Pillar 4F after E.png|112px]]&lt;br /&gt;
| [[File:Sky Pillar 5F after E.png|112px]]&lt;br /&gt;
| [[File:Sky Pillar 6F after E.png|108px]]&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{Omega Ruby color}}&amp;quot; | {{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby}}&lt;br /&gt;
| rowspan=2 | &amp;lt;!--[[File:Sky Pillar ORAS.png|112px]]--&amp;gt;&lt;br /&gt;
| rowspan=2 | [[File:Sky Pillar entrance ORAS.png|112px]]&lt;br /&gt;
| rowspan=2 | &amp;lt;!--[[File:Sky Pillar 1F ORAS.png|112px]]--&amp;gt;&lt;br /&gt;
| rowspan=2 | &amp;lt;!--[[File:Sky Pillar 2F ORAS.png|112px]]--&amp;gt;&lt;br /&gt;
| rowspan=2 | &amp;lt;!--[[File:Sky Pillar 3F ORAS.png|112px]]--&amp;gt;&lt;br /&gt;
| rowspan=2 | &amp;lt;!--[[File:Sky Pillar 4F ORAS.png|112px]]--&amp;gt;&lt;br /&gt;
| rowspan=2 | &amp;lt;!--[[File:Sky Pillar 5F ORAS.png|112px]]--&amp;gt;&lt;br /&gt;
| rowspan=2 | &amp;lt;!--[[File:Sky Pillar 6F ORAS.png|108px]]--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{Alpha Sapphire color}}&amp;quot; | {{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| colspan=9 style=&amp;quot;background:#{{locationcolor/light|ruins}}; {{roundybottom|5px}}&amp;quot; | &amp;amp;nbsp;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Music===&lt;br /&gt;
{| class=&amp;quot;roundtable&amp;quot; style=&amp;quot;margin:auto; text-align: center; background: #{{locationcolor/med|road}}; border: 3px solid #{{locationcolor/dark|road}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#{{locationcolor/light|road}}&amp;quot;&lt;br /&gt;
! Games&lt;br /&gt;
! Situation&lt;br /&gt;
! Song name (Japanese)&lt;br /&gt;
! Song name (English)&lt;br /&gt;
! Composition&lt;br /&gt;
! Arrangement&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
! rowspan=2 | {{GameIcon|R}}{{GameIcon|Sa}}{{GameIcon|E}}&lt;br /&gt;
| Overworld&lt;br /&gt;
| えんとつやま&lt;br /&gt;
| [[Pokémon Ruby &amp;amp; Pokémon Sapphire: Super Music Collection|Mt. Chimney]]&lt;br /&gt;
| [[Go Ichinose]]&lt;br /&gt;
| Go Ichinose&lt;br /&gt;
|-&lt;br /&gt;
| When battling Rayquaza&lt;br /&gt;
| 戦闘！超古代ポケモン&lt;br /&gt;
| [[Pokémon Ruby &amp;amp; Pokémon Sapphire: Super Music Collection|Battle! (Super-Ancient Pokémon)]]&lt;br /&gt;
| [[Junichi Masuda]]&lt;br /&gt;
| Junichi Masuda&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
! rowspan=8 | {{GameIcon|OR}}{{GameIcon|AS}}&lt;br /&gt;
| Entrance&lt;br /&gt;
| えんとつやま&lt;br /&gt;
| [[Pokémon Omega Ruby &amp;amp; Pokémon Alpha Sapphire: Super Music Collection|Mt. Chimney]]&lt;br /&gt;
| Go Ichinose&lt;br /&gt;
| [[Minako Adachi]]&lt;br /&gt;
|-&lt;br /&gt;
| 1F-5F&lt;br /&gt;
| そらのはしら&lt;br /&gt;
| [[Pokémon Omega Ruby &amp;amp; Pokémon Alpha Sapphire: Super Music Collection|Sky Pillar]]&lt;br /&gt;
| Junichi Masuda&lt;br /&gt;
| [[Shota Kageyama]]&lt;br /&gt;
|-&lt;br /&gt;
| When [[Zinnia]] talks about her past&lt;br /&gt;
| 流星哀歌&lt;br /&gt;
| [[Pokémon Omega Ruby &amp;amp; Pokémon Alpha Sapphire: Super Music Collection|The Lament of Falling Stars]]&lt;br /&gt;
| Shota Kageyama&lt;br /&gt;
| Shota Kageyama&lt;br /&gt;
|-&lt;br /&gt;
| When encountering and battling Rayquaza&lt;br /&gt;
| 戦闘！超古代ポケモン&lt;br /&gt;
| [[Pokémon Omega Ruby &amp;amp; Pokémon Alpha Sapphire: Super Music Collection|Battle! (Super-Ancient Pokémon)]]&lt;br /&gt;
| Junichi Masuda&lt;br /&gt;
| Minako Adachi&lt;br /&gt;
|-&lt;br /&gt;
| When battling Zinnia&lt;br /&gt;
| 戦闘！伝承者ヒガナ&lt;br /&gt;
| [[Pokémon Omega Ruby &amp;amp; Pokémon Alpha Sapphire: Super Music Collection|Battle! (Lorekeeper Zinnia)]]&lt;br /&gt;
| Shota Kageyama&lt;br /&gt;
| Shota Kageyama&lt;br /&gt;
|-&lt;br /&gt;
| Before travelling into space&lt;br /&gt;
| 悠久を継ぎし者たち&lt;br /&gt;
| [[Pokémon Omega Ruby &amp;amp; Pokémon Alpha Sapphire: Super Music Collection|The Heirs to Eternity]]&lt;br /&gt;
| Shota Kageyama&lt;br /&gt;
| Shota Kageyama&lt;br /&gt;
|-&lt;br /&gt;
| When travelling into space&lt;br /&gt;
| per aspera ad astra！&lt;br /&gt;
| [[Pokémon Omega Ruby &amp;amp; Pokémon Alpha Sapphire: Super Music Collection|Per Aspera Ad Astra]]&lt;br /&gt;
| Shota Kageyama&amp;lt;br&amp;gt;[[Hideaki Kuroda]]&lt;br /&gt;
| Hideaki Kuroda&lt;br /&gt;
|-&lt;br /&gt;
| When reading Zinnia’s letter&lt;br /&gt;
| はじまりのしらべ ‐theme of Ωα‐&lt;br /&gt;
| [[Pokémon Omega Ruby &amp;amp; Pokémon Alpha Sapphire: Super Music Collection|Strains of a New Beginning -Theme of Ωrαs-]]&lt;br /&gt;
| Shota Kageyama&lt;br /&gt;
| Shota Kageyama&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==In the spin-off games==&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
Artwork depicting Sky Pillar is seen in {{mas|Zinnia}}&#039;s mindscape.&lt;br /&gt;
{| style=&amp;quot;background: #{{masters color dark}}; {{roundy}}; border: #{{masters color dark}};&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{| style=&amp;quot;background: #{{masters color light}}; {{roundy}}; border: #{{masters color light}};&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{| style=&amp;quot;background: #{{dragon color light}}; {{roundy}}; border: #{{dragon color light}}; padding: 0px 5px 5px 5px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;big&amp;gt;&#039;&#039;&#039;{{color2|000|Zinnia (Masters)#Rayquaza|Zinnia &amp;amp; Rayquaza}}&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Zinnia Mindscape.png|200px]]&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==In animation==&lt;br /&gt;
[[File:Sky Pillar Evolutions.png|thumb|300px|Sky Pillar in [[Pokémon Evolutions]]]]&lt;br /&gt;
===Pokémon Evolutions===&lt;br /&gt;
The Sky Pillar appeared in &#039;&#039;[[PE06|The Wish]]&#039;&#039;, where {{ga|May}} arrived there and met [[Zinnia]], who recited the lore of the [[Draconid people]] to her. At the top of the tower, Zinnia summoned {{p|Rayquaza}} in order to destroy the [[Grand Meteor Delta|giant meteorite]] that was threatening Hoenn. However, Rayquaza lacked the energy to [[Mega Evolution|Mega Evolve]], causing Zinnia to fall into despair. Thanks to May&#039;s [[Meteorite]], however, Rayquaza was able to regain the energy it required for Mega Evolution. Zinnia then allowed May to take her place in battling and {{pkmn2|caught|catching}} Rayquaza. Following this, Zinnia challenged May to a {{pkmn|battle}} as her final duty as the Lorekeeper of the Draconid people.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
[[File:Sky Pillar Adventures.png|thumb|210px|Sky Pillar in [[Pokémon Adventures]]]]&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
The Sky Pillar is a 50-floor-tall tower with a variety of [[wild Pokémon]] living inside. The 50th floor is a large puzzle that requires the combined efforts of an adult and child to solve it, where the adult pulls on levers that open a tunnel big enough for the child to move through. Those that solve the puzzle will gain access to the room where {{DL|Super-ancient Pokémon (Adventures)|Rayquaza}} sleeps.&lt;br /&gt;
&lt;br /&gt;
===={{MangaArc|Ruby &amp;amp; Sapphire}}====&lt;br /&gt;
The Sky Pillar first appeared in &#039;&#039;[[PS241|Dreadful Dealing with Dusclops]]&#039;&#039;. {{adv|Wally}} was taken there by {{adv|Norman}} in order to find and awaken Rayquaza. After traversing its floors and solving the puzzle with Norman, Wally succeeded in the given task. Norman then took Rayquaza to try and stop the battle between {{DL|Super-ancient Pokémon (Adventures)|Groudon}} and {{DL|Super-ancient Pokémon (Adventures)|Kyogre}} in [[Sootopolis City]].&lt;br /&gt;
&lt;br /&gt;
===={{MangaArc|Omega Ruby &amp;amp; Alpha Sapphire}}====&lt;br /&gt;
In &#039;&#039;[[PS598|Claydol Unleashes]]&#039;&#039;, {{adv|Ruby}} and {{DL|Eon duo (Adventures)|Latios}} traveled to the Sky Pillar by [[Soaring in the sky|soaring through the skies]]. There, they encountered [[Zinnia]], who attacked the two under the impression that they were intruding. During the battle, Ruby recognized [[Zinnia&#039;s Salamence]] as the same {{p|Salamence}} that had attacked him and {{adv|Sapphire}} in [[Goldenrod City]] when they were little. After Zinnia had left, Ruby stayed at the tower to examine all the 50 floors and take photos of the giant mural inside before leaving as well.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
The following gallery is of cards named, mentioning or featuring Sky Pillar in the [[Pokémon Trading Card Game]].&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:SkyPillarCelestialStorm144.jpg|[[Sky Pillar (Celestial Storm 144)|Sky Pillar]] ([[Celestial Storm (TCG)|Celestial Storm]] 144/168)&lt;br /&gt;
File:ZinniaDragonMajesty64.jpg|[[Zinnia (Dragon Majesty 64)|Zinnia]] ([[Dragon Majesty (TCG)|Dragon Majesty]] 64/70)&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Merchandise==&lt;br /&gt;
[[File:Poncho-wearing Pikachu Rayquaza costume Sky Pillar keychain.png|thumb|{{p|Pikachu}} &amp;amp; Sky Pillar keychain]]&lt;br /&gt;
A keychain featuring the Sky Pillar has been released on July 6, 2016 as part of the [[Poncho-wearing Pikachu (goods collection)|Poncho-wearing Pikachu]] line of merchandise exclusive to the [[Pokémon Center (store)|Pokémon Center]].&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* In [[Generation III]], when stopping the [[bicycle]] on a certain section of cracked floor tiles on the second floor, it is possible to fall on top of a rock. However, it is possible to walk off the rock, so there is no risk of being stuck there.&lt;br /&gt;
* In {{pkmn|Omega Ruby and Alpha Sapphire}}, the Sky Pillar theme is a remix of the song that plays in {{game|Emerald||Emerald}} when {{p|Rayquaza}} arrives to stop {{p|Groudon}} and {{p|Kyogre}}&#039;s fight in [[Sootopolis City]].&lt;br /&gt;
* In Omega Ruby and Alpha Sapphire, even if {{p|Deoxys}} is caught during the [[Delta Episode]], its met location will still be listed as Sky Pillar.&lt;br /&gt;
* In Omega Ruby and Alpha Sapphire, the [[Memory Girl]] in [[Lilycove City]] will refer to Rayquaza and Deoxys&#039;s met location as &amp;quot;the inside of a tall building,&amp;quot; despite the fact that these Pokémon aren&#039;t encountered inside the tower.&lt;br /&gt;
* In {{pkmn|Legends: Z-A}}, the player visits the [[Hyperspace Sky Pillar|Hyperspace version of Sky Pillar]] in order to battle and capture Rayquaza as part of the [[Mega Dimension]] DLC story.&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Langtable|color={{locationcolor/light|ruins}}|bordercolor={{locationcolor/dark|ruins}}&lt;br /&gt;
|zh_yue=天空之柱 &#039;&#039;{{tt|Tīnhūng jī Chyúh|Sky Pillar}}&#039;&#039; {{tt|*|Games}}&amp;lt;br&amp;gt;空中之柱 &#039;&#039;{{tt|Hūngjūng jī Chyúh|Aerial Pillar}}&#039;&#039; {{tt|*|Adventures}}&lt;br /&gt;
|zh_cmn=天空之柱 &#039;&#039;{{tt|Tiānkōng zhī Zhù|Sky Pillar}}&#039;&#039; {{tt|*|Games, Adventures (Jilin Publishing)}}&amp;lt;br&amp;gt;空中之柱 &#039;&#039;{{tt|Kōngzhōng zhī Zhù|Aerial Pillar}}&#039;&#039; {{tt|*|Adventures (Ching Win Publishing)}}&lt;br /&gt;
|cs=Nebeský pilíř&lt;br /&gt;
|fr=Pilier Céleste&lt;br /&gt;
|de=Himmelturm&lt;br /&gt;
|it=Torre dei Cieli&lt;br /&gt;
|ko=하늘기둥 &#039;&#039;{{tt|Haneul Gidung|Sky Pillar}}&#039;&#039;&lt;br /&gt;
|pt_br=Pilar Celeste&lt;br /&gt;
|es=Pilar Celeste&lt;br /&gt;
|vi=Cột Trụ Trời&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Related articles==&lt;br /&gt;
{{Hoenn}}&lt;br /&gt;
{{legendarylocations|hoenn}}&lt;br /&gt;
{{Project Locations notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Hoenn locations]]&lt;br /&gt;
[[Category:Ruby and Sapphire locations]]&lt;br /&gt;
[[Category:Emerald locations]]&lt;br /&gt;
[[Category:Omega Ruby and Alpha Sapphire locations]]&lt;br /&gt;
[[Category:Towers]]&lt;br /&gt;
[[Category:Ruins]]&lt;br /&gt;
&lt;br /&gt;
[[de:Himmelturm]]&lt;br /&gt;
[[es:Pilar Celeste]]&lt;br /&gt;
[[fr:Pilier Céleste]]&lt;br /&gt;
[[it:Torre dei Cieli]]&lt;br /&gt;
[[ja:そらのはしら]]&lt;br /&gt;
[[zh:天空之柱]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Pok%C3%A9mon_Adventures_volume_20&amp;diff=4563872</id>
		<title>Pokémon Adventures volume 20</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Pok%C3%A9mon_Adventures_volume_20&amp;diff=4563872"/>
		<updated>2026-05-30T21:04:15Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* Publications */ Added Czech release&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{VolumePrevNext|&lt;br /&gt;
number=20|&lt;br /&gt;
series=Pokémon Adventures |&lt;br /&gt;
colorscheme=Hoenn}}&lt;br /&gt;
{{VolumeInfobox |&lt;br /&gt;
image=Pokemon Adventures volume 20 VIZ cover.jpg |&lt;br /&gt;
number=20 |&lt;br /&gt;
series=Pokémon Adventures |&lt;br /&gt;
chapters=[[PS239]] - [[PS249]] |&lt;br /&gt;
chapter=Hoenn |&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Volume 20: The Third Journey&#039;&#039;&#039; is the twentieth volume of the [[Pokémon Adventures]] manga and the sixth of eight volumes in the {{MangaArc|Ruby &amp;amp; Sapphire}}. Authored by [[Hidenori Kusaka]] and illustrated by [[Satoshi Yamamoto]].&lt;br /&gt;
&lt;br /&gt;
==Blurb==&lt;br /&gt;
&#039;&#039;Legendary Pokémon Kyogre and Groudon are unleashed, and the world descends into chaos! Ruby and Sapphire head down to Seafl oor Cavern to try and stop them. To make matters worse, Archie and Maxie, the leaders of evil Team Aqua and equally evil Team Magma, are controlling Kyogre and Groudon with the Blue Orb and the Red Orb. Or are the Legendary Pokémon controlling them...?!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Meanwhile, has Wally built up his strength enough to train with Ruby’s father, Gym Leader Norman?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Publications==&lt;br /&gt;
{{publications/h|Hoenn}}&lt;br /&gt;
{{publications|cover=Pokémon Adventures JP volume 20.png|edition=First|country={{color2|000|Pokémon in Japan|Japan}}|company=Shogakukan|date=April 26, 2005|ISBN=9784091497208}}&lt;br /&gt;
{{publications|cover=Pokémon Adventures VIZ volume 20.png|edition=First|country={{color2|000|Pokémon in the United States|United States}}|company=VIZ Media|date=January 7, 2014|ISBN=9781421535548}}&lt;br /&gt;
{{publications|cover=Pokemon Adventures volume 20 VIZ cover.jpg|edition=Digital|country={{color2|000|Pokémon in the United States|United States}}|company=VIZ Media|date=September 25, 2018|ISBN=9781974705757}}&lt;br /&gt;
{{publications|cover=Pokémon Adventures CY volume 20.png|edition=First|country={{color2|000|Pokémon in Singapore|Singapore}}|company=Chuang Yi|date=July 2005|ISBN=9789812606655}}&lt;br /&gt;
{{publications|cover=Pokémon Adventures AR volume 20.png|edition=First|country={{color2|000|Pokémon in Latin America|Argentina}}|company=Panini Comics|date=July 11, 2025|ISBN=9786076348048}}&lt;br /&gt;
{{publications|cover=Pokémon Adventures BR volume 20.png|edition=First|country={{color2|000|Pokémon in Brazil|Brazil}}|company=Panini Comics|date=March 30, 2020|ISBN=9788542629422}}&lt;br /&gt;
{{publications|cover=|edition=First|country={{color2|000|Pokémon in mainland China|Mainland China}}|company=Jilin Publishing Group|date=August 1, 2005|ISBN=9787538618167}}&lt;br /&gt;
{{publications|cover=|edition=Second|country={{color2|000|Pokémon in mainland China|Mainland China}}|company=Jilin Publishing Group|date=April 1, 2013|ISBN=9787538660531}}&lt;br /&gt;
{{publications|cover=Pokémon Adventures CZ volume 20.png|edition=First|country={{color2|000|Pokémon in the Czech Republic|Czech Republic}}|company=Nakladatelství CREW|date=June 9, 2026|ISBN=9788077120395}}&lt;br /&gt;
{{publications|cover=Pokémon Adventures DE volume 20.png|edition=First|country={{color2|000|Pokémon in Germany|Germany}}|company=Panini Comics|date=April 23, 2019|ISBN=9783741612121}}&lt;br /&gt;
{{publications|cover=|edition=First|country={{color2|000|Pokémon in Hong Kong|Hong Kong}}|company=Ching Win Publishing Group|date=January 1, 2008|ISBN=9789628981212}}&lt;br /&gt;
{{publications|cover=Pokémon Adventures IT volume 20.png|edition=First|country={{color2|000|Pokémon in Italy|Italy}}|company=RCS MediaGroup|date=May 30, 2024}}&lt;br /&gt;
{{publications|cover=Pokémon Adventures MX volume 20.png|edition=First|country={{color2|000|Pokémon in Latin America|Mexico}}|company=Panini Comics|date=July 8, 2020|ISBN=9786076348048}}&lt;br /&gt;
{{publications|cover=Pokémon Adventures NO volume 20.png|edition=First|country={{color2|000|Pokémon in Norway|Norway}}|company=Outland forlag|date=November 7, 2025|ISBN=9788284011233}}&lt;br /&gt;
{{publications|cover=Pokémon Adventures KO volume 20 Ed 2.png|edition=First|country={{color2|000|Pokémon in South Korea|South Korea}}|company=Daewon C.I.|date=September 15, 2005|ISBN=9788952898876}}&lt;br /&gt;
{{publications|cover=Pokémon Adventures KO volume 20 Ed 2.png|edition=Second|country={{color2|000|Pokémon in South Korea|South Korea}}|company=Daewon C.I.|date=September 15, 2008|ISBN=9788925234632}}&lt;br /&gt;
{{publications|cover=Pokémon Adventures KO volume 20 Ed 2.png|edition=Third|country={{color2|000|Pokémon in South Korea|South Korea}}|company=Daewon C.I.|date=November 8, 2011|ISBN=9788925290553}}&lt;br /&gt;
{{publications|cover=|edition=First|country={{color2|000|Pokémon in Taiwan|Taiwan}}|company=Ching Win Publishing Group|date=April 25, 2007|ISBN=9789861568850}}&lt;br /&gt;
{{publications|cover=|edition=First|country={{color2|000|Pokémon in Thailand|Thailand}}|company=Nation Edutainment|date=December 20, 2007|ISBN=9789740950684}}&lt;br /&gt;
{{publications|cover=|edition=First|country={{color2|000|Pokémon in Vietnam|Vietnam}}|company=Kim Đồng Publishing House|date=May 2016|ISBN=Unknown}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Chapters==&lt;br /&gt;
* [[PS239|Chapter 239: The Beginning of the End with Kyogre &amp;amp; Groudon VII]]&lt;br /&gt;
* [[PS240|Chapter 240: Talk About Timing, Treecko]]&lt;br /&gt;
* [[PS241|Chapter 241: Dreadful Dealing with Dusclops]]&lt;br /&gt;
* [[PS242|Chapter 242: Very Vexing Volbeat]]&lt;br /&gt;
* [[PS243|Chapter 243: No Armaldo Is an Island]]&lt;br /&gt;
* [[PS244|Chapter 244: The Beginning of the End with Kyogre &amp;amp; Groudon VIII]]&lt;br /&gt;
* [[PS245|Chapter 245: Bravo, Vibrava]]&lt;br /&gt;
* [[PS246|Chapter 246: Can I Ninjask You a Question?]]&lt;br /&gt;
* [[PS247|Chapter 247: The Beginning of the End with Kyogre &amp;amp; Groudon IX]]&lt;br /&gt;
* [[PS248|Chapter 248: The Beginning of the End with Kyogre &amp;amp; Groudon X]]&lt;br /&gt;
* [[PS249|Chapter 249: The Beginning of the End with Kyogre &amp;amp; Groudon XI]]&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
* [[Professor Birch]] loses [[Emerald&#039;s Sceptile|Treecko]] and the Pokédex he was going to give to the {{adv|Emerald|third Hoenn Pokédex Holder}} he was supposed to meet.&lt;br /&gt;
* {{adv|Wally}} finds the {{p|Treecko}} and the Pokédex in [[Pacifidlog Town]].&lt;br /&gt;
* [[Norman]] takes Wally to the [[Sky Pillar]]. Wally needs to climb to the tower&#039;s top.&lt;br /&gt;
* [[Archie]] receives the [[Blue Orb]] and is able to control {{p|Kyogre}}. He abandons {{adv|Amber}} in the [[Submarine Explorer 1]].&lt;br /&gt;
* {{adv|Ruby}} and {{adv|Sapphire}} reach the [[Seafloor Cavern]].&lt;br /&gt;
* [[Courtney]] invades the [[Mossdeep Space Center]].&lt;br /&gt;
* The [[Gym Leader]]s fight the [[Aqua Admin (Trainer class)|Team Aqua]] and [[Magma Admin (Trainer class)|Team Magma Admins]].&lt;br /&gt;
* The orbs take over [[Maxie]] and Archie&#039;s minds.&lt;br /&gt;
* Kyogre, {{p|Groudon}}, Maxie, and Archie make their way to [[Sootopolis City]]. Maxie and Archie drag Ruby and Sapphire with them.&lt;br /&gt;
&lt;br /&gt;
==Party changes==&lt;br /&gt;
===Additions===&lt;br /&gt;
No Pokémon are caught in this volume.&lt;br /&gt;
&lt;br /&gt;
===Evolutions===&lt;br /&gt;
No Pokémon evolve in this volume.&lt;br /&gt;
&lt;br /&gt;
==Gym battles==&lt;br /&gt;
Sapphire doesn&#039;t challenge any [[Gym]]s.&lt;br /&gt;
&lt;br /&gt;
==Pokémon Contests==&lt;br /&gt;
Ruby doesn&#039;t participate in any Pokémon Contests.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* This is the first volume of any [[Pokémon manga]] to be released under [[VIZ Media]]&#039;s imprint Perfect Square. Previously, all of their volumes were released under the VIZ Kids imprint.&lt;br /&gt;
&lt;br /&gt;
{{Project Manga notice}}&lt;br /&gt;
[[Category:Pokémon Adventures volumes|20]]&lt;br /&gt;
&lt;br /&gt;
[[de:Band 20 (Pocket Monsters SPECIAL)]]&lt;br /&gt;
[[es:Tomo 20 (Pocket Monsters Special)]]&lt;br /&gt;
[[fr:Tome 20 (Pocket Monsters Special)]]&lt;br /&gt;
[[ja:ポケットモンスターSPECIAL 第20巻]]&lt;br /&gt;
[[zh:宝可梦特别篇20]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Clavell&amp;diff=4535799</id>
		<title>Clavell</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Clavell&amp;diff=4535799"/>
		<updated>2026-04-22T09:09:57Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* Voice actors */ Added Czech VA&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Character Infobox&lt;br /&gt;
|color={{Paldea color}}&lt;br /&gt;
|corecolor={{Paldea color light}}&lt;br /&gt;
|bordercolor={{Paldea color dark}}&lt;br /&gt;
|name=Clavell&lt;br /&gt;
|jname=クラベル&lt;br /&gt;
|tmname=Clavel&lt;br /&gt;
|jtranslit=Kuraberu&lt;br /&gt;
|image={{#switch: {{#expr: {{#time: U}} mod 2}}|0=Scarlet|1=Violet}} Clavell.png&lt;br /&gt;
|size=150px&lt;br /&gt;
|caption=Art from [[Pokémon Scarlet and Violet|{{#switch: {{#expr: {{#time: U}} mod 2}}|0=Scarlet|1=Violet}}]]&lt;br /&gt;
|gender=Male&lt;br /&gt;
|colors=yes&lt;br /&gt;
|eyes=Gray&lt;br /&gt;
|hair=White&lt;br /&gt;
|hometown=Unknown&lt;br /&gt;
|region=[[Paldea]]&lt;br /&gt;
}}&lt;br /&gt;
{{Character Infobox/Game&lt;br /&gt;
|color={{Paldea color light}}&lt;br /&gt;
|gen={{gen|IX}}&lt;br /&gt;
|counterpart=[[Clavell (Masters)]]&lt;br /&gt;
|games={{pkmn|Scarlet and Violet|Scarlet, Violet}}&amp;lt;br&amp;gt;{{pkmn|Masters EX}}&lt;br /&gt;
|trainer=Director&lt;br /&gt;
|enva=David Lodge&amp;lt;ref name=&amp;quot;David Lodge&amp;quot;&amp;gt;[https://imgur.com/a/aGlOHyS Email from David Lodge]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;({{pkmn|Masters EX}})&amp;lt;/small&amp;gt;&lt;br /&gt;
|jpva=Tadashi Wakabayashi &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={{Paldea color light}}&lt;br /&gt;
|series=&#039;&#039;[[Pokémon Horizons: The Series]]&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;[[Pokémon: Paldean Winds]]&#039;&#039;&lt;br /&gt;
|debut=&#039;&#039;[[HZ046|Welcome to Naranja Academy!]]&#039;&#039; &amp;lt;small&amp;gt;([[Pokémon Horizons: The Series|Horizons]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;[[PPW01|Breathe Out]]&#039;&#039; &amp;lt;small&amp;gt;([[Pokémon: Paldean Winds|PW]])&amp;lt;/small&amp;gt;&lt;br /&gt;
|enva=Brian Villalobos&amp;lt;ref&amp;gt;[https://x.com/lobrocop/status/1888257463956172927 Brian Villalobos X account]&amp;lt;/ref&amp;gt; &amp;lt;small&amp;gt;([[Pokémon Horizons: The Series|Horizons]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;[[Pete Zarustica]] &amp;lt;small&amp;gt;([[Pokémon: Paldean Winds|PW]])&amp;lt;/small&amp;gt;&lt;br /&gt;
|jpva=Mahito Ohba &amp;lt;small&amp;gt;([[Pokémon Horizons: The Series|Horizons]])&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Tadashi Wakabayashi &amp;lt;small&amp;gt;([[Pokémon: Paldean Winds|PW]])&amp;lt;/small&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Clavell&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;クラベル&#039;&#039;&#039; &#039;&#039;Clavel&#039;&#039;) is a character in [[Pokémon Scarlet and Violet]]. He serves as the director of [[Naranja Academy]]{{sup/9|S}}/[[Uva Academy]]{{sup/9|V}}. He is the only character in the {{pkmn|games}} to have the {{DL|Pokémon Trainer|Trainer class}} &#039;&#039;&#039;Director&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;校長&#039;&#039;&#039; &#039;&#039;Principal&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
Clavell first appears as the host of the introductory video at the start of the game, welcoming the player to the academy as well as the [[Paldea]] region as a whole. On the player&#039;s first day as a student, he arrives at their house in [[Cabo Poco]] to give them their [[first partner Pokémon]]. Clavell leads the player to the house of [[Nemona]], a [[Pokémon Champion|Champion]]-ranked Trainer and fellow student, where Clavell asks the player to select a Pokémon. Nemona then decides to take one of the Pokémon herself to start anew, and Clavell takes the last of the first partner Pokémon remaining. After the player and Nemona battle, Clavell remains at Nemona&#039;s home in Cabo Poco until the two arrive at the academy.&lt;br /&gt;
&lt;br /&gt;
===Pre-game===&lt;br /&gt;
In his youth, Clavell studied at the same university as [[Cyrano]], who later founded [[Blueberry Academy]] in [[Unova]]. Later on, Clavell worked primarily as a Pokémon researcher and was part of the research team of [[Professor Sada]]{{sup/9|S}}/[[Professor Turo]]{{sup/9|V}}, investigating [[Area Zero]]. [[Jacq]], the current biology teacher of the academy, worked alongside Clavell as his subordinate and is frequently at the receiving end of Clavell&#039;s criticizing. A year and a half before the events of the game, Clavell was named the director of the academy by [[Geeta]].&lt;br /&gt;
&lt;br /&gt;
===★ Starfall Street ★===&lt;br /&gt;
During the ★ Starfall Street ★ storyline, he disguises himself as a student named &#039;&#039;&#039;Clive&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ネルケ&#039;&#039;&#039; &#039;&#039;Nelke&#039;&#039;) to support the player and learn the truth behind [[Team Star]]&#039;s reputation and actions.&lt;br /&gt;
&lt;br /&gt;
===Victory Road===&lt;br /&gt;
Clavell appears as part of [[Iono]]&#039;s [[Gym]] Test, where he hides somewhere in three locations, the first location being the street connected to the [[Levincia]] Gym building, the second location being the street connected to the Levincia [[Pokémon Center]], and the third location being the Levincia Gym&#039;s battle court. The player must use the street surveillance cameras to seek him. Iono refers to Clavell as &#039;&#039;&#039;Mister Walksabout&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ジェントルさん&#039;&#039;&#039; &#039;&#039;Jentoru-san&#039;&#039;) throughout the Gym Test. Clavell explains that he owes the {{pal|Pokémon League}} &amp;quot;for many a past favor&amp;quot;, which is why he agreed to help Iono with her Gym Test. For the first two locations, the player will always have to battle Iono&#039;s {{tc|Gym Trainer}}s, even if they found Clavell on their first try or not.&lt;br /&gt;
&lt;br /&gt;
===Post-game===&lt;br /&gt;
After the player&#039;s adventure in [[Area Zero]], Clavell thanks them, Nemona, [[Arven]], and [[Penny]] for their efforts in stopping the professor&#039;s time machine, despite having had to go into the area without permission to do so. After giving the player a [[Master Ball]], Clavell explains that while their deeds in Area Zero must be kept secret, the player&#039;s attaining of Champion rank deserves to be celebrated, and he and Nemona begin organizing a tournament to test the player&#039;s strength as a Champion. Known as the [[Academy Ace Tournament]], Clavell gives the tournament&#039;s opening speech. After the player wins the competition, Clavell decides for more competitions to be held, and may appear as a final opponent in further tournaments.&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
Clavell&#039;s team will always contain the final evolutionary form of the [[first partner Pokémon]] with a type advantage to the player&#039;s chosen first partner Pokémon. This is likely the first partner Pokémon that remained with him after the player and [[Nemona]] chose their own first partner Pokémon at the beginning of the game. The remainder of his team will be based on his first partner Pokémon. Clavell also sends out a Pawmi during the game&#039;s opening cutscene.&lt;br /&gt;
&lt;br /&gt;
===={{g|Scarlet and Violet}}====&lt;br /&gt;
Clavell will {{Tera}}stallize his [[first partner Pokémon]] at the first opportunity.&lt;br /&gt;
&lt;br /&gt;
=====First battle=====&lt;br /&gt;
{{Party&lt;br /&gt;
| caption = {{PlayerChoice|0906|Sprigatito}}&lt;br /&gt;
| background = {{Paldea color}}&lt;br /&gt;
| border = {{Paldea color dark}}&lt;br /&gt;
| headcolor = {{Paldea color light}}&lt;br /&gt;
| sprite = VSClavell S.png&lt;br /&gt;
| size = x100px&lt;br /&gt;
| prize = {{PDollar}}13,420&lt;br /&gt;
| class = Director&lt;br /&gt;
| classlink = Clavell&lt;br /&gt;
| name = Clavell&lt;br /&gt;
| location = Naranja Academy&lt;br /&gt;
| location2 = Uva Academy&lt;br /&gt;
| game = SV&lt;br /&gt;
| pokemon = 6&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0765&lt;br /&gt;
| pokemon = Oranguru&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 60&lt;br /&gt;
| type1 = Normal&lt;br /&gt;
| type2 = Psychic&lt;br /&gt;
| ability = Inner Focus&lt;br /&gt;
| move1 = Yawn | move1type = Normal | move1cat = Status&lt;br /&gt;
| move2 = Dream Eater | move2type = Psychic | move2cat = Special&lt;br /&gt;
| move3 = Reflect | move3type = Psychic | move3cat = Status&lt;br /&gt;
| move4 = Foul Play | move4type = Dark | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0460&lt;br /&gt;
| pokemon = Abomasnow&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 60&lt;br /&gt;
| type1 = Grass&lt;br /&gt;
| type2 = Ice&lt;br /&gt;
| ability = Snow Warning&lt;br /&gt;
| move1 = Aurora Veil | move1type = Ice | move1cat = Status&lt;br /&gt;
| move2 = Blizzard | move2type = Ice | move2cat = Special&lt;br /&gt;
| move3 = Wood Hammer | move3type = Grass | move3cat = Physical&lt;br /&gt;
| move4 = Ice Shard | move4type = Ice | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0855&lt;br /&gt;
| pokemon = Polteageist&lt;br /&gt;
| gender = none&lt;br /&gt;
| level = 60&lt;br /&gt;
| type1 = Ghost&lt;br /&gt;
| ability = Weak Armor&lt;br /&gt;
| move1 = Shell Smash | move1type = Normal | move1cat = Status&lt;br /&gt;
| move2 = Shadow Ball | move2type = Ghost | move2cat = Special&lt;br /&gt;
| move3 = Sucker Punch | move3type = Dark | move3cat = Physical&lt;br /&gt;
| move4 = Will-O-Wisp | move4type = Fire | move4cat = Status&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0591&lt;br /&gt;
| pokemon = Amoonguss&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 60&lt;br /&gt;
| type1 = Grass&lt;br /&gt;
| type2 = Poison&lt;br /&gt;
| ability = Effect Spore&lt;br /&gt;
| move1 = Spore | move1type = Grass | move1cat = Status&lt;br /&gt;
| move2 = Toxic | move2type = Poison | move2cat = Status&lt;br /&gt;
| move3 = Giga Drain | move3type = Grass | move3cat = Special&lt;br /&gt;
| move4 = Hex | move4type = Ghost | move4cat = Special&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0130&lt;br /&gt;
| pokemon = Gyarados&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 60&lt;br /&gt;
| type1 = Water&lt;br /&gt;
| type2 = Flying&lt;br /&gt;
| ability = Intimidate&lt;br /&gt;
| move1 = Aqua Tail | move1type = Water | move1cat = Physical&lt;br /&gt;
| move2 = Crunch | move2type = Dark | move2cat = Physical&lt;br /&gt;
| move3 = Stone Edge | move3type = Rock | move3cat = Physical&lt;br /&gt;
| move4 = Earthquake | move4type = Ground | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0911&lt;br /&gt;
| pokemon = Skeledirge&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 61&lt;br /&gt;
| type1 = Fire&lt;br /&gt;
| type2 = Ghost&lt;br /&gt;
| tera = Fire&lt;br /&gt;
| icon = tera&lt;br /&gt;
| ability = Blaze&lt;br /&gt;
| move1 = Shadow Ball | move1type = Ghost | move1cat = Special&lt;br /&gt;
| move2 = Torch Song | move2type = Fire | move2cat = Special&lt;br /&gt;
| move3 = Earth Power | move3type = Ground | move3cat = Special&lt;br /&gt;
| move4 = Snarl | move4type = Dark | move4cat = Special&lt;br /&gt;
}}&lt;br /&gt;
{{Party/end}}&lt;br /&gt;
{{Party&lt;br /&gt;
| caption = {{PlayerChoice|0909|Fuecoco}}&lt;br /&gt;
| background = {{Paldea color}}&lt;br /&gt;
| border = {{Paldea color dark}}&lt;br /&gt;
| headcolor = {{Paldea color light}}&lt;br /&gt;
| sprite = VSClavell S.png&lt;br /&gt;
| size = x100px&lt;br /&gt;
| prize = {{PDollar}}13,420&lt;br /&gt;
| class = Director&lt;br /&gt;
| classlink = Clavell&lt;br /&gt;
| name = Clavell&lt;br /&gt;
| location = Naranja Academy&lt;br /&gt;
| location2 = Uva Academy&lt;br /&gt;
| game = SV&lt;br /&gt;
| pokemon = 6&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0765&lt;br /&gt;
| pokemon = Oranguru&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 60&lt;br /&gt;
| type1 = Normal&lt;br /&gt;
| type2 = Psychic&lt;br /&gt;
| ability = Inner Focus&lt;br /&gt;
| move1 = Yawn | move1type = Normal | move1cat = Status&lt;br /&gt;
| move2 = Dream Eater | move2type = Psychic | move2cat = Special&lt;br /&gt;
| move3 = Reflect | move3type = Psychic | move3cat = Status&lt;br /&gt;
| move4 = Foul Play | move4type = Dark | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0460&lt;br /&gt;
| pokemon = Abomasnow&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 60&lt;br /&gt;
| type1 = Grass&lt;br /&gt;
| type2 = Ice&lt;br /&gt;
| ability = Snow Warning&lt;br /&gt;
| move1 = Aurora Veil | move1type = Ice | move1cat = Status&lt;br /&gt;
| move2 = Blizzard | move2type = Ice | move2cat = Special&lt;br /&gt;
| move3 = Wood Hammer | move3type = Grass | move3cat = Physical&lt;br /&gt;
| move4 = Ice Shard | move4type = Ice | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0855&lt;br /&gt;
| pokemon = Polteageist&lt;br /&gt;
| gender = none&lt;br /&gt;
| level = 60&lt;br /&gt;
| type1 = Ghost&lt;br /&gt;
| ability = Weak Armor&lt;br /&gt;
| move1 = Shell Smash | move1type = Normal | move1cat = Status&lt;br /&gt;
| move2 = Shadow Ball | move2type = Ghost | move2cat = Special&lt;br /&gt;
| move3 = Sucker Punch | move3type = Dark | move3cat = Physical&lt;br /&gt;
| move4 = Will-O-Wisp | move4type = Fire | move4cat = Status&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0229&lt;br /&gt;
| pokemon = Houndoom&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 60&lt;br /&gt;
| type1 = Dark&lt;br /&gt;
| type2 = Fire&lt;br /&gt;
| ability = Flash Fire&lt;br /&gt;
| move1 = Dark Pulse | move1type = Dark | move1cat = Special&lt;br /&gt;
| move2 = Fire Blast | move2type = Fire | move2cat = Special&lt;br /&gt;
| move3 = Sludge Bomb | move3type = Poison | move3cat = Special&lt;br /&gt;
| move4 = Thunder Fang | move4type = Electric | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0591&lt;br /&gt;
| pokemon = Amoonguss&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 60&lt;br /&gt;
| type1 = Grass&lt;br /&gt;
| type2 = Poison&lt;br /&gt;
| ability = Effect Spore&lt;br /&gt;
| move1 = Spore | move1type = Grass | move1cat = Status&lt;br /&gt;
| move2 = Toxic | move2type = Poison | move2cat = Status&lt;br /&gt;
| move3 = Giga Drain | move3type = Grass | move3cat = Special&lt;br /&gt;
| move4 = Hex | move4type = Ghost | move4cat = Special&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0914&lt;br /&gt;
| pokemon = Quaquaval&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 61&lt;br /&gt;
| type1 = Water&lt;br /&gt;
| type2 = Fighting&lt;br /&gt;
| tera = Water&lt;br /&gt;
| icon = tera&lt;br /&gt;
| ability = Torrent&lt;br /&gt;
| move1 = Brick Break | move1type = Fighting | move1cat = Physical&lt;br /&gt;
| move2 = Aqua Step | move2type = Water | move2cat = Physical&lt;br /&gt;
| move3 = Aerial Ace | move3type = Flying | move3cat = Physical&lt;br /&gt;
| move4 = Ice Spinner | move4type = Ice | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Party/end}}&lt;br /&gt;
{{Party&lt;br /&gt;
| caption = {{PlayerChoice|0912|Quaxly}}&lt;br /&gt;
| background = {{Paldea color}}&lt;br /&gt;
| border = {{Paldea color dark}}&lt;br /&gt;
| headcolor = {{Paldea color light}}&lt;br /&gt;
| sprite = VSClavell S.png&lt;br /&gt;
| size = x100px&lt;br /&gt;
| prize = {{PDollar}}13,420&lt;br /&gt;
| class = Director&lt;br /&gt;
| classlink = Clavell&lt;br /&gt;
| name = Clavell&lt;br /&gt;
| location = Naranja Academy&lt;br /&gt;
| location2 = Uva Academy&lt;br /&gt;
| game = SV&lt;br /&gt;
| pokemon = 6&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0765&lt;br /&gt;
| pokemon = Oranguru&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 60&lt;br /&gt;
| type1 = Normal&lt;br /&gt;
| type2 = Psychic&lt;br /&gt;
| ability = Inner Focus&lt;br /&gt;
| move1 = Yawn | move1type = Normal | move1cat = Status&lt;br /&gt;
| move2 = Dream Eater | move2type = Psychic | move2cat = Special&lt;br /&gt;
| move3 = Reflect | move3type = Psychic | move3cat = Status&lt;br /&gt;
| move4 = Foul Play | move4type = Dark | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0460&lt;br /&gt;
| pokemon = Abomasnow&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 60&lt;br /&gt;
| type1 = Grass&lt;br /&gt;
| type2 = Ice&lt;br /&gt;
| ability = Snow Warning&lt;br /&gt;
| move1 = Aurora Veil | move1type = Ice | move1cat = Status&lt;br /&gt;
| move2 = Blizzard | move2type = Ice | move2cat = Special&lt;br /&gt;
| move3 = Wood Hammer | move3type = Grass | move3cat = Physical&lt;br /&gt;
| move4 = Ice Shard | move4type = Ice | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0855&lt;br /&gt;
| pokemon = Polteageist&lt;br /&gt;
| gender = none&lt;br /&gt;
| level = 60&lt;br /&gt;
| type1 = Ghost&lt;br /&gt;
| ability = Weak Armor&lt;br /&gt;
| move1 = Shell Smash | move1type = Normal | move1cat = Status&lt;br /&gt;
| move2 = Shadow Ball | move2type = Ghost | move2cat = Special&lt;br /&gt;
| move3 = Sucker Punch | move3type = Dark | move3cat = Physical&lt;br /&gt;
| move4 = Will-O-Wisp | move4type = Fire | move4cat = Status&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0130&lt;br /&gt;
| pokemon = Gyarados&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 60&lt;br /&gt;
| type1 = Water&lt;br /&gt;
| type2 = Flying&lt;br /&gt;
| ability = Intimidate&lt;br /&gt;
| move1 = Aqua Tail | move1type = Water | move1cat = Physical&lt;br /&gt;
| move2 = Crunch | move2type = Dark | move2cat = Physical&lt;br /&gt;
| move3 = Stone Edge | move3type = Rock | move3cat = Physical&lt;br /&gt;
| move4 = Earthquake | move4type = Ground | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0229&lt;br /&gt;
| pokemon = Houndoom&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 60&lt;br /&gt;
| type1 = Dark&lt;br /&gt;
| type2 = Fire&lt;br /&gt;
| ability = Flash Fire&lt;br /&gt;
| move1 = Dark Pulse | move1type = Dark | move1cat = Special&lt;br /&gt;
| move2 = Fire Blast | move2type = Fire | move2cat = Special&lt;br /&gt;
| move3 = Sludge Bomb | move3type = Poison | move3cat = Special&lt;br /&gt;
| move4 = Thunder Fang | move4type = Electric | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0908&lt;br /&gt;
| pokemon = Meowscarada&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 61&lt;br /&gt;
| type1 = Grass&lt;br /&gt;
| type2 = Dark&lt;br /&gt;
| tera = Grass&lt;br /&gt;
| icon = tera&lt;br /&gt;
| ability = Overgrow&lt;br /&gt;
| move1 = Shadow Claw | move1type = Ghost | move1cat = Physical&lt;br /&gt;
| move2 = Flower Trick | move2type = Grass | move2cat = Physical&lt;br /&gt;
| move3 = Thunder Punch | move3type = Electric | move3cat = Physical&lt;br /&gt;
| move4 = Play Rough | move4type = Fairy | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Party/end}}&lt;br /&gt;
=====[[Academy Ace Tournament]] (before catching {{p|Terapagos}})=====&lt;br /&gt;
{{Party&lt;br /&gt;
| caption = {{PlayerChoice|0906|Sprigatito}}&lt;br /&gt;
| background = {{Paldea color}}&lt;br /&gt;
| border = {{Paldea color dark}}&lt;br /&gt;
| headcolor = {{Paldea color light}}&lt;br /&gt;
| sprite = VSClavell S.png&lt;br /&gt;
| size = x100px&lt;br /&gt;
| prize = {{PDollar}}13,200&lt;br /&gt;
| class = Director&lt;br /&gt;
| classlink = Clavell&lt;br /&gt;
| name = Clavell&lt;br /&gt;
| location = Mesagoza&lt;br /&gt;
| game = SV&lt;br /&gt;
| pokemon = 6&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0765&lt;br /&gt;
| pokemon = Oranguru&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 65&lt;br /&gt;
| type1 = Normal&lt;br /&gt;
| type2 = Psychic&lt;br /&gt;
| ability = Inner Focus&lt;br /&gt;
| move1 = Yawn | move1type = Normal | move1cat = Status&lt;br /&gt;
| move2 = Dream Eater | move2type = Psychic | move2cat = Special&lt;br /&gt;
| move3 = Reflect | move3type = Psychic | move3cat = Status&lt;br /&gt;
| move4 = Foul Play | move4type = Dark | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0460&lt;br /&gt;
| pokemon = Abomasnow&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 65&lt;br /&gt;
| type1 = Grass&lt;br /&gt;
| type2 = Ice&lt;br /&gt;
| ability = Snow Warning&lt;br /&gt;
| move1 = Aurora Veil | move1type = Ice | move1cat = Status&lt;br /&gt;
| move2 = Blizzard | move2type = Ice | move2cat = Special&lt;br /&gt;
| move3 = Wood Hammer | move3type = Grass | move3cat = Physical&lt;br /&gt;
| move4 = Ice Shard | move4type = Ice | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0855&lt;br /&gt;
| pokemon = Polteageist&lt;br /&gt;
| gender = none&lt;br /&gt;
| level = 65&lt;br /&gt;
| type1 = Ghost&lt;br /&gt;
| ability = Weak Armor&lt;br /&gt;
| move1 = Shell Smash | move1type = Normal | move1cat = Status&lt;br /&gt;
| move2 = Shadow Ball | move2type = Ghost | move2cat = Special&lt;br /&gt;
| move3 = Sucker Punch | move3type = Dark | move3cat = Physical&lt;br /&gt;
| move4 = Will-O-Wisp | move4type = Fire | move4cat = Status&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0591&lt;br /&gt;
| pokemon = Amoonguss&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 65&lt;br /&gt;
| type1 = Grass&lt;br /&gt;
| type2 = Poison&lt;br /&gt;
| ability = Effect Spore&lt;br /&gt;
| move1 = Spore | move1type = Grass | move1cat = Status&lt;br /&gt;
| move2 = Toxic | move2type = Poison | move2cat = Status&lt;br /&gt;
| move3 = Giga Drain | move3type = Grass | move3cat = Special&lt;br /&gt;
| move4 = Hex | move4type = Ghost | move4cat = Special&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0130&lt;br /&gt;
| pokemon = Gyarados&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 65&lt;br /&gt;
| type1 = Water&lt;br /&gt;
| type2 = Flying&lt;br /&gt;
| ability = Intimidate&lt;br /&gt;
| move1 = Aqua Tail | move1type = Water | move1cat = Physical&lt;br /&gt;
| move2 = Crunch | move2type = Dark | move2cat = Physical&lt;br /&gt;
| move3 = Stone Edge | move3type = Rock | move3cat = Physical&lt;br /&gt;
| move4 = Earthquake | move4type = Ground | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0911&lt;br /&gt;
| pokemon = Skeledirge&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 66&lt;br /&gt;
| type1 = Fire&lt;br /&gt;
| type2 = Ghost&lt;br /&gt;
| tera = Fire&lt;br /&gt;
| icon = tera&lt;br /&gt;
| ability = Blaze&lt;br /&gt;
| move1 = Shadow Ball | move1type = Ghost | move1cat = Special&lt;br /&gt;
| move2 = Torch Song | move2type = Fire | move2cat = Special&lt;br /&gt;
| move3 = Earth Power | move3type = Ground | move3cat = Special&lt;br /&gt;
| move4 = Snarl | move4type = Dark | move4cat = Special&lt;br /&gt;
}}&lt;br /&gt;
{{Party/end}}&lt;br /&gt;
{{Party&lt;br /&gt;
| caption = {{PlayerChoice|0909|Fuecoco}}&lt;br /&gt;
| background = {{Paldea color}}&lt;br /&gt;
| border = {{Paldea color dark}}&lt;br /&gt;
| headcolor = {{Paldea color light}}&lt;br /&gt;
| sprite = VSClavell S.png&lt;br /&gt;
| size = x100px&lt;br /&gt;
| prize = {{PDollar}}13,200&lt;br /&gt;
| class = Director&lt;br /&gt;
| classlink = Clavell&lt;br /&gt;
| name = Clavell&lt;br /&gt;
| location = Mesagoza&lt;br /&gt;
| game = SV&lt;br /&gt;
| pokemon = 6&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0765&lt;br /&gt;
| pokemon = Oranguru&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 65&lt;br /&gt;
| type1 = Normal&lt;br /&gt;
| type2 = Psychic&lt;br /&gt;
| ability = Inner Focus&lt;br /&gt;
| move1 = Yawn | move1type = Normal | move1cat = Status&lt;br /&gt;
| move2 = Dream Eater | move2type = Psychic | move2cat = Special&lt;br /&gt;
| move3 = Reflect | move3type = Psychic | move3cat = Status&lt;br /&gt;
| move4 = Foul Play | move4type = Dark | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0460&lt;br /&gt;
| pokemon = Abomasnow&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 65&lt;br /&gt;
| type1 = Grass&lt;br /&gt;
| type2 = Ice&lt;br /&gt;
| ability = Snow Warning&lt;br /&gt;
| move1 = Aurora Veil | move1type = Ice | move1cat = Status&lt;br /&gt;
| move2 = Blizzard | move2type = Ice | move2cat = Special&lt;br /&gt;
| move3 = Wood Hammer | move3type = Grass | move3cat = Physical&lt;br /&gt;
| move4 = Ice Shard | move4type = Ice | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0855&lt;br /&gt;
| pokemon = Polteageist&lt;br /&gt;
| gender = none&lt;br /&gt;
| level = 65&lt;br /&gt;
| type1 = Ghost&lt;br /&gt;
| ability = Weak Armor&lt;br /&gt;
| move1 = Shell Smash | move1type = Normal | move1cat = Status&lt;br /&gt;
| move2 = Shadow Ball | move2type = Ghost | move2cat = Special&lt;br /&gt;
| move3 = Sucker Punch | move3type = Dark | move3cat = Physical&lt;br /&gt;
| move4 = Will-O-Wisp | move4type = Fire | move4cat = Status&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0229&lt;br /&gt;
| pokemon = Houndoom&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 65&lt;br /&gt;
| type1 = Dark&lt;br /&gt;
| type2 = Fire&lt;br /&gt;
| ability = Flash Fire&lt;br /&gt;
| move1 = Dark Pulse | move1type = Dark | move1cat = Special&lt;br /&gt;
| move2 = Fire Blast | move2type = Fire | move2cat = Special&lt;br /&gt;
| move3 = Sludge Bomb | move3type = Poison | move3cat = Special&lt;br /&gt;
| move4 = Thunder Fang | move4type = Electric | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0591&lt;br /&gt;
| pokemon = Amoonguss&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 65&lt;br /&gt;
| type1 = Grass&lt;br /&gt;
| type2 = Poison&lt;br /&gt;
| ability = Effect Spore&lt;br /&gt;
| move1 = Spore | move1type = Grass | move1cat = Status&lt;br /&gt;
| move2 = Toxic | move2type = Poison | move2cat = Status&lt;br /&gt;
| move3 = Giga Drain | move3type = Grass | move3cat = Special&lt;br /&gt;
| move4 = Hex | move4type = Ghost | move4cat = Special&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0914&lt;br /&gt;
| pokemon = Quaquaval&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 66&lt;br /&gt;
| type1 = Water&lt;br /&gt;
| type2 = Fighting&lt;br /&gt;
| tera = Water&lt;br /&gt;
| icon = tera&lt;br /&gt;
| ability = Torrent&lt;br /&gt;
| move1 = Brick Break | move1type = Fighting | move1cat = Physical&lt;br /&gt;
| move2 = Aqua Step | move2type = Water | move2cat = Physical&lt;br /&gt;
| move3 = Aerial Ace | move3type = Flying | move3cat = Physical&lt;br /&gt;
| move4 = Ice Spinner | move4type = Ice | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Party/end}}&lt;br /&gt;
{{Party&lt;br /&gt;
| caption = {{PlayerChoice|0912|Quaxly}}&lt;br /&gt;
| background = {{Paldea color}}&lt;br /&gt;
| border = {{Paldea color dark}}&lt;br /&gt;
| headcolor = {{Paldea color light}}&lt;br /&gt;
| sprite = VSClavell S.png&lt;br /&gt;
| size = x100px&lt;br /&gt;
| prize = {{PDollar}}13,200&lt;br /&gt;
| class = Director&lt;br /&gt;
| classlink = Clavell&lt;br /&gt;
| name = Clavell&lt;br /&gt;
| location = Mesagoza&lt;br /&gt;
| game = SV&lt;br /&gt;
| pokemon = 6&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0765&lt;br /&gt;
| pokemon = Oranguru&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 65&lt;br /&gt;
| type1 = Normal&lt;br /&gt;
| type2 = Psychic&lt;br /&gt;
| ability = Inner Focus&lt;br /&gt;
| move1 = Yawn | move1type = Normal | move1cat = Status&lt;br /&gt;
| move2 = Dream Eater | move2type = Psychic | move2cat = Special&lt;br /&gt;
| move3 = Reflect | move3type = Psychic | move3cat = Status&lt;br /&gt;
| move4 = Foul Play | move4type = Dark | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0460&lt;br /&gt;
| pokemon = Abomasnow&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 65&lt;br /&gt;
| type1 = Grass&lt;br /&gt;
| type2 = Ice&lt;br /&gt;
| ability = Snow Warning&lt;br /&gt;
| move1 = Aurora Veil | move1type = Ice | move1cat = Status&lt;br /&gt;
| move2 = Blizzard | move2type = Ice | move2cat = Special&lt;br /&gt;
| move3 = Wood Hammer | move3type = Grass | move3cat = Physical&lt;br /&gt;
| move4 = Ice Shard | move4type = Ice | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0855&lt;br /&gt;
| pokemon = Polteageist&lt;br /&gt;
| gender = none&lt;br /&gt;
| level = 65&lt;br /&gt;
| type1 = Ghost&lt;br /&gt;
| ability = Weak Armor&lt;br /&gt;
| move1 = Shell Smash | move1type = Normal | move1cat = Status&lt;br /&gt;
| move2 = Shadow Ball | move2type = Ghost | move2cat = Special&lt;br /&gt;
| move3 = Sucker Punch | move3type = Dark | move3cat = Physical&lt;br /&gt;
| move4 = Will-O-Wisp | move4type = Fire | move4cat = Status&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0130&lt;br /&gt;
| pokemon = Gyarados&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 65&lt;br /&gt;
| type1 = Water&lt;br /&gt;
| type2 = Flying&lt;br /&gt;
| ability = Intimidate&lt;br /&gt;
| move1 = Aqua Tail | move1type = Water | move1cat = Physical&lt;br /&gt;
| move2 = Crunch | move2type = Dark | move2cat = Physical&lt;br /&gt;
| move3 = Stone Edge | move3type = Rock | move3cat = Physical&lt;br /&gt;
| move4 = Earthquake | move4type = Ground | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0229&lt;br /&gt;
| pokemon = Houndoom&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 65&lt;br /&gt;
| type1 = Dark&lt;br /&gt;
| type2 = Fire&lt;br /&gt;
| ability = Flash Fire&lt;br /&gt;
| move1 = Dark Pulse | move1type = Dark | move1cat = Special&lt;br /&gt;
| move2 = Fire Blast | move2type = Fire | move2cat = Special&lt;br /&gt;
| move3 = Sludge Bomb | move3type = Poison | move3cat = Special&lt;br /&gt;
| move4 = Thunder Fang | move4type = Electric | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0908&lt;br /&gt;
| pokemon = Meowscarada&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 66&lt;br /&gt;
| type1 = Grass&lt;br /&gt;
| type2 = Dark&lt;br /&gt;
| tera = Grass&lt;br /&gt;
| icon = tera&lt;br /&gt;
| ability = Overgrow&lt;br /&gt;
| move1 = Shadow Claw | move1type = Ghost | move1cat = Physical&lt;br /&gt;
| move2 = Flower Trick | move2type = Grass | move2cat = Physical&lt;br /&gt;
| move3 = Thunder Punch | move3type = Electric | move3cat = Physical&lt;br /&gt;
| move4 = Play Rough | move4type = Fairy | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Party/end}}&lt;br /&gt;
=====[[League Club Room]]=====&lt;br /&gt;
{{Party&lt;br /&gt;
| caption = {{PlayerChoice|0906|Sprigatito}}&lt;br /&gt;
| background = {{Paldea color}}&lt;br /&gt;
| border = {{Paldea color dark}}&lt;br /&gt;
| headcolor = {{Paldea color light}}&lt;br /&gt;
| sprite = VSClavell S.png&lt;br /&gt;
| size = x100px&lt;br /&gt;
| prize = {{PDollar}}17,820&lt;br /&gt;
| class = Director&lt;br /&gt;
| classlink = Clavell&lt;br /&gt;
| name = Clavell&lt;br /&gt;
| location = Blueberry Academy&lt;br /&gt;
| game = SV&lt;br /&gt;
| pokemon = 6&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0765&lt;br /&gt;
| pokemon = Oranguru&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 80&lt;br /&gt;
| type1 = Normal&lt;br /&gt;
| type2 = Psychic&lt;br /&gt;
| ability = Inner Focus&lt;br /&gt;
| move1 = Trick Room | move1type = Psychic | move1cat = Status&lt;br /&gt;
| move2 = Psychic | move2type = Psychic | move2cat = Special&lt;br /&gt;
| move3 = Thunderbolt | move3type = Electric | move3cat = Special&lt;br /&gt;
| move4 = Foul Play | move4type = Dark | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0460&lt;br /&gt;
| pokemon = Abomasnow&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 80&lt;br /&gt;
| type1 = Grass&lt;br /&gt;
| type2 = Ice&lt;br /&gt;
| ability = Snow Warning&lt;br /&gt;
| move1 = Aurora Veil | move1type = Ice | move1cat = Status&lt;br /&gt;
| move2 = Blizzard | move2type = Ice | move2cat = Special&lt;br /&gt;
| move3 = Giga Drain | move3type = Grass | move3cat = Special&lt;br /&gt;
| move4 = Ice Shard | move4type = Ice | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0855&lt;br /&gt;
| pokemon = Polteageist&lt;br /&gt;
| gender = &lt;br /&gt;
| level = 80&lt;br /&gt;
| type1 = Ghost&lt;br /&gt;
| ability = Weak Armor&lt;br /&gt;
| move1 = Shell Smash | move1type = Normal | move1cat = Status&lt;br /&gt;
| move2 = Shadow Ball | move2type = Ghost | move2cat = Special&lt;br /&gt;
| move3 = Stored Power | move3type = Psychic | move3cat = Special&lt;br /&gt;
| move4 = Strength Sap | move4type = Grass | move4cat = Status&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0591&lt;br /&gt;
| pokemon = Amoonguss&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 80&lt;br /&gt;
| type1 = Grass&lt;br /&gt;
| type2 = Poison&lt;br /&gt;
| ability = Effect Spore&lt;br /&gt;
| move1 = Spore | move1type = Grass | move1cat = Status&lt;br /&gt;
| move2 = Sludge Bomb | move2type = Poison | move2cat = Special&lt;br /&gt;
| move3 = Giga Drain | move3type = Grass | move3cat = Special&lt;br /&gt;
| move4 = Hex | move4type = Ghost | move4cat = Special&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0130&lt;br /&gt;
| pokemon = Gyarados&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 80&lt;br /&gt;
| type1 = Water&lt;br /&gt;
| type2 = Flying&lt;br /&gt;
| ability = Intimidate&lt;br /&gt;
| move1 = Waterfall | move1type = Water | move1cat = Physical&lt;br /&gt;
| move2 = Dragon Dance | move2type = Dragon | move2cat = Status&lt;br /&gt;
| move3 = Stone Edge | move3type = Rock | move3cat = Physical&lt;br /&gt;
| move4 = Earthquake | move4type = Ground | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0911&lt;br /&gt;
| pokemon = Skeledirge&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 81&lt;br /&gt;
| type1 = Fire&lt;br /&gt;
| type2 = Ghost&lt;br /&gt;
| tera = Fire&lt;br /&gt;
| icon = tera&lt;br /&gt;
| ability = Blaze&lt;br /&gt;
| move1 = Shadow Ball | move1type = Ghost | move1cat = Special&lt;br /&gt;
| move2 = Torch Song | move2type = Fire | move2cat = Special&lt;br /&gt;
| move3 = Earth Power | move3type = Ground | move3cat = Special&lt;br /&gt;
| move4 = Snarl | move4type = Dark | move4cat = Special&lt;br /&gt;
}}&lt;br /&gt;
{{Party/end}}&lt;br /&gt;
{{Party&lt;br /&gt;
| caption = {{PlayerChoice|0909|Fuecoco}}&lt;br /&gt;
| background = {{Paldea color}}&lt;br /&gt;
| border = {{Paldea color dark}}&lt;br /&gt;
| headcolor = {{Paldea color light}}&lt;br /&gt;
| sprite = VSClavell S.png&lt;br /&gt;
| size = x100px&lt;br /&gt;
| prize = {{PDollar}}17,820&lt;br /&gt;
| class = Director&lt;br /&gt;
| classlink = Clavell&lt;br /&gt;
| name = Clavell&lt;br /&gt;
| location = Blueberry Academy&lt;br /&gt;
| game = SV&lt;br /&gt;
| pokemon = 6&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0765&lt;br /&gt;
| pokemon = Oranguru&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 80&lt;br /&gt;
| type1 = Normal&lt;br /&gt;
| type2 = Psychic&lt;br /&gt;
| ability = Inner Focus&lt;br /&gt;
| move1 = Trick Room | move1type = Psychic | move1cat = Status&lt;br /&gt;
| move2 = Psychic | move2type = Psychic | move2cat = Special&lt;br /&gt;
| move3 = Thunderbolt | move3type = Electric | move3cat = Special&lt;br /&gt;
| move4 = Foul Play | move4type = Dark | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0460&lt;br /&gt;
| pokemon = Abomasnow&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 80&lt;br /&gt;
| type1 = Grass&lt;br /&gt;
| type2 = Ice&lt;br /&gt;
| ability = Snow Warning&lt;br /&gt;
| move1 = Aurora Veil | move1type = Ice | move1cat = Status&lt;br /&gt;
| move2 = Blizzard | move2type = Ice | move2cat = Special&lt;br /&gt;
| move3 = Giga Drain | move3type = Grass | move3cat = Special&lt;br /&gt;
| move4 = Ice Shard | move4type = Ice | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0855&lt;br /&gt;
| pokemon = Polteageist&lt;br /&gt;
| gender = &lt;br /&gt;
| level = 80&lt;br /&gt;
| type1 = Ghost&lt;br /&gt;
| ability = Weak Armor&lt;br /&gt;
| move1 = Shell Smash | move1type = Normal | move1cat = Status&lt;br /&gt;
| move2 = Shadow Ball | move2type = Ghost | move2cat = Special&lt;br /&gt;
| move3 = Stored Power | move3type = Psychic | move3cat = Special&lt;br /&gt;
| move4 = Strength Sap | move4type = Grass | move4cat = Status&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0229&lt;br /&gt;
| pokemon = Houndoom&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 80&lt;br /&gt;
| type1 = Dark&lt;br /&gt;
| type2 = Fire&lt;br /&gt;
| ability = Flash Fire&lt;br /&gt;
| move1 = Sucker Punch | move1type = Dark | move1cat = Physical&lt;br /&gt;
| move2 = Fire Blast | move2type = Fire | move2cat = Special&lt;br /&gt;
| move3 = Sludge Bomb | move3type = Poison | move3cat = Special&lt;br /&gt;
| move4 = Thunder Fang | move4type = Electric | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0591&lt;br /&gt;
| pokemon = Amoonguss&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 80&lt;br /&gt;
| type1 = Grass&lt;br /&gt;
| type2 = Poison&lt;br /&gt;
| ability = Effect Spore&lt;br /&gt;
| move1 = Spore | move1type = Grass | move1cat = Status&lt;br /&gt;
| move2 = Sludge Bomb | move2type = Poison | move2cat = Special&lt;br /&gt;
| move3 = Giga Drain | move3type = Grass | move3cat = Special&lt;br /&gt;
| move4 = Hex | move4type = Ghost | move4cat = Special&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0914&lt;br /&gt;
| pokemon = Quaquaval&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 81&lt;br /&gt;
| type1 = Water&lt;br /&gt;
| type2 = Fighting&lt;br /&gt;
| tera = Water&lt;br /&gt;
| icon = tera&lt;br /&gt;
| ability = Torrent&lt;br /&gt;
| move1 = Brick Break | move1type = Fighting | move1cat = Physical&lt;br /&gt;
| move2 = Aqua Step | move2type = Water | move2cat = Physical&lt;br /&gt;
| move3 = Aerial Ace | move3type = Flying | move3cat = Physical&lt;br /&gt;
| move4 = Ice Spinner | move4type = Ice | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Party/end}}&lt;br /&gt;
{{Party&lt;br /&gt;
| caption = {{PlayerChoice|0912|Quaxly}}&lt;br /&gt;
| background = {{Paldea color}}&lt;br /&gt;
| border = {{Paldea color dark}}&lt;br /&gt;
| headcolor = {{Paldea color light}}&lt;br /&gt;
| sprite = VSClavell S.png&lt;br /&gt;
| size = x100px&lt;br /&gt;
| prize = {{PDollar}}17,820&lt;br /&gt;
| class = Director&lt;br /&gt;
| classlink = Clavell&lt;br /&gt;
| name = Clavell&lt;br /&gt;
| location = Blueberry Academy&lt;br /&gt;
| game = SV&lt;br /&gt;
| pokemon = 6&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0765&lt;br /&gt;
| pokemon = Oranguru&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 80&lt;br /&gt;
| type1 = Normal&lt;br /&gt;
| type2 = Psychic&lt;br /&gt;
| ability = Inner Focus&lt;br /&gt;
| move1 = Trick Room | move1type = Psychic | move1cat = Status&lt;br /&gt;
| move2 = Psychic | move2type = Psychic | move2cat = Special&lt;br /&gt;
| move3 = Thunderbolt | move3type = Electric | move3cat = Special&lt;br /&gt;
| move4 = Foul Play | move4type = Dark | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0460&lt;br /&gt;
| pokemon = Abomasnow&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 80&lt;br /&gt;
| type1 = Grass&lt;br /&gt;
| type2 = Ice&lt;br /&gt;
| ability = Snow Warning&lt;br /&gt;
| move1 = Aurora Veil | move1type = Ice | move1cat = Status&lt;br /&gt;
| move2 = Blizzard | move2type = Ice | move2cat = Special&lt;br /&gt;
| move3 = Giga Drain | move3type = Grass | move3cat = Special&lt;br /&gt;
| move4 = Ice Shard | move4type = Ice | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0855&lt;br /&gt;
| pokemon = Polteageist&lt;br /&gt;
| gender = &lt;br /&gt;
| level = 80&lt;br /&gt;
| type1 = Ghost&lt;br /&gt;
| ability = Weak Armor&lt;br /&gt;
| move1 = Shell Smash | move1type = Normal | move1cat = Status&lt;br /&gt;
| move2 = Shadow Ball | move2type = Ghost | move2cat = Special&lt;br /&gt;
| move3 = Stored Power | move3type = Psychic | move3cat = Special&lt;br /&gt;
| move4 = Strength Sap | move4type = Grass | move4cat = Status&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0130&lt;br /&gt;
| pokemon = Gyarados&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 80&lt;br /&gt;
| type1 = Water&lt;br /&gt;
| type2 = Flying&lt;br /&gt;
| ability = Intimidate&lt;br /&gt;
| move1 = Waterfall | move1type = Water | move1cat = Physical&lt;br /&gt;
| move2 = Dragon Dance | move2type = Dragon | move2cat = Status&lt;br /&gt;
| move3 = Stone Edge | move3type = Rock | move3cat = Physical&lt;br /&gt;
| move4 = Earthquake | move4type = Ground | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0229&lt;br /&gt;
| pokemon = Houndoom&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 80&lt;br /&gt;
| type1 = Dark&lt;br /&gt;
| type2 = Fire&lt;br /&gt;
| ability = Flash Fire&lt;br /&gt;
| move1 = Sucker Punch | move1type = Dark | move1cat = Physical&lt;br /&gt;
| move2 = Fire Blast | move2type = Fire | move2cat = Special&lt;br /&gt;
| move3 = Sludge Bomb | move3type = Poison | move3cat = Special&lt;br /&gt;
| move4 = Thunder Fang | move4type = Electric | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
| gen = 9&lt;br /&gt;
| ndex = 0908&lt;br /&gt;
| pokemon = Meowscarada&lt;br /&gt;
| gender = male&lt;br /&gt;
| level = 81&lt;br /&gt;
| type1 = Grass&lt;br /&gt;
| type2 = Dark&lt;br /&gt;
| tera = Grass&lt;br /&gt;
| icon = tera&lt;br /&gt;
| ability = Overgrow&lt;br /&gt;
| move1 = Sucker Punch | move1type = Dark | move1cat = Physical&lt;br /&gt;
| move2 = Flower Trick | move2type = Grass | move2cat = Physical&lt;br /&gt;
| move3 = Thunder Punch | move3type = Electric | move3cat = Physical&lt;br /&gt;
| move4 = Play Rough | move4type = Fairy | move4cat = Physical&lt;br /&gt;
}}&lt;br /&gt;
{{Party/end}}&lt;br /&gt;
=====Gives to new Trainers=====&lt;br /&gt;
At the beginning of {{g|Scarlet and Violet}}, Clavell allows the player to pick one of these Pokémon as their [[first partner Pokémon]].&lt;br /&gt;
&lt;br /&gt;
{{Pokémon/Grid}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
|gen=9&lt;br /&gt;
|ndex=0906&lt;br /&gt;
|pokemon=Sprigatito&lt;br /&gt;
|level=5&lt;br /&gt;
|gender=both&lt;br /&gt;
|type1=Grass&lt;br /&gt;
|tera=Grass&lt;br /&gt;
|ability=Overgrow&lt;br /&gt;
|move1=Scratch|move1type=Normal|move1cat=Physical&lt;br /&gt;
|move2=Tail Whip|move2type=Normal|move2cat=Status&lt;br /&gt;
|move3=Leafage|move3type=Grass|move3cat=Physical}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
|gen=9&lt;br /&gt;
|ndex=0909&lt;br /&gt;
|pokemon=Fuecoco&lt;br /&gt;
|level=5&lt;br /&gt;
|gender=both&lt;br /&gt;
|type1=Fire&lt;br /&gt;
|tera=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;
|move3=Ember|move3type=Fire|move3cat=Special}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
|gen=9&lt;br /&gt;
|ndex=0912&lt;br /&gt;
|pokemon=Quaxly&lt;br /&gt;
|level=5&lt;br /&gt;
|gender=both&lt;br /&gt;
|type1=Water&lt;br /&gt;
|tera=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;
|move3=Water Gun|move3type=Water|move3cat=Special}}&lt;br /&gt;
{{Pokémon/Grid/end}}&lt;br /&gt;
&lt;br /&gt;
=====Traded to the player=====&lt;br /&gt;
Upon the third unique interaction with Clavell in the League Club Room, he will trade a Pawmo to the player in exchange for almost any Pokémon excluding {{Shiny}}, {{pkmn2|Legendary}}, or [[Mythical Pokémon]].&lt;br /&gt;
&lt;br /&gt;
{{SVievent&lt;br /&gt;
|ndex=0922&lt;br /&gt;
|ball=Poké&lt;br /&gt;
|pokemon=Pawmo&lt;br /&gt;
|gender=m&lt;br /&gt;
|level=24&lt;br /&gt;
|teratype=Fighting&lt;br /&gt;
|type=Electric|type2=Fighting&lt;br /&gt;
|ot=Clavell&lt;br /&gt;
|id=209896&lt;br /&gt;
|ability=Volt Absorb&lt;br /&gt;
|nature=Hasty&lt;br /&gt;
|met=a Link Trade&lt;br /&gt;
|ribbon=Partner&lt;br /&gt;
|hpiv=15&lt;br /&gt;
|atkiv=22&lt;br /&gt;
|defiv=31&lt;br /&gt;
|spaiv=14&lt;br /&gt;
|spdiv=3&lt;br /&gt;
|speiv=29&lt;br /&gt;
|move1=Nuzzle|move1type=Electric|move1cat=Physical&lt;br /&gt;
|move2=Dig|move2type=Ground|move2cat=Physical&lt;br /&gt;
|move3=Bite|move3type=Dark|move3cat=Physical&lt;br /&gt;
|move4=Spark|move4type=Electric|move4cat=Physical&lt;br /&gt;
|method=[[In-game trade]] (League Club Room)&lt;br /&gt;
|scale=128&lt;br /&gt;
|trade=yes&lt;br /&gt;
|gift=yes}}&lt;br /&gt;
&lt;br /&gt;
==In the spin-off games==&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
{{main|Clavell (Masters)}}&lt;br /&gt;
Clavell, in his {{pkmn|Scarlet and Violet|Scarlet}} design, forms a [[sync pair]] with {{p|Quaquaval}} in [[Pokémon Masters EX]]. He also appears in his {{pkmn|Scarlet and Violet|Violet}} design, forming a sync pair with {{p|Sprigatito}}, as well as his disguise of Clive, forming a sync pair with {{p|Amoonguss}}. Clavell became a playable sync pair on October 2, 2024.&lt;br /&gt;
&lt;br /&gt;
====Clavell====&lt;br /&gt;
{{PairDex/h|Paldea}}&lt;br /&gt;
{{PairDex|216|Clavell|trainerlink=Clavell (Masters)#Quaquaval|trainerimg=Clavell|0914|Quaquaval|gender=male|buddy=yes|Water|Flying|Sprint|exrole=Field|6|Poké Fair Sync Pair Scout}}&lt;br /&gt;
{{PairDex|216|Clavell|trainerlink=Clavell (Masters)#Sprigatito|trainerimg=Clavell Alt|sygna=Alt.|0906|Sprigatito|gender=male|Grass|Ice|Sprint|exrole=Tech|6|Special Sync Pair Event}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Clive====&lt;br /&gt;
{{PairDex/h|Paldea}}&lt;br /&gt;
{{PairDex|231|Clive|trainerlink=Clavell (Masters)#Amoonguss|trainerimg=Clive|0591|Amoonguss|gender=male|buddy=yes|Poison|Flying|Tech|exrole=Support|6|Costume Sync Pair Scout}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
===Artwork===&lt;br /&gt;
{|style=&amp;quot;margin:auto; text-align:center; border:3px solid #{{paldea color dark}}; background:#{{paldea color}}; font-size:80%; border-radius: 10px&amp;quot;&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border:2px solid #{{Paldea color dark}}; background:#{{Paldea color light}}; width:96px; height:96px&amp;quot;| [[File:{{#switch: {{#expr: {{#time: U}} mod 2}}|0=Violet|1=Scarlet}} Clavell.png|100px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border:2px solid #{{Paldea color dark}}; background:#{{Paldea color light}}&amp;quot; | [[File:Clavell_concept_art.jpg|x200px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border:2px solid #{{Paldea color dark}}; background:#{{Paldea color light}}&amp;quot; | [[File:Scarlet Violet Key Visual.png|x200px]]&lt;br /&gt;
|-&lt;br /&gt;
|Artwork of Clavell from {{color2|000|Pokémon Scarlet and Violet|{{#switch: {{#expr: {{#time: U}} mod 2}}|0=Violet|1=Scarlet}}}}&lt;br /&gt;
|Concept art from {{color2|000|Pokémon Scarlet and Violet|Scarlet and Violet}}&lt;br /&gt;
|Clavell in the {{color2|000|Pokémon Scarlet and Violet|Scarlet and Violet}} key visual&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|5px}}; border:2px solid #{{paldea color dark}}; background:#{{paldea color light}}&amp;quot; | [[File:Paldean Winds Clavell.jpg|275px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}}; border:2px solid #{{paldea color dark}}; background:#{{paldea color light}}&amp;quot; | [[File:LCR Clavell icon S.png|100px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}}; border:2px solid #{{paldea color dark}}; background:#{{paldea color light}}&amp;quot; | [[File:LCR Clavell icon V.png|100px]]&lt;br /&gt;
|-&lt;br /&gt;
| Concept art from {{color2|000|Pokémon: Paldean Winds}}&lt;br /&gt;
| {{color2|000|League Club Room#Special Coaches|Special Coach}} profile image from&amp;lt;br&amp;gt;{{color2|000|Pokémon Scarlet and Violet|Scarlet}}&lt;br /&gt;
| {{color2|000|League Club Room#Special Coaches|Special Coach}} profile image from&amp;lt;br&amp;gt;{{color2|000|Pokémon Scarlet and Violet|Violet}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Models===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{Paldea color dark}}; background: #{{Paldea color}}; font-size: 80%; color:#FFF&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;{{roundy|100px}} border: 2px solid #{{Paldea color dark}}; background: #{{Paldea color light}}; width:100px&amp;quot;| [[File:VSClavell S.png|120px]]&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;{{roundy|100px}} border: 2px solid #{{Paldea color dark}}; background: #{{Paldea color light}}; width:100px&amp;quot;| [[File:VSClavell V.png|120px]]&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | {{color|000|VS model from}}&amp;lt;br&amp;gt;{{color2|000|Pokémon Scarlet and Violet|Scarlet}}&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | {{color|000|VS model from}}&amp;lt;br&amp;gt;{{color2|000|Pokémon Scarlet and Violet|Violet}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Quotes==&lt;br /&gt;
{{main|Clavell/Quotes}}&lt;br /&gt;
&lt;br /&gt;
==In animation==&lt;br /&gt;
[[File:Clavell anime.png|250px|thumb|Clavell in &#039;&#039;[[Pokémon Horizons: The Series]]&#039;&#039;]]&lt;br /&gt;
===&#039;&#039;Pokémon Horizons: The Series&#039;&#039;===&lt;br /&gt;
====History====&lt;br /&gt;
Clavell first appeared in &#039;&#039;[[HZ046|Welcome to Naranja Academy!]]&#039;&#039;. He was first seen with [[Geeta]] explaining the [[Terastal phenomenon]] and [[Naranja Academy]]&#039;s [[Tera Training]] to [[Liko]], [[Roy]], and [[Dot]]. When {{an|Nemona}} joined them, Clavell asked her to show the new students around the academy. Later, when [[Coral|&amp;quot;Cornbread&amp;quot;]] and [[Sidian|&amp;quot;Seasoning&amp;quot;]] arrived at the academy, Clavell noted they were not registered in the school&#039;s systems. He was then approached by [[Chalce|&amp;quot;Chive&amp;quot;]], who promised to resolve the issue for him.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ050|Trending Terastallization! Dance, Dance, Quaxly!]]&#039;&#039;, Clavell found Cornbread and Seasoning spying on Liko&#039;s group in [[Levincia]]. Believing the duo were interested in the performance of their academy colleagues, Clavell offered to accompany them to the [[Levincia Gym]], only to be left behind while he was distracted. Shortly afterward, Clavell traveled with Liko and Roy to watch Dot&#039;s Terastal battle against [[Iono]]. After the battle, Clavell instructed Liko, Roy, and Dot to return to the academy while also doing reports on any wild Pokémon they encounter on the way back.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ055|Showdown! The Paldea Elite Four]]&#039;&#039;, Clavell met the students taking on the Tera Training course as they returned to the academy and announced the [[Elite Four Tag Battle]], a friendly set of [[Multi Battle|Tag Battles]] where students would get to team up with [[Gym Leader]]s against members of the [[Paldea]] [[Elite Four]] while waiting for their next assignment. He was later seen observing the battles alongside Geeta.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ057|The Terapagos I Don&#039;t Know]]&#039;&#039;, alongside Geeta, Clavell was introduced to {{an|Terapagos}} during a meeting with [[Friede]], Liko, Roy, and Dot. After telling them what they knew about the Pokémon, Geeta talked about [[Area Zero]], and together with Clavell recommended that the group seek help from [[Raifort]] to find out more about Terapagos and [[Laqua]].&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ066|Infiltrating the System! Naranja Academy in Danger!]]&#039;&#039;, Clavell initiated the [[Tera Training Student Battle Tournament]]. Following Liko and her friends defending the academy from the [[Explorers]], Clavell invited Liko to his office, where [[Grusha]], having witnessed Liko&#039;s victory over [[Sidian]], allowed her to pass her second Tera Training test. In the [[HZ067|next episode]], Clavell watched the tournament battle between Liko and Roy, after which he formally concluded the tournament.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ101|Terastallization vs. Mega Evolution!]]&#039;&#039;, Clavell and Geeta met up with the younger [[Rising Volt Tacklers]] once more, this time also including [[Ult]]. While the Explorers had been spreading bad words of the Rising Volt Tacklers, Clavell and Geeta assured the children that their trust in them hadn&#039;t been wavered by these words. Dot then presented them with their findings regarding [[Laquium]], with Clavell asking [[Jacq]] to help in the analysis of the gathered data.&lt;br /&gt;
&lt;br /&gt;
Clavell was mentioned multiple times in [[HZ115]] and [[HZ116]], where [[Cyrano]] revealed that they both talked about the young Rising Volt Tacklers. At that time, Cyrano revealed that he calls Clavell by the nickname &#039;&#039;Vell-chan&#039;&#039;. [[HZ116|Some time later]], Cyrano revealed that Clavell had asked him to look after the young Rising Volt Tacklers and how promising they were as Trainers.&lt;br /&gt;
&lt;br /&gt;
In [[HZ126]], Clavell and Geeta once again met up with the younger Rising Volt Tacklers. The children were able to provide them with data that proved how harmful the [[Strong Sphere]]s were to the bond between humans and Pokémon, which Jacq&#039;s research also supported. While both Clavell and Geeta knew that the public wouldn&#039;t be so easily convinced, due to the Rising Volt Tacklers&#039; bad reputation, they were still able to ban the use of Strong Spheres at Naranja Academy.&lt;br /&gt;
&lt;br /&gt;
====Character====&lt;br /&gt;
According to Clavell, he has the habit of personally monitoring his students&#039; performance, and seeing how well they do. He is also kind and encouraging towards students, such as when he encouraged Liko on her progress as a trainer, even showing appreciation for her heroic actions that protected the school.&lt;br /&gt;
&lt;br /&gt;
Clavell also has a habit of dwelling on random topics at important moments. He also tends to get into lengthy conversations without realizing it.&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
=====Traveling with=====&lt;br /&gt;
{| width=&amp;quot;75%&amp;quot;&lt;br /&gt;
| {{ActivePoké|||nick=Rotom Phone|Clavell Rotom Phone.png|electric|ghost|link=Rotom Phone}}&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Voice actors====&lt;br /&gt;
{{vatable|color={{Paldea color}}|bordercolor={{Paldea color dark}}&lt;br /&gt;
|ja=大場 真人 &#039;&#039;Mahito Ohba&#039;&#039;&lt;br /&gt;
|en=Brian Villalobos&lt;br /&gt;
|ar=شربل أيوب &#039;&#039;Charbel Ayoub&#039;&#039;&lt;br /&gt;
|cs=Ivo Novák&lt;br /&gt;
|nl=Finn Poncin&lt;br /&gt;
|fi=Paavo Kerosuo ([[S27]])&amp;lt;br/&amp;gt;Antti Pääkkönen ([[S28]])&lt;br /&gt;
|he=אליעזר וייס &#039;&#039;Eliezer Weiss&#039;&#039;&lt;br /&gt;
|it=Paolo De Santis&lt;br /&gt;
|no=Modou Bah&lt;br /&gt;
|pl=Marcin Piętowski&lt;br /&gt;
|pt_br=Pádua Moreira&lt;br /&gt;
|es_la=Víctor Delgado&lt;br /&gt;
|es_eu=Héctor Garay&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 #{{Paldea color dark}}; background: #{{Paldea color}}; font-size:80%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{Paldea color dark}}; background: #{{Paldea color light}};&amp;quot;| [[File:Clavell HZ.png|90px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{Paldea color dark}}; background: #{{Paldea color light}};&amp;quot;| [[File:Clavell Anime Expression Sheet.png|250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{Paldea color dark}}; background: #{{Paldea color light}}; width:80px&amp;quot;| [[File:Horizons Clavell Geeta Concept Art.png|x200px]]&lt;br /&gt;
|-&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;&#039;&#039;{{color2|000|Pokémon Horizons: The Series}}&#039;&#039; &lt;br /&gt;
| Concept art from&amp;lt;br&amp;gt;&#039;&#039;{{color2|000|Pokémon Horizons: The Series}}&#039;&#039; &lt;br /&gt;
| &#039;&#039;{{color2|000|Pokémon Horizons: The Series}}&#039;&#039;&amp;lt;br&amp;gt;concept art&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Pokémon: Paldean Winds===&lt;br /&gt;
[[File:Clavell Paldean Winds.png|thumb|250px|Clavell in [[Pokémon: Paldean Winds]]]]&lt;br /&gt;
Clavell debuted in &#039;&#039;[[PPW01|Breathe Out]]&#039;&#039;, where he was seen talking to [[Ohara]] over the phone about her Treasure Hunt.&lt;br /&gt;
&lt;br /&gt;
Clavell reappeared in &#039;&#039;[[PPW04|Breathe Together]]&#039;&#039;, along with the rest of the [[Naranja Academy]] staff.&lt;br /&gt;
&lt;br /&gt;
====Voice actors====&lt;br /&gt;
{{vatable|color={{Paldea color}}|bordercolor={{Paldea color dark}}&lt;br /&gt;
|ja=若林正 &#039;&#039;Tadashi Wakabayashi&#039;&#039;&lt;br /&gt;
|en=[[Pete Zarustica]]&lt;br /&gt;
|it=Daniele Valenti&lt;br /&gt;
|pt_br=Armando Tiraboschi&lt;br /&gt;
|es_la=Santos Alberto&lt;br /&gt;
|es_eu=Héctor Garay&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Biri-Biri===&lt;br /&gt;
[[File:Arven Penny Clavell Biri-Biri.png|thumb|250px|Clavell in [[Biri-Biri]]]]&lt;br /&gt;
Clavell briefly appeared as a silhouette in the music video for [[Biri-Biri]].&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
[[File:Clavell Adventures.png|300px|thumb|Clavell in Pokémon Adventures]]&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
===={{MangaArc|Scarlet &amp;amp; Violet}}====&lt;br /&gt;
Clavell debuted in &#039;&#039;[[PASV01|Speeding! Paldea&#039;s Prince of Speed!!]]&#039;&#039;. He was first seen at [[Uva Academy]]&#039;s courtyard, hosting the opening ceremony for the Treasure Hunt. The presentation was interrupted by a student named {{Violet}}, who agreed to accept punishment if he was defeated in a race. [[Dendra]] accepted the challenge and competed against Violet alongside two other teachers. Although Dendra emerged the victor, Violet ended up running off with [[Arven]] to search for the [[Herba Mystica]]. Later, Clavell called the teaching staff in order to inform them of Violet&#039;s backstory and explain his behavior.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PASV03|Battle! Team Star, the Delinquents!!]]&#039;&#039;, in order to deal with [[Team Star]], Clavell and two teachers traveled to [[West Province (Area One)]]. They witnessed Violet driving off a pair of {{tc|Team Star Grunt}}s trying to forcibly recruit a girl named [[Penny]]. Shortly after Violet and Penny went their separate ways, the former received a call from someone going by the name &amp;quot;[[Cassiopeia]]&amp;quot;. The mysterious caller recruited Violet and Arven as members of Operation Starfall, a plan to defeat Team Star&#039;s five squad bosses and force the group to disband. When Violet and Arven arrived at the [[Segin Squad&#039;s Base]], they were approached by Clavell. Disguised as a student named Clive, Clavell requested to be included in Operation Starfall, which Cassiopeia accepted. Violet was unable to see through his disguise, much to Arven&#039;s bafflement, but Clavell quietly told Arven to play along.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PASV05|Challenge! DJ Giacomo!!]]&#039;&#039;, Violet and Arven battled through waves of Grunts while Clavell played support by healing their injured Pokémon. Once the Grunts were defeated, their boss [[Giacomo]] stepped out. Using the [[Tera Orb]] Clavell gave him, Violet defeated Giacomo, Accepting his defeat, Giacomo stepped down as a boss before revealing that Team Star&#039;s prolonged truancy was because they were waiting for their true leader, the &amp;quot;big boss&amp;quot;, to return to them. &lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[PASV07|Fierce Battle! The Stony Cliff Titan!!]]&#039;&#039;, Clavell returned to the academy to research more about Team Star and their leader. His attempts ended in failure, as any information from before he was hired as Director had been wiped from the academy&#039;s database. Speculating that this may have been a cover-up, Clavell decided the best option to learn about Team Star was to ask a student who was enrolled back when the team was still active.&lt;br /&gt;
&lt;br /&gt;
[[File:Clive Adventures.png|270px|left|thumb|Clive in Pokémon Adventures]]&lt;br /&gt;
In [[PASV13]], while in [[Levincia]], Clavell received a call from Arven, who requested that he help Violet raid the [[Schedar Squad&#039;s Base]] in his stead. Clavell agreed, but once he arrived at the base as Clive, he found Violet he found Violet tied up in a ball of webbing. Violet explained that a girl named {{Scarlet}} trapped him in her {{p|Tarountula}}&#039;s thread and stole {{ga|Miraidon}}. After Violet was freed, he and Clavell were approached by Nemona, who had come searching for Scarlet. Arven called Violet and informed him that he had met and started traveling with Scarlet. Satisfied, Violet and Nemona raided the Schedar Squad&#039;s Base together. &lt;br /&gt;
&lt;br /&gt;
In [[PASV16]], during Violet&#039;s battle with [[Mela]], the Fire crew&#039;s boss, Clavell noticed that the temperature quickly started to rise. The strong sunlight eventually caused Violet to pass out from heatstroke. He was revived soon after with a {{m|Rain Dance}} from Nemona&#039;s {{p|Quaxly}}. Clavell revealed the culprit was a group of {{p|Charcadet}} led by Charlos, a Charcadet raised by the academy that Mela had befriended. Mela scolded Charlos for its interference before continuing her battle with Violet, which eventually ended in the latter&#039;s victory. Accepting her loss, Mela stepped down as squad boss. Clavell explained that he had been investigating Team Star, but all information on them had been wiped from the academy database. Mela was shocked to learn this and suspected it was an intentional act of sabotage. Mela agreed to talk about Operation Star, but only after she had consulted the other squad bosses and the big boss. While Violet and Nemona went off to meet with Scarlet and Arven, Clavell stayed behind to continue talking with the Grunts at the base.&lt;br /&gt;
&lt;br /&gt;
In [[PASV19]], Clavell talked to [[Dendra]], [[Raifort]], and [[Tyme]] about Scarlet. Dendra noted that she had never seen Scarlet attend class despite her school records claiming she had perfect attendance. Clavell suspected that Scarlet may have infiltrated the academy for some reason. He was interrupted by a call from Cassiopeia, who informed him that Violet had gone to raid the [[Navi Squad&#039;s Base]]. In [[PASV20]], while disguised as Clive, Clavell arrived at the [[Tagtree Thicket]], but found the area deserted. He investigated the ground and found it was coated in a {{p|Muk}}&#039;s poison, which he suspected was a trap meant for Violet. A student named [[Youssef]] tried to launch a sneak attack, but was easily fended off. Youssef explained that he wasn&#039;t a member of Team Star, but was close friends with [[Atticus]], boss of the Navi Squad. To Youssef&#039;s shock, Clavell explained that he recently learned about an internal conflict within Team Star. Several Grunts planned to launch a coup, defeat the remaining bosses, and reform Team Star to suit their benefits. Clavell assured Youssef he meant Team Star no harm and asked that he cooperate with him. &lt;br /&gt;
&lt;br /&gt;
In [[PASV22]], while inside the base, Youssef and Clavell learned that the raid had already started. They quickly headed over to where Atticis was battling the raider, who unbeknownst to Clavell, was actually Scarlet disguised as Violet. Due to another poison trap, Scarlet&#039;s vision was severely affected, preventing her from choosing the correct Pokémon to battle with. Nemona tried using Clavell&#039;s glasses to help Scarlet see better, but they failed as they were the wrong prescription. Eventually, Scarlet&#039;s {{form|Palafin|Hero Form}} {{p|Palafin}} managed to take out Atticus&#039;s [[Starmobile]], resulting in the latter&#039;s defeat. Once Scarlet was cured of the poison afflicting her, she called out Atticus&#039;s hypocrisy by pointing out that his cruel actions in their battle made him no better than the bullies that led to Team Star&#039;s formation in the first place. Scarlet and Nemona then left while Clavell stayed behind to discuss Team Star-relate matters with the others.&lt;br /&gt;
&lt;br /&gt;
In [[PASV24]], Clavell asked Atticus to tell him why he and the other bosses were chosen to lead their respective bases. Atticus explained that like other members of Team Star, he was a victim of bullying due to standing out too much. He also revealed there was another student that stood out due to not being from Paldea, but she stopped attending school early on and he never learned her name or face. Later, Clavell called [[Penny]] into his office and began questioning her about the state of the academy before he was hired as Director. Unable to answer, Penny started crying and was granted permission to leave. Unbeknownst to Clavell, the &amp;quot;Penny&amp;quot; he was speaking to was actually Scarlet in another disguise.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
====Pokémon====&lt;br /&gt;
=====On hand=====&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Clavell&lt;br /&gt;
|pkmn=Cyclizar&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Normal&lt;br /&gt;
|img=Clavell Cyclizar Adventures.png&lt;br /&gt;
|epnum=PASV05&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Cyclizar}} is Clavell&#039;s first known Pokémon. While disguised as Clive, he uses it to travel around [[Paldea]].&lt;br /&gt;
&lt;br /&gt;
None of Cyclizar&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Clavell&lt;br /&gt;
|pkmn=Houndoom&lt;br /&gt;
|type1=Dark&lt;br /&gt;
|type2=Fire&lt;br /&gt;
|img=Clavell Houndoom Adventures.png&lt;br /&gt;
|epnum=PASV14&lt;br /&gt;
|epname=&lt;br /&gt;
|desc={{p|Houndoom}} is Clavell&#039;s second known Pokémon. While disguised as Clive, he used it to free {{Violet}} after he had been tied up by {{Scarlet}}&#039;s {{p|Tarountula}}.&lt;br /&gt;
&lt;br /&gt;
None of Houndoom&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Clavell&lt;br /&gt;
|pkmn=Oranguru&lt;br /&gt;
|type1=Normal&lt;br /&gt;
|type2=Psychic&lt;br /&gt;
|img=Clavell Oranguru Adventures.png&lt;br /&gt;
|epnum=PASV20&lt;br /&gt;
|desc={{p|Oranguru}} is Clavell&#039;s third known Pokémon. It was first used to defend its Trainer from being attacked by [[Youssef]].&lt;br /&gt;
&lt;br /&gt;
None of Oranguru&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
=====Given away=====&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| {{InactivePoké|Violet|Fuecoco|Violet Fuecoco.png|Fire|disp=Violet&#039;s Fuecoco|link=no}} ♂&lt;br /&gt;
| {{InactivePoké|Scarlet|Sprigatito|Scarlet Sprigatito.png|Grass |disp=Scarlet&#039;s Sprigatito|link=no}} ♀&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
===Clavell===&lt;br /&gt;
{{main|Clavell (Paldea Evolved 177)}}&lt;br /&gt;
&#039;&#039;&#039;Clavell&#039;&#039;&#039; was introduced as a {{TCG|Supporter card}} in the [[Pokémon Trading Card Game]] during the English Scarlet &amp;amp; Violet Series (the Japanese Scarlet &amp;amp; Violet Era). It was first released in the Japanese {{TCG|Triplet Beat}} subset and the English {{TCG|Paldea Evolved}} expansion, with artwork by [[Hitoshi Ariga]]. An {{TCG|ultra rare}} version of the card with artwork by [[Sanosuke Sakuma]] was released in the same sets. It lets players search their deck for up to three Basic Pokémon with 120 HP or less, reveal them, and put them in their hand. Afterwards, the player shuffles their deck.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:center; font-size:125%; margin:auto; max-width:500px; text-align:center; {{roundy|5px}} border:2px solid #{{paldea color dark}}; background:#{{paldea color dark}}&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:auto; display: flex; flex-wrap: wrap; align-items: flex-start; font-size:80%; padding: 3px; {{roundy|5px}}; #{{paldea color dark}}; background: #{{paldea color}}; text-align:center; gap: 2px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; font-size:80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;{{roundy|5px}}; border:2px solid #{{paldea color dark}}; background:#FFFFFF; flex-basis: 100px; min-width: 80px; height: 250px; overflow:hidden; display: flex; align-items: center; justify-content: center&amp;quot;&amp;gt;[[File:ClavellPaldeaEvolved177.jpg|x250px]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&#039;&#039;&#039;{{color2|000|Clavell (Paldea Evolved 185)|Clavell}}&#039;&#039;&#039; &amp;lt;br&amp;gt; Regular print &amp;lt;br&amp;gt; &#039;&#039;Illus. {{color2|000|Hitoshi Ariga}}&#039;&#039;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; font-size:80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;{{roundy|5px}}; border:2px solid #{{paldea color dark}}; background:#FFFFFF; flex-basis: 100px; min-width: 80px; height: 250px; overflow:hidden; display: flex; align-items: center; justify-content: center&amp;quot;&amp;gt;[[File:ClavellPaldeaEvolved249.jpg|x250px]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&#039;&#039;&#039;{{color2|000|Clavell (Paldea Evolved 249)|Clavell}}&#039;&#039;&#039; &amp;lt;br&amp;gt; {{color2|000|Ultra rare}} print &amp;lt;br&amp;gt; &#039;&#039;Illus. {{color2|000|Sanosuke Sakuma}}&#039;&#039;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Clive===&lt;br /&gt;
{{main|Clive (Paldean Fates 78)}}&lt;br /&gt;
Clavell&#039;s alter ego &#039;&#039;&#039;Clive&#039;&#039;&#039; was introduced as a Supporter card in the Pokémon Trading Card Game during the English Scarlet &amp;amp; Violet Series (the Japanese Scarlet &amp;amp; Violet Era) as well. It was first released in the Japanese {{TCG|Shiny Treasure ex}} subset, with artwork by [[GOSSAN]]. It allows players to draw two cards for each Supporter card in their opponent&#039;s hand.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:center; font-size:125%; margin:auto; max-width:750px; text-align:center; {{roundy|5px}} border:2px solid #{{paldea color dark}}; background:#{{paldea color dark}}&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:auto; display: flex; flex-wrap: wrap; align-items: flex-start; font-size:80%; padding: 3px; {{roundy|5px}}; #{{paldea color dark}}; background: #{{paldea color}}; text-align:center; gap: 2px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; font-size:80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;{{roundy|5px}}; border:2px solid #{{paldea color dark}}; background:#FFFFFF; flex-basis: 100px; min-width: 80px; height: 250px; overflow:hidden; display: flex; align-items: center; justify-content: center&amp;quot;&amp;gt;[[File:ClivePaldeanFates78.jpg|x250px]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&#039;&#039;&#039;{{color2|000|Clive (Paldean Fates 78)|Clive}}&#039;&#039;&#039; &amp;lt;br&amp;gt; Regular print &amp;lt;br&amp;gt; &#039;&#039;Illus. {{color2|000|GOSSAN}}&#039;&#039;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; font-size:80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;{{roundy|5px}}; border:2px solid #{{paldea color dark}}; background:#FFFFFF; flex-basis: 100px; min-width: 80px; height: 250px; overflow:hidden; display: flex; align-items: center; justify-content: center&amp;quot;&amp;gt;[[File:ClivePaldeanFates227.jpg|x250px]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&#039;&#039;&#039;{{color2|000|Clive (Paldean Fates 227)|Clive}}&#039;&#039;&#039; &amp;lt;br&amp;gt; {{color2|000|Ultra rare}} print &amp;lt;br&amp;gt; &#039;&#039;Illus. {{color2|000|GOSSAN}}&#039;&#039;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;flex: 1; font-size:80%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;{{roundy|5px}}; border:2px solid #{{paldea color dark}}; background:#FFFFFF; flex-basis: 100px; min-width: 80px; height: 250px; overflow:hidden; display: flex; align-items: center; justify-content: center&amp;quot;&amp;gt;[[File:ClivePaldeanFates236.jpg|x250px]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&#039;&#039;&#039;{{color2|000|Clive (Paldean Fates 236)|Clive}}&#039;&#039;&#039; &amp;lt;br&amp;gt; {{color2|000|Special illustration rare}} print &amp;lt;br&amp;gt; &#039;&#039;Illus. {{color2|000|Taiga Kayama}}&#039;&#039;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* Clavell&#039;s Trainer ID is 209896. He has the same ID as [[Grusha]].&lt;br /&gt;
* Clavell&#039;s [[Rotom Phone]] uses a [[List of clothing in Pokémon Scarlet and Violet#Rotom Phone|White Case]].&lt;br /&gt;
* Clavell, [[Nemona]], and [[Iono]] are the only characters in the [[League Club Room]] that don&#039;t trade to the player a Pokémon or a pre-Evolution of a Pokemon that they are seen using in battle, instead trading {{p|Pawmo}}, {{rf|Paldean}} {{p|Tauros}}, and {{p|Magnemite}}, respectively.&lt;br /&gt;
** The Pokémon that Clavell and Nemona trade, however, are references to {{g|Scarlet and Violet}}&#039;s opening cutscene, where he is seen with a {{p|Pawmi}} and she with a Paldean Tauros.&lt;br /&gt;
* In the League Club Room, Clavell reveals he wears [[Premier Ball]]s on his person simply because [[Cyrano]] said he should do so.&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundtable&amp;quot; style=&amp;quot;background:#{{Paldea color}}; border:3px solid #{{Paldea color dark}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{Paldea color light}}&amp;quot; | Language&lt;br /&gt;
! style=&amp;quot;background:#{{Paldea color light}}&amp;quot; | Name&lt;br /&gt;
! style=&amp;quot;background:#{{Paldea color light}}&amp;quot; | Origin&lt;br /&gt;
|-&lt;br /&gt;
| Japanese&lt;br /&gt;
| クラベル &#039;&#039;Clavel&#039;&#039;&lt;br /&gt;
| From &#039;&#039;clavel&#039;&#039; (Spanish for &amp;quot;{{wp|carnation}}&amp;quot;, the national flower of Spain)&lt;br /&gt;
|-&lt;br /&gt;
| English, Brazilian Portuguese,&amp;lt;br&amp;gt;European Portuguese&lt;br /&gt;
| Clavell&lt;br /&gt;
| From &#039;&#039;clavell&#039;&#039; (Catalan for &amp;quot;carnation&amp;quot; and &amp;quot;clove&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
| German, European Spanish,&amp;lt;br&amp;gt;Latin American Spanish,&amp;lt;br&amp;gt;French, Italian&lt;br /&gt;
| Clavel&lt;br /&gt;
| From his Japanese name&lt;br /&gt;
|-&lt;br /&gt;
| Korean&lt;br /&gt;
| 클라벨 &#039;&#039;Clavel&#039;&#039;&lt;br /&gt;
| Transcription of his Japanese name&lt;br /&gt;
|-&lt;br /&gt;
| Chinese (Traditional)&lt;br /&gt;
| 克拉韋爾 &#039;&#039;Kèlāwéi&#039;ěr&#039;&#039; / &#039;&#039;Hāaklāaiwàihyíh&#039;&#039;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Transcription of his Japanese name&lt;br /&gt;
|-&lt;br /&gt;
| Chinese (Simplified)&lt;br /&gt;
| 克拉韦尔 &#039;&#039;Kèlāwéi&#039;ěr&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Indonesian&lt;br /&gt;
| Dion&lt;br /&gt;
| From &#039;&#039;{{wp|Dianthus}}&#039;&#039; (genus of plants which includes the carnation) and &#039;&#039;carnation&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Thai&lt;br /&gt;
| กลาเบล &#039;&#039;Klaben&#039;&#039;&lt;br /&gt;
| Transcription of his Japanese name&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
;Clive&lt;br /&gt;
{| class=&amp;quot;roundtable&amp;quot; style=&amp;quot;background:#{{Paldea color}}; border:3px solid #{{Paldea color dark}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{Paldea color light}}&amp;quot; | Language&lt;br /&gt;
! style=&amp;quot;background:#{{Paldea color light}}&amp;quot; | Name&lt;br /&gt;
! style=&amp;quot;background:#{{Paldea color light}}&amp;quot; | Origin&lt;br /&gt;
|-&lt;br /&gt;
| Japanese&lt;br /&gt;
| ネルケ &#039;&#039;Nelke&#039;&#039;&lt;br /&gt;
| From &#039;&#039;Nelke&#039;&#039; (German for &amp;quot;{{wp|clove}}&amp;quot; and &amp;quot;{{wp|carnation}}&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
| English,&amp;lt;br&amp;gt;Brazilian Portuguese&lt;br /&gt;
| Clive&lt;br /&gt;
| From &#039;&#039;clove&#039;&#039; and a corruption of &#039;&#039;Clavell&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| German&lt;br /&gt;
| Leval&lt;br /&gt;
| Corruption of &#039;&#039;Clavel&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| European Spanish&lt;br /&gt;
| Cael&lt;br /&gt;
| Corruption of &#039;&#039;Clavel&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| French&lt;br /&gt;
| Clove&lt;br /&gt;
| From &#039;&#039;clove&#039;&#039; and a corruption of &#039;&#039;Clavel&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Italian&lt;br /&gt;
| Garoff&lt;br /&gt;
| From &#039;&#039;chiodo di garofano&#039;&#039; (clove) and &#039;&#039;garofano&#039;&#039; (carnation)&lt;br /&gt;
|-&lt;br /&gt;
| Korean&lt;br /&gt;
| 네르케 &#039;&#039;Nelke&#039;&#039;&lt;br /&gt;
| Transcription of his Japanese name&lt;br /&gt;
|-&lt;br /&gt;
| Chinese (Traditional)&lt;br /&gt;
| 聶凱 &#039;&#039;Nièkǎi&#039;&#039; / &#039;&#039;Nihphói&#039;&#039;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Transcription of his Japanese name&lt;br /&gt;
|-&lt;br /&gt;
| Chinese (Simplified)&lt;br /&gt;
| 聂凯 &#039;&#039;Nièkǎi&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Indonesian&lt;br /&gt;
| Don&lt;br /&gt;
| Corruption of &#039;&#039;Dion&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Thai&lt;br /&gt;
| เน็ลเคอ &#039;&#039;Nelkhoe&#039;&#039;&lt;br /&gt;
| Transcription of his Japanese name&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
;Director&lt;br /&gt;
{{langtable|color={{Paldea color light}}|bordercolor={{Paldea color}}&lt;br /&gt;
|zh_yue=校長 &#039;&#039;{{tt|Haauhjéung|Principal}}&#039;&#039;&lt;br /&gt;
|zh_cmn=校長 / 校长 &#039;&#039;{{tt|Xiàozhǎng|Principal}}&#039;&#039;&lt;br /&gt;
|fi=Rehtori&lt;br /&gt;
|fr=Proviseur&lt;br /&gt;
|de=Direktor&lt;br /&gt;
|it=Preside&lt;br /&gt;
|ko=교장 &#039;&#039;{{tt|Gyojang|Principal}}&#039;&#039;&lt;br /&gt;
|es=Director Escolar&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:Clavell|Images on the Bulbagarden Archives]]&lt;br /&gt;
&lt;br /&gt;
{{NPC|Paldea|paldea=yes|blueberry=yes}}&lt;br /&gt;
{{TrainerNav|Paldea|paldea=yes|unova=yes}}&lt;br /&gt;
{{Pokémon Horizons characters|Paldea}}&lt;br /&gt;
{{Project CharacterDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Scarlet and Violet characters]]&lt;br /&gt;
[[Category:Pokémon: Paldean Winds characters]]&lt;br /&gt;
[[Category:Trainers with unique classes]]&lt;br /&gt;
[[Category:Trainers who use Terastallization]]&lt;br /&gt;
[[Category:Pokémon Adventures characters]]&lt;br /&gt;
&lt;br /&gt;
[[de:Clavel]]&lt;br /&gt;
[[es:Clavel]]&lt;br /&gt;
[[fr:Clavel]]&lt;br /&gt;
[[it:Clavel]]&lt;br /&gt;
[[ja:クラベル]]&lt;br /&gt;
[[zh:克拉韋爾]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Facade_(move)&amp;diff=4534803</id>
		<title>Facade (move)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Facade_(move)&amp;diff=4534803"/>
		<updated>2026-04-19T08:21:51Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MoveInfobox&lt;br /&gt;
|n=263&lt;br /&gt;
|name=Facade&lt;br /&gt;
|jname=からげんき&lt;br /&gt;
|jtrans=Bravado&lt;br /&gt;
|jtranslit=Karagenki&lt;br /&gt;
|gameimage=Facade IX.png&lt;br /&gt;
|gameimage2=Facade IX 2.png&lt;br /&gt;
|gameimagewidth=300&lt;br /&gt;
|type=Normal&lt;br /&gt;
|damagecategory=Physical&lt;br /&gt;
|basepp=20&lt;br /&gt;
|maxpp=32&lt;br /&gt;
|power=70&lt;br /&gt;
|accuracy=100&lt;br /&gt;
|gen=III&lt;br /&gt;
|tm3=yes&lt;br /&gt;
|tm4=yes&lt;br /&gt;
|tm#3=42&lt;br /&gt;
|tm#4=42&lt;br /&gt;
|tm5=yes&lt;br /&gt;
|tm#5=42&lt;br /&gt;
|tm6=yes&lt;br /&gt;
|tm#6=42&lt;br /&gt;
|tm7=yes&lt;br /&gt;
|tm#7=42&lt;br /&gt;
|tmpe=yes&lt;br /&gt;
|tm#pe=12&lt;br /&gt;
|tm8=yes&lt;br /&gt;
|tm#8=39&lt;br /&gt;
|tmbdsp=yes&lt;br /&gt;
|tm#bdsp=42&lt;br /&gt;
|tm9=yes&lt;br /&gt;
|tm#9=025&lt;br /&gt;
|tmza=yes&lt;br /&gt;
|tm#za=109&lt;br /&gt;
|na=no&lt;br /&gt;
|category=Cute&lt;br /&gt;
|appeal=2&lt;br /&gt;
|jam=0&lt;br /&gt;
|cdesc=The appeal works great if performed last.&lt;br /&gt;
|appealsc=2&lt;br /&gt;
|scdesc=Earns double the score on the final performance.&lt;br /&gt;
|appeal6=2&lt;br /&gt;
|jam6=0&lt;br /&gt;
|cdesc6=Works great if the user goes last this turn.&lt;br /&gt;
|touches=yes&lt;br /&gt;
|protect=yes&lt;br /&gt;
|magiccoat=no&lt;br /&gt;
|snatch=no&lt;br /&gt;
|mirrormove=yes&lt;br /&gt;
|kingsrock=yes&lt;br /&gt;
|sound=no&lt;br /&gt;
|target=anyadjacent&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Facade&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;からげんき&#039;&#039;&#039; &#039;&#039;Bravado&#039;&#039;) is a damage-dealing {{type|Normal}} [[move]] introduced in [[Generation III]]. &lt;br /&gt;
&lt;br /&gt;
It is: &lt;br /&gt;
* [[TM42]] from Generation III to {{g|Ultra Sun and Ultra Moon}}, and in {{g|Brilliant Diamond and Shining Pearl}}.&lt;br /&gt;
* [[TM12]] in [[Pokémon: Let&#039;s Go, Pikachu! and Let&#039;s Go, Eevee!]].&lt;br /&gt;
* [[TM39]] in {{g|Sword and Shield}}.&lt;br /&gt;
* [[TM025]] in {{g|Scarlet and Violet}}.&lt;br /&gt;
* [[TM109]] in {{g|Legends: Z-A}}.&lt;br /&gt;
&lt;br /&gt;
==Effect==&lt;br /&gt;
Facade inflicts damage. Its base power doubles from 70 to 140 if the user is {{status|poison}}ed, {{status|Paralysis|paralyzed}}, or {{status|burn}}ed.&lt;br /&gt;
&lt;br /&gt;
===Generation III to V===&lt;br /&gt;
When using Facade, {{status|burn}}&#039;s effect of halving the damage done by [[physical move]]s is still calculated (unless the user has {{a|Guts}}).&lt;br /&gt;
&lt;br /&gt;
===Generation VI onwards===&lt;br /&gt;
When using Facade, {{status|Burn}}&#039;s effect of halving the damage done by physical moves is now ignored.&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
{{movedesc|Normal}}&lt;br /&gt;
{{movedescentry|{{gameabbrev3|RSE}}{{gameabbrevss|Colo}}{{gameabbrevss|XD}}|Boosts &amp;lt;sc&amp;gt;Attack&amp;lt;/sc&amp;gt; when burned, paralyzed, or poisoned. &amp;lt;small&amp;gt;(move)&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;Raises &amp;lt;sc&amp;gt;Attack&amp;lt;/sc&amp;gt; when poisoned, burned, or paralyzed. &amp;lt;small&amp;gt;(TM)&amp;lt;/small&amp;gt;}}&lt;br /&gt;
{{movedescentry|{{gameabbrev3|FRLG}}|An attack that is boosted if user is burned, poisoned, or paralyzed.}}&lt;br /&gt;
{{movedescentry|{{gameabbrev4|DPPtHGSS}}{{gameabbrevss|PBR}}|An attack move that doubles its power if the user is poisoned, paralyzed, or has a burn.}}&lt;br /&gt;
{{movedescentry|{{gameabbrev5|BWB2W2}}&amp;lt;br&amp;gt;{{gameabbrev6|XYORAS}}|An attack move that doubles its power if the user is poisoned, burned, or has paralysis.}}&lt;br /&gt;
{{movedescentry|{{gameabbrev7|SMUSUMPE}}&amp;lt;br&amp;gt;{{gameabbrev8|SwShBDSPLA}}|This attack move doubles its power if the user is poisoned, burned, or paralyzed.}}&lt;br /&gt;
{{movedescentry|{{gameabbrev9|SV}}|This move&#039;s power is doubled if the user is poisoned, burned, or paralyzed.}}&lt;br /&gt;
{{movedescentry|{{gameabbrev9|ZA}}|The user attacks with a power that is doubled if the user is poisoned, paralyzed, burned, or drowsy.}}&lt;br /&gt;
{{movedescentry|{{gameabbrevss|CHP}}|This move&#039;s power is doubled if the user is poisoned, badly poisoned, burned, or paralyzed. Although this move is a physical move, the damage it deals is not halved when the user is burned.}}&lt;br /&gt;
|}&lt;br /&gt;
|}{{left clear}}&lt;br /&gt;
&lt;br /&gt;
==Learnset==&lt;br /&gt;
===By [[Level|leveling up]]===&lt;br /&gt;
{{Movehead/Games|Normal|g1=none|g2=none|g3=none|g7=2|g8=2|g9=2}}&lt;br /&gt;
{{Moveentry/9|0039|Jigglypuff|type=Normal|type2=Fairy|1|Fairy|Fairy|−|−|−|−|−|−|−|−|18|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/9|0040|Wigglytuff|type=Normal|type2=Fairy|1|Fairy|Fairy|−|−|−|−|−|−|−|−|18|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/9|0056|Mankey|type=Fighting|1|Field|Field|−|−|−|−|−||−|−|28}}&lt;br /&gt;
{{Moveentry/9|0057|Primeape|type=Fighting|1|Field|Field|−|−|−|−|−||−|−|28}}&lt;br /&gt;
{{Moveentry/9|0106|Hitmonlee|type=Fighting|1|Human-Like|Human-Like|−|−|−|−|25|−|−|−}}&lt;br /&gt;
{{Moveentry/9|0174|Igglybuff|type=Normal|type2=Fairy|1|No Eggs Discovered|No Eggs Discovered|−|−|−|−||−|−|−|18|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/9|0300|Skitty|type=Normal|2|Field|Fairy|−|−|−|−|||31|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/9|0301|Delcatty|type=Normal|2|Field|Fairy|−|−|−|−|||1|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/9|0335|Zangoose|type=Normal|1|Field|Field|−|−|−|−|||33|−|−|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/9|0390|Chimchar|type=Fire|2|Field|Human-Like|31|31|31|31|||31|31}}&lt;br /&gt;
{{Moveentry/9|0391|Monferno|type=Fire|type2=Fighting|2|Field|Human-Like|−|−|−|−|||1|−}}&lt;br /&gt;
{{Moveentry/9|0392|Infernape|type=Fire|type2=Fighting|2|Field|Human-Like|−|−|−|−|||1|−}}&lt;br /&gt;
{{Moveentry/9|0486|Regigigas|type=Normal|1|No Eggs Discovered|No Eggs Discovered|−|−|−|−||−|−|12|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/9|0519|Pidove|type=Normal|type2=Flying|1|Flying|Flying||43|43|43||−|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/9|0520|Tranquill|type=Normal|type2=Flying|1|Flying|Flying||50|50|50||−|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/9|0521|Unfezant|type=Normal|type2=Flying|1|Flying|Flying|form=All forms||55|55|55||−|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/9|0554|Darumaka|type=Fire|1|Field|Field||19|19|19||−}}&lt;br /&gt;
{{Moveentry/9|0555|Darmanitan|type=Fire|1|Field|Field||19|19|19||−}}&lt;br /&gt;
{{Moveentry/9|0559|Scraggy|type=Dark|type2=Fighting|2|Field|Dragon||42|42|42||16||16|−}}&lt;br /&gt;
{{Moveentry/9|0560|Scrafty|type=Dark|type2=Fighting|2|Field|Dragon||45|45|45||16||16|−}}&lt;br /&gt;
{{Moveentry/9|0659|Bunnelby|type=Normal|1|Field|Field|||47|47||−|−||−|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/9|0660|Diggersby|type=Normal|type2=Ground|1|Field|Field|||53|54||−|−||−|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/9|0931|Squawkabilly|type=Normal|type2=Flying|1|Flying|Flying|form=All forms||||||||34|34|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/9|0979|Annihilape|type=Fighting|type2=Ghost|1|Field|Field||||||||−|28}}&lt;br /&gt;
{{Movefoot|Normal|9}}&lt;br /&gt;
&lt;br /&gt;
===By [[TM]]===&lt;br /&gt;
{{Movehead/TMGames|Normal|g1=none|g2=none&lt;br /&gt;
|g3tm=42&lt;br /&gt;
|g4tm=42&lt;br /&gt;
|g5tm=42&lt;br /&gt;
|g6tm=42&lt;br /&gt;
|g7=2|g7tm-1=42|g7tm-2=12&lt;br /&gt;
|g8=2|g8tm-1=39|g8g-1={{gameabbrev8|SwSh}}|g8tm-2=42|g8g-2={{gameabbrev8|BDSP}}&lt;br /&gt;
|g9=2|g9tm-1=025|g9tm-2=109}}&lt;br /&gt;
|-&lt;br /&gt;
| colspan=16 style=&amp;quot;text-align: center; background-color: #{{Red color light}}&amp;quot; | &#039;&#039;&#039;Every Pokémon can learn this move by TM &#039;&#039;except&#039;&#039; the ones listed below and only if marked with ✘.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
{{Moveentry/10|0010|Caterpie|type=Bug|1|Bug|Bug|✘|✘|✘|✘|✘|✘|✘|✘|}}&lt;br /&gt;
{{Moveentry/10|0011|Metapod|type=Bug|1|Bug|Bug|✘|✘|✘|✘|✘|✘|✘|✘|}}&lt;br /&gt;
{{Moveentry/10|0013|Weedle|type=Bug|type2=Poison|1|Bug|Bug|✘|✘|✘|✘|✘|✘||✘||✔}}&lt;br /&gt;
{{Moveentry/10|0014|Kakuna|type=Bug|type2=Poison|1|Bug|Bug|✘|✘|✘|✘|✘|✘||✘||✔}}&lt;br /&gt;
{{Moveentry/10|0129|Magikarp|type=Water|2|Water 2|Dragon|✘|✘|✘|✘|✘|✘|✘|✘|✘|✔}}&lt;br /&gt;
{{Moveentry/10|0132|Ditto|type=Normal|1|Ditto|Ditto|✘|✘|✘|✘|✘|✘|✘|✘|✘}}&lt;br /&gt;
{{Moveentry/10|0201|Unown|type=Psychic|1|No Eggs Discovered|No Eggs Discovered|form=All forms|✘|✘|✘|✘|✘|||✘|}}&lt;br /&gt;
{{Moveentry/10|0202|Wobbuffet|type=Psychic|1|Amorphous|Amorphous|✘|✘|✘|✘|✘||✘|✘|}}&lt;br /&gt;
{{Moveentry/10|0235|Smeargle|type=Normal|1|Field|Field|✘|✘|✘|✘|✘|||✘|✘}}&lt;br /&gt;
{{Moveentry/10|0265|Wurmple|type=Bug|1|Bug|Bug|✘|✘|✘|✘|✘|||✘|}}&lt;br /&gt;
{{Moveentry/10|0266|Silcoon|type=Bug|1|Bug|Bug|✘|✘|✘|✘|✘|||✘|}}&lt;br /&gt;
{{Moveentry/10|0268|Cascoon|type=Bug|1|Bug|Bug|✘|✘|✘|✘|✘|||✘|}}&lt;br /&gt;
{{Moveentry/10|0360|Wynaut|type=Psychic|1|No Eggs Discovered|No Eggs Discovered|✘|✘|✘|✘|✘||✘|✘|}}&lt;br /&gt;
{{Moveentry/10|0374|Beldum|type=Steel|type2=Psychic|1|Mineral|Mineral|✘|✘|✘|✘|✘||✘|✘|✘|✔}}&lt;br /&gt;
{{Moveentry/10|0401|Kricketot|type=Bug|1|Bug|Bug||✘|✘|✘|✘|||✘|✘}}&lt;br /&gt;
{{Moveentry/10|0412|Burmy|type=Bug|1|Bug|Bug|form=All forms||✘|✘|✘|✘|||✘|}}&lt;br /&gt;
{{Moveentry/10|0415|Combee|type=Bug|type2=Flying|1|Bug|Bug||✘|✘|✘|✘||✘|✘|✘}}&lt;br /&gt;
{{Moveentry/10|0602|Tynamo|type=Electric|1|Amorphous|Amorphous|||✘|✘|✘||||✘|✔}}&lt;br /&gt;
{{Moveentry/10|0664|Scatterbug|type=Bug|1|Bug|Bug||||✘|✘||||✘|✔}}&lt;br /&gt;
{{Moveentry/10|0665|Spewpa|type=Bug|1|Bug|Bug||||✘|✘||||✘|✔}}&lt;br /&gt;
{{Moveentry/10|0731|Pikipek|type=Normal|type2=Flying|1|Flying|Flying|||||✘||||✔}}&lt;br /&gt;
{{Moveentry/10|0732|Trumbeak|type=Normal|type2=Flying|1|Flying|Flying|||||✘||||✔}}&lt;br /&gt;
{{Moveentry/10|0733|Toucannon|type=Normal|type2=Flying|1|Flying|Flying|||||✘||||✔}}&lt;br /&gt;
{{Moveentry/10|0755|Morelull|type=Grass|type2=Fairy|1|Grass|Grass|||||✘||✔||}}&lt;br /&gt;
{{Moveentry/10|0756|Shiinotic|type=Grass|type2=Fairy|1|Grass|Grass|||||✘||✔||}}&lt;br /&gt;
{{Moveentry/10|0771|Pyukumuku|type=Water|1|Water 1|Water 1|||||✘||✘||✘}}&lt;br /&gt;
{{Moveentry/10|0789|Cosmog|type=Psychic|1|No Eggs Discovered|No Eggs Discovered|||||✘||✘||✘}}&lt;br /&gt;
{{Moveentry/10|0790|Cosmoem|type=Psychic|1|No Eggs Discovered|No Eggs Discovered|||||✘||✘||✘}}&lt;br /&gt;
{{Moveentry/10|0798|Kartana|type=Grass|type2=Steel|1|No Eggs Discovered|No Eggs Discovered|||||✘||✘||✘}}&lt;br /&gt;
{{Moveentry/10|0801|Magearna|type=Steel|type2=Fairy|1|No Eggs Discovered|No Eggs Discovered|form=All forms|||||✘||✘||✔|✔}}&lt;br /&gt;
{{Moveentry/10|0808|Meltan|type=Steel|1|No Eggs Discovered|No Eggs Discovered||||||✘|✔|||✔}}&lt;br /&gt;
{{Moveentry/10|0824|Blipbug|type=Bug|1|Bug|Bug|||||||✘||}}&lt;br /&gt;
{{Moveentry/10|0840|Applin|type=Grass|type2=Dragon|2|Grass|Dragon|||||||✘||✘}}&lt;br /&gt;
{{Moveentry/10|0938|Tadbulb|type=Electric|1|Water 1|Water 1|||||||||✘}}&lt;br /&gt;
{{Moveentry/10|0939|Bellibolt|type=Electric|1|Water 1|Water 1|||||||||✘}}&lt;br /&gt;
{{Moveentry/10|0948|Toedscool|type=Ground|type2=Grass|1|Grass|Grass|||||||||✘}}&lt;br /&gt;
{{Moveentry/10|0949|Toedscruel|type=Ground|type2=Grass|1|Grass|Grass|||||||||✘}}&lt;br /&gt;
{{Moveentry/10|0976|Veluza|type=Water|type2=Psychic|1|Water 2|Water 2|||||||||✘}}&lt;br /&gt;
{{Moveentry/10|0987|Flutter Mane|type=Ghost|type2=Fairy|1|No Eggs Discovered|No Eggs Discovered|||||||||✘}}&lt;br /&gt;
{{Moveentry/10|0999|Gimmighoul|type=Ghost|1|No Eggs Discovered|No Eggs Discovered|form=All forms|||||||||✘|✔}}&lt;br /&gt;
{{Moveentry/10|1000|Gholdengo|type=Steel|type2=Ghost|1|No Eggs Discovered|No Eggs Discovered|||||||||✘|✔}}&lt;br /&gt;
{{Moveentry/10|1006|Iron Valiant|type=Fairy|type2=Fighting|1|No Eggs Discovered|No Eggs Discovered|||||||||✘}}&lt;br /&gt;
{{Moveentry/10|1012|Poltchageist|type=Grass|type2=Ghost|2|Mineral|Amorphous|form=All forms|||||||||✘}}&lt;br /&gt;
{{Moveentry/10|1013|Sinistcha|type=Grass|type2=Ghost|2|Mineral|Amorphous|form=All forms|||||||||✘}}&lt;br /&gt;
{{Moveentry/10|1025|Pecharunt|type=Poison|type2=Ghost|1|No Eggs Discovered|No Eggs Discovered|||||||||✘}}&lt;br /&gt;
{{Movefoot|Normal|10}}&lt;br /&gt;
&lt;br /&gt;
===Special move===&lt;br /&gt;
====[[Generation IX]]====&lt;br /&gt;
{{Movehead/Special|Normal}}&lt;br /&gt;
{{Moveentry/1|0709|Trevenant|type=Ghost|type2=Grass|2|Grass|Amorphous|[[Terastal phenomenon|Wild Tera Pokémon]] - [[Timeless Woods]]{{sup/9|SV}}{{sup/9|TM}}}}&lt;br /&gt;
{{Moveentry/1|0967|Cyclizar|type=Dragon|type2=Normal|1|Field|Field|[[Terastal phenomenon|Wild Tera Pokémon]] - [[Asado Desert]]{{sup/9|SV}}|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Movefoot|Normal|1}}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In other games==&lt;br /&gt;
===[[Pokémon Mystery Dungeon series]]===&lt;br /&gt;
Facade deals damage. Its power is increased if the user has a bad status condition that does not prevent it from using moves (prior to [[Pokémon Mystery Dungeon: Gates to Infinity|Gates to Infinity]], only burn and poison status conditions will power up Facade). Its power is doubled in the [[Pokémon Mystery Dungeon: Red Rescue Team and Blue Rescue Team|Rescue Team]] and [[Pokémon Mystery Dungeon: Explorers of Time and Explorers of Darkness|Explorers]] series, and increased by 50% in {{pkmn|Super Mystery Dungeon}}. In Super Mystery Dungeon, Facade also ignores the Attack drop from the {{DL|Status condition (Mystery Dungeon)|Burned}} status condition.&lt;br /&gt;
&lt;br /&gt;
{{MDMoveheader|type=normal}}&lt;br /&gt;
{{MDMoveRow|game=RB|pow=14|pp=12|acc=84%|range=Front|target=Enemy|cuts=No}}&lt;br /&gt;
{{MDMoveRow|game=TDS|pow=14|pp=12|acc=84%|range=Front|target=Enemy|cuts=No}}&lt;br /&gt;
{{MDMoveRow|game=BSL|pow=14|pp=12|acc=84%|range=Front|target=Enemy|cuts=No}}&lt;br /&gt;
{{MDMoveRow|game=GTI|pow=12|powmax=99|pp=17|ppmax=50|acc=95%|accmax=98%|range=Front|target=Enemy|cuts=No}}&lt;br /&gt;
{{MDMoveRow|game=SMD|pow=12|powmax=99|pp=17|ppmax=40|acc=95%|accmax=98%|range=Front|target=Enemy|cuts=No}}&lt;br /&gt;
{{MDMovefoot|type=normal|RB=yes|TDS=yes|BSL=yes|GTI=yes|SMD=yes|RTDX=yes}}&lt;br /&gt;
&lt;br /&gt;
==={{g|Rumble Rush}}===&lt;br /&gt;
{{RumbleRushPhysicalAttack|move=Facade|type=Normal&lt;br /&gt;
|stars=4&lt;br /&gt;
|pow=26.87065&lt;br /&gt;
|charge=0.5&lt;br /&gt;
|range=Arc (melee)&lt;br /&gt;
|hits=1&lt;br /&gt;
|projectiles=1&lt;br /&gt;
|crit=1.5&lt;br /&gt;
|effect=None}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; background:#{{normal color}}; border:3px solid #{{normal color dark}}; text-align:center; width:80%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #{{normal color light}}&amp;quot;&lt;br /&gt;
! {{color2|000|Damage category|Category}}&lt;br /&gt;
! Move gauge cost&lt;br /&gt;
! MP&amp;lt;br&amp;gt;(uses)&lt;br /&gt;
! Base {{color2|000|power}}&lt;br /&gt;
! Max {{color2|000|power}}&lt;br /&gt;
! {{color2|000|Accuracy}}&lt;br /&gt;
! Target&lt;br /&gt;
! Effect tag&lt;br /&gt;
! Description&lt;br /&gt;
! Playable {{color2|000|Sync pair|sync pair(s)}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
{{statustable|Physical}}&lt;br /&gt;
|2&lt;br /&gt;
|—&lt;br /&gt;
|47&lt;br /&gt;
|56&lt;br /&gt;
|100%&lt;br /&gt;
|An opponent&lt;br /&gt;
|—&lt;br /&gt;
|This attack&#039;s power is doubled when the user is poisoned, badly poisoned, paralyzed, or burned. Ignores lowered Attack from burns.&lt;br /&gt;
|{{sync|Cheren|Stoutland}}&amp;lt;hr&amp;gt;{{sync|Lenora|Watchog}}&amp;lt;hr&amp;gt;{{sync|Adaman|Ursaluna|Special Costume}}&amp;lt;hr&amp;gt;{{sync/player|egg|Meowth/Persian}} &amp;lt;small&amp;gt;(Support role only)&amp;lt;/small&amp;gt;&amp;lt;hr&amp;gt;{{sync/player|egg|Happiny/Chansey}} &amp;lt;small&amp;gt;(Strike role only)&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
Notes:&lt;br /&gt;
* Description prior to Version 2.10.0 (from June 28, 2021): Its power is doubled when the user is poisoned, badly poisoned, paralyzed, or burned. Ignores lowered Attack from burns.&lt;br /&gt;
* Description prior to Version 2.20.0 (from April 27, 2022): This move&#039;s power is doubled when the user is poisoned, badly poisoned, paralyzed, or burned. Ignores lowered Attack from burns.&lt;br /&gt;
&lt;br /&gt;
===Description===&lt;br /&gt;
{{movedesc|Normal}}&lt;br /&gt;
{{movedescentry|{{gameabbrevmd|RB}}|Inflicts damage on the target. If the user is poisoned, badly poisoned, or has a burn, its power is doubled.}}&lt;br /&gt;
{{movedescentry|{{gameabbrevmd|TDS}}|Inflicts damage on the target and double damage if the user has a Burn status, a Poisoned status, or a Badly Poisoned status.}}&lt;br /&gt;
{{movedescentry|{{gameabbrevmd|BSL}}|{{tt|てきポケモンに ダメージをあたえる じぶんが やけどじょうたい どくじょうたい もうどくじょうたいの ときには ダメージが２ばいになる|Inflicts damage on the target and double damage if the user has a Burn status, a Poisoned status, or a Badly Poisoned status}}}}&lt;br /&gt;
{{movedescentry|{{gameabbrevmd|GTI}}|It damages an enemy. The damage it causes goes up if you have a bad status condition.}}&lt;br /&gt;
{{movedescentry|{{gameabbrevmd|SMD}}|It damages an enemy. The damage it causes goes up if you have a bad status condition. It also prevents your Attack from being lowered when you have a burn.}}&lt;br /&gt;
|}&lt;br /&gt;
|}{{left clear}}&lt;br /&gt;
&lt;br /&gt;
==In animation==&lt;br /&gt;
===Pokémon animated series===&lt;br /&gt;
{{moveanime|type=normal|exp=yes|gen=The user puts on a brave front and charges at the opponent. This move&#039;s power is doubled if the user is poisoned, burned, or paralyzed.|image1=Stephan Zebstrika Facade.png|image1p=Zebstrika|image2=Larry Staraptor Facade.png|image2p=Staraptor|image3=Lucy Milotic Facade.png|image3p=Milotic}}&lt;br /&gt;
{{movep|type=normal|ms=350|pkmn=Milotic|method=Milotic becomes surrounded by an orange aura that makes its body shine. It then tackles the opponent. If Milotic is either poisoned, burned, or paralyzed, the move&#039;s power is doubled.}}&lt;br /&gt;
{{movemid|type=normal|user=Lucy|user1=Lucy&#039;s Milotic|startcode=AG158|startname=Queen of the Serpentine!|notes=Debut}}&lt;br /&gt;
{{movep|type=normal|ms=523|pkmn=Zebstrika|method=Zebstrika becomes covered in an orange aura for a moment. It then charges into the opponent. If Zebstrika is either poisoned, burned, or paralyzed, the move&#039;s power is doubled.}}&lt;br /&gt;
{{movemid|type=normal|user=Stephan|user1=Stephan&#039;s Zebstrika|startcode=BW106|startname=Strong Strategy Steals the Show!}}&lt;br /&gt;
{{movep|type=normal|ms=398|pkmn=Staraptor|method=Staraptor becomes covered in an orange aura and charges into the opponent.}}&lt;br /&gt;
{{movebtm|type=normal|user=Larry|user1=Larry&#039;s Staraptor|startcode=HZ059|startname=Dance, Quaxly! The Blue Medali Step!|notes=Enhanced by {{color2|000|Terastal phenomenon|Terastallization}}}}&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
===Ash &amp;amp; Pikachu===&lt;br /&gt;
{{movemanga|type=normal|exp=yes|gen=The user puts on a brave front and charges at the opponent. This move&#039;s power is doubled if the user is poisoned, burned, or paralyzed.|image1=Lucy Milotic Facade AP.png|image1p=Milotic}}&lt;br /&gt;
{{movep|type=normal|ms=350|pkmn=Milotic|method=Milotic charges at the opponent. The move becomes more powerful if Milotic is poisoned, burned, or paralyzed.}}&lt;br /&gt;
{{movebtmManga|type=normal|user=Lucy|user1=Lucy&#039;s Milotic|startcode=SP36|startname=An Infinite Bond!!|notes=Debut}}&lt;br /&gt;
&lt;br /&gt;
===Phantom Thief Pokémon 7===&lt;br /&gt;
{{movemanga|type=normal|exp=yes|gen=The user puts on a brave front and charges at the opponent. This move&#039;s power is doubled if the user is poisoned, burned, or paralyzed.|image1=Hiori Lucario Facade.png|image1p=Lucario}}&lt;br /&gt;
{{movep|type=normal|ms=448|pkmn=Lucario|method=Lucario tackles the opponent with incredible force. The move becomes more powerful if Lucario is poisoned, burned, or paralyzed.}}&lt;br /&gt;
{{movebtmManga|type=normal|user=Hiori&#039;s Lucario|startcode=P7-03|startname=Challenge From A Rival|notes=Debut}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
{{movemanga|type=normal|exp=yes|gen=The user runs at the opponent.|image1=Rikelec Facade.png|image1p=Electrike|image2=Phado Facade.png|image2p=Donphan}}&lt;br /&gt;
{{movep|type=normal|ms=309|pkmn=Electrike|method=Electrike runs at the opponent.}}&lt;br /&gt;
{{movemid|type=normal|user=Electrike (Pokémon)|user1=Chance&#039;s Rikelec|startcode=PS200|startname=Tripped Up by Torkoal|notes=Debut}}&lt;br /&gt;
{{movep|type=normal|ms=232|pkmn=Donphan|method=Donphan raises its trunk in the air and growls loudly.}}&lt;br /&gt;
{{movebtmManga|type=normal|user=Sapphire (Adventures)|user1=Sapphire&#039;s Phado|startcode=PS248|startname=The Beginning of the End with Kyogre &amp;amp; Groudon X}}&lt;br /&gt;
&lt;br /&gt;
==In other generations==&lt;br /&gt;
===Core series games===&lt;br /&gt;
{{Movegen&lt;br /&gt;
|type=Normal&lt;br /&gt;
|genIII=Facade III&lt;br /&gt;
|genIV=Facade IV&lt;br /&gt;
|genV=Facade V&lt;br /&gt;
|genVI=Facade VI&lt;br /&gt;
|genVI2=Facade VI 2&lt;br /&gt;
}}&lt;br /&gt;
{{Movegen&lt;br /&gt;
|type=Normal&lt;br /&gt;
|genVII=Facade VII&lt;br /&gt;
|genVIII=Facade VIII&lt;br /&gt;
|genVIII2=Facade VIII 2&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Side series games===&lt;br /&gt;
{{Movegen&lt;br /&gt;
|type=Normal&lt;br /&gt;
|Colo=Facade Colo&lt;br /&gt;
|XD=Facade XD&lt;br /&gt;
|PBR=Facade PBR&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Spin-off series games===&lt;br /&gt;
{{Movegen&lt;br /&gt;
|type=Normal&lt;br /&gt;
|PMDRB=Facade PMD RB&lt;br /&gt;
|PMDTDS=Facade PMD TDS&lt;br /&gt;
|PMDGTI=Facade PMD GTI&lt;br /&gt;
|PSMD=Facade PSMD&lt;br /&gt;
}}&lt;br /&gt;
{{Movegen&lt;br /&gt;
|type=Normal&lt;br /&gt;
|Masters=Facade Masters&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* In the [[Generation IV]] [[core series]] games, due to a [[List of battle glitches in Generation_IV#Sprite translation glitch|glitch]], each time a Pokémon performs the animation for Facade, its sprite will be moved up one pixel.&lt;br /&gt;
* Although this move can potentially be used while {{status|sleep|asleep}} via {{m|Sleep Talk}}, the move&#039;s damage/power will not be doubled.&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Langtable|color={{normal color}}|bordercolor={{normal color light}}&lt;br /&gt;
|zh_yue=硬撐 &#039;&#039;{{tt|Ngaahngchāang|Hold Out}}&#039;&#039; {{tt|*|Games}}&amp;lt;br&amp;gt;假勇敢 &#039;&#039;{{tt|Jiǎ Yǒnggǎn|Bravado}}&#039;&#039; {{tt|*|Pre-Gen VII Media}}&lt;br /&gt;
|zh_cmn=硬撐 / 硬撑 &#039;&#039;{{tt|Yìngchēng|Hold Out}}&#039;&#039; {{tt|*|Games}}&amp;lt;br&amp;gt;假勇敢 &#039;&#039;{{tt|Jiǎ Yǒnggǎn|Bravado}}&#039;&#039; {{tt|*|Pre-Gen VII Media}}&lt;br /&gt;
|cs=Přetvářka&amp;lt;!-- ({{aniseries|HZ|HZ}}, [[Pokémon Adventures|manga]])&amp;lt;br&amp;gt;Fasádový útok ([[BW106]])--&amp;gt;&lt;br /&gt;
|fr=Façade&amp;lt;sup&amp;gt;{{gen|IV}}+&amp;lt;/sup&amp;gt;&amp;lt;br&amp;gt;Facade&amp;lt;sup&amp;gt;{{gen|III}}&amp;lt;/sup&amp;gt;&lt;br /&gt;
|de=Fassade&lt;br /&gt;
|el=Παληκαρισμός &#039;&#039;Palikarismós&#039;&#039;&lt;br /&gt;
|it=Facciata&lt;br /&gt;
|ko=객기 &#039;&#039;{{tt|Gaekgi|Ill-Advised Bravery}}&#039;&#039;&lt;br /&gt;
|pl=Fasada&lt;br /&gt;
|pt=Fachada&lt;br /&gt;
|sr=Fasada&lt;br /&gt;
|es_la=Fachada&amp;lt;!-- (games, [[AG158]]–[[BW106]])&amp;lt;br&amp;gt;Imagen ([[HZ059]])--&amp;gt;&lt;br /&gt;
|es_eu=Fachada{{sup/9|ZA}}&amp;lt;sup&amp;gt;+&amp;lt;/sup&amp;gt;&amp;lt;br&amp;gt;Imagen&amp;lt;sup&amp;gt;{{gen|III}}–{{gameabbrev9|SV}}&amp;lt;/sup&amp;gt;&lt;br /&gt;
|vi=Ra Vẻ&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Generation III TMs}}&lt;br /&gt;
{{Generation IV TMs}}&lt;br /&gt;
{{Generation V TMs}}&lt;br /&gt;
{{Generation VI TMs}}&lt;br /&gt;
{{Generation VII TMs}}&lt;br /&gt;
{{Generation VIII TMs}}&lt;br /&gt;
{{Generation IX TMs}}&lt;br /&gt;
{{Project Moves and Abilities notice}}&lt;br /&gt;
[[Category:Moves that power up]]&lt;br /&gt;
[[Category:Moves in Pokémon: Let&#039;s Go, Pikachu! and Let&#039;s Go, Eevee!]]&lt;br /&gt;
[[Category:Moves usable in Pokémon Sword and Shield]]&lt;br /&gt;
[[Category:Moves usable in Pokémon Scarlet and Violet]]&lt;br /&gt;
[[Category:Moves in Pokémon Legends: Z-A]]&lt;br /&gt;
&lt;br /&gt;
[[de:Fassade]]&lt;br /&gt;
[[es:Fachada]]&lt;br /&gt;
[[fr:Façade]]&lt;br /&gt;
[[it:Facciata]]&lt;br /&gt;
[[ja:からげんき]]&lt;br /&gt;
[[zh:硬撑（招式）]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Hyper_Drill_(move)&amp;diff=4534802</id>
		<title>Hyper Drill (move)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Hyper_Drill_(move)&amp;diff=4534802"/>
		<updated>2026-04-19T08:16:56Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech from HZ059&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MoveInfobox&lt;br /&gt;
|n=887&lt;br /&gt;
|name=Hyper Drill&lt;br /&gt;
|jname=ハイパードリル&lt;br /&gt;
|jtrans=Hyper Drill&lt;br /&gt;
|jtranslit=Haipā Doriru&lt;br /&gt;
|gameimage=Hyper Drill IX.png&lt;br /&gt;
|gameimage2=Hyper Drill IX 2.png&lt;br /&gt;
|gameimagewidth=300&lt;br /&gt;
|type=Normal&lt;br /&gt;
|damagecategory=Physical&lt;br /&gt;
|basepp=5&lt;br /&gt;
|maxpp=8&lt;br /&gt;
|power=100&lt;br /&gt;
|accuracy=100&lt;br /&gt;
|priority=0&lt;br /&gt;
|gen=IX&lt;br /&gt;
|touches=yes&lt;br /&gt;
|protect=no&lt;br /&gt;
|magiccoat=no&lt;br /&gt;
|snatch=no&lt;br /&gt;
|mirrormove=yes&lt;br /&gt;
|kingsrock=yes&lt;br /&gt;
|sound=no&lt;br /&gt;
|target=anyadjacent&lt;br /&gt;
|footnotes=&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Hyper Drill&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ハイパードリル&#039;&#039;&#039; &#039;&#039;Hyper Drill&#039;&#039;) is a damage-dealing {{type|Normal}} [[move]] introduced in [[Generation IX]]. It is the [[signature move]] of {{p|Dunsparce}} and {{p|Dudunsparce}}.&lt;br /&gt;
&lt;br /&gt;
==Effect==&lt;br /&gt;
Hyper Drill inflicts damage. It bypasses the effects of {{m|Protect}}, {{m|Detect}}, {{m|Spiky Shield}}, {{m|King&#039;s Shield}}, {{m|Baneful Bunker}}, {{m|Silk Trap}}, and {{m|Burning Bulwark}}, but does not lift the effects of these moves. &lt;br /&gt;
&lt;br /&gt;
===Other effects===&lt;br /&gt;
A {{p|Dunsparce}} that knows this move will [[Evolution|evolve]] into {{p|Dudunsparce}} when leveled up.&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
{{movedesc|normal}}&lt;br /&gt;
{{movedescentry|{{gameabbrev9|SV}}|The user spins the pointed part of its body at high speed to pierce the target. This attack can hit a target using a move such as Protect or Detect.}}&lt;br /&gt;
|}&lt;br /&gt;
|}{{left clear}}&lt;br /&gt;
&lt;br /&gt;
==Learnset==&lt;br /&gt;
===By [[Level|leveling up]]===&lt;br /&gt;
{{Movehead/Games|Normal|g1=none|g2=none|g3=none|g4=none|g5=none|g6=none|g7=none|g8=none|g9=1|g9g={{gameabbrev9|SV}}}}&lt;br /&gt;
{{Moveentry/1|0206|Dunsparce|type=Normal|1|Field|Field|32|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0982|Dudunsparce|type=Normal|1|Field|Field|form=All forms|32|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Movefoot|Normal|1}}&lt;br /&gt;
&lt;br /&gt;
==In other games==&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; background:#{{normal color}}; border:3px solid #{{normal color dark}}; text-align:center; width:80%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #{{normal color light}}&amp;quot;&lt;br /&gt;
! style=&amp;quot;{{roundytl|5px}}&amp;quot; | Name&lt;br /&gt;
! {{color2|000|Damage category|Category}}&lt;br /&gt;
! Move gauge cost&lt;br /&gt;
! MP&amp;lt;br&amp;gt;(uses)&lt;br /&gt;
! Base {{color2|000|power}}&lt;br /&gt;
! Max {{color2|000|power}}&lt;br /&gt;
! {{color2|000|Accuracy}}&lt;br /&gt;
! Target&lt;br /&gt;
! Effect tag&lt;br /&gt;
! Description&lt;br /&gt;
! style=&amp;quot;{{roundytr|5px}}&amp;quot; | Playable {{color2|000|Sync pair|sync pair(s)}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
|Hyper Drill&lt;br /&gt;
{{statustable|Physical}}&lt;br /&gt;
|4&lt;br /&gt;
|—&lt;br /&gt;
|200&lt;br /&gt;
|240&lt;br /&gt;
|100%&lt;br /&gt;
|An opponent&lt;br /&gt;
|—&lt;br /&gt;
|No additional effect.&lt;br /&gt;
|{{sync|Larry|Dudunsparce}}&lt;br /&gt;
|- style=&amp;quot;background:#{{normal color light}}&amp;quot;&lt;br /&gt;
! colspan=12 |{{color2|000|Buddy move}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
|Bullet Speed Hyper Drill&lt;br /&gt;
{{statustable|Physical}}&lt;br /&gt;
|—&lt;br /&gt;
|2&lt;br /&gt;
|250&lt;br /&gt;
|300&lt;br /&gt;
|—&lt;br /&gt;
|An opponent&lt;br /&gt;
|• Sure Hit&amp;lt;br&amp;gt;• Quick Move&lt;br /&gt;
|&#039;&#039;&#039;Activation Condition:&#039;&#039;&#039; When the user uses any moves one time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Deactivation Condition:&#039;&#039;&#039; When this move is used.&lt;br /&gt;
&lt;br /&gt;
Never misses. Lowers the target&#039;s Defense by two stat ranks. Lowers the target&#039;s Normal Type Rebuff by one rank. Applies the Free Move Next effect to the user.&lt;br /&gt;
|{{sync|Larry|Dudunsparce}}&lt;br /&gt;
|- style=&amp;quot;background:#{{normal color dark}}&amp;quot;&lt;br /&gt;
! colspan=12 |{{color2|fff|Sync move}}&lt;br /&gt;
|- style=&amp;quot;background: #{{normal color light}}&amp;quot;&lt;br /&gt;
!Name&lt;br /&gt;
!{{color2|000|Damage category|Category}}&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; |State&lt;br /&gt;
!Base {{color2|000|power}}&lt;br /&gt;
!Max {{color2|000|power}}&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; |Target&lt;br /&gt;
!Effect tag&lt;br /&gt;
!Description&lt;br /&gt;
!Playable {{color2|000|sync pair}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundybl|5px}}&amp;quot; rowspan=3 | Exceptional Everyman Hyper Drill&lt;br /&gt;
| rowspan=3 align=&amp;quot;center&amp;quot; style=&amp;quot;background:#{{physical color}}&amp;quot;|{{color2|{{physical textcolor}}|Physical move|Physical}}&lt;br /&gt;
| colspan=2 | Default&lt;br /&gt;
| rowspan=2 | 250&lt;br /&gt;
| rowspan=2 | 300&lt;br /&gt;
| colspan=2 rowspan=3 | An opponent&lt;br /&gt;
| rowspan=3 | —&lt;br /&gt;
| This attack&#039;s power increases when the target&#039;s Type Rebuff is lowered.&lt;br /&gt;
| style=&amp;quot;{{roundybr|5px}}&amp;quot; rowspan=3 | {{sync|Larry|Dudunsparce}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! colspan=2 | 6★ EX&lt;br /&gt;
! rowspan=2 | The first time the user&#039;s sync move is used each battle, the sync move countdown is reduced by three.&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! colspan=2 | 6★ EX with EX role&lt;br /&gt;
! 375&lt;br /&gt;
! 450&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==In animation==&lt;br /&gt;
===Pokémon animated series===&lt;br /&gt;
{{moveanime|type=normal|exp=yes|gen=The user spins the pointed part of its body at high speed to pierce the target.|image1=Larry Dudunsparce Hyper Drill.png|image1p=Dudunsparce}}&lt;br /&gt;
{{movep|type=normal|ms=0982|pkmn=Dudunsparce|method=Dudunsparce turns around and points its tail at the opponent. It then starts spinning rapidly and stabs the opponent with the tip of its tail.}}&lt;br /&gt;
{{movebtm|type=normal|user=Larry|user1=Larry&#039;s Dudunsparce|startcode=HZ059|startname=Dance, Quaxly! The Blue Medali Step!|notes=Debut}}&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
{{movemanga|type=normal|exp=yes|gen=The user spins the pointed part of its body at high speed to pierce the target.|image1=Larry Dudunsparce Hyper Drill Adventures.png|image1p=Dudunsparce}}&lt;br /&gt;
{{movep|type=normal|ms=0982|pkmn=Dudunsparce|method=Dudunsparce turns around and points its tail at the opponent. It then starts spinning rapidly and stabs the opponent with the tip of its tail.}}&lt;br /&gt;
{{movebtmManga|type=normal|user=Larry|user1=Larry&#039;s Dudunsparce|startcode=Scarlet &amp;amp; Violet arc (Adventures)|startname=Scarlet &amp;amp; Violet chapter|notes=Debut}}&amp;lt;!--20--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==In other generations==&lt;br /&gt;
===Spin-off series games===&lt;br /&gt;
{{movegen&lt;br /&gt;
|type=Normal&lt;br /&gt;
|Masters=Hyper Drill Masters&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Langtable|color={{normal color}}|bordercolor={{normal color dark}}&lt;br /&gt;
|zh_yue=強力鑽 &#039;&#039;{{tt|Kèuhnglihk Jyun|Powerful Drill}}&#039;&#039;&lt;br /&gt;
|zh_cmn=強力鑽 / 强力钻 &#039;&#039;{{tt|Qiánglì Zuàn|Powerful Drill}}&#039;&#039;&lt;br /&gt;
|cs=Hypervrták&lt;br /&gt;
|fr=Hyperceuse&lt;br /&gt;
|de=Hyperbohrer&lt;br /&gt;
|it=Ipertrapano&lt;br /&gt;
|ko=하이퍼드릴 &#039;&#039;Hyper Drill&#039;&#039;&lt;br /&gt;
|pl=Hiperwiertło&lt;br /&gt;
|pt=Hiperbroca&lt;br /&gt;
|es=Hipertaladro&lt;br /&gt;
}}&lt;br /&gt;
{{Project Moves and Abilities notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Signature moves]]&lt;br /&gt;
[[Category:Moves that do damage through protection]]&lt;br /&gt;
[[Category:Evolution-inducing moves]]&lt;br /&gt;
[[Category:Moves usable in Pokémon Scarlet and Violet]]&lt;br /&gt;
&lt;br /&gt;
[[de:Hyperbohrer]]&lt;br /&gt;
[[es:Hipertaladro]]&lt;br /&gt;
[[fr:Hyperceuse]]&lt;br /&gt;
[[it:Ipertrapano]]&lt;br /&gt;
[[ja:ハイパードリル]]&lt;br /&gt;
[[zh:强力钻（招式）]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Treasure_Eatery&amp;diff=4534801</id>
		<title>Treasure Eatery</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Treasure_Eatery&amp;diff=4534801"/>
		<updated>2026-04-19T08:14:14Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* Names */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Treasure Eatery.png|thumb|left|300px|Treasure Eatery exterior]]&lt;br /&gt;
[[File:Medali Gym Battlefield SV.png|thumb|300px|Treasure Eatery interior]]&lt;br /&gt;
&#039;&#039;&#039;Treasure Eatery&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;宝食堂&#039;&#039;&#039; &#039;&#039;Treasure Eatery&#039;&#039;) is a restaurant located in [[Medali]]. The [[Medali Gym]] battlefield is located here.&lt;br /&gt;
&lt;br /&gt;
After defeating [[Larry]] in a [[Gym]] {{pkmn|battle}}, the {{player}} can also come here to change their Pokémon&#039;s {{Tera|Tera Type}} by speaking to the cook and giving her 50 [[Tera Shard]]s of the desired type. Every Pokémon except {{p|Ogerpon}} and {{p|Terapagos}} can have their Tera Type changed here.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the games== &lt;br /&gt;
Dishes purchased at the Treasure Eatery can be consumed to gain different types of {{DL|Sandwich|Meal Powers|Meal Powers}}.&lt;br /&gt;
&lt;br /&gt;
The main seating area in the Treasure Eatery can be temporarily converted into a battleground for the [[Medali Gym]] battle.&lt;br /&gt;
&lt;br /&gt;
===Dishes===&lt;br /&gt;
{| class=&amp;quot;roundtable c&amp;quot; style=&amp;quot;margin: auto; background:#{{ground color dark}}; border:3px solid #{{ground color}}&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 15%; background:#{{ground color light}}&amp;quot; | Name&lt;br /&gt;
! style=&amp;quot;width: 10%; background:#{{ground color light}}&amp;quot; | Cost&lt;br /&gt;
! style=&amp;quot;width: 0%; background:#{{ground color light}}&amp;quot; | Image&lt;br /&gt;
! style=&amp;quot;width: 15%; background:#{{ground color light}}&amp;quot; | Meal Power&lt;br /&gt;
! style=&amp;quot;width: 30%; background:#{{ground color light}}&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| Mustard Rice Ball&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;からしむすび&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;Karashi Onigiri&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
| {{PDollar}}750&lt;br /&gt;
| [[File:Mustard Rice Ball SV.png|300x300px]]&lt;br /&gt;
| Exp. Point Power: {{typecolor|Rock}} (1) &amp;lt;br&amp;gt; Catching Power: {{typecolor|Ice}} (1) &amp;lt;br&amp;gt; Humungo Power: {{typecolor|Electric}} (1)&lt;br /&gt;
| The subtle spiciness makes the rice taste sweet. The key to this dish is a light touch—it should not be dense or heavy!&lt;br /&gt;
|-&lt;br /&gt;
| Sweet Adzuki Bean Soup&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;ぜんざい&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;Zenzai&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
| {{PDollar}}800&lt;br /&gt;
| [[File:Sweet Adzuki Bean Soup SV.png|300x300px]]&lt;br /&gt;
| Exp. Point Power: {{typecolor|Normal}} (1) &amp;lt;br&amp;gt; Item Drop Power: {{typecolor|Steel}} (1) &amp;lt;br&amp;gt; Encounter Power: {{typecolor|Poison}} (1)&lt;br /&gt;
| This dish is good for a snack or as a dessert to wrap up a meal. Its gentle sweetness doesn’t overstay its welcome.&lt;br /&gt;
|-&lt;br /&gt;
| Homemade Umeboshi&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;自家製うめぼし&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;Homemade Umeboshi&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
| {{PDollar}}500 &lt;br /&gt;
| [[File:Homemade Umeboshi SV.png|300x300px]]&lt;br /&gt;
| Teensy Power: {{typecolor|Fire}} (1) &amp;lt;br&amp;gt; Exp. Point Power: {{typecolor|Ghost}} (1) &amp;lt;br&amp;gt; Egg Power (1)&lt;br /&gt;
| This pickled plum dish is so sour it’ll numb your tongue. It has a nice kick of saltiness and a hint of umami.&lt;br /&gt;
|-&lt;br /&gt;
| Bitter Melon Stir-Fry&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;ゴーヤーチャンプル&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;Gōyā Chanpurū&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
| {{PDollar}}950&lt;br /&gt;
| [[File:Bitter Melon Stir-Fry SV.png|300x300px]]&lt;br /&gt;
| Item Drop Power: {{typecolor|Ground}} (1) &amp;lt;br&amp;gt; Humungo Power: {{typecolor|Ghost}} (1) &amp;lt;br&amp;gt; Encounter Power: {{typecolor|Rock}} (1)&lt;br /&gt;
| This is a recreation of a dish that the head chef encountered during her travels in the Hoenn region.&lt;br /&gt;
|-&lt;br /&gt;
| Soba Noodle Soup&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;かけそば&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;Kake Soba&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
| {{PDollar}}920&lt;br /&gt;
| [[File:Soba Noodle Soup SV.png|300x300px]]&lt;br /&gt;
| Egg Power (1) &amp;lt;br&amp;gt; Encounter Power: {{typecolor|Fire}} (1) &amp;lt;br&amp;gt; Raid Power: {{typecolor|Grass}} (1)&lt;br /&gt;
| This dish comes with a simple garnish of green onions, so one can enjoy the noodles and broth without distraction.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==In animation==&lt;br /&gt;
[[File:Treasure Eatery anime.png|thumb|250px|Treasure Eatery in {{aniseries|HZ}}]]&lt;br /&gt;
===&#039;&#039;Pokémon Horizons: The Series&#039;&#039;===&lt;br /&gt;
Treasure Eatery first appeared in a flashback in &#039;&#039;[[HZ018|Flying Pikachu, Rising Higher and Higher!]]&#039;&#039;, where a younger [[Friede]] was seen meeting his former teacher, [[Lucca]].&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ059|Dance, Quaxly! The Blue Medali Step!]]&#039;&#039;, [[Liko]], [[Roy]], and [[Dot]] headed to Treasure Eatery to see [[Larry]]. After finding him, Dot subsequently had her second [[Tera Training]] battle against Larry at the restaurant, during which her {{p|Quaxly}} [[Evolution|evolved]] into {{TP|Dot|Quaxwell}}. Although she still lost the match, Larry gave a positive review on her performance, allowing her to pass the test. &lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
[[File:Treasure Eatery Adventures.png|thumb|250px|Treasure Eatery in [[Pokémon Adventures]]]]&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
===={{MangaArc|Scarlet &amp;amp; Violet}}====&lt;br /&gt;
Treasure Eatery first appeared in [[PASV17]], where [[Penny]] was seen there, remotely observing [[Clavell|Clive]]&#039;s discussion with [[Team Star]] over at [[Schedar Squad&#039;s Base]] via one of her [[Rotom Phone]]s, when another group of {{tc|Team Star Grunt}} entered the restaurant. Belonging to a group of delinquent students who had joined Team Star just to benefit from being part of the winning team, they took the two of the team&#039;s five bases being raided as a sign of what could be coming and decided to initiate a plan to raid the remaining bases themselves in order to take control of Team Star. Overhearing this conversation through one of her Rotom Phones, Penny attempted to leave, but was spotted by the Grunts, who realized she had been eavesdropping. Before they could do anything to her, however, [[Larry]] came to return Penny&#039;s Rotom Phone to her, feeling that since he has all three of his daily meals at the restaurant, it&#039;d be a big inconvenience for him if the ruckus caused it to be closed down temporarily. The Grunts tried to attack Larry, but were swiftly defeated, allowing Penny to get away, though the leading Grunt decided to secretly follow her.&lt;br /&gt;
&lt;br /&gt;
In [[PASV19]], {{Violet}} and {{adv|Arven}} stopped by at Treasure Eatery to feed themselves before they&#039;d head to the [[Asado Desert]] to fight the [[Titan Pokémon|Quaking Earth Titan]]. However, upon entering the restaurant, they learned from the staff that the place was closed after they had lost contact with their junior since he left to get ingredients from [[Porto Marinada]] by crossing through the Asado Desert. Hearing this, Violet offered to help, as he was already planning to go fight the Quaking Earth Titan anyway. Based on his words, Larry recognized Violet as the person who was rumored to have defeated the Stony Cliff, Open Sky, and Lurking Steel Titans. Wanting to gauge Violet&#039;s strength to see if he was indeed as strong as the rumors said he was, he challenged Violet to a battle while introducing himself as the [[Gym Leader]] of [[Medali]].&lt;br /&gt;
&lt;br /&gt;
Although Violet was reluctant to waste time by challenging Larry, the Gym Leader made sure Violet didn&#039;t flee and registered for the Gym mission. In [[PASV20]], once he had completed the mission, Violet and Larry&#039;s battle started at Treasure Eatery&#039;s indoor battlefield. Thanks to Violet having taught useful moves to his Pokémon using [[TM]]s, he was able to defeat Larry, who rewarded him with a [[Badge|Gym Badge]] and gave him his blessing to go fight the Titan.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* The restaurant features dishes typical in {{wp|Japanese cuisine}}:&lt;br /&gt;
** [[Rice ball]]s, also known as onigiri or omusubi, are a common Japanese rice dish consisting of rice shaped into balls and wrapped in nori seaweed.&lt;br /&gt;
** Sweet Adzuki Bean Soup refers to the &#039;&#039;{{wp|Shiruko|zenzai}}&#039;&#039;,  a traditional Japanese dessert porridge made with whole {{wp|azuki beans}} boiled with sugar.&lt;br /&gt;
** {{wp|Umeboshi}} are pickled {{wp|Prunus mume|&#039;&#039;ume&#039;&#039; plum}} fruits. It is made by being dried in the sun and pickled with salt and {{wp|shiso}} leaves.&lt;br /&gt;
** Bitter Melon Stir-Fry refers to &#039;&#039;gōyā {{wp|chanpurū}}&#039;&#039;, an {{wp|Okinawan cuisine|Okinawan}} stir-fry dish consisting of {{wp|bitter melon}}, eggs, tofu, and sliced pork belly.&lt;br /&gt;
** {{wp|Soba}} are Japanese noodles made from {{wp|buckwheat}} flour.&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundtable&amp;quot; style=&amp;quot;background:#{{ground color}}; border:3px solid #{{ground color dark}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{ground color light}}&amp;quot; | Language&lt;br /&gt;
! style=&amp;quot;background:#{{ground color light}}&amp;quot; | Name&lt;br /&gt;
! style=&amp;quot;background:#{{ground color light}}&amp;quot; | Origin&lt;br /&gt;
|-&lt;br /&gt;
| Japanese&lt;br /&gt;
| 宝食堂 &#039;&#039;Takara Shokudō&#039;&#039;&lt;br /&gt;
| From 宝 &#039;&#039;takara&#039;&#039; (treasure) and 食堂 &#039;&#039;shokudō&#039;&#039; (eatery)&lt;br /&gt;
|-&lt;br /&gt;
| English&lt;br /&gt;
| Treasure Eatery&lt;br /&gt;
| From &#039;&#039;treasure&#039;&#039; and &#039;&#039;eatery&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| German&lt;br /&gt;
| Schatzstube&lt;br /&gt;
| From &#039;&#039;Schatz&#039;&#039; (treasure) and &#039;&#039;Stube&#039;&#039; (room)&lt;br /&gt;
|-&lt;br /&gt;
| European Spanish,&amp;lt;br&amp;gt;Latin American Spanish&lt;br /&gt;
| Mesón El Tesoro&lt;br /&gt;
| From &#039;&#039;mesón&#039;&#039; (tavern) and &#039;&#039;tesoro&#039;&#039; (treasure)&lt;br /&gt;
|-&lt;br /&gt;
| French&lt;br /&gt;
| Trésor Culinaire&lt;br /&gt;
| Literally &amp;quot;Culinary Treasure&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Italian&lt;br /&gt;
| Oro in Bocca&lt;br /&gt;
| Literally &amp;quot;Gold in the Mouth&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Korean&lt;br /&gt;
| 보물식당 &#039;&#039;Bomul Sikdang&#039;&#039;&lt;br /&gt;
| From 보물 (寶物) &#039;&#039;bomul&#039;&#039; (treasure) and 식당 (食堂) &#039;&#039;sikdang&#039;&#039; (eatery)&lt;br /&gt;
|-&lt;br /&gt;
| Chinese (Traditional)&lt;br /&gt;
| 寶食堂 &#039;&#039;Bǎoshítáng&#039;&#039; / &#039;&#039;Bóusihktòhng&#039;&#039;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | From 寶 / 宝 &#039;&#039;bǎo / bóu&#039;&#039; (treasure) and 食堂 &#039;&#039;shítáng / sihktòhng&#039;&#039; (canteen)&lt;br /&gt;
|-&lt;br /&gt;
| Chinese (Simplified)&lt;br /&gt;
| 宝食堂 &#039;&#039;Bǎoshítáng&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Czech&lt;br /&gt;
| Jídelna U Pokladu&lt;br /&gt;
| Literally &amp;quot;treasure eatery&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Finnish&lt;br /&gt;
| Aarreaitta&lt;br /&gt;
| Literally &amp;quot;treasure house&amp;quot; or &amp;quot;treasure trove&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
{{Project Locations notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Restaurants]]&lt;br /&gt;
[[Category:Pokémon world]]&lt;br /&gt;
[[Category:Paldea locations]]&lt;br /&gt;
[[Category:Scarlet and Violet locations]]&lt;br /&gt;
&lt;br /&gt;
[[de:Schatzstube]]&lt;br /&gt;
[[es:Mesón El Tesoro]]&lt;br /&gt;
[[fr:Trésor Culinaire]]&lt;br /&gt;
[[it:Oro in Bocca]]&lt;br /&gt;
[[ja:宝食堂]]&lt;br /&gt;
[[zh:宝食堂]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Treasure_Eatery&amp;diff=4534800</id>
		<title>Treasure Eatery</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Treasure_Eatery&amp;diff=4534800"/>
		<updated>2026-04-19T08:13:56Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* Names */ Added Czech from HZ058&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Treasure Eatery.png|thumb|left|300px|Treasure Eatery exterior]]&lt;br /&gt;
[[File:Medali Gym Battlefield SV.png|thumb|300px|Treasure Eatery interior]]&lt;br /&gt;
&#039;&#039;&#039;Treasure Eatery&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;宝食堂&#039;&#039;&#039; &#039;&#039;Treasure Eatery&#039;&#039;) is a restaurant located in [[Medali]]. The [[Medali Gym]] battlefield is located here.&lt;br /&gt;
&lt;br /&gt;
After defeating [[Larry]] in a [[Gym]] {{pkmn|battle}}, the {{player}} can also come here to change their Pokémon&#039;s {{Tera|Tera Type}} by speaking to the cook and giving her 50 [[Tera Shard]]s of the desired type. Every Pokémon except {{p|Ogerpon}} and {{p|Terapagos}} can have their Tera Type changed here.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the games== &lt;br /&gt;
Dishes purchased at the Treasure Eatery can be consumed to gain different types of {{DL|Sandwich|Meal Powers|Meal Powers}}.&lt;br /&gt;
&lt;br /&gt;
The main seating area in the Treasure Eatery can be temporarily converted into a battleground for the [[Medali Gym]] battle.&lt;br /&gt;
&lt;br /&gt;
===Dishes===&lt;br /&gt;
{| class=&amp;quot;roundtable c&amp;quot; style=&amp;quot;margin: auto; background:#{{ground color dark}}; border:3px solid #{{ground color}}&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 15%; background:#{{ground color light}}&amp;quot; | Name&lt;br /&gt;
! style=&amp;quot;width: 10%; background:#{{ground color light}}&amp;quot; | Cost&lt;br /&gt;
! style=&amp;quot;width: 0%; background:#{{ground color light}}&amp;quot; | Image&lt;br /&gt;
! style=&amp;quot;width: 15%; background:#{{ground color light}}&amp;quot; | Meal Power&lt;br /&gt;
! style=&amp;quot;width: 30%; background:#{{ground color light}}&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| Mustard Rice Ball&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;からしむすび&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;Karashi Onigiri&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
| {{PDollar}}750&lt;br /&gt;
| [[File:Mustard Rice Ball SV.png|300x300px]]&lt;br /&gt;
| Exp. Point Power: {{typecolor|Rock}} (1) &amp;lt;br&amp;gt; Catching Power: {{typecolor|Ice}} (1) &amp;lt;br&amp;gt; Humungo Power: {{typecolor|Electric}} (1)&lt;br /&gt;
| The subtle spiciness makes the rice taste sweet. The key to this dish is a light touch—it should not be dense or heavy!&lt;br /&gt;
|-&lt;br /&gt;
| Sweet Adzuki Bean Soup&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;ぜんざい&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;Zenzai&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
| {{PDollar}}800&lt;br /&gt;
| [[File:Sweet Adzuki Bean Soup SV.png|300x300px]]&lt;br /&gt;
| Exp. Point Power: {{typecolor|Normal}} (1) &amp;lt;br&amp;gt; Item Drop Power: {{typecolor|Steel}} (1) &amp;lt;br&amp;gt; Encounter Power: {{typecolor|Poison}} (1)&lt;br /&gt;
| This dish is good for a snack or as a dessert to wrap up a meal. Its gentle sweetness doesn’t overstay its welcome.&lt;br /&gt;
|-&lt;br /&gt;
| Homemade Umeboshi&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;自家製うめぼし&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;Homemade Umeboshi&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
| {{PDollar}}500 &lt;br /&gt;
| [[File:Homemade Umeboshi SV.png|300x300px]]&lt;br /&gt;
| Teensy Power: {{typecolor|Fire}} (1) &amp;lt;br&amp;gt; Exp. Point Power: {{typecolor|Ghost}} (1) &amp;lt;br&amp;gt; Egg Power (1)&lt;br /&gt;
| This pickled plum dish is so sour it’ll numb your tongue. It has a nice kick of saltiness and a hint of umami.&lt;br /&gt;
|-&lt;br /&gt;
| Bitter Melon Stir-Fry&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;ゴーヤーチャンプル&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;Gōyā Chanpurū&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
| {{PDollar}}950&lt;br /&gt;
| [[File:Bitter Melon Stir-Fry SV.png|300x300px]]&lt;br /&gt;
| Item Drop Power: {{typecolor|Ground}} (1) &amp;lt;br&amp;gt; Humungo Power: {{typecolor|Ghost}} (1) &amp;lt;br&amp;gt; Encounter Power: {{typecolor|Rock}} (1)&lt;br /&gt;
| This is a recreation of a dish that the head chef encountered during her travels in the Hoenn region.&lt;br /&gt;
|-&lt;br /&gt;
| Soba Noodle Soup&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;かけそば&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;Kake Soba&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
| {{PDollar}}920&lt;br /&gt;
| [[File:Soba Noodle Soup SV.png|300x300px]]&lt;br /&gt;
| Egg Power (1) &amp;lt;br&amp;gt; Encounter Power: {{typecolor|Fire}} (1) &amp;lt;br&amp;gt; Raid Power: {{typecolor|Grass}} (1)&lt;br /&gt;
| This dish comes with a simple garnish of green onions, so one can enjoy the noodles and broth without distraction.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==In animation==&lt;br /&gt;
[[File:Treasure Eatery anime.png|thumb|250px|Treasure Eatery in {{aniseries|HZ}}]]&lt;br /&gt;
===&#039;&#039;Pokémon Horizons: The Series&#039;&#039;===&lt;br /&gt;
Treasure Eatery first appeared in a flashback in &#039;&#039;[[HZ018|Flying Pikachu, Rising Higher and Higher!]]&#039;&#039;, where a younger [[Friede]] was seen meeting his former teacher, [[Lucca]].&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ059|Dance, Quaxly! The Blue Medali Step!]]&#039;&#039;, [[Liko]], [[Roy]], and [[Dot]] headed to Treasure Eatery to see [[Larry]]. After finding him, Dot subsequently had her second [[Tera Training]] battle against Larry at the restaurant, during which her {{p|Quaxly}} [[Evolution|evolved]] into {{TP|Dot|Quaxwell}}. Although she still lost the match, Larry gave a positive review on her performance, allowing her to pass the test. &lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
[[File:Treasure Eatery Adventures.png|thumb|250px|Treasure Eatery in [[Pokémon Adventures]]]]&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
===={{MangaArc|Scarlet &amp;amp; Violet}}====&lt;br /&gt;
Treasure Eatery first appeared in [[PASV17]], where [[Penny]] was seen there, remotely observing [[Clavell|Clive]]&#039;s discussion with [[Team Star]] over at [[Schedar Squad&#039;s Base]] via one of her [[Rotom Phone]]s, when another group of {{tc|Team Star Grunt}} entered the restaurant. Belonging to a group of delinquent students who had joined Team Star just to benefit from being part of the winning team, they took the two of the team&#039;s five bases being raided as a sign of what could be coming and decided to initiate a plan to raid the remaining bases themselves in order to take control of Team Star. Overhearing this conversation through one of her Rotom Phones, Penny attempted to leave, but was spotted by the Grunts, who realized she had been eavesdropping. Before they could do anything to her, however, [[Larry]] came to return Penny&#039;s Rotom Phone to her, feeling that since he has all three of his daily meals at the restaurant, it&#039;d be a big inconvenience for him if the ruckus caused it to be closed down temporarily. The Grunts tried to attack Larry, but were swiftly defeated, allowing Penny to get away, though the leading Grunt decided to secretly follow her.&lt;br /&gt;
&lt;br /&gt;
In [[PASV19]], {{Violet}} and {{adv|Arven}} stopped by at Treasure Eatery to feed themselves before they&#039;d head to the [[Asado Desert]] to fight the [[Titan Pokémon|Quaking Earth Titan]]. However, upon entering the restaurant, they learned from the staff that the place was closed after they had lost contact with their junior since he left to get ingredients from [[Porto Marinada]] by crossing through the Asado Desert. Hearing this, Violet offered to help, as he was already planning to go fight the Quaking Earth Titan anyway. Based on his words, Larry recognized Violet as the person who was rumored to have defeated the Stony Cliff, Open Sky, and Lurking Steel Titans. Wanting to gauge Violet&#039;s strength to see if he was indeed as strong as the rumors said he was, he challenged Violet to a battle while introducing himself as the [[Gym Leader]] of [[Medali]].&lt;br /&gt;
&lt;br /&gt;
Although Violet was reluctant to waste time by challenging Larry, the Gym Leader made sure Violet didn&#039;t flee and registered for the Gym mission. In [[PASV20]], once he had completed the mission, Violet and Larry&#039;s battle started at Treasure Eatery&#039;s indoor battlefield. Thanks to Violet having taught useful moves to his Pokémon using [[TM]]s, he was able to defeat Larry, who rewarded him with a [[Badge|Gym Badge]] and gave him his blessing to go fight the Titan.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* The restaurant features dishes typical in {{wp|Japanese cuisine}}:&lt;br /&gt;
** [[Rice ball]]s, also known as onigiri or omusubi, are a common Japanese rice dish consisting of rice shaped into balls and wrapped in nori seaweed.&lt;br /&gt;
** Sweet Adzuki Bean Soup refers to the &#039;&#039;{{wp|Shiruko|zenzai}}&#039;&#039;,  a traditional Japanese dessert porridge made with whole {{wp|azuki beans}} boiled with sugar.&lt;br /&gt;
** {{wp|Umeboshi}} are pickled {{wp|Prunus mume|&#039;&#039;ume&#039;&#039; plum}} fruits. It is made by being dried in the sun and pickled with salt and {{wp|shiso}} leaves.&lt;br /&gt;
** Bitter Melon Stir-Fry refers to &#039;&#039;gōyā {{wp|chanpurū}}&#039;&#039;, an {{wp|Okinawan cuisine|Okinawan}} stir-fry dish consisting of {{wp|bitter melon}}, eggs, tofu, and sliced pork belly.&lt;br /&gt;
** {{wp|Soba}} are Japanese noodles made from {{wp|buckwheat}} flour.&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundtable&amp;quot; style=&amp;quot;background:#{{ground color}}; border:3px solid #{{ground color dark}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{ground color light}}&amp;quot; | Language&lt;br /&gt;
! style=&amp;quot;background:#{{ground color light}}&amp;quot; | Name&lt;br /&gt;
! style=&amp;quot;background:#{{ground color light}}&amp;quot; | Origin&lt;br /&gt;
|-&lt;br /&gt;
| Japanese&lt;br /&gt;
| 宝食堂 &#039;&#039;Takara Shokudō&#039;&#039;&lt;br /&gt;
| From 宝 &#039;&#039;takara&#039;&#039; (treasure) and 食堂 &#039;&#039;shokudō&#039;&#039; (eatery)&lt;br /&gt;
|-&lt;br /&gt;
| English&lt;br /&gt;
| Treasure Eatery&lt;br /&gt;
| From &#039;&#039;treasure&#039;&#039; and &#039;&#039;eatery&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| German&lt;br /&gt;
| Schatzstube&lt;br /&gt;
| From &#039;&#039;Schatz&#039;&#039; (treasure) and &#039;&#039;Stube&#039;&#039; (room)&lt;br /&gt;
|-&lt;br /&gt;
| European Spanish,&amp;lt;br&amp;gt;Latin American Spanish&lt;br /&gt;
| Mesón El Tesoro&lt;br /&gt;
| From &#039;&#039;mesón&#039;&#039; (tavern) and &#039;&#039;tesoro&#039;&#039; (treasure)&lt;br /&gt;
|-&lt;br /&gt;
| French&lt;br /&gt;
| Trésor Culinaire&lt;br /&gt;
| Literally &amp;quot;Culinary Treasure&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Italian&lt;br /&gt;
| Oro in Bocca&lt;br /&gt;
| Literally &amp;quot;Gold in the Mouth&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Korean&lt;br /&gt;
| 보물식당 &#039;&#039;Bomul Sikdang&#039;&#039;&lt;br /&gt;
| From 보물 (寶物) &#039;&#039;bomul&#039;&#039; (treasure) and 식당 (食堂) &#039;&#039;sikdang&#039;&#039; (eatery)&lt;br /&gt;
|-&lt;br /&gt;
| Chinese (Traditional)&lt;br /&gt;
| 寶食堂 &#039;&#039;Bǎoshítáng&#039;&#039; / &#039;&#039;Bóusihktòhng&#039;&#039;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | From 寶 / 宝 &#039;&#039;bǎo / bóu&#039;&#039; (treasure) and 食堂 &#039;&#039;shítáng / sihktòhng&#039;&#039; (canteen)&lt;br /&gt;
|-&lt;br /&gt;
| Chinese (Simplified)&lt;br /&gt;
| 宝食堂 &#039;&#039;Bǎoshítáng&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Czech&lt;br /&gt;
| Jídelna U Pokladu&lt;br /&gt;
| Literally &amp;quot;treasure eatery&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| Finnish&lt;br /&gt;
| Aarreaitta&lt;br /&gt;
| Literally &amp;quot;treasure house&amp;quot; or &amp;quot;treasure trove&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
{{Project Locations notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Restaurants]]&lt;br /&gt;
[[Category:Pokémon world]]&lt;br /&gt;
[[Category:Paldea locations]]&lt;br /&gt;
[[Category:Scarlet and Violet locations]]&lt;br /&gt;
&lt;br /&gt;
[[de:Schatzstube]]&lt;br /&gt;
[[es:Mesón El Tesoro]]&lt;br /&gt;
[[fr:Trésor Culinaire]]&lt;br /&gt;
[[it:Oro in Bocca]]&lt;br /&gt;
[[ja:宝食堂]]&lt;br /&gt;
[[zh:宝食堂]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Anything_Goes_Caf%C3%A9&amp;diff=4534799</id>
		<title>Anything Goes Café</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Anything_Goes_Caf%C3%A9&amp;diff=4534799"/>
		<updated>2026-04-19T08:13:41Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{AnimeLocationInfobox&lt;br /&gt;
|name=&amp;lt;span style=&amp;quot;color:#FFF&amp;quot;&amp;gt;Anything Goes Café&amp;lt;/span&amp;gt;&lt;br /&gt;
|characters=&amp;lt;span style=&amp;quot;color:#FFF&amp;quot;&amp;gt;ナンデモ食堂&amp;lt;/span&amp;gt;&lt;br /&gt;
|japanese=&amp;lt;span style=&amp;quot;color:#FFF&amp;quot;&amp;gt;Anything Eatery&amp;lt;/span&amp;gt;&lt;br /&gt;
|image=Anything Goes Café.png&lt;br /&gt;
|imagesize=250px&lt;br /&gt;
|region=Paldea&lt;br /&gt;
|epicode=HZ058&lt;br /&gt;
|episode=Food Fit for a Kingambit!&lt;br /&gt;
|colorscheme=Paldea&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Anything Goes Café&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ナンデモ食堂&#039;&#039;&#039; &#039;&#039;Anything Eatery&#039;&#039;) is an {{pkmn|animated series}}-exclusive restaurant located in [[Medali]].&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
Anything Goes Café was started by [[Nandy and Mokichi|Mokichi]] and his {{p|Kingambit}}, eventually joined by his present-day wife [[Nandy and Mokichi|Nandy]]. Due to the popularity of [[Treasure Eatery]], it became a struggling business not attracting many customers. Kingambit is the mascot of the restaurant, greeting guests at the entrance and working in the kitchen to make {{wp|udon}}.&lt;br /&gt;
&lt;br /&gt;
The restaurant appeared in &#039;&#039;[[HZ058|Food Fit for a Kingambit!]]&#039;&#039;, where it was visited by [[Liko]], [[Roy]], and [[Dot]]. After [[Dot&#039;s Tinkatink]] wrecked an iron griddle, the children worked at the eatery for a day to pay up for it. Although [[Dot&#039;s Quaxly]] managed to attract some customers, none of them felt like coming again. Dot, figuring out that the root of the problem was the restaurant&#039;s signature dish, the House Special, having too many flavors to be found memorable, suggested simplifying it to focus on Kingambit&#039;s noodles, its tastiest part. With this change and the unknowing help of [[Sidian]], Dot managed to attract more customers to the restaurant, including [[Larry]], who found the new dish tasty and memorable, increasing the restaurant&#039;s popularity.&lt;br /&gt;
&lt;br /&gt;
==Staff==&lt;br /&gt;
===Chefs===&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background: #{{Paldea color dark}}; border: 5px solid #{{paldea color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;210px&amp;quot; style=&amp;quot;background: #eee; {{roundytop|5px}}&amp;quot; | [[File:Nandy and Mokichi.png|x120px|Nandy and Mokichi]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #{{Paldea color light}}&amp;quot; | &#039;&#039;&#039;{{color2|{{paldea color dark}}|Nandy and Mokichi}}&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Temporary===&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background: #{{Paldea color dark}}; border: 5px solid #{{paldea color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;210px&amp;quot; style=&amp;quot;background: #eee; {{roundytop|5px}}&amp;quot; | [[File:Liko.png|x120px|Liko]]&lt;br /&gt;
| width=&amp;quot;210px&amp;quot; style=&amp;quot;background: #eee; {{roundytop|5px}}&amp;quot; | [[File:Roy.png|x120px|Roy]]&lt;br /&gt;
| width=&amp;quot;210px&amp;quot; style=&amp;quot;background: #eee; {{roundytop|5px}}&amp;quot; | [[File:Dot 2.png|x120px|Dot]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #{{Paldea color light}}&amp;quot; | &#039;&#039;&#039;{{color2|{{paldea color dark}}|Liko}}&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background: #{{Paldea color light}}&amp;quot; | &#039;&#039;&#039;{{color2|{{paldea color dark}}|Roy}}&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background: #{{Paldea color light}}&amp;quot; | &#039;&#039;&#039;{{color2|{{paldea color dark}}|Dot}}&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
{{TrainerPoké&lt;br /&gt;
|trainer=Mokichi&lt;br /&gt;
|pkmn=Kingambit&lt;br /&gt;
|type1=Dark&lt;br /&gt;
|type2=Steel&lt;br /&gt;
|img=Mokichi Kingambit.png&lt;br /&gt;
|epnum=HZ058&lt;br /&gt;
|epname=Food Fit for a Kingambit!&lt;br /&gt;
|vajp=Kenta Miyake&lt;br /&gt;
|vaen=SungWon Cho&lt;br /&gt;
|desc={{p|Kingambit}} is Mokichi&#039;s only known Pokémon, which he met before starting up Anything Goes Café. It works as the restaurant&#039;s mascot and helps to make {{wp|udon}}.&lt;br /&gt;
&lt;br /&gt;
None of Kingambit&#039;s moves are known.}}&lt;br /&gt;
&lt;br /&gt;
==Menu items==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; text-align:center; background: #{{Paldea color dark}}; border: 5px solid #{{paldea color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;210px&amp;quot; style=&amp;quot;background: #eee; {{roundytop|5px}}&amp;quot; | [[File:Anything Goes Café Salad.png|x120px]]&lt;br /&gt;
| width=&amp;quot;210px&amp;quot; style=&amp;quot;background: #eee; {{roundytop|5px}}&amp;quot; | [[File:Anything Goes Café House Special.png|x120px]]&lt;br /&gt;
| width=&amp;quot;210px&amp;quot; style=&amp;quot;background: #eee; {{roundytop|5px}}&amp;quot; | [[File:Anything Goes Café Kingambit Noodles.png|x120px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #{{Paldea color light}}&amp;quot; | Salad&lt;br /&gt;
| style=&amp;quot;background: #{{Paldea color light}}&amp;quot; | House Special&lt;br /&gt;
| style=&amp;quot;background: #{{Paldea color light}}&amp;quot; | {{pcolor|Kingambit|000}} Noodles&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{langtable|color={{violet color light}}|bordercolor={{scarlet color}}&lt;br /&gt;
|zh_cmn=萬有食堂 &#039;&#039;Wànyǒu Shítáng&#039;&#039;&lt;br /&gt;
|cs=Bistro Co dům dal&lt;br /&gt;
|fi=Kaikki käy-kahvila&lt;br /&gt;
|fr=Tout est permis&lt;br /&gt;
|de=Alles-Ist-Möglich-Café&lt;br /&gt;
|it=Bistrò di Tutto Un Po&#039;&lt;br /&gt;
|id=Restoran Apa Aja Ada&lt;br /&gt;
|ko=뭐든지 식당 &#039;&#039;Mwodeunji Sikdang&#039;&#039;&lt;br /&gt;
|pl=Co Się Nawinie Café&lt;br /&gt;
|pt_br=Café Chega Mais&lt;br /&gt;
|es_la=Restaurante Todo Se Vale&lt;br /&gt;
|es_eu=Restaurante Todo Es Posible&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Related articles==&lt;br /&gt;
{{Paldeaanime}}&lt;br /&gt;
{{DoubleProjectTag|Anime|Locations|locations in the animated series.}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Restaurants]]&lt;br /&gt;
&lt;br /&gt;
[[es:Restaurante Todo se vale/Restaurante Todo es posible]]&lt;br /&gt;
[[it:Bistrò di Tutto Un Po&#039;]]&lt;br /&gt;
[[zh:萬有食堂]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Glaseado_Mountain&amp;diff=4534798</id>
		<title>Glaseado Mountain</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Glaseado_Mountain&amp;diff=4534798"/>
		<updated>2026-04-19T08:09:06Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* Names */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox location&lt;br /&gt;
|image=Glaseado Mountain SV.png&lt;br /&gt;
|type=north&lt;br /&gt;
|location_name=Glaseado Mountain&lt;br /&gt;
|japanese_name={{tt|ナッペ山|Nappe Yama}}&lt;br /&gt;
|translated_name=Mount Napper&lt;br /&gt;
|location=[[North Province]], [[Paldea]]&lt;br /&gt;
|region=Paldea&lt;br /&gt;
|generation={{gen|IX}}&lt;br /&gt;
{{!}}- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
{{!}} colspan=&amp;quot;2&amp;quot; class=&amp;quot;roundy&amp;quot; style=&amp;quot;border: 2px solid #{{Ice color dark}}; background: #{{Ice color light}};&amp;quot; {{!}} [[Glaseado Gym{{!}}&amp;lt;span style=&amp;quot;color:#000000;&amp;quot;&amp;gt;&#039;&#039;&#039;Glaseado Gym&#039;&#039;&#039;&amp;lt;/span&amp;gt;]] - [[Paldea|&amp;lt;span style=&amp;quot;color:#000;&amp;quot;&amp;gt;Paldea&amp;lt;/span&amp;gt;]] Gym #8&lt;br /&gt;
{&amp;lt;!----&amp;gt;{{!}} class=&amp;quot;roundy&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;background:#{{Ice color light}}; border-collapse: collapse;&amp;quot;&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{!}} class=&amp;quot;roundyleft&amp;quot; style=&amp;quot;vertical-align: bottom; background:#FFFFFF; border-right: 1px solid #{{Ice color light}};&amp;quot; {{!}} [[File:VSGrusha.png|75px|Grusha|link=Grusha]]&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;&#039;[[Grusha|&amp;lt;span style=&amp;quot;color:#000;&amp;quot;&amp;gt;Grusha&amp;lt;/span&amp;gt;]]&#039;&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
{{!}} style=&amp;quot;background:#FFFFFF;&amp;quot; {{!}} [[Ice (type)|&amp;lt;span style=&amp;quot;color:#000;&amp;quot;&amp;gt;Ice-type&amp;lt;/span&amp;gt;]]&amp;lt;br&amp;gt;specialist Gym&lt;br /&gt;
{{!}} class=&amp;quot;roundyright&amp;quot; style=&amp;quot;vertical-align:bottom; background:#FFFFFF; border-left: 1px solid #{{Ice color light}};&amp;quot; {{!}} [[File:SVbadge VictoryRoad Ice.png|70px|Ice Badge|link=Badge#Ice Badge]]&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;&#039;[[Badge#Ice Badge|&amp;lt;span style=&amp;quot;color:#000;&amp;quot;&amp;gt;Ice Badge&amp;lt;/span&amp;gt;]]&#039;&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
{{!}}}&lt;br /&gt;
|map=Paldea Glaseado Mountain Map.png&lt;br /&gt;
|mapsize=300px&lt;br /&gt;
|}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Glaseado Mountain&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ナッペ山&#039;&#039;&#039; &#039;&#039;Mount Napper&#039;&#039;) is the tallest mountain in the [[Paldea]] [[region]], located in the region&#039;s North Province. The [[Glaseado Gym]] and the town of [[Montenevera]] are located here.&lt;br /&gt;
&lt;br /&gt;
Because of the [[Gym]]&#039;s specialized type, the people of this area tend to walk around accompanied by {{type|Ice}} Pokémon. Interestingly, the people of Montenevera are often accompanied by the same.&lt;br /&gt;
&lt;br /&gt;
==Geography==&lt;br /&gt;
Glaseado Mountain is a large, snowed-over mountain that consistently has a cold climate and takes up most of Paldea&#039;s [[North Province]].&lt;br /&gt;
&lt;br /&gt;
==Places of interest==&lt;br /&gt;
===Dalizapa Passage===&lt;br /&gt;
{{main|Dalizapa Passage}}&lt;br /&gt;
Dalizapa Passage is a rugged route that runs between Glaseado Mountain and the [[Great Crater of Paldea]].&lt;br /&gt;
&lt;br /&gt;
===Montenevera===&lt;br /&gt;
{{main|Montenevera}}&lt;br /&gt;
The town of Montenevera is a mountainous settlement located deep within Glaseado Mountain, near its geographical center. It is home to the [[Montenevera Gym]], led by the [[Gym Leader]] [[Ryme]].&lt;br /&gt;
&lt;br /&gt;
===Glaseado Gym===&lt;br /&gt;
{{main|Glaseado Gym}}&lt;br /&gt;
The Glaseado Gym is the official [[Gym]] of Glaseado Mountain, located near its highest peak. It is led by the {{type|Ice}} [[Gym Leader]] [[Grusha]].&lt;br /&gt;
&lt;br /&gt;
===Glaseado Gym Pokémon Center===&lt;br /&gt;
A [[Pokémon Center]] is located right outside of the Glaseado Gym. A [[Pokémon League representative]] here asks the {{player}} to defeat ten [[Pokémon Trainer]]s on Glaseado Mountain for a [[TM]].&lt;br /&gt;
&lt;br /&gt;
===Glaseado Mountain Watchtower===&lt;br /&gt;
A watchtower is located at the far eastern edge of Glaseado Mountain, directly to the west of the North Province (Area One) [[Pokémon Center]]. A Chest Form {{p|Gimmighoul}} can be found and battled here.&lt;br /&gt;
&lt;br /&gt;
===Glaseado&#039;s Grasp===&lt;br /&gt;
Glaseado&#039;s Grasp is one of the {{DL|Ten Sights of Paldea|Glaseado&#039;s Grasp|Ten Sights of Paldea}}. It is a rock structure that resembles a grasping hand, located southeast of {{DL|Ten Sights of Paldea|Casseroya Falls}}.&lt;br /&gt;
&lt;br /&gt;
===Paldea&#039;s Highest Peak===&lt;br /&gt;
Paldea&#039;s Highest Peak is one of the {{DL|Ten Sights of Paldea|Paldea&#039;s Highest Peak|Ten Sights of Paldea}}. The highest point of Paldea, it offers a grand view of the region.&lt;br /&gt;
&lt;br /&gt;
==Poké Mart==&lt;br /&gt;
{{shop|Poké Mart Cashier}}&lt;br /&gt;
{{shoprow|{{shopitem|Potion|200|7=SV|size=40px}}|{{shopitem|Super Potion|700|7=SV|size=40px|note=&amp;lt;sup&amp;gt;1 Badge&amp;lt;/sup&amp;gt;}}}}&lt;br /&gt;
{{shoprow|{{shopitem|Hyper Potion|1,500|7=SV|size=40px|note=&amp;lt;sup&amp;gt;4 Badges&amp;lt;/sup&amp;gt;}}|{{shopitem|Max Potion|2,500|7=SV|size=40px|note=&amp;lt;sup&amp;gt;7 Badges&amp;lt;/sup&amp;gt;}}}}&lt;br /&gt;
{{shoprow|{{shopitem|Full Restore|3,000|7=SV|size=40px|note=&amp;lt;sup&amp;gt;8 Badges&amp;lt;/sup&amp;gt;}}|{{shopitem|Poké Ball (item)|200|5=Poké Ball|display=Poké Ball|7=SV|size=40px}}}}&lt;br /&gt;
{{shoprow|{{shopitem|Great Ball|600|7=SV|size=40px|note=&amp;lt;sup&amp;gt;1 Badge&amp;lt;/sup&amp;gt;}}|{{shopitem|Ultra Ball|800|7=SV|size=40px|note=&amp;lt;sup&amp;gt;5 Badges&amp;lt;/sup&amp;gt;}}}}&lt;br /&gt;
{{shoprow|{{shopitem|Heal Ball|300|7=SV|size=40px|note=&amp;lt;sup&amp;gt;1 Badge&amp;lt;/sup&amp;gt;}}|{{shopitem|Net Ball|1,000|7=SV|size=40px|note=&amp;lt;sup&amp;gt;2 Badges&amp;lt;/sup&amp;gt;}}}}&lt;br /&gt;
{{shoprow|{{shopitem|Repeat Ball|1,000|7=SV|size=40px|note=&amp;lt;sup&amp;gt;3 Badges&amp;lt;/sup&amp;gt;}}|{{shopitem|Nest Ball|1,000|7=SV|size=40px|note=&amp;lt;sup&amp;gt;3 Badges&amp;lt;/sup&amp;gt;}}}}&lt;br /&gt;
{{shoprow|{{shopitem|Luxury Ball|3,000|7=SV|size=40px|note=&amp;lt;sup&amp;gt;4 Badges&amp;lt;/sup&amp;gt;}}|{{shopitem|Dive Ball|1,000|7=SV|size=40px|note=&amp;lt;sup&amp;gt;5 Badges&amp;lt;/sup&amp;gt;}}}}&lt;br /&gt;
{{shoprow|{{shopitem|Quick Ball|1,000|7=SV|size=40px|note=&amp;lt;sup&amp;gt;6 Badges&amp;lt;/sup&amp;gt;}}|{{shopitem|Dusk Ball|1,000|7=SV|size=40px|note=&amp;lt;sup&amp;gt;7 Badges&amp;lt;/sup&amp;gt;}}}}&lt;br /&gt;
{{shoprow|{{shopitem|Timer Ball|1,000|7=SV|size=40px|note=&amp;lt;sup&amp;gt;8 Badges&amp;lt;/sup&amp;gt;}}|{{shopitem|Antidote|200|7=SV|size=40px}}}}&lt;br /&gt;
{{shoprow|{{shopitem|Burn Heal|200|7=SV|size=40px}}|{{shopitem|Ice Heal|200|7=SV|size=40px}}}}&lt;br /&gt;
{{shoprow|{{shopitem|Awakening|200|7=SV|size=40px}}|{{shopitem|Paralyze Heal|200|7=SV|size=40px}}}}&lt;br /&gt;
{{shoprow|{{shopitem|Full Heal|400|7=SV|size=40px|note=&amp;lt;sup&amp;gt;7 Badges&amp;lt;/sup&amp;gt;}}|{{shopitem|Revive|2,000|7=SV|size=40px}}}}&lt;br /&gt;
{{shoprow|{{shopitem|Poké Doll|300|7=SV|size=40px}}}}&lt;br /&gt;
{{shopfooter}}&lt;br /&gt;
&lt;br /&gt;
==Items==&lt;br /&gt;
===Gifts===&lt;br /&gt;
{{itlisth|north}}&lt;br /&gt;
{{itemlist|TM Ice SV|Glaseado Gym Pokémon Center; from the Pokémon League representative after defeating ten Trainers on Glaseado Mountain|Sc=yes|V=yes|display={{TM|143|Blizzard}}}}&lt;br /&gt;
{{itlistfoot|north}}&lt;br /&gt;
&lt;br /&gt;
===North area===&lt;br /&gt;
===Snowfield biome===&lt;br /&gt;
{{Itlisth|north}}&lt;br /&gt;
{{Itemlist|Hyper Potion SV|(7.5%)|Sc=yes|V=yes|display=[[Hyper Potion]]}}&lt;br /&gt;
{{Itemlist|Super Potion SV|(20.0%)|Sc=yes|V=yes|display=[[Super Potion]]}}&lt;br /&gt;
{{Itemlist|Ice Stone SV|(7.5%)|Sc=yes|V=yes|display=[[Ice Stone]]}}&lt;br /&gt;
{{Itemlist|Snowball SV|(7.5%)|Sc=yes|V=yes|display=[[Snowball]]}}&lt;br /&gt;
{{Itemlist|Never-Melt Ice SV|(7.5%)|Sc=yes|V=yes|display=[[Never-Melt Ice]]}}&lt;br /&gt;
{{Itemlist|Icy Rock SV|(10.0%)|Sc=yes|V=yes|display=[[Icy Rock]]}}&lt;br /&gt;
{{Itemlist|Ultra Ball SV|(5.0%)|Sc=yes|V=yes|display=[[Ultra Ball]]}}&lt;br /&gt;
{{Itemlist|Great Ball SV|(20.0%)|Sc=yes|V=yes|display=[[Great Ball]]}}&lt;br /&gt;
{{Itemlist|TM Material SV|(7.5%)|Sc=yes|V=yes|display=[[TM Material|Delibird Parcel]]}}&lt;br /&gt;
{{Itemlist|TM Material SV|(7.5%)|Sc=yes|V=yes|display=[[TM Material|Snover Berries]]}}&lt;br /&gt;
{{Itlistfoot|north}}&lt;br /&gt;
&lt;br /&gt;
===South area===&lt;br /&gt;
====Cave biome====&lt;br /&gt;
{{Itlisth|north}}&lt;br /&gt;
{{Itemlist|Dusk Stone SV|(7.5%)|Sc=yes|V=yes|display=[[Dusk Stone]]}}&lt;br /&gt;
{{Itemlist|Shiny Stone SV|(7.5%)|Sc=yes|V=yes|display=[[Shiny Stone]]}}&lt;br /&gt;
{{Itemlist|Hard Stone SV|(10.0%)|Sc=yes|V=yes|display=[[Hard Stone]]}}&lt;br /&gt;
{{Itemlist|Poké Ball SV|(17.5%)|Sc=yes|V=yes|display={{i|Poké Ball}}}}&lt;br /&gt;
{{Itemlist|Great Ball SV|(7.5%)|Sc=yes|V=yes|display=[[Great Ball]]}}&lt;br /&gt;
{{Itemlist|Super Potion SV|(7.5%)|Sc=yes|V=yes|display=[[Super Potion]]}}&lt;br /&gt;
{{Itemlist|Potion SV|(17.5%)|Sc=yes|V=yes|display=[[Potion]]}}&lt;br /&gt;
{{Itemlist|Poké Doll SV|(10.0%)|Sc=yes|V=yes|display=[[Poké Doll]]}}&lt;br /&gt;
{{Itemlist|TM Material SV|(7.5%)|Sc=yes|V=yes|display=[[TM Material|Sableye Gem]]}}&lt;br /&gt;
{{Itemlist|TM Material SV|(7.5%)|Sc=yes|V=yes|display=[[TM Material|Salandit Gas]]}}&lt;br /&gt;
{{Itlistfoot|north}}&lt;br /&gt;
&lt;br /&gt;
====Mountain biome====&lt;br /&gt;
{{Itlisth|north}}&lt;br /&gt;
{{Itemlist|Dawn Stone SV|(10.0%)|Sc=yes|V=yes|display=[[Dawn Stone]]}}&lt;br /&gt;
{{Itemlist|Rare Bone SV|(7.5%)|Sc=yes|V=yes|display=[[Rare Bone]]}}&lt;br /&gt;
{{Itemlist|Hyper Potion SV|(7.5%)|Sc=yes|V=yes|display=[[Hyper Potion]]}}&lt;br /&gt;
{{Itemlist|Super Potion SV|(20.0%)|Sc=yes|V=yes|display=[[Super Potion]]}}&lt;br /&gt;
{{Itemlist|Revive SV|(10.0%)|Sc=yes|V=yes|display=[[Revive]]}}&lt;br /&gt;
{{Itemlist|Max Revive SV|(2.5%)|Sc=yes|V=yes|display=[[Max Revive]]}}&lt;br /&gt;
{{Itemlist|Ultra Ball SV|(7.5%)|Sc=yes|V=yes|display=[[Ultra Ball]]}}&lt;br /&gt;
{{Itemlist|Great Ball SV|(20.0%)|Sc=yes|V=yes|display=[[Great Ball]]}}&lt;br /&gt;
{{Itemlist|TM Material SV|(7.5%)|Sc=yes|V=yes|display=[[TM Material|Slakoth Fur]]}}&lt;br /&gt;
{{Itemlist|TM Material SV|(7.5%)|Sc=yes|V=yes|display=[[TM Material|Axew Scales]]}}&lt;br /&gt;
{{Itlistfoot|north}}&lt;br /&gt;
&lt;br /&gt;
====Rocky Area biome====&lt;br /&gt;
{{Itlisth|north}}&lt;br /&gt;
{{Itemlist|Dawn Stone SV|(10.0%)|Sc=yes|V=yes|display=[[Dawn Stone]]}}&lt;br /&gt;
{{Itemlist|Rare Bone SV|(7.5%)|Sc=yes|V=yes|display=[[Rare Bone]]}}&lt;br /&gt;
{{Itemlist|Super Potion SV|(7.5%)|Sc=yes|V=yes|display=[[Super Potion]]}}&lt;br /&gt;
{{Itemlist|Potion SV|(20.0%)|Sc=yes|V=yes|display=[[Potion]]}}&lt;br /&gt;
{{Itemlist|Revive SV|(10.0%)|Sc=yes|V=yes|display=[[Revive]]}}&lt;br /&gt;
{{Itemlist|Max Revive SV|(2.5%)|Sc=yes|V=yes|display=[[Max Revive]]}}&lt;br /&gt;
{{Itemlist|Great Ball SV|(7.5%)|Sc=yes|V=yes|display=[[Great Ball]]}}&lt;br /&gt;
{{Itemlist|Poké Ball SV|(20.0%)|Sc=yes|V=yes|display={{i|Poké Ball}}}}&lt;br /&gt;
{{Itemlist|TM Material SV|(7.5%)|Sc=yes|V=yes|display=[[TM Material|Murkrow Bauble]]}}&lt;br /&gt;
{{Itemlist|TM Material SV|(7.5%)|Sc=yes|V=yes|display=[[TM Material|Nymble Claw]]}}&lt;br /&gt;
{{Itlistfoot|north}}&lt;br /&gt;
&lt;br /&gt;
==Special encounters==&lt;br /&gt;
[[File:Articuno SV.png|thumb|200px|Articuno at Glaseado Mountain]]&lt;br /&gt;
After acquiring the corresponding [[Treat]] from [[Snacksworth]], certain Legendary Pokémon will spawn in this area as a static encounter. If defeated, they can be battled again after the game has been rebooted, provided that over one hour has passed on the [[Nintendo Switch]]&#039;s [[Time|internal clock]] since their defeat. They are coded to never be {{Shiny}}.&lt;br /&gt;
&lt;br /&gt;
{{Pokémon/Grid}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
|gen=9&lt;br /&gt;
|ndex=0144&lt;br /&gt;
|pokemon=Articuno&lt;br /&gt;
|gender=None&lt;br /&gt;
|level=70&lt;br /&gt;
|type1=Ice&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|tera=Ice&lt;br /&gt;
|ability=Pressure&lt;br /&gt;
|move1=Hurricane|move1type=Flying|move1cat=Special&lt;br /&gt;
|move2=Haze|move2type=Ice|move2cat=Status&lt;br /&gt;
|move3=Blizzard|move3type=Ice|move3cat=Special&lt;br /&gt;
|move4=Sheer Cold|move4type=Ice|move4cat=Special}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
|gen=9&lt;br /&gt;
|ndex=0896&lt;br /&gt;
|pokemon=Glastrier&lt;br /&gt;
|gender=None&lt;br /&gt;
|level=70&lt;br /&gt;
|type1=Ice&lt;br /&gt;
|tera=Ice&lt;br /&gt;
|ability=Chilling Neigh&lt;br /&gt;
|move1=Iron Defense|move1type=Steel|move1cat=Status&lt;br /&gt;
|move2=Thrash|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Taunt|move3type=Dark|move3cat=Status&lt;br /&gt;
|move4=Double-Edge|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Pokémon&lt;br /&gt;
|gen=9&lt;br /&gt;
|ndex=0897&lt;br /&gt;
|pokemon=Spectrier&lt;br /&gt;
|gender=None&lt;br /&gt;
|level=70&lt;br /&gt;
|type1=Ghost&lt;br /&gt;
|tera=Ghost&lt;br /&gt;
|ability=Grim Neigh&lt;br /&gt;
|move1=Agility|move1type=Psychic|move1cat=Status&lt;br /&gt;
|move2=Thrash|move2type=Normal|move2cat=Physical&lt;br /&gt;
|move3=Disable|move3type=Normal|move3cat=Status&lt;br /&gt;
|move4=Double-Edge|move4type=Normal|move4cat=Physical}}&lt;br /&gt;
{{Pokémon/Grid/end}}&lt;br /&gt;
&lt;br /&gt;
==Pokémon==&lt;br /&gt;
===Southern Mountain===&lt;br /&gt;
[[File:Paldea Glaseado Mountain Map South.png|thumb|250px|The spawn borders for the southern mountain]]&lt;br /&gt;
{{Catch/header/9|north}}&lt;br /&gt;
{{Catch/div/9|Mo}}&lt;br /&gt;
{{Catch/entry9|0082|Magneton|type1=electric|type2=steel|yes|yes|overland=yes|34-42|20|all=20|group=100|groupmon=Magnemite|groupnum=0081}}&lt;br /&gt;
{{Catch/entry9|0093|Haunter|type1=ghost|type2=poison|yes|yes|overland=yes|34-42|40|morning=0|day=0|evening=0|group=100|groupmon=Gastly|groupnum=0092}}&lt;br /&gt;
{{Catch/entry9|0113|Chansey|type1=normal|yes|yes|land=yes|34-42|1|all=1}}&lt;br /&gt;
{{Catch/entry9|0136|Flareon|type1=fire|yes|yes|land=yes|35-42|1|all=1}}&lt;br /&gt;
{{Catch/entry9|0181|Ampharos|type1=electric|yes|yes|land=yes|42|10|all=10|group=100|groupmon=Mareep|groupnum=0179}}&lt;br /&gt;
{{Catch/entry9|0200|Misdreavus|type1=ghost|no|yes|overland=yes|34-40|15|morning=0|day=0|evening=0}}&lt;br /&gt;
{{Catch/entry9|0215|Sneasel|type1=dark|type2=ice|yes|yes|land=yes|34-40|60|all=60|group=80|groupmon=Sneasel|groupnum=0215}}&lt;br /&gt;
{{Catch/entry9|0217|Ursaring|type1=normal|yes|yes|land=yes|34-42|20|all=20|group=100|groupmon=Teddiursa|groupnum=0216}}&lt;br /&gt;
{{Catch/entry9|0288|Vigoroth|type1=normal|yes|yes|land=yes|34-42|20|all=20}}&lt;br /&gt;
{{Catch/entry9|0326|Grumpig|type1=psychic|yes|yes|land=yes|34-42|20|all=20|group=100|groupmon=Spoink|groupnum=0325}}&lt;br /&gt;
{{Catch/entry9|0334|Altaria|type1=dragon|type2=flying|yes|yes|land=yes|40-42|20|all=20|group=100|groupmon=Swablu|groupnum=0333}}&lt;br /&gt;
{{Catch/entry9|0361|Snorunt|type1=ice|yes|yes|land=yes|34-39|10|all=10|group=40|groupmon=Snorunt|groupnum=0361}}&lt;br /&gt;
{{Catch/entry9|0426|Drifblim|type1=ghost|type2=flying|yes|no|overland=yes|34-42|30|morning=0|day=0|group=100|groupmon=Drifloon|groupnum=0425}}&lt;br /&gt;
{{Catch/entry9|0430|Honchkrow|type1=dark|type2=flying|yes|yes|land=yes|35-42|20|morning=0|day=0|group=100|groupmon=Murkrow|groupnum=0198}}&lt;br /&gt;
{{Catch/entry9|0475|Gallade|type1=psychic|type2=fighting|yes|yes|land=yes|35-42|1|night=0}}&lt;br /&gt;
{{Catch/entry9|0585-Winter|Deerling|form=Winter Form|type1=normal|type2=grass|yes|yes|land=yes|34-40|90|all=90|group=60|groupmon=Deerling|groupnum=0585-Winter|groupform=Winter Form}}&lt;br /&gt;
{{Catch/entry9|0586-Winter|Sawsbuck|form=Winter Form|type1=normal|type2=grass|yes|yes|land=yes|34-42|60|all=60|group=100|groupmon=Deerling|groupnum=0585-Winter|groupform=Winter Form}}&lt;br /&gt;
{{Catch/entry9|0610|Axew|type1=dragon|yes|yes|land=yes|34-42|60|all=60}}&lt;br /&gt;
{{Catch/entry9|0611|Fraxure|type1=dragon|yes|yes|land=yes|38-42|20|all=20|group=100|groupmon=Axew|groupnum=0610}}&lt;br /&gt;
{{Catch/entry9|0613|Cubchoo|type1=ice|yes|yes|land=yes|34-40|10|all=10}}&lt;br /&gt;
{{Catch/entry9|0627|Rufflet|type1=normal|type2=flying|yes|yes|land=yes|overland=yes|34-42|25|all=25|group=40|groupmon=Rufflet|groupnum=0627}}&lt;br /&gt;
{{Catch/entry9|0668|Pyroar|form=Male|type1=fire|type2=normal|yes|yes|land=yes|35-42|30|all=30|group=100|groupmon=Litleo|groupnum=0667}}&lt;br /&gt;
{{Catch/entry9|0668|Pyroar|form=Male|type1=fire|type2=normal|yes|yes|land=yes|35-42|30|all=30|group=100|groupmon=Pyroar|groupnum=0668-Female|groupform=Female}}&lt;br /&gt;
{{Catch/entry9|0668-Female|Pyroar|form=Female|type1=fire|type2=normal|yes|yes|land=yes|35-42|30|all=30|group=100|groupmon=Litleo|groupnum=0667}}&lt;br /&gt;
{{Catch/entry9|0673|Gogoat|type1=grass|yes|yes|land=yes|34-42|40|all=40|group=100|groupmon=Gogoat|groupnum=0673}}&lt;br /&gt;
{{Catch/entry9|0745|Lycanroc|form=Midday Form|type1=rock|yes|yes|land=yes|34-42|20|evening=0|night=0}}&lt;br /&gt;
{{Catch/entry9|0745-Midnight|Lycanroc|form=Midnight Form|type1=rock|yes|yes|land=yes|34-42|20|morning=0|day=0|evening=0}}&lt;br /&gt;
{{Catch/entry9|0749|Mudbray|type1=ground|yes|yes|land=yes|34|60|all=60}}&lt;br /&gt;
{{Catch/entry9|0750|Mudsdale|type1=ground|yes|yes|land=yes|34-42|12|all=12|group=100|groupmon=Mudbray|groupnum=0749}}&lt;br /&gt;
{{Catch/entry9|0820|Greedent|type1=normal|yes|yes|land=yes|34-42|20|all=20|group=100|groupmon=Skwovet|groupnum=0819}}&lt;br /&gt;
{{Catch/entry9|0872|Snom|type1=ice|type2=bug|yes|yes|land=yes|34-40|30|all=30}}&lt;br /&gt;
{{Catch/entry9|0920|Lokix|type1=bug|type2=dark|yes|yes|land=yes|34-42|20|all=20}}&lt;br /&gt;
{{Catch/entry9|0922|Pawmo|type1=electric|type2=fighting|yes|yes|land=yes|34-42|15|all=15|group=100|groupmon=Pawmi|groupnum=0921}}&lt;br /&gt;
{{Catch/entry9|0952|Scovillain|type1=grass|type2=fire|yes|yes|land=yes|34-42|10|all=10}}&lt;br /&gt;
{{Catch/entry9|0955|Flittle|type1=psychic|yes|yes|overland=yes|34-38|60|all=60}}&lt;br /&gt;
{{Catch/entry9|0956|Espathra|type1=psychic|yes|yes|land=yes|35-42|20|all=20}}&lt;br /&gt;
{{Catch/entry9|0958|Tinkatuff|type1=fairy|type2=steel|yes|yes|land=yes|34-42|10|all=10}}&lt;br /&gt;
{{Catch/entry9|0971|Greavard|type1=ghost|yes|yes|land=yes|34-40|30|all=30}}&lt;br /&gt;
{{Catch/entry9|0972|Houndstone|type1=ghost|yes|yes|land=yes|42|15|all=15|group=100|groupmon=Greavard|groupnum=0971}}&lt;br /&gt;
{{Catch/entry9|0974|Cetoddle|type1=ice|yes|yes|land=yes|34-41|50|all=50|group=30|groupmon=Cetoddle|groupnum=0974}}&lt;br /&gt;
{{Catch/div/9|Sn}}&lt;br /&gt;
{{Catch/entry9|0082|Magneton|type1=electric|type2=steel|yes|yes|overland=yes|35-42|3|all=3|group=100|groupmon=Magnemite|groupnum=0081}}&lt;br /&gt;
{{Catch/entry9|0093|Haunter|type1=ghost|type2=poison|yes|yes|overland=yes|35-42|50|morning=0|day=0|evening=0|group=100|groupmon=Gastly|groupnum=0092}}&lt;br /&gt;
{{Catch/entry9|0215|Sneasel|type1=dark|type2=ice|yes|yes|land=yes|35-40|60|all=60|group=80|groupmon=Sneasel|groupnum=0215}}&lt;br /&gt;
{{Catch/entry9|0225|Delibird|type1=ice|type2=flying|yes|yes|land=yes|35-40|10|all=10|group=20|groupmon=Delibird|groupnum=0225}}&lt;br /&gt;
{{Catch/entry9|0361|Snorunt|type1=ice|yes|yes|land=yes|35-39|20|all=20|group=40|groupmon=Snorunt|groupnum=0361}}&lt;br /&gt;
{{Catch/entry9|0362|Glalie|type1=ice|yes|yes|overland=yes|42|20|all=20}}&lt;br /&gt;
{{Catch/entry9|0437|Bronzong|type1=steel|type2=psychic|yes|yes|overland=yes|35-42|20|all=20}}&lt;br /&gt;
{{Catch/entry9|0471|Glaceon|type1=ice|yes|yes|land=yes|35-42|1|all=1}}&lt;br /&gt;
{{Catch/entry9|0478|Froslass|type1=ice|type2=ghost|yes|yes|overland=yes|39-42|2|all=2}}&lt;br /&gt;
{{Catch/entry9|0586-Winter|Sawsbuck|form=Winter Form|type1=normal|type2=grass|yes|yes|land=yes|35-42|30|all=30|group=100|groupmon=Deerling|groupnum=0585-Winter|groupform=Winter Form}}&lt;br /&gt;
{{Catch/entry9|0613|Cubchoo|type1=ice|yes|yes|land=yes|35-40|60|all=60}}&lt;br /&gt;
{{Catch/entry9|0614|Beartic|type1=ice|yes|yes|land=yes|40-42|20|all=20|group=100|groupmon=Cubchoo|groupnum=0613}}&lt;br /&gt;
{{Catch/entry9|0712|Bergmite|type1=ice|yes|yes|land=yes|watersurface=yes|35-42|60|all=60|group=50|groupmon=Bergmite|groupnum=0712}}&lt;br /&gt;
{{Catch/entry9|0713|Avalugg|type1=ice|yes|yes|land=yes|watersurface=yes|37-42|20|all=20|group=100|groupmon=Bergmite|groupnum=0712}}&lt;br /&gt;
{{Catch/entry9|0739|Crabrawler|type1=fighting|yes|yes|land=yes|35-40|2|all=2}}&lt;br /&gt;
{{Catch/entry9|0872|Snom|type1=ice|type2=bug|yes|yes|land=yes|35-40|60|all=60}}&lt;br /&gt;
{{Catch/entry9|0873|Frosmoth|type1=ice|type2=bug|yes|yes|overland=yes|42|10|all=10}}&lt;br /&gt;
{{Catch/entry9|0971|Greavard|type1=ghost|yes|yes|land=yes|35-40|25|all=25}}&lt;br /&gt;
{{Catch/entry9|0972|Houndstone|type1=ghost|yes|yes|land=yes|42|10|all=10|group=100|groupmon=Greavard|groupnum=0971}}&lt;br /&gt;
{{Catch/entry9|0974|Cetoddle|type1=ice|yes|yes|land=yes|35-41|60|all=60|group=30|groupmon=Cetoddle|groupnum=0974}}&lt;br /&gt;
{{Catch/entry9|0996|Frigibax|type1=dragon|type2=ice|yes|yes|land=yes|35-39|1|all=1}}&lt;br /&gt;
{{Catch/div/9|Ro}}&lt;br /&gt;
{{Catch/entry9|0297|Hariyama|type1=fighting|yes|yes|land=yes|34-42|15|all=15|group=100|groupmon=Makuhita|groupnum=0296}}&lt;br /&gt;
{{Catch/entry9|0326|Grumpig|type1=psychic|yes|yes|land=yes|34-42|20|all=20|group=100|groupmon=Spoink|groupnum=0325}}&lt;br /&gt;
{{Catch/entry9|0430|Honchkrow|type1=dark|type2=flying|yes|yes|land=yes|35-42|20|morning=0|day=0|group=100|groupmon=Murkrow|groupnum=0198}}&lt;br /&gt;
{{Catch/entry9|0668|Pyroar|form=Male|type1=fire|type2=normal|yes|yes|land=yes|35-42|30|all=30|group=100|groupmon=Litleo|groupnum=0667}}&lt;br /&gt;
{{Catch/entry9|0668|Pyroar|form=Male|type1=fire|type2=normal|yes|yes|land=yes|35-42|30|all=30|group=100|groupmon=Pyroar|groupnum=0668-Female|groupform=Female}}&lt;br /&gt;
{{Catch/entry9|0668-Female|Pyroar|form=Female|type1=fire|type2=normal|yes|yes|land=yes|35-42|30|all=30|group=100|groupmon=Litleo|groupnum=0667}}&lt;br /&gt;
{{Catch/entry9|0673|Gogoat|type1=grass|yes|yes|land=yes|34-42|30|all=30|group=100|groupmon=Gogoat|groupnum=0673}}&lt;br /&gt;
{{Catch/entry9|0735|Gumshoos|type1=normal|yes|yes|land=yes|34-39|30|all=30|group=100|groupmon=Yungoos|groupnum=0734}}&lt;br /&gt;
{{Catch/entry9|0879|Copperajah|type1=steel|yes|yes|land=yes|40-42|20|all=20|group=100|groupmon=Cufant|groupnum=0878}}&lt;br /&gt;
{{Catch/entry9|0920|Lokix|type1=bug|type2=dark|yes|yes|land=yes|34-42|30|all=30}}&lt;br /&gt;
{{Catch/entry9|0933|Naclstack|type1=rock|yes|yes|land=yes|34-42|60|all=60|group=100|groupmon=Nacli|groupnum=0932}}&lt;br /&gt;
{{Catch/entry9|0966|Revavroom|type1=steel|type2=poison|yes|yes|overland=yes|40-42|20|all=20|group=100|groupmon=Varoom|groupnum=0965}}&lt;br /&gt;
{{Catch/div/9|Ru}}&lt;br /&gt;
{{Catch/entry9|0093|Haunter|type1=ghost|type2=poison|yes|yes|overland=yes|36-39|50|morning=0|day=0|evening=0|group=100|groupmon=Gastly|groupnum=0092}}&lt;br /&gt;
{{Catch/entry9|0097|Hypno|type1=psychic|yes|yes|land=yes|36-39|20|all=20}}&lt;br /&gt;
{{Catch/entry9|0437|Bronzong|type1=steel|type2=psychic|yes|yes|overland=yes|36-39|20|all=20}}&lt;br /&gt;
{{Catch/entry9|0778|Mimikyu|type1=ghost|type2=fairy|yes|yes|land=yes|36-39|10|all=10}}&lt;br /&gt;
{{Catch/entry9|0958|Tinkatuff|type1=fairy|type2=steel|yes|yes|land=yes|36-39|15|all=15}}&lt;br /&gt;
{{Catch/footer/9|north}}&lt;br /&gt;
&lt;br /&gt;
===Northern Mountain===&lt;br /&gt;
[[File:Paldea Glaseado Mountain Map North.png|thumb|250px|The spawn borders for the northern mountain]]&lt;br /&gt;
[[File:Paldea Glaseado Mountain Map Peak.png|thumb|250px|The spawn borders for the mountain peak]]&lt;br /&gt;
{{Catch/header/9|north}}&lt;br /&gt;
{{Catch/div/9|T}}&lt;br /&gt;
{{Catch/entry9|0198|Murkrow|type1=dark|type2=flying|yes|yes|land=yes|36-39|60|morning=0|day=0|group=60|groupmon=Murkrow|groupnum=0198}}&lt;br /&gt;
{{Catch/entry9|0225|Delibird|type1=ice|type2=flying|yes|yes|land=yes|36-39|30|all=30|group=20|groupmon=Delibird|groupnum=0225}}&lt;br /&gt;
{{Catch/entry9|0281|Kirlia|type1=psychic|type2=fairy|yes|yes|land=yes|36-39|50|night=0}}&lt;br /&gt;
{{Catch/entry9|0354|Banette|type1=ghost|yes|yes|land=yes|36-39|70|morning=0|day=0|evening=0}}&lt;br /&gt;
{{Catch/entry9|0426|Drifblim|type1=ghost|type2=flying|yes|no|overland=yes|36-39|20|morning=0|day=0|group=100|groupmon=Drifloon|groupnum=0425}}&lt;br /&gt;
{{Catch/entry9|0459|Snover|type1=grass|type2=ice|yes|yes|land=yes|36-39|50|all=50}}&lt;br /&gt;
{{Catch/entry9|0707|Klefki|type1=steel|type2=fairy|yes|yes|overland=yes|36-39|20|all=20}}&lt;br /&gt;
{{Catch/div/9|Mo}}&lt;br /&gt;
{{Catch/entry9|0082|Magneton|type1=electric|type2=steel|yes|yes|overland=yes|36-41|20|all=20|group=100|groupmon=Magnemite|groupnum=0081}}&lt;br /&gt;
{{Catch/entry9|0113|Chansey|type1=normal|yes|yes|land=yes|36-41|1|all=1}}&lt;br /&gt;
{{Catch/entry9|0136|Flareon|type1=fire|yes|yes|land=yes|36-41|1|all=1}}&lt;br /&gt;
{{Catch/entry9|0200|Misdreavus|type1=ghost|no|yes|overland=yes|36-40|15|morning=0|day=0|evening=0}}&lt;br /&gt;
{{Catch/entry9|0215|Sneasel|type1=dark|type2=ice|yes|yes|land=yes|36-40|60|all=60|group=80|groupmon=Sneasel|groupnum=0215}}&lt;br /&gt;
{{Catch/entry9|0334|Altaria|type1=dragon|type2=flying|yes|yes|land=yes|40-41|20|all=20|group=100|groupmon=Swablu|groupnum=0333}}&lt;br /&gt;
{{Catch/entry9|0361|Snorunt|type1=ice|yes|yes|land=yes|36-39|10|all=10|group=40|groupmon=Snorunt|groupnum=0361}}&lt;br /&gt;
{{Catch/entry9|0426|Drifblim|type1=ghost|type2=flying|yes|no|overland=yes|36-41|30|morning=0|day=0|group=100|groupmon=Drifloon|groupnum=0425}}&lt;br /&gt;
{{Catch/entry9|0430|Honchkrow|type1=dark|type2=flying|yes|yes|land=yes|36-41|20|morning=0|day=0|group=100|groupmon=Murkrow|groupnum=0198}}&lt;br /&gt;
{{Catch/entry9|0475|Gallade|type1=psychic|type2=fighting|yes|yes|land=yes|36-41|1|night=0}}&lt;br /&gt;
{{Catch/entry9|0585-Winter|Deerling|form=Winter Form|type1=normal|type2=grass|yes|yes|land=yes|34-40|90|all=90|group=60|groupmon=Deerling|groupnum=0585-Winter|groupform=Winter Form}}&lt;br /&gt;
{{Catch/entry9|0586-Winter|Sawsbuck|form=Winter Form|type1=normal|type2=grass|yes|yes|land=yes|34-41|60|all=60|group=100|groupmon=Deerling|groupnum=0585-Winter|groupform=Winter Form}}&lt;br /&gt;
{{Catch/entry9|0613|Cubchoo|type1=ice|yes|yes|land=yes|34-40|10|all=10}}&lt;br /&gt;
{{Catch/entry9|0627|Rufflet|type1=normal|type2=flying|yes|yes|land=yes|overland=yes|34-41|25|all=25|group=40|groupmon=Rufflet|groupnum=0627}}&lt;br /&gt;
{{Catch/entry9|0673|Gogoat|type1=grass|yes|yes|land=yes|34-41|40|all=40|group=100|groupmon=Gogoat|groupnum=0673}}&lt;br /&gt;
{{Catch/entry9|0745|Lycanroc|form=Midday Form|type1=rock|yes|yes|land=yes|34-41|20|evening=0|night=0}}&lt;br /&gt;
{{Catch/entry9|0745-Midnight|Lycanroc|form=Midnight Form|type1=rock|yes|yes|land=yes|34-41|20|morning=0|day=0|evening=0}}&lt;br /&gt;
{{Catch/entry9|0749|Mudbray|type1=ground|yes|yes|land=yes|34|60|all=60}}&lt;br /&gt;
{{Catch/entry9|0750|Mudsdale|type1=ground|yes|yes|land=yes|34-41|12|all=12|group=100|groupmon=Mudbray|groupnum=0749}}&lt;br /&gt;
{{Catch/entry9|0820|Greedent|type1=normal|yes|yes|land=yes|34-41|20|all=20|group=100|groupmon=Skwovet|groupnum=0819}}&lt;br /&gt;
{{Catch/entry9|0920|Lokix|type1=bug|type2=dark|yes|yes|land=yes|34-41|20|all=20}}&lt;br /&gt;
{{Catch/entry9|0922|Pawmo|type1=electric|type2=fighting|yes|yes|land=yes|34-41|15|all=15|group=100|groupmon=Pawmi|groupnum=0921}}&lt;br /&gt;
{{Catch/entry9|0952|Scovillain|type1=grass|type2=fire|yes|yes|land=yes|34-41|10|all=10}}&lt;br /&gt;
{{Catch/entry9|0955|Flittle|type1=psychic|yes|yes|overland=yes|34-38|60|all=60}}&lt;br /&gt;
{{Catch/entry9|0956|Espathra|type1=psychic|yes|yes|land=yes|35-41|20|all=20}}&lt;br /&gt;
{{Catch/entry9|0971|Greavard|type1=ghost|yes|yes|land=yes|34-40|30|all=30}}&lt;br /&gt;
{{Catch/entry9|0974|Cetoddle|type1=ice|yes|yes|land=yes|34-41|50|all=50|group=30|groupmon=Cetoddle|groupnum=0974}}&lt;br /&gt;
{{Catch/div/9|Sn}}&lt;br /&gt;
{{Catch/entry9|0082|Magneton|type1=electric|type2=steel|yes|yes|overland=yes|34-41|3|all=3|group=100|groupmon=Magnemite|groupnum=0081}}&lt;br /&gt;
{{Catch/entry9|0215|Sneasel|type1=dark|type2=ice|yes|yes|land=yes|34-40|60|all=60|group=80|groupmon=Sneasel|groupnum=0215}}&lt;br /&gt;
{{Catch/entry9|0225|Delibird|type1=ice|type2=flying|yes|yes|land=yes|34-40|10|all=10|group=20|groupmon=Delibird|groupnum=0225}}&lt;br /&gt;
{{Catch/entry9|0282|Gardevoir|type1=psychic|type2=fairy|yes|yes|land=yes|36-41|10|night=0|group=100|groupmon=Ralts|groupnum=0280}}&lt;br /&gt;
{{Catch/entry9|0361|Snorunt|type1=ice|yes|yes|land=yes|34-39|20|all=20|group=40|groupmon=Snorunt|groupnum=0361}}&lt;br /&gt;
{{Catch/entry9|0437|Bronzong|type1=steel|type2=psychic|yes|yes|overland=yes|34-41|20|all=20}}&lt;br /&gt;
{{Catch/entry9|0459|Snover|type1=grass|type2=ice|yes|yes|land=yes|34-39|60|all=60}}&lt;br /&gt;
{{Catch/entry9|0460|Abomasnow|type1=grass|type2=ice|yes|yes|land=yes|40-41|20|all=20|group=100|groupmon=Snover|groupnum=0459}}&lt;br /&gt;
{{Catch/entry9|0471|Glaceon|type1=ice|yes|yes|land=yes|35-41|1|all=1}}&lt;br /&gt;
{{Catch/entry9|0478|Froslass|type1=ice|type2=ghost|yes|yes|overland=yes|39-41|2|all=2}}&lt;br /&gt;
{{Catch/entry9|0586-Winter|Sawsbuck|form=Winter Form|type1=normal|type2=grass|yes|yes|land=yes|34-41|30|all=30|group=100|groupmon=Deerling|groupnum=0585-Winter|groupform=Winter Form}}&lt;br /&gt;
{{Catch/entry9|0613|Cubchoo|type1=ice|yes|yes|land=yes|34-40|60|all=60}}&lt;br /&gt;
{{Catch/entry9|0614|Beartic|type1=ice|yes|yes|land=yes|40-41|20|all=20|group=100|groupmon=Cubchoo|groupnum=0613}}&lt;br /&gt;
{{Catch/entry9|0615|Cryogonal|note=This Pokémon only spawns near the peak of the mountain|type1=ice|yes|yes|overland=yes|35-37|all=100}}&lt;br /&gt;
{{Catch/entry9|0712|Bergmite|type1=ice|yes|yes|land=yes|watersurface=yes|34-41|60|all=60|group=50|groupmon=Bergmite|groupnum=0712}}&lt;br /&gt;
{{Catch/entry9|0713|Avalugg|type1=ice|yes|yes|land=yes|watersurface=yes|37-41|20|all=20|group=100|groupmon=Bergmite|groupnum=0712}}&lt;br /&gt;
{{Catch/entry9|0739|Crabrawler|type1=fighting|yes|yes|land=yes|34-40|2|all=2}}&lt;br /&gt;
{{Catch/entry9|0971|Greavard|type1=ghost|yes|yes|land=yes|34-40|25|all=25}}&lt;br /&gt;
{{Catch/entry9|0974|Cetoddle|type1=ice|yes|yes|land=yes|34-41|60|all=60|group=30|groupmon=Cetoddle|groupnum=0974}}&lt;br /&gt;
{{Catch/entry9|0996|Frigibax|type1=dragon|type2=ice|yes|yes|land=yes|34-39|1|all=1}}&lt;br /&gt;
{{Catch/div/9|L}}&lt;br /&gt;
{{Catch/entry9|0054|Psyduck|type1=water|yes|yes|land=yes|watersurface=yes|36-39|60|all=60}}&lt;br /&gt;
{{Catch/entry9|0055|Golduck|type1=water|yes|yes|land=yes|watersurface=yes|36-39|20|all=20}}&lt;br /&gt;
{{Catch/entry9|0129|Magikarp|type1=water|yes|yes|watersurface=yes|underwater=yes|36-39|60|all=60}}&lt;br /&gt;
{{Catch/entry9|0134|Vaporeon|type1=water|yes|yes|land=yes|watersurface=yes|36-39|1|all=1}}&lt;br /&gt;
{{Catch/entry9|0200|Misdreavus|type1=ghost|no|yes|overland=yes|36-39|60|morning=0|day=0|evening=0}}&lt;br /&gt;
{{Catch/entry9|0340|Whiscash|type1=water|type2=ground|yes|yes|underwater=yes|36-39|10|all=10|group=100|groupmon=Barboach|groupnum=0339}}&lt;br /&gt;
{{Catch/entry9|0550|Basculin|form=Red-Striped|type1=water|yes|yes|underwater=yes|36-39|60|all=60|group=70|groupmon=Basculin|groupnum=0550|groupform=Red-Striped}}&lt;br /&gt;
{{Catch/entry9|0550-Blue|Basculin|form=Blue-Striped|type1=water|yes|yes|underwater=yes|36-39|60|all=60|group=70|groupmon=Basculin|groupnum=0550-Blue|groupform=Blue-Striped}}&lt;br /&gt;
{{Catch/entry9|0834|Drednaw|type1=water|type2=rock|yes|yes|land=yes|watersurface=yes|36-39|10|all=10|group=100|groupmon=Chewtle|groupnum=0833}}&lt;br /&gt;
{{Catch/entry9|0857|Hattrem|type1=psychic|yes|yes|land=yes|36-39|30|all=30|group=100|groupmon=Hatenna|groupnum=0856}}&lt;br /&gt;
{{Catch/entry9|0885|Dreepy|type1=dragon|type2=ghost|no|yes|overland=yes|36-39|15|all=15}}&lt;br /&gt;
{{Catch/entry9|0973|Flamigo|type1=flying|type2=fighting|yes|yes|land=yes|36-39|10|all=10}}&lt;br /&gt;
{{Catch/entry9|0980|Clodsire|type1=poison|type2=ground|yes|yes|land=yes|watersurface=yes|36-39|30|all=30|group=100|groupmon=Wooper|groupnum=0194-Paldea|groupform=Paldean Form}}&lt;br /&gt;
{{Catch/div/9|Ri}}&lt;br /&gt;
{{Catch/entry9|0054|Psyduck|type1=water|yes|yes|land=yes|watersurface=yes|34-37|60|all=60}}&lt;br /&gt;
{{Catch/entry9|0055|Golduck|type1=water|yes|yes|land=yes|watersurface=yes|34-40|20|all=20}}&lt;br /&gt;
{{Catch/entry9|0129|Magikarp|type1=water|yes|yes|watersurface=yes|underwater=yes|34-39|20|all=20}}&lt;br /&gt;
{{Catch/entry9|0134|Vaporeon|type1=water|yes|yes|land=yes|watersurface=yes|35-40|1|all=1}}&lt;br /&gt;
{{Catch/entry9|0419|Floatzel|type1=water|yes|yes|land=yes|watersurface=yes|34-40|10|all=10|group=100|groupmon=Buizel|groupnum=0418}}&lt;br /&gt;
{{Catch/entry9|0550|Basculin|form=Red-Striped|type1=water|yes|yes|underwater=yes|34-40|60|all=60|group=70|groupmon=Basculin|groupnum=0550|groupform=Red-Striped}}&lt;br /&gt;
{{Catch/entry9|0550-Blue|Basculin|form=Blue-Striped|type1=water|yes|yes|underwater=yes|34-40|60|all=60|group=70|groupmon=Basculin|groupnum=0550-Blue|groupform=Blue-Striped}}&lt;br /&gt;
{{Catch/entry9|0834|Drednaw|type1=water|type2=rock|yes|yes|land=yes|watersurface=yes|34-40|10|all=10|group=100|groupmon=Chewtle|groupnum=0833}}&lt;br /&gt;
{{Catch/entry9|0847|Barraskewda|type1=water|yes|yes|underwater=yes|34-40|20|all=20|group=100|groupmon=Arrokuda|groupnum=0846}}&lt;br /&gt;
{{Catch/entry9|0885|Dreepy|type1=dragon|type2=ghost|no|yes|overland=yes|34-40|5|all=5}}&lt;br /&gt;
{{Catch/entry9|0938|Tadbulb|type1=electric|yes|yes|overland=yes|34-35|50|all=50}}&lt;br /&gt;
{{Catch/entry9|0939|Bellibolt|type1=electric|yes|yes|land=yes|35-40|5|all=5|group=100|groupmon=Tadbulb|groupnum=0938}}&lt;br /&gt;
{{Catch/entry9|0973|Flamigo|type1=flying|type2=fighting|yes|yes|land=yes|34-40|12|all=12}}&lt;br /&gt;
{{Catch/div/9|Oc}}&lt;br /&gt;
{{Catch/entry9|0090|Shellder|type1=water|yes|yes|underwater=yes|38-40|60|all=60}}&lt;br /&gt;
{{Catch/entry9|0091|Cloyster|type1=water|type2=ice|yes|yes|underwater=yes|38-41|10|all=10}}&lt;br /&gt;
{{Catch/entry9|0129|Magikarp|type1=water|yes|yes|watersurface=yes|underwater=yes|38-39|60|all=60}}&lt;br /&gt;
{{Catch/entry9|0130|Gyarados|type1=water|type2=flying|yes|yes|watersurface=yes|underwater=yes|38-41|5|all=5}}&lt;br /&gt;
{{Catch/entry9|0211|Qwilfish|type1=water|type2=poison|yes|yes|underwater=yes|38-40|30|all=30}}&lt;br /&gt;
{{Catch/entry9|0419|Floatzel|type1=water|yes|yes|land=yes|watersurface=yes|38-41|40|all=40|group=100|groupmon=Buizel|groupnum=0418}}&lt;br /&gt;
{{Catch/entry9|0690|Skrelp|type1=poison|type2=water|yes|no|underwater=yes|38-41|60|all=60}}&lt;br /&gt;
{{Catch/entry9|0692|Clauncher|type1=water|no|yes|underwater=yes|38-41|60|all=60}}&lt;br /&gt;
{{Catch/entry9|0693|Clawitzer|type1=water|no|yes|underwater=yes|38-41|20|all=20}}&lt;br /&gt;
{{Catch/entry9|0712|Bergmite|type1=ice|yes|yes|land=yes|watersurface=yes|38-41|60|all=60|group=50|groupmon=Bergmite|groupnum=0712}}&lt;br /&gt;
{{Catch/entry9|0713|Avalugg|type1=ice|yes|yes|land=yes|watersurface=yes|38-41|20|all=20|group=100|groupmon=Bergmite|groupnum=0712}}&lt;br /&gt;
{{Catch/entry9|0847|Barraskewda|type1=water|yes|yes|underwater=yes|38-41|20|all=20|group=100|groupmon=Arrokuda|groupnum=0846}}&lt;br /&gt;
{{Catch/entry9|0941|Kilowattrel|type1=electric|type2=flying|yes|yes|land=yes|overland=yes|sky=yes|38-41|30|all=30|group=40|groupmon=Kilowattrel|groupnum=0941}}&lt;br /&gt;
{{Catch/entry9|0963|Finizen|type1=water|yes|yes|watersurface=yes|38-41|30|all=30|group=30|groupmon=Finizen|groupnum=0963}}&lt;br /&gt;
{{Catch/div/9|Ro}}&lt;br /&gt;
{{Catch/entry9|0297|Hariyama|type1=fighting|yes|yes|land=yes|34-41|15|all=15|group=100|groupmon=Makuhita|groupnum=0296}}&lt;br /&gt;
{{Catch/entry9|0430|Honchkrow|type1=dark|type2=flying|yes|yes|land=yes|35-41|20|morning=0|day=0|group=100|groupmon=Murkrow|groupnum=0198}}&lt;br /&gt;
{{Catch/entry9|0673|Gogoat|type1=grass|yes|yes|land=yes|34-41|30|all=30|group=100|groupmon=Gogoat|groupnum=0673}}&lt;br /&gt;
{{Catch/entry9|0735|Gumshoos|type1=normal|yes|yes|land=yes|34-39|30|all=30|group=100|groupmon=Yungoos|groupnum=0734}}&lt;br /&gt;
{{Catch/entry9|0879|Copperajah|type1=steel|yes|yes|land=yes|40-41|20|all=20|group=100|groupmon=Cufant|groupnum=0878}}&lt;br /&gt;
{{Catch/entry9|0920|Lokix|type1=bug|type2=dark|yes|yes|land=yes|34-41|30|all=30}}&lt;br /&gt;
{{Catch/entry9|0933|Naclstack|type1=rock|yes|yes|land=yes|34-41|60|all=60|group=100|groupmon=Nacli|groupnum=0932}}&lt;br /&gt;
{{Catch/div/9|Ca}}&lt;br /&gt;
{{Catch/entry9|0051|Dugtrio|type1=ground|yes|yes|land=yes|34-41|20|all=20}}&lt;br /&gt;
{{Catch/entry9|0197|Umbreon|type1=dark|yes|yes|land=yes|35-41|1|morning=0|day=0|evening=0}}&lt;br /&gt;
{{Catch/entry9|0206|Dunsparce|type1=normal|yes|yes|land=yes|34-40|5|all=5}}&lt;br /&gt;
{{Catch/entry9|0246|Larvitar|type1=rock|type2=ground|yes|no|land=yes|34-38|10|all=10}}&lt;br /&gt;
{{Catch/entry9|0297|Hariyama|type1=fighting|yes|yes|land=yes|34-41|10|all=10|group=100|groupmon=Makuhita|groupnum=0296}}&lt;br /&gt;
{{Catch/entry9|0302|Sableye|type1=dark|type2=ghost|yes|yes|land=yes|34-41|20|all=20}}&lt;br /&gt;
{{Catch/entry9|0361|Snorunt|type1=ice|yes|yes|land=yes|34-39|70|all=70|group=40|groupmon=Snorunt|groupnum=0361}}&lt;br /&gt;
{{Catch/entry9|0371|Bagon|type1=dragon|no|yes|land=yes|34-38|10|all=10}}&lt;br /&gt;
{{Catch/entry9|0444|Gabite|type1=dragon|type2=ground|yes|yes|land=yes|34-41|10|all=10|group=100|groupmon=Gible|groupnum=0443}}&lt;br /&gt;
{{Catch/entry9|0633|Deino|type1=dark|type2=dragon|yes|no|land=yes|36-41|30|all=30}}&lt;br /&gt;
{{Catch/entry9|0735|Gumshoos|type1=normal|yes|yes|land=yes|34-39|30|all=30|group=100|groupmon=Yungoos|groupnum=0734}}&lt;br /&gt;
{{Catch/entry9|0757|Salandit|type1=poison|type2=fire|yes|yes|land=yes|34-40|60|all=60|group=40|groupmon=Salandit|groupnum=0757}}&lt;br /&gt;
{{Catch/entry9|0758|Salazzle|type1=poison|type2=fire|yes|yes|land=yes|34-41|5|all=5|group=100|groupmon=Salandit|groupnum=0757}}&lt;br /&gt;
{{Catch/entry9|0969|Glimmet|type1=rock|type2=poison|yes|yes|overland=yes|34-41|1|all=1}}&lt;br /&gt;
{{Catch/entry9|0996|Frigibax|type1=dragon|type2=ice|yes|yes|land=yes|34-39|2|all=2}}&lt;br /&gt;
{{Catch/div/9|Fl}}&lt;br /&gt;
{{Catch/entry9|0113|Chansey|type1=normal|yes|yes|land=yes|38-41|1|all=1}}&lt;br /&gt;
{{Catch/entry9|0189|Jumpluff|type1=grass|type2=flying|yes|yes|land=yes|38-41|20|all=20|group=100|groupmon=Hoppip|groupnum=0187}}&lt;br /&gt;
{{Catch/entry9|0192|Sunflora|type1=grass|yes|yes|land=yes|38-41|30|night=0}}&lt;br /&gt;
{{Catch/entry9|0416|Vespiquen|type1=bug|type2=flying|yes|yes|overland=yes|38-41|20|all=20|group=100|groupmon=Combee|groupnum=0415}}&lt;br /&gt;
{{Catch/entry9|0666-Fancy|Vivillon|form=Fancy Pattern|note=This Pokémon&#039;s form can be changed by receiving [[Gift#Icons|postcards]] from [[Pokémon GO]]|type1=bug|type2=flying|yes|yes|overland=yes|38-41|30|all=30}}&lt;br /&gt;
{{Catch/entry9|0670|Floette|form=Red Flower|type1=fairy|yes|yes|overland=yes|38-41|55|all=55|group=40|groupmon=Floette|groupnum=0670|groupform=Red Flower}}&lt;br /&gt;
{{Catch/entry9|0670-Yellow|Floette|form=Yellow Flower|type1=fairy|yes|yes|overland=yes|38-41|55|all=55|group=40|groupmon=Floette|groupnum=0670-Yellow|groupform=Yellow Flower}}&lt;br /&gt;
{{Catch/entry9|0670-Orange|Floette|form=Orange Flower|type1=fairy|yes|yes|overland=yes|38-41|55|all=55|group=40|groupmon=Floette|groupnum=0670-Orange|groupform=Orange&amp;amp;nbsp;Flower}}&lt;br /&gt;
{{Catch/entry9|0670-Blue|Floette|form=Blue Flower|type1=fairy|yes|yes|overland=yes|38-41|55|all=55|group=40|groupmon=Floette|groupnum=0670-Blue|groupform=Blue Flower}}&lt;br /&gt;
{{Catch/entry9|0670-White|Floette|form=White Flower|type1=fairy|yes|yes|overland=yes|38-41|3|all=3|group=40|groupmon=Floette|groupnum=0670-White|groupform=White Flower}}&lt;br /&gt;
{{Catch/entry9|0929|Dolliv|type1=grass|type2=normal|yes|yes|land=yes|38-39|10|all=10|group=100|groupmon=Smoliv|groupnum=0928}}&lt;br /&gt;
{{Catch/div/9|Ru}}&lt;br /&gt;
{{Catch/entry9|0097|Hypno|type1=psychic|yes|yes|land=yes|38-41|20|all=20}}&lt;br /&gt;
{{Catch/entry9|0437|Bronzong|type1=steel|type2=psychic|yes|yes|overland=yes|38-41|20|all=20}}&lt;br /&gt;
{{Catch/entry9|0958|Tinkatuff|type1=fairy|type2=steel|yes|yes|land=yes|38-41|15|all=15}}&lt;br /&gt;
{{Catch/footer/9|north}}&lt;br /&gt;
&lt;br /&gt;
==Terastallized Encounters==&lt;br /&gt;
===Southern Mountain===&lt;br /&gt;
{{Catch/header|north|no}}&lt;br /&gt;
{{Catch/entry9/special|0713|Avalugg|yes|yes|Fixed|45 [[image:TeraGem_Rock.png|30px]]|Respawns|type1=ice}}&lt;br /&gt;
{{Catch/entry9/special|0478|Froslass|yes|yes|Fixed|45 [[image:TeraGem_Ghost.png|30px]]|Respawns|type1=ice|type2=ghost}}&lt;br /&gt;
{{Catch/entry9/special|0215|Sneasel|yes|yes|Fixed|41 [[image:TeraGem_Fighting.png|30px]]|Respawns|type1=dark|type2=ice}}&lt;br /&gt;
{{Catch/entry9/special|0217|Ursaring|yes|yes|Fixed|44 [[image:TeraGem_Flying.png|30px]]|Respawns|type1=normal}}&lt;br /&gt;
{{Catch/entry9/special|0448|Lucario|yes|yes|Fixed|75 [[image:TeraGem_Ice.png|30px]]|Respawns|type1=fighting|type2=steel}}&lt;br /&gt;
{{Catch/entry9/special|0956|Espathra|yes|yes|Fixed|45 [[image:TeraGem_Steel.png|30px]]|Respawns|type1=psychic}}&lt;br /&gt;
{{Catch/footer|north}}&lt;br /&gt;
===Northern Mountain===&lt;br /&gt;
{{Catch/header|north|no}}&lt;br /&gt;
{{Catch/entry9/special|0996|Frigibax|yes|yes|Fixed|40 [[image:TeraGem_Dark.png|30px]]|Respawns|type1=dragon|type2=ice}}&lt;br /&gt;
{{Catch/entry9/special|0871|Pincurchin|yes|yes|Fixed|55 [[image:TeraGem_Electric.png|30px]]|Respawns|type1=electric}}&lt;br /&gt;
{{Catch/entry9/special|0057|Primeape|yes|yes|Fixed|50 [[image:TeraGem_Poison.png|30px]]|Respawns|type1=fighting}}&lt;br /&gt;
{{Catch/entry9/special|0966|Revavroom|yes|yes|Fixed|55 [[image:TeraGem_Fire.png|30px]]|Respawns|type1=steel|type2=poison}}&lt;br /&gt;
{{Catch/entry9/special|0976|Veluza|yes|yes|Fixed|49 [[image:TeraGem_Normal.png|30px]]|Respawns|type1=water|type2=psychic}}&lt;br /&gt;
{{Catch/footer|north}}&lt;br /&gt;
&lt;br /&gt;
==Fixed Encounters==&lt;br /&gt;
===Southern Mountain===&lt;br /&gt;
{{Catch/header|north|no}}&lt;br /&gt;
{{Catch/entry9/special|0999|Gimmighoul|form=Chest Form|yes|yes|Glaseado Mountain Watchtower|35|Respawns|type1=ghost}}&lt;br /&gt;
{{Catch/entry9/special|0231|Phanpy|yes|yes|Fixed|20|Respawns|type1=ground}}&lt;br /&gt;
{{Catch/entry9/special|0232|Donphan|yes|yes|Fixed|35|Respawns|type1=ground}}&lt;br /&gt;
{{Catch/entry9/special|0308|Medicham|yes|yes|Fixed|40|Respawns|type1=fighting|type2=psychic}}&lt;br /&gt;
{{Catch/entry9/special|0324|Torkoal|yes|yes|Fixed|35|Respawns|type1=fire}}&lt;br /&gt;
{{Catch/entry9/special|0442|Spiritomb|yes|yes|Fixed|49|Respawns|type1=ghost|type2=dark}}&lt;br /&gt;
{{Catch/entry9/special|0445|Garchomp|yes|yes|Fixed|57|Respawns|type1=dragon|type2=ground}}&lt;br /&gt;
{{Catch/entry9/special|0459|Snover|yes|yes|Fixed|48|Respawns|type1=grass|type2=ice}}&lt;br /&gt;
{{Catch/entry9/special|0460|Abomasnow|yes|yes|Fixed|49|Respawns|type1=grass|type2=ice}}&lt;br /&gt;
{{Catch/entry9/special|0461|Weavile|yes|yes|Fixed|40|Respawns|type1=dark|type2=ice}}&lt;br /&gt;
{{Catch/entry9/special|0478|Froslass|yes|yes|Fixed|45|Respawns|type1=ice|type2=ghost}}&lt;br /&gt;
{{Catch/entry9/special|0585-Winter|Deerling|form=Winter Form|yes|yes|Fixed|48|Respawns|type1=normal|type2=grass}}&lt;br /&gt;
{{Catch/entry9/special|0586-Winter|Sawsbuck|form=Winter Form|yes|yes|Fixed|49|Respawns|type1=normal|type2=grass}}&lt;br /&gt;
{{Catch/entry9/special|0613|Cubchoo|yes|yes|Fixed|30|Respawns|type1=ice}}&lt;br /&gt;
{{Catch/entry9/special|0614|Beartic|yes|yes|Fixed|45|Respawns|type1=ice}}&lt;br /&gt;
{{Catch/entry9/special|0749|Mudbray|yes|yes|Fixed|33|Respawns|type1=ground}}&lt;br /&gt;
{{Catch/entry9/special|0750|Mudsdale|yes|yes|Fixed|34|Respawns|type1=ground}}&lt;br /&gt;
{{Catch/entry9/special|0757|Salandit|yes|yes|Fixed|30|Respawns|type1=poison|type2=fire}}&lt;br /&gt;
{{Catch/entry9/special|0758|Salazzle|yes|yes|Fixed|40|Respawns|type1=poison|type2=fire}}&lt;br /&gt;
{{Catch/entry9/special|0972|Houndstone|yes|yes|Fixed|35-40|Respawns|type1=ghost}}&lt;br /&gt;
{{Catch/entry9/special|0974|Cetoddle|yes|yes|Fixed|33-35|Respawns|type1=ice}}&lt;br /&gt;
{{Catch/entry9/special|0997|Arctibax|yes|yes|Fixed|49|Respawns|type1=dragon|type2=ice}}&lt;br /&gt;
{{Catch/entry9/special|0967|Cyclizar|yes|yes|Fixed|40|Respawns|type1=dragon|type2=normal}}&lt;br /&gt;
{{Catch/footer|north}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Northern Mountain===&lt;br /&gt;
{{Catch/header|north|no}}&lt;br /&gt;
{{Catch/entry9/special|0082|Magneton|yes|yes|Fixed|34|Respawns|type1=electric|type2=steel}}&lt;br /&gt;
{{Catch/entry9/special|0215|Sneasel|yes|yes|Fixed|36|Respawns|type1=dark|type2=ice}}&lt;br /&gt;
{{Catch/entry9/special|0225|Delibird|yes|yes|Fixed|35|Respawns|type1=ice|type2=flying}}&lt;br /&gt;
{{Catch/entry9/special|0282|Gardevoir|yes|yes|Fixed|35|Respawns|type1=psychic|type2=fairy}}&lt;br /&gt;
{{Catch/entry9/special|0461|Weavile|yes|yes|Fixed|45|Respawns|type1=dark|type2=ice}}&lt;br /&gt;
{{Catch/entry9/special|0478|Froslass|yes|yes|Fixed|45|Respawns|type1=ice|type2=ghost}}&lt;br /&gt;
{{Catch/entry9/special|0586-Winter|Sawsbuck|form=Winter Form|yes|yes|Fixed|35|Respawns|type1=normal|type2=grass}}&lt;br /&gt;
{{Catch/entry9/special|0613|Cubchoo|yes|yes|Fixed|41|Respawns|type1=ice}}&lt;br /&gt;
{{Catch/entry9/special|0614|Beartic|yes|yes|Fixed|43|Respawns|type1=ice}}&lt;br /&gt;
{{Catch/entry9/special|0712|Bergmite|yes|yes|Fixed|30|Respawns|type1=ice}}&lt;br /&gt;
{{Catch/entry9/special|0873|Frosmoth|yes|yes|Fixed|40|Respawns|type1=ice|type2=bug}}&lt;br /&gt;
{{Catch/entry9/special|0971|Greavard|yes|yes|Fixed|33-35|Respawns|type1=ghost}}&lt;br /&gt;
{{Catch/entry9/special|0972|Houndstone|yes|yes|Fixed|34-40|Respawns|type1=ghost}}&lt;br /&gt;
{{Catch/entry9/special|0975|Cetitan|yes|yes|Fixed|40|Respawns|type1=ice}}&lt;br /&gt;
{{Catch/entry9/special|0996|Frigibax|yes|yes|Fixed|25-36|Respawns|type1=dragon|type2=ice}}&lt;br /&gt;
{{Catch/entry9/special|0997|Arctibax|yes|yes|Fixed|49|Respawns|type1=dragon|type2=ice}}&lt;br /&gt;
{{Catch/footer|north}}&lt;br /&gt;
&lt;br /&gt;
==Trainers==&lt;br /&gt;
&amp;lt;!--Confirmed in-game location, do not change/switch any info with the Dalizapa Passage page--&amp;gt; &lt;br /&gt;
{{trainerheader|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSDragon Tamer 2 SV.png{{!}}x100px|game=9|Dragon Tamer|Luisa|4,200|1|0997|Arctibax|♂|35|None|36=マリア|37=Maria}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSDragon Tamer 2 SV.png{{!}}x100px|game=9|Dragon Tamer|Elisabet|4,400|1|0334|Altaria|♂|37|None|36=マユカ|37=Mayuka}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSDragon Tamer 2 SV.png{{!}}x100px|game=9|Dragon Tamer|Anna|4,400|1|0148|Dragonair|♂|37|None|36=ヒメカ|37=Himeka}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSBlack Belt SV.png{{!}}x100px|game=9|Black Belt|Roger|2,100|1|0057|Primeape|♂|35|None|36=ジロウ|37=Jirou}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSBlack Belt SV.png{{!}}x100px|game=9|Black Belt|Sayid|2,100|1|0308|Medicham|♂|35|None|36=ヘイジ|37=Heiji}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSBlack Belt SV.png{{!}}x100px|game=9|Black Belt|Marcos|2,100|1|0923|Pawmot|♂|35|None|36=タイチ|37=Taichi}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSBlack Belt 2 SV.png{{!}}x100px|game=9|Black Belt|Sebastian|2,160|1|0448|Lucario|♂|36|None|36=ヨシロウ|37=Yoshirou}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSArtist SV.png{{!}}x100px|game=9|Artist|Tania|3,500|2|0457|Lumineon|♂|35|None|0478|Froslass|♀|35|None|36=ヒマリ|37=Himari}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSArtist SV.png{{!}}x100px|game=9|Artist|Carolina|6,720|3|0671-White|Florges|♀|42|None|779|Bruxish|♂|42|None|0861|Grimmsnarl|♂|42|None|36=ナツキ|37=Natsuki}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry|VSHiker SV.png{{!}}x100px|game=9|Hiker|Nancy|2,220|1|0844|Sandaconda|♂|37|None|36=アサヒ|37=Asahi}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry|VSHiker SV.png{{!}}x100px|game=9|Hiker|Manuela|6,720|3|0323|Camerupt|♂|41|None|0702|Dedenne|♂|41|None|0976|Veluza|♂|42|None|36=ミハル|37=Miharu}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSMusician SV.png{{!}}x100px|game=9|Musician|Julia|3,700|1|0849|Toxtricity|♂|37|None|36=ヒナタ|37=Hinata}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSCourier SV.png{{!}}x100px|game=9|Courier|Martin|3,404|1|0128-Paldea Combat|Tauros|♂|37|None|36=マサタカ|37=Masataka}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSCourier SV.png{{!}}x100px|game=9|Courier|Edgar|3,220|1|0225|Delibird|♂|35|None|36=エイシロウ|37=Eishirou}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSCourier SV.png{{!}}x100px|game=9|Courier|Xabier|3,312|1|0398|Staraptor|♂|36|None|36=リオン|37=Rion}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry|VSBackpacker SV.png{{!}}x100px|game=9|Backpacker|Markel|2,220|3|0943|Mabosstiff|♂|37|None|134|Vaporeon|♂|37|None|461|Weavile|♂|37|None|36=フウガ|37=Fuuga}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSScientist SV.png{{!}}x100px|game=9|Scientist|Ignacio|6,720|3|0462|Magnezone||41|None|0097|Hypno|♂|42|None|0089|Muk|♂|41|None|36=コウジ|37=Kouji}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSScientist SV.png{{!}}x100px|game=9|Scientist|Roberto|3,312|1|0135|Jolteon|♂|36|None|36=オサム|37=Osamu}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSStudent M 10 S.png{{!}}x100px|game=9|Student|Silvia|2,100|1|0949|Toedscruel|♂|35|None|36=タマコ|37=Tamako}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSStudent F 2 S.png{{!}}x100px|game=9|Student|Jana|1,584|2|0196|Espeon|♂|36|None|0197|Umbreon|♂|36|None|36=ラン|37=Ran}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSStudent F 2 S.png{{!}}x100px|game=9|Student|Alma|1,628|2|0354|Banette|♂|37|None|0471|Glaceon|♂|37|None|36=マリカ|37=Marika}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSStudent F 8 S.png{{!}}x100px|game=9|Student|Triana|1,216|1|0575|Gothorita|♀|38|None|36=ココア|37=Kokoa}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSStudent M 12 S.png{{!}}x100px|game=9|Student|Valeria|1,872|3|0571|Zoroark|♂|36|None|0128-Paldea Aqua|Tauros|♂|36|None|429|Mismagius|♂|36|None|36=サクラコ|37=Sakurako}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSStudent M 4 S.png{{!}}x100px|game=9|Student|Mark|6,720|3|0059|Arcanine|♀|42|None|0879|Copperajah|♂|42|None|839|Coalossal|♂|42|None|36=リュウセイ|37=Ryuusei}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSStudent M 9 S.png{{!}}x100px|game=9|Student|Mihai|2,280|1|0297|Hariyama|♀|38|None|36=ショウタ|37=Shouta}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSStudent M 9 S.png{{!}}x100px|game=9|Student|Abraham|2,160|2|0332|Cacturne|♂|36|None|0961|Wugtrio|♂|36|None|36=カツヤ|37=Katsuya}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSStudent M 13 S.png{{!}}x100px|game=9|Student|Max|1,584|2|0435|Skuntank|♂|36|None|0945|Grafaiai|♂|36|None|36=ソラ|37=Sora}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSStudent M 4 S.png{{!}}x100px|game=9|Student|Denis|1,120|2|0860|Morgrem|♂|35|None|0941|Kilowattrel|♂|35|None|36=コウ|37=Kou}}&lt;br /&gt;
{{trainerdiv|north}}&lt;br /&gt;
{{Trainerentry/suffix|VSStudent M 9 S.png{{!}}x100px|game=9|Student|Eduardo|2,160|2|0855|Polteageist||36|None|0982|Dudunsparce|♂|36|None|36=ヒロフミ|37=Hirofumi}}&lt;br /&gt;
{{trainerfooter|north|9}}&lt;br /&gt;
&lt;br /&gt;
==In animation==&lt;br /&gt;
[[File:Glaseado Mountain anime.png|thumb|250px|Glaseado Mountain in {{aniseries|HZ}}]]&lt;br /&gt;
===&#039;&#039;Pokémon Horizons: The Series&#039;&#039;===&lt;br /&gt;
Glaseado Mountain first appeared in &#039;&#039;[[HZ060|Roy and Fuecoco&#039;s First Snow!]]&#039;&#039;, where [[Liko]], [[Roy]], and [[Dot]] arrived there. After spending a night at a mountain hut, they arrived in their first destination, [[Montenevera]], in [[HZ061|the next episode]], where Roy had his second [[Tera Training]] test at the [[Montenevera Gym]], but lost and failed to pass the test. Following some [[Hyper Training]] with {{an|Nemona}}, Roy challenged [[Ryme]] to a [[rematch]] in &#039;&#039;[[HZ062|A New Song for Fuecoco]]&#039;&#039; and managed to beat her through refined strategies, passing the test on his second try.&lt;br /&gt;
&lt;br /&gt;
Following Roy&#039;s victory over Ryme, the trio traveled to the [[Glaseado Gym]] for Liko&#039;s own test, arriving there in &#039;&#039;[[HZ063|Ice Battle! Cold-Eyed Grusha]]&#039;&#039;. After some bobsledding with {{p|Cetoddle}}, Liko fought [[Grusha]] but lost, causing the {{type|Ice}} [[Gym Leader]] to declare she had failed her test.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ064|The Approaching Shadow!]]&#039;&#039;, while heading to [[Naranja Academy]], the group decided to visit {{DL|Ten Sights of Paldea|Paldea&#039;s Highest Peak}} along the way in order to cheer Liko up following her failed test. Along the way, however, the [[Explorers]] separated Liko from the others, leading to her running into [[Amethio]] and battling him until [[Spinel]] appeared on the scene. He fooled the two into chasing him into an underground cave before trapping them inside. Meanwhile, Roy and Dot were confronted by [[Sidian]] and [[Coral]] to keep them from going to Liko&#039;s aid. Following a talk about their [[Gibeon|respective]] [[Diana|grandparents]], Liko and Amethio succeeded in escaping the cave in [[HZ065|the following episode]], while Roy and Dot were saved by the arrival of Grusha, following which the trio reunited and visited the summit as they had planned.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Montenevera anime.png|[[Montenevera]]&lt;br /&gt;
Glaseado Gym anime.png|[[Glaseado Gym]]&lt;br /&gt;
Paldea Highest Peak anime.png|{{DL|Ten Sights of Paldea|Paldea&#039;s Highest Peak}}&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Pokémon: Paldean Winds===&lt;br /&gt;
[[File:Glaseado Mountain Paldean Winds.png|thumb|250px|Glaseado Mountain in [[Pokémon: Paldean Winds]]]]&lt;br /&gt;
Glaseado Mountain first appeared in &#039;&#039;[[PPW01|Breathe Out]]&#039;&#039;. [[Ohara]] had traveled up the mountain in order to dispose of her flute. There, she encountered [[Arven]], who soon found himself being chased around by a {{pkmn2|wild}} {{p|Cetitan}}. Fortunately, after her {{p|Fuecoco}} came back with her flute, she managed to calm down the Terra Whale Pokémon by playing a melody.&lt;br /&gt;
&lt;br /&gt;
Glaseado&#039;s Grasp and Paldea&#039;s Highest Peak, two of the [[Ten Sights of Paldea]] located in Glaseado Mountain, were briefly featured in &#039;&#039;[[PPW04|Breathe Together]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Glaseado Grasp PW.png|Glaseado&#039;s Grasp&lt;br /&gt;
Paldea Highest Peak PW.png|Paldea&#039;s Highest Peak&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
[[File:Glaseado Mountain Adventures.png|thumb|250px|Glaseado Mountain in [[Pokémon Adventures]]]]&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
===={{MangaArc|Scarlet &amp;amp; Violet}}====&lt;br /&gt;
Glaseado Mountain first appeared in [[PASV19]], where a rogue {{tc|Team Star Grunt}} tried to sneak up on [[Penny]] as she was communicating through her laptop at [[Dalizapa Passage]], but he was shocked unconscious by Penny&#039;s {{p|Jolteon}}. When he later regained consciousness, Penny was gone, and he alerted his fellow rogue Grunts that their plan to take over [[Team Star]] had been found out.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--In [[PASV27]]--&amp;gt;Later, {{Scarlet}} traversed through a Glaseado Mountain trail on her way to meet [[Ryme]] at [[Montenevera]] for information regarding the [[treasures of ruin]]. Along the way, she received a call from {{adv|Nemona}}, who told her how [[Geeta]] wanted Scarlet to continue challenging [[Gym]]s. Realizing that the [[Pokémon League]] was trying to keep an eye on her due to considering her a suspicious individual, Scarlet subsequently called Penny to ask for a favor, borrowing some of her Pokémon and disguising herself as her to avoid being recognized.&lt;br /&gt;
&lt;br /&gt;
Meanwhile, the rebellious faction of Team Star started moving down Glaseado Mountain on [[North Province (Area Three)]] on their way to start their planned coup, when they spotted the disguised Scarlet and proceeded to kidnap her. Nemona witnessed the kidnappers getting away and was able to contact Ryme and [[Grusha]] regarding the incident while making her way to Montenevera&amp;lt;!-- in [[PASV28]]--&amp;gt;, where [[Cassiopeia]] contacted her to inform of the true identity of the kidnapped person and the kidnappers&#039; likely current heading. As such, Nemona subsequently received an escorted ride down the mountain to [[North Province (Area One)]] from Grusha.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Dalizapa Passage Adventures.png|[[Dalizapa Passage]]&lt;br /&gt;
Montenevera Adventures.png|[[Montenevera]]&lt;br /&gt;
Glaseado Gym Adventures.png|[[Glaseado Gym]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
===Origin===&lt;br /&gt;
{{main|Pokémon world in relation to the real world#Paldea|Pokémon world in relation to the real world → Paldea}}&lt;br /&gt;
Glaseado Mountain may be an amalgamation of the mountain ranges of the {{wp|Pyrenees}} and {{wp|Sierra Nevada (Spain)|Sierra Nevada}}, where both locations are popular spots for skiing. Geographically, Glaseado Mountain closely matches to the Pyrenees, which is located at the northeast side of Spain by the borders of France. On the other hand, Sierra Nevada located at the southern part of Spain has {{wp|Mulhacén}}, the highest mountain in the {{wp|Iberian Peninsula}}.&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundtable&amp;quot; style=&amp;quot;background:#{{Locationcolor/med|north}}; border:3px solid #{{Locationcolor/dark|north}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{Locationcolor/light|north}}&amp;quot; | Language&lt;br /&gt;
! style=&amp;quot;background:#{{Locationcolor/light|north}}&amp;quot; | Name&lt;br /&gt;
! style=&amp;quot;background:#{{Locationcolor/light|north}}&amp;quot; | Origin&lt;br /&gt;
|-&lt;br /&gt;
| Japanese&lt;br /&gt;
| ナッペ山 &#039;&#039;Napper Yama&#039;&#039;&lt;br /&gt;
| From &#039;&#039;napper&#039;&#039; (French for &amp;quot;to {{wp|Nappage|coat}} with sauce or cream&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
| English&lt;br /&gt;
| Glaseado Mountain&lt;br /&gt;
| From &#039;&#039;glaseado&#039;&#039; (Spanish for &amp;quot;{{wp|Icing (food)|icing}}&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
| German&lt;br /&gt;
| Montanata&lt;br /&gt;
| From &#039;&#039;montaña&#039;&#039; (Spanish for &amp;quot;mountain&amp;quot;) and &#039;&#039;nata&#039;&#039; (Spanish for &amp;quot;cream&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
| European Spanish,&amp;lt;br&amp;gt;Latin American Spanish,&amp;lt;br&amp;gt;Italian&lt;br /&gt;
| Sierra Napada&lt;br /&gt;
| From &#039;&#039;napado&#039;&#039; (Spanish for &amp;quot;coated with sauce or cream&amp;quot;) and possibly &#039;&#039;{{wp|Sierra Nevada (Spain)|Sierra Nevada}}&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| French&lt;br /&gt;
| Mont Nappé&lt;br /&gt;
| From &#039;&#039;nappé&#039;&#039; (coated with sauce or cream)&lt;br /&gt;
|-&lt;br /&gt;
| Korean&lt;br /&gt;
| 나페산 &#039;&#039;Nappe San&#039;&#039;&lt;br /&gt;
| From the Japanese name&lt;br /&gt;
|-&lt;br /&gt;
| Chinese (Traditional)&lt;br /&gt;
| 霜抹山 &#039;&#039;Shuāngmǒ Shān&#039;&#039; / &#039;&#039;Sēungmut Sāan&#039;&#039;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | From 霜 &#039;&#039;shuāng / sēung&#039;&#039; (frost), 糖霜 &#039;&#039;tángshuāng / tòhngsēung&#039;&#039; (icing), and 塗抹 &#039;&#039;túmǒ / tòuhmut&#039;&#039; (to apply [icing])&lt;br /&gt;
|-&lt;br /&gt;
| Chinese (Simplified)&lt;br /&gt;
| 霜抹山 &#039;&#039;Shuāngmǒ Shān&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Czech&lt;br /&gt;
| Hora Glaseado&lt;br /&gt;
| From its English name&lt;br /&gt;
|-&lt;br /&gt;
| Indonesian&lt;br /&gt;
| Gunung Acai&lt;br /&gt;
| From &#039;&#039;icing&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Polish&lt;br /&gt;
| Góra Glaseado&lt;br /&gt;
| From its English name&lt;br /&gt;
|-&lt;br /&gt;
| Brazilian Portuguese&lt;br /&gt;
| Montanha Glaseado&lt;br /&gt;
| From its English name&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==Related articles==&lt;br /&gt;
{{Paldea}}&lt;br /&gt;
{{legendarylocations|paldea}}{{Project Locations notice}}&lt;br /&gt;
&lt;br /&gt;
[[de:Montanata]]&lt;br /&gt;
[[es:Sierra Napada]]&lt;br /&gt;
[[fr:Mont Nappé]]&lt;br /&gt;
[[it:Sierra Napada]]&lt;br /&gt;
[[ja:ナッペ山]]&lt;br /&gt;
[[zh:霜抹山]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Scarlet and Violet locations]]&lt;br /&gt;
[[Category:Mountains]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Rotom_Phone&amp;diff=4534797</id>
		<title>Rotom Phone</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Rotom_Phone&amp;diff=4534797"/>
		<updated>2026-04-19T08:06:15Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech from the animated series&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ItemInfobox/head&lt;br /&gt;
|name=Rotom Phone&lt;br /&gt;
|jname=スマホロトム&lt;br /&gt;
|jtrans=Smartphone Rotom&lt;br /&gt;
|art=479Rotom-Phone 2&lt;br /&gt;
|size=250px&lt;br /&gt;
|caption=Artwork from {{g|Sword and Shield}}&lt;br /&gt;
|gen=IX&lt;br /&gt;
|colorscheme=Key items&lt;br /&gt;
}}&lt;br /&gt;
{{ItemInfobox/BagRowBottom|IX|Key items}}&lt;br /&gt;
|}&lt;br /&gt;
The &#039;&#039;&#039;Rotom Phone&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;スマホロトム&#039;&#039;&#039; &#039;&#039;Smartphone Rotom&#039;&#039;) is a smartphone that is enhanced after being possessed by a {{p|Rotom}}. It is found in [[Galar]] in [[Pokémon Sword and Shield]], as a [[Key Item]] in [[Paldea]] in [[Pokémon Scarlet and Violet]], and in [[Lumiose City]], [[Kalos]] in [[Pokémon Legends: Z-A]]. It is popular amongst people across multiple [[Pokémon]] [[canon]]s, and can host a multitude of functions and applications, including a [[Pokédex]]. The Paldean Pokédex application was developed by [[Jacq]].&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border:2px solid #{{pokémon color dark}}; background:#{{pokémon color light}}; font-size:80%&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{ghost color}}; background:#{{electric color light}}; width:80px; overflow:hidden&amp;quot;| [[File:0479Rotom-Phone.png|160px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{ghost color}}; background:#{{electric color light}}; width:80px; overflow:hidden&amp;quot;| [[File:0479Rotom-Phone SV.png|160px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border:2px solid #{{ghost color}}; background:#{{electric color light}}; width:80px; overflow:hidden&amp;quot;| [[File:0479Rotom-Phone ZA.png|160px]]&lt;br /&gt;
|- class=&amp;quot;blacklinks&amp;quot;&lt;br /&gt;
| Appearance in [[Pokémon Sword and Shield]]&lt;br /&gt;
| Appearance in [[Pokémon Scarlet and Violet]]&lt;br /&gt;
| Appearance in [[Pokémon Legends: Z-A]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Sword and Shield===&lt;br /&gt;
The Rotom Phone functions as the [[menu]] interface in {{g|Sword and Shield}}. From the Rotom Phone, players can access their [[party]], [[Bag]], [[Town Map]], [[Pokédex]], [[League Card]], [[options]], and [[save]] their game. They can also set up {{pkmn|Camp}} in most areas once they obtain [[Camping Gear]] from their {{gal|mum}}. If the player connects to the internet, they can also access [[Mystery Gift]] or [[Victory Station]].&lt;br /&gt;
&lt;br /&gt;
The Rotom itself can also power the motor in the [[Rotom Bike]], allowing the player to travel faster, and after an upgrade, over water as well. Unlike the [[Rotom Pokédex]], the Rotom Phone does not speak during the storyline, but does prompt the player where to go next, and alerts them to happenings in the [[Wild Area]], such as [[weather]] patterns.&lt;br /&gt;
&lt;br /&gt;
===Pokémon Scarlet and Violet===&lt;br /&gt;
A new Rotom Phone appears in {{g|Scarlet and Violet}}, sporting a similar, yet altered design, carrying two lenses instead of one. The player can access their Map, Pokédex, and Profile from the Rotom Phone menu. After obtaining the Rotom Phone, it will come out when opening the main menu. Additionally, should the player fall from a great height, the player will hold onto their Rotom Phone to slow their fall before impacting the ground.&lt;br /&gt;
&lt;br /&gt;
====Camera app====&lt;br /&gt;
The player can take photos with their Rotom Phone in Pokémon Scarlet and Violet using the front or back cameras via the camera app. This function can be used to change the player&#039;s profile picture or Trainer icon. Filters or touch-ups can be applied to make photos more dynamic. The player can make numerous faces and poses while taking a selfie. Other players invited through the [[Union Circle]] can also appear in photos, in which they can make their own preset gestures that can be done at any time in the overworld. Many of these gestures can be unlocked through certain tasks and side quests; some are references to previous characters or games, such as [[Leon]]&#039;s {{p|Charizard}} pose. Like in Legends: Arceus, photos are saved to the system&#039;s memory or SD Card.&lt;br /&gt;
&lt;br /&gt;
In [[The Teal Mask]], the player can obtain the [[Roto-Stick]], which can expand the camera&#039;s field of vision in selfie mode. The ability to play three different music tracks through the Rotom Phone&#039;s radio is also unlocked, allowing the player to take photos with certain [[Non-player character|NPCs]] and change their expression depending on the track that is being played.&lt;br /&gt;
&lt;br /&gt;
In [[The Indigo Disk]], by donating [[Blueberry Point|BP]] to the {{DL|League Club Room|Photography Club}} in the [[League Club Room]], the player can unlock frames and special effects to apply to photos.&lt;br /&gt;
&lt;br /&gt;
The camera function is activated by pressing the Down Button. The controls for the various camera functions are as follows:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;roundtable&amp;quot; style=&amp;quot;background: #{{scarlet color}}; border: 5px solid #{{scarlet color light}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#{{violet color}}&amp;quot;&lt;br /&gt;
! style=&amp;quot;color: #fff; {{roundytl|5px}}&amp;quot; | Button&lt;br /&gt;
! style=&amp;quot;color: #fff; {{roundytr|5px}}&amp;quot; | Function&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| Left/Right Buttons&lt;br /&gt;
| Switch between camera filters.&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| L/R Buttons&lt;br /&gt;
| Rotate the camera by 18°.&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| ZL/ZR Buttons&lt;br /&gt;
| Change the background music.&amp;lt;sup&amp;gt;Version 2.0.1+&amp;lt;/sup&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| Right Stick&lt;br /&gt;
| Move to change the camera&#039;s direction. Press to reset the camera&#039;s position.&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| A Button&lt;br /&gt;
| Take a photograph.&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| Y Button&lt;br /&gt;
| Flip the camera view.&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| + Button&lt;br /&gt;
| Apply a frame to the picture.&amp;lt;sup&amp;gt;Version 3.0.0+&amp;lt;/sup&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| – Button&lt;br /&gt;
| Toggle the prompt to apply a touch-up after taking a photograph.&amp;lt;sup&amp;gt;Version 3.0.0+&amp;lt;/sup&amp;gt;&lt;br /&gt;
|- style=&amp;quot;vertical-align: middle; background:#fff&amp;quot;&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; colspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Selfie mode only&#039;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| Up Button&lt;br /&gt;
| Change character pose.&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| Down Button&lt;br /&gt;
| Change character expression.&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&amp;quot;&lt;br /&gt;
| X Button&lt;br /&gt;
| Change between regular view and [[Roto-Stick]] view.&amp;lt;sup&amp;gt;Version 2.0.1+&amp;lt;/sup&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| Left Stick&lt;br /&gt;
| Press to change Roto-Stick angle.&amp;lt;sup&amp;gt;Version 2.0.1+&amp;lt;/sup&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As part of the player&#039;s journey, several photographs are taken to commemorate different story events. These photos are only shown once and can be saved by using the console&#039;s screenshot function. Special photographs appear after:&lt;br /&gt;
* Earning a [[Gym Badge]].&lt;br /&gt;
* Defeating a [[Titan Pokémon]].&lt;br /&gt;
* Winning against a [[Team Star]] boss for the first time.&lt;br /&gt;
* Visiting a signboard with [[Kieran]] in [[Kitakami]].{{sup/9|TM}}&lt;br /&gt;
* Defeating a {{pkmn2|Titan|Titanic}} [[Loyal Three]] member.{{sup/9|TM}}&lt;br /&gt;
* Winning against a {{tc|BB League Elite Four}} member for the first time.{{sup/9|ID}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon Legends: Z-A===&lt;br /&gt;
A new Rotom Phone appears in {{g|Legends: Z-A}}, once again sporting a similar yet altered design,&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=M_KNDtKJJ-8&amp;lt;/ref&amp;gt; now carrying three camera lenses. In the game, the player can use the Rotom Phone to &amp;quot;Roto-Glide&amp;quot; across the rooftops of buildings as the player traverses the urban landscape of [[Lumiose City]].&lt;br /&gt;
&lt;br /&gt;
Like in the [[Galar]] and [[Paldea]]-centered games, the [[Pokédex]] is an app found on the player&#039;s Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
===Description===&lt;br /&gt;
{{movedesc|key items}}&lt;br /&gt;
{{movedescentry|{{gameabbrev9|SV}}|The latest model of smartphone. A Pokémon called Rotom lives within it, and it can be used to run all sorts of handy apps.}}&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Acquisition===&lt;br /&gt;
{{ItemAvailability/keyhead|key items}}&lt;br /&gt;
|-&lt;br /&gt;
| {{gameabbrev9|SV}}&lt;br /&gt;
| [[Cabo Poco]] (from {{pal|Mom}} after exiting the house for the first time)&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Cases===&lt;br /&gt;
{{main|List of clothing in Pokémon Scarlet and Violet#Rotom Phone|List of clothing in Pokémon Scarlet and Violet → Rotom Phone}}&lt;br /&gt;
In Sword and Shield, the {{player}} can only have the default Rotom Phone, but in Scarlet and Violet, it can be customized with various cases. In [[The Teal Mask]], changing the Rotom Phone case will also change the background patterns in the Rotom Phone menus.&lt;br /&gt;
&lt;br /&gt;
====Color cases====&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Default.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Yellow.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Green.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Purple.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Pink.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Blue.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Turquoise.png|x130px]]&lt;br /&gt;
|- style=&amp;quot;font-size: 80%; color:#FFF&amp;quot;&lt;br /&gt;
| Default Case&lt;br /&gt;
| Yellow Case&lt;br /&gt;
| Green Case&lt;br /&gt;
| Purple Case&lt;br /&gt;
| Pink Case&lt;br /&gt;
| Blue Case&lt;br /&gt;
| Turquoise Case&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Olive.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Rose.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Brown.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Lavender.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Cream.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Dark Green.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Wine Red.png|x130px]]&lt;br /&gt;
|- style=&amp;quot;font-size: 80%; color:#FFF&amp;quot;&lt;br /&gt;
| Olive Case&lt;br /&gt;
| Rose Case&lt;br /&gt;
| Brown Case&lt;br /&gt;
| Lavender Case&lt;br /&gt;
| Cream Case&lt;br /&gt;
| Dark Green Case&lt;br /&gt;
| Wine Red Case&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Orange.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Sky Blue.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Navy Blue.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Cocoa Brown.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Dark Brown.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase White.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Black.png|x130px]]&lt;br /&gt;
|- style=&amp;quot;font-size: 80%; color:#FFF&amp;quot;&lt;br /&gt;
| Orange Case&lt;br /&gt;
| Sky Blue Case&lt;br /&gt;
| Navy Blue Case&lt;br /&gt;
| Cocoa Brown Case&lt;br /&gt;
| Dark Brown Case&lt;br /&gt;
| White Case&lt;br /&gt;
| Black Case&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Pokémon cases====&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Pikachu.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Eevee.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Sprigatito.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Fuecoco.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Quaxly.png|x130px]]&lt;br /&gt;
|- style=&amp;quot;font-size: 80%; color:#FFF&amp;quot;&lt;br /&gt;
| Pikachu Case&lt;br /&gt;
| Eevee Case&lt;br /&gt;
| Sprigatito Case&lt;br /&gt;
| Fuecoco Case&lt;br /&gt;
| Quaxly Case&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Komala Log.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Flabébé Flower.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Magnemite Magnet.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Gothita Ribbon.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Swablu Sky.png|x130px]]&lt;br /&gt;
|- style=&amp;quot;font-size: 80%; color:#FFF&amp;quot;&lt;br /&gt;
| Komala Log Case&lt;br /&gt;
| Flabébé Flower Case&lt;br /&gt;
| Magnemite Magnet Case&lt;br /&gt;
| Gothita Ribbon Case&lt;br /&gt;
| Swablu Sky Case&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Combee Honey.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Applin Apple.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Okidogi.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Munkidori.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Fezandipiti.png|x130px]]&lt;br /&gt;
|- style=&amp;quot;font-size: 80%; color:#FFF&amp;quot;&lt;br /&gt;
| Combee Honey Case&lt;br /&gt;
| Applin Apple Case&lt;br /&gt;
| Okidogi Case&lt;br /&gt;
| Munkidori Case&lt;br /&gt;
| Fezandipiti Case&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Type cases====&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Grass.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Water.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Fire.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Electric.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Normal.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Flying.png|x130px]]&lt;br /&gt;
|- style=&amp;quot;font-size: 80%; color:#FFF&amp;quot;&lt;br /&gt;
| Grass Case&lt;br /&gt;
| Water Case&lt;br /&gt;
| Fire Case&lt;br /&gt;
| Electric Case&lt;br /&gt;
| Normal Case&lt;br /&gt;
| Flying Case&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Bug.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Fighting.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Psychic.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Ghost.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Ground.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Rock.png|x130px]]&lt;br /&gt;
|- style=&amp;quot;font-size: 80%; color:#FFF&amp;quot;&lt;br /&gt;
| Bug Case&lt;br /&gt;
| Fighting Case&lt;br /&gt;
| Psychic Case&lt;br /&gt;
| Ghost Case&lt;br /&gt;
| Ground Case&lt;br /&gt;
| Rock Case&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Ice.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Dark.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Fairy.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Poison.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Steel.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Dragon.png|x130px]]&lt;br /&gt;
|- style=&amp;quot;font-size: 80%; color:#FFF&amp;quot;&lt;br /&gt;
| Ice Case&lt;br /&gt;
| Dark Case&lt;br /&gt;
| Fairy Case&lt;br /&gt;
| Poison Case&lt;br /&gt;
| Steel Case&lt;br /&gt;
| Dragon Case&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Tera Type cases====&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Tera Fire.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Tera Water.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Tera Grass.png|x130px]]&lt;br /&gt;
|- style=&amp;quot;font-size: 80%; color:#FFF&amp;quot;&lt;br /&gt;
| Tera Fire Case&lt;br /&gt;
| Tera Water Case&lt;br /&gt;
| Tera Grass Case&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Poké Ball cases====&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Poké Ball Purple.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Poké Ball Blue.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Poké Ball Green.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Poké Ball Yellow.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Poké Ball Red.png|x130px]]&lt;br /&gt;
|- style=&amp;quot;font-size: 80%; color:#FFF&amp;quot;&lt;br /&gt;
| Purple Poké Ball Case&lt;br /&gt;
| Blue Poké Ball Case&lt;br /&gt;
| Green Poké Ball Case&lt;br /&gt;
| Yellow Poké Ball Case&lt;br /&gt;
| Red Poké Ball Case&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Special cases====&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Arc Phone.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Ball Guy.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Pokétch.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Pika-Vee.png|x130px]]&lt;br /&gt;
|- style=&amp;quot;font-size: 80%; color:#FFF&amp;quot;&lt;br /&gt;
| Arc Phone Case&lt;br /&gt;
| Ball Guy Case&lt;br /&gt;
| Pokétch Case&lt;br /&gt;
| Pika-Vee Case&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Glitterati.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Sandwich Tomato.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Sandwich Bacon.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Sandwich Fruit.png|x130px]]&lt;br /&gt;
|- style=&amp;quot;font-size: 80%; color:#FFF&amp;quot;&lt;br /&gt;
| Glitterati Case&lt;br /&gt;
| Sandwich Case (Tomato)&lt;br /&gt;
| Sandwich Case (Bacon)&lt;br /&gt;
| Sandwich Case (Fruit)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Surrendering Sunflora.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Iono Zone.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Blueberry White.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Blueberry Black.png|x130px]]&lt;br /&gt;
|- style=&amp;quot;font-size: 80%; color:#FFF&amp;quot;&lt;br /&gt;
| Surrendering Sunflora Case&lt;br /&gt;
| Iono Zone Case&lt;br /&gt;
| Blueberry Case (White)&lt;br /&gt;
| Blueberry Case (Black)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Team Star.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Neo-Kitakami.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Scarlet.png|x130px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border: 2px solid #{{key items color dark}}; background: #{{key items color light}}; width:150px&amp;quot;| [[File:Company PhoneCase Violet.png|x130px]]&lt;br /&gt;
|- style=&amp;quot;font-size: 80%; color:#FFF&amp;quot;&lt;br /&gt;
| Team Star Case&lt;br /&gt;
| Neo-Kitakami Case&lt;br /&gt;
| Scarlet Case&lt;br /&gt;
| Violet Case&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==In the spin-off games==&lt;br /&gt;
[[File:Masters Rotom Phone.png|thumb|128px|A Rotom Phone replica in Pokémon Masters EX]]&lt;br /&gt;
==={{g|Masters EX}}===&lt;br /&gt;
:&#039;&#039;See also: [[Raihan (Masters)#Gallery|Raihan (Masters) → Gallery]]&#039;&#039;&lt;br /&gt;
Due to all [[sync pair]]s on [[Pasio]] receiving a {{DL|Pokémon Masters EX|Poryphone}}, most characters do not use Rotom Phones in Pokémon Masters EX. However, {{mas|Raihan}} is shown holding his Rotom Phone in his model and occasionally uses it to take selfies. When he is raised to {{6EX}}, the color of his Rotom Phone case changes to gold. He also carries his Rotom Phone in his anniversary outfit, but it does not change color when he is raised to 6★ EX in this outfit. Once the player reaches friendship level 100 with {{mas|Raihan}} in the [[Trainer Lodge]], they can purchase a replica of a magenta Rotom Phone in the Lodge Exchange to display in the Trainer Lodge.&lt;br /&gt;
&lt;br /&gt;
In random Pokémon Center conversations, {{mas|Jacq}} mentions that he developed a Pokédex app for Rotom Phones in [[Paldea]], while {{mas|Rei}} mentions Rotom Phones as an example of a Pokémon-related phone from [[Galar]].&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In animation==&lt;br /&gt;
[[File:Ash Rotom Phone.png|thumb|250px|A Rotom Phone in {{aniseries|JN}}]]&lt;br /&gt;
===&#039;&#039;Pokémon the Series&#039;&#039;===&lt;br /&gt;
===={{aniseries|JN}}====&lt;br /&gt;
{{Ash}} received a smartphone from [[Professor Cerise]] in &#039;&#039;[[JN003|Ivysaur&#039;s Mysterious Tower!]]&#039;&#039;. Along with [[Goh]]&#039;s own smartphone, it was possessed by two of Cerise&#039;s {{p|Rotom}}, who turned each into a Rotom Phone. Unlike previous Pokédexes in {{aniseries|PTS}}, the Rotom Phones can provide information about locations and landmarks, and vital information such as height. They have also been shown to have a numbered Pokémon list and are the first known {{pkmn|animation|animated}} Pokédexes to register and list [[caught Pokémon]]. Like in the games, Ash and Goh&#039;s Rotom Phones rarely speak on their own, but in &#039;&#039;[[JN037|That New Old Gang of Mine!]]&#039;&#039;, Ash&#039;s Rotom Phone was shown to think itself as superior to the {{an|Rotom Pokédex}} for its multitude of functions. If a Trainer is registered for the [[World Coronation Series]], they can identify and challenge other participating Trainers with their Rotom Phones.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[JN012|Flash of the Titans!]]&#039;&#039;, {{TRT}} was revealed to have obtained their own Rotom Phone from {{an|Giovanni}}. Unlike Ash and Goh&#039;s Rotom Phones, this smartphone is black, and has a distinctively sassy and oblivious personality, which sometimes affects the Pokédex entries it gives.&lt;br /&gt;
&lt;br /&gt;
A blue Rotom Phone with a Pokédex installed appeared in &#039;&#039;[[JN014|Raid Battle in The Ruins!]]&#039;&#039;, under the ownership of [[Shane Seeker]].&lt;br /&gt;
&lt;br /&gt;
A yellow Rotom Phone appeared in &#039;&#039;[[JN018|Destination: Coronation!]]&#039;&#039;, under the ownership of [[Visquez]]. This episode revealed that the Rotom Phone helps participants in the World Coronation Series meet each other and arrange for official battles.&lt;br /&gt;
&lt;br /&gt;
A Rotom Phone appeared in &#039;&#039;[[JN020|Dreams Are Made of These!]]&#039;&#039;, under the ownership of {{OBP|Oliver|JN020}}.&lt;br /&gt;
&lt;br /&gt;
A Rotom Phone appeared in &#039;&#039;[[JN033|Trade, Borrow, and Steal!]]&#039;&#039;, under the ownership of [[Kricketina Kylie]].&lt;br /&gt;
&lt;br /&gt;
A pink Rotom Phone appeared in &#039;&#039;[[JN034|Solitary and Menacing!]]&#039;&#039;, under the ownership of [[Bea]].&lt;br /&gt;
&lt;br /&gt;
Another pink Rotom Phone appeared in &#039;&#039;[[JN044|Sword and Shield: &amp;quot;From Here to Eternatus!&amp;quot;]]&#039;&#039;, under the ownership of [[Sonia]].&lt;br /&gt;
&lt;br /&gt;
A white Rotom Phone appeared in &#039;&#039;[[JN045|Sword and Shield... The Legends Awaken!]]&#039;&#039;, under the ownership of [[Professor Magnolia]].&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[JN049|To Train, or Not to Train!]]&#039;&#039;, [[Chloe]] received a pink Rotom Phone with a Pokédex installed from Professor Cerise.&lt;br /&gt;
&lt;br /&gt;
A green Rotom Phone appeared in &#039;&#039;[[JN060|Beyond Chivalry… Aiming to be a Leek Master!]]&#039;&#039;, under the ownership of [[Rinto]].&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[JN068|Advice to Goh!]]&#039;&#039;, {{Gary}} was revealed to have obtained a Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[JN071|Leaping Toward the Dream!]]&#039;&#039;, [[Quillon]] was revealed to own a dark red Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[JN080|Trial on a Golden Scale!]]&#039;&#039;, [[Danika]] was revealed to own a blue Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[JN082|The Sweet Taste of Battle!]]&#039;&#039;, [[Raihan]] was revealed to own a dark red Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[JN090|Showdown at the Gates of Warp!]]&#039;&#039;, [[Alternate World Ash]] was shown to possess a Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[JN099|Battling Turned Up to Eleven!]]&#039;&#039;, [[Allister]] was revealed to possess a dark green Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[JN102|Battling in the Freezing Raid!]]&#039;&#039;, [[Horace]] was revealed to own a Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[JN113|Chasing to the Finish!]]&#039;&#039;, [[Lyla]] and [[Sterling]] were shown to own a Rotom Phone each.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[JN115|Curtain Up! Fight the Fights!]]&#039;&#039;, {{an|Iris}} was revealed to have obtained a Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[JN117|The Fiery Road to Mastership!]]&#039;&#039;, [[Volkner]] was revealed to own a Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
====Gallery====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Ash Rotom Phone.png|Ash&#039;s Rotom Phone&lt;br /&gt;
Ash Rotom Phone scan.png|Ash&#039;s Rotom Phone scanning a {{p|Gossifleur}}&lt;br /&gt;
Goh Rotom Phone.png|Goh&#039;s Rotom Phone&lt;br /&gt;
Goh Rotom Phone scan.png|Goh&#039;s Rotom Phone scanning a {{p|Nickit}}&lt;br /&gt;
Goh Rotom Phone no data.png|Goh&#039;s Rotom Phone failing to scan {{p|Zamazenta}}&lt;br /&gt;
Goh Rotom Phone Landmark.png|Goh&#039;s Rotom Phone scanning a landmark&lt;br /&gt;
Goh Rotom Phone Pokédex list.png|Goh&#039;s Rotom Phone adding {{p|Snorlax}} to the [[Pokédex]] listing&lt;br /&gt;
Goh Rotom Phone height.png|Goh&#039;s Rotom Phone measuring Snorlax&#039;s height&lt;br /&gt;
Team Rocket Rotom Phone.png|Team Rocket&#039;s Rotom Phone&lt;br /&gt;
Team Rocket Rotom Phone scan.png|Team Rocket&#039;s Rotom Phone scanning a {{p|Drednaw}}&lt;br /&gt;
Shane Seeker Rotom Phone.png|Shane Seeker&#039;s Rotom Phone&lt;br /&gt;
Visquez Rotom Phone.png|Visquez&#039;s Rotom Phone&lt;br /&gt;
Oliver Rotom Phone.png|Oliver&#039;s Rotom Phone&lt;br /&gt;
Kricketina Kylie Rotom Phone.png|Kricketina Kylie&#039;s Rotom Phone&lt;br /&gt;
Bea Rotom Phone.png|Bea&#039;s Rotom Phone&lt;br /&gt;
Sonia Rotom Phone.png|Sonia&#039;s Rotom Phone&lt;br /&gt;
Magnolia Rotom Phone.png|Professor Magnolia&#039;s Rotom Phone&lt;br /&gt;
Chloe Rotom Phone.png|Chloe&#039;s Rotom Phone&lt;br /&gt;
Chloe Rotom Phone scan.png|Chloe&#039;s Rotom Phone scanning a {{p|Poliwag}}&lt;br /&gt;
Rinto Rotom Phone.png|Rinto&#039;s Rotom Phone&lt;br /&gt;
Gary Rotom Phone.png|Gary&#039;s Rotom Phone&lt;br /&gt;
Quillon Rotom Phone.png|Quillon&#039;s Rotom Phone&lt;br /&gt;
Danika Rotom Phone.png|Danika&#039;s Rotom Phone&lt;br /&gt;
Raihan Rotom Phone.png|Raihan&#039;s Rotom Phone&lt;br /&gt;
Alternate World Ash Rotom Phone.png|Alternate World Ash&#039;s Rotom Phone&lt;br /&gt;
Allister Rotom Phone.png|Allister&#039;s Rotom Phone&lt;br /&gt;
Iris Rotom Phone.png|Iris&#039;s Rotom Phone&lt;br /&gt;
Ignitionshipping.png|Volkner&#039;s Rotom Phone&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Artwork====&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{ghost color dark}}; background: #{{electric color}}; font-size:80%;&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{electric color dark}}; background: #{{electric color light}};&amp;quot;| [[File:Ash JN.png|x250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{electric color dark}}; background: #{{electric color light}};&amp;quot;| [[File:Goh JN.png|x250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{electric color dark}}; background: #{{electric color light}}; overflow:hidden&amp;quot;| [[File:JN003 illustration.png|x250px]]&lt;br /&gt;
|-&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;&#039;&#039;{{color2|000|Pokémon Journeys: The Series}}&#039;&#039;&lt;br /&gt;
| Official artwork from&amp;lt;br&amp;gt;&#039;&#039;{{color2|000|Pokémon Journeys: The Series}}&#039;&#039;&lt;br /&gt;
| Official artwork of&amp;lt;br&amp;gt;&#039;&#039;{{color2|000|JN003|Ivysaur&#039;s Mysterious Tower!}}&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{electric color dark}}; background: #{{electric color light}}; overflow:hidden&amp;quot;| [[File:JN009 illustration.png|x250px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{electric color dark}}; background: #{{electric color light}}; overflow:hidden&amp;quot;| [[File:Pocket Monsters 2019 key visual.png|x250px]]&lt;br /&gt;
|-&lt;br /&gt;
| Official artwork of&amp;lt;br&amp;gt;&#039;&#039;{{color2|000|JN009|Finding a Legend!}}&#039;&#039;&lt;br /&gt;
| Key visual from&amp;lt;br&amp;gt;&#039;&#039;{{color2|000|Pokémon Journeys: The Series}}&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Voice actors====&lt;br /&gt;
{{vatable|color={{electric color}}|bordercolor={{ghost color dark}}|textcolor=fff&lt;br /&gt;
|ja=堀内賢雄 &#039;&#039;[[Kenyu Horiuchi]]&#039;&#039; ({{Ash}}&#039;s Rotom Phone)&amp;lt;br&amp;gt;マリナ・アイコルツ &#039;&#039;[[Marina Aicholtz]]&#039;&#039; ([[Goh]]&#039;s Rotom Phone)&amp;lt;br&amp;gt;浪川大輔 &#039;&#039;[[Daisuke Namikawa]]&#039;&#039; ([[Chloe]]&#039;s Rotom Phone)&lt;br /&gt;
|en=[[Billy Kametz]] ([[JN003]]-[[JN076]]) / [[Barrett Leddy]] ([[JN100]]-[[JN145]]) ({{Ash}}&#039;s Rotom Phone)&amp;lt;br&amp;gt;[[Erica Schroeder]] ([[Goh]]&#039;s Rotom Phone)&amp;lt;br&amp;gt;[[Lisa Ortiz]] ({{TRT}}&#039;s Rotom Phone)&amp;lt;br&amp;gt;Cedric Williams ([[Visquez]]&#039;s Rotom Phone)&amp;lt;br&amp;gt;Luis Alfonso ([[Kricketina Kylie]]&#039;s Rotom Phone)&amp;lt;br&amp;gt;[[Alyson Leigh Rosenfeld]] ([[Bea]]&#039;s Rotom Phone)&amp;lt;br&amp;gt;[[Tara Jayne Sands]] ([[Chloe]]&#039;s Rotom Phone)&lt;br /&gt;
|ar=إبراهيم ماضي &#039;&#039;Ibrahim Madi&#039;&#039; ({{Ash}}&#039;s Rotom Phone)&amp;lt;br&amp;gt;رالين داغر &#039;&#039;Raleen Dagher&#039;&#039; ([[Goh]]&#039;s Rotom Phone)&amp;lt;br&amp;gt;ليلى شماس &#039;&#039;Leila Shammas&#039;&#039; ([[Chloe]]&#039;s Rotom Phone)&amp;lt;br&amp;gt;فادي الرفاعي &#039;&#039;Fadi Rifai&#039;&#039; (Rotom Phone)&lt;br /&gt;
|zh_cmn=孟慶府 &#039;&#039;Mèng Qìngfǔ&#039;&#039; ({{Ash}}&#039;s Rotom Phone)&amp;lt;br&amp;gt;徐瑀甄 &#039;&#039;Xú Yǔzhēn&#039;&#039; ({{TRT}}&#039;s Rotom Phone)&lt;br /&gt;
|id=Turie Sandos ({{Ash}}&#039;s Rotom Phone)&amp;lt;br&amp;gt;Lis Kurniasih ([[Goh]]&#039;s Rotom Phone)&lt;br /&gt;
|fi=Peter Pihlström ({{Ash}}&#039;s Rotom Phone)&amp;lt;br&amp;gt;Susa Saukko ([[Goh]]&#039;s Rotom Phone)&amp;lt;br&amp;gt;Jon-Jon Geitel ([[Chloe]]&#039;s Rotom Phone)&lt;br /&gt;
|he=גילן שחף &#039;&#039;Gilan Shahaf&#039;&#039; ({{Ash}}&#039;s Rotom Phone)&amp;lt;br&amp;gt;דור סרוגו &#039;&#039;Dor Srugo&#039;&#039; ([[Goh]]&#039;s Rotom Phone)&amp;lt;br&amp;gt;טליה ברקאי &#039;&#039;Talya Barkai&#039;&#039; ([[Chloe]]&#039;s Rotom Phone)&lt;br /&gt;
|it=Davide Fumagalli ({{Ash}}&#039;s Rotom Phone)&amp;lt;br&amp;gt;Federica Simonelli ([[Goh]]&#039;s Rotom Phone)&amp;lt;br&amp;gt;Jacopo Calatroni ([[Chloe]]&#039;s Rotom Phone)&amp;lt;br&amp;gt;Unknown ([[JN003]]-[[JN028]]) / Stefano Pozzi ([[JN058]]-[[JN106]]) ({{TRT}}&#039;s Rotom Phone)&lt;br /&gt;
|no=Helene Wibrand ([[Goh]]&#039;s Rotom Phone&amp;lt;br&amp;gt;Kasper Døplads Antonsen ([[Chloe]]&#039;s Rotom Phone)&lt;br /&gt;
|pl=Przemysław Wyszyński ({{Ash}}&#039;s Rotom Phone)&amp;lt;br&amp;gt;Martyna Kowalik ([[Goh]]&#039;s Rotom Phone)&amp;lt;br&amp;gt;Marta Dylewska ({{TRT}}&#039;s Rotom Phone)&amp;lt;br&amp;gt;Damian Kulec ([[Visquez]]&#039;s Rotom Phone)&amp;lt;br&amp;gt;Karol Jankiewicz ([[Kricketina Kylie]]&#039;s Rotom Phone)&amp;lt;br&amp;gt;Justyna Bojczuk ([[Bea]]&#039;s Rotom Phone)&amp;lt;br&amp;gt;Jadwiga Krajewska ([[S24]]) / Jadwiga Gryn ([[S25]]) ([[Chloe]]&#039;s Rotom Phone)&amp;lt;br&amp;gt;Kamil Pruban ({{Gary}}&#039;s Rotom Phone)&lt;br /&gt;
|pt_br=Raphael Rossatto ({{Ash}}&#039;s Rotom Phone)&amp;lt;br&amp;gt;Teline Carvalho ([[Goh]]&#039;s Rotom Phone)&amp;lt;br&amp;gt;Jéssica Marina ({{TRT}}&#039;s Rotom Phone)&amp;lt;br&amp;gt;Jeane Marie ([[Bea]]&#039;s Rotom Phone)&amp;lt;br&amp;gt;Marcus Jardym ([[Chloe]]&#039;s Rotom Phone)&amp;lt;br&amp;gt;Jessie Terra ([[Roy]]&#039;s Rotom Phone)&lt;br /&gt;
|pt_eu=Emanuel Oliveira ({{Ash}}&#039;s Rotom Phone)&amp;lt;br&amp;gt;Raquel Rosmaninho ([[Goh]]&#039;s Rotom Phone)&amp;lt;br&amp;gt;Márcia Pacheco ({{TRT}}&#039;s Rotom Phone)&amp;lt;br&amp;gt;Teresa Arcanjo ([[Chloe]]&#039;s Rotom Phone)&lt;br /&gt;
|es_la=Alan Fernando Vásquez ({{Ash}}&#039;s and [[Chloe]]&#039;s Rotom Phones)&amp;lt;br&amp;gt;Gabriela Ortíz ([[Goh]]&#039;s Rotom Phone)&amp;lt;br&amp;gt;Karla Vega and Amanda Hinojosa ({{TRT}}&#039;s Rotom Phone, [[S23]] and [[S24]] onwards respectively)&amp;lt;br&amp;gt;Beto Castillo ([[Visquez]]&#039;s Rotom Phone)&lt;br /&gt;
|es_eu=Luis Miguel Cajal ({{Ash}}&#039;s Rotom Phone)&amp;lt;br&amp;gt;Carmen Podio ([[Goh]]&#039;s Rotom Phone)&amp;lt;br&amp;gt;Juan Enrique Palacios Fernández ([[Chloe]]&#039;s Rotom Phone)&amp;lt;br&amp;gt;Elena Palacios ({{TRT}}&#039;s Rotom Phone)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Pokémon Horizons: The Series&#039;&#039;===&lt;br /&gt;
[[File:Rotom Phone Store.png|250px|thumb|A Rotom Phone store in [[Olivine City]]]]&lt;br /&gt;
In &#039;&#039;[[HZ001|The Pendant That Starts It All (Part One)]]&#039;&#039;, [[Liko]], [[Ann]], multiple other [[Indigo Academy]] students, the [[Rising Volt Tacklers]], and the [[Explorers]] were shown to possess Rotom Phones, using the same designs as those seen in {{g|Scarlet and Violet}}. Unlike the ones seen throughout &#039;&#039;Pokémon Journeys: The Series&#039;&#039;, these Rotom Phones are able to stretch into their Pad Forme (Japanese: &#039;&#039;&#039;パッドフォルム&#039;&#039;&#039; &#039;&#039;Pad Forme&#039;&#039;), allowing them to be used as tablets. &lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ004|The Treasure After the Storm!]]&#039;&#039;, [[Roy]] was shown to own a Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ012|The Future I Choose]]&#039;&#039;, [[Alex]] was shown to own a Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ015|Someone We Can&#039;t See! Whosawhatsit?]]&#039;&#039;, {{an|Iono}} was shown to own a Rotom Phone with a {{p|Magnemite}} Magnet Case. &lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ028|The Stolen Treasure]]&#039;&#039;, [[Tepen]] was shown using a Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ046|Welcome to Naranja Academy!]]&#039;&#039;, [[Penny]] was shown owning a Rotom Phone with an {{p|Eevee}} Case.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ047|Put Your Heart Into It!]]&#039;&#039;, [[Katy]] was shown owning a white Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ048|Sparkle! The Glow of Flame and Art]]&#039;&#039;, [[Brassius]] was shown using a dark green Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ049|Dot and Nidothing]]&#039;&#039;, Iono was shown to own several other Rotom Phones.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ050|Trending Terastallization! Dance, Dance, Quaxly!]]&#039;&#039;, [[Clavell]] was shown to have a white Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ059|Dance, Quaxly! The Blue Medali Step!]]&#039;&#039;, [[Larry]] was shown using a black Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ062|A New Song for Fuecoco]]&#039;&#039;, [[Ryme]] was shown to have a Rotom Phone with a {{t|Ghost}} Case.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ072|The Search for Kleavor!]]&#039;&#039;, [[Perrin]] was shown to own a Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ081|The Pillar of Fire]]&#039;&#039;, [[Briar]] was shown to own a Rotom Phone with a Scarlet Case.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ082|Beyond the Shining Rainbow]]&#039;&#039;, [[Lucca]] was shown using a Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ092|Following Traces of Laquium]]&#039;&#039;, [[Ult]] was shown with a Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ097|The Prankster]]&#039;&#039;, [[Stunner Fisk]] was shown using a brown Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ102|The Knight in the Ruins]]&#039;&#039;, {{OBP|Pepper|HZ102}} was showing owning a Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ104|Charcadet&#039;s Wish]]&#039;&#039;, [[Cervantis]] was shown with a Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
In [[HZ115]], [[Cyrano]] was shown owning a white Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
In [[HZ116]], [[Lacey]] was shown to own a Rotom Phone with a {{t|Fairy}} Case. In the same episode, [[Drayton]] was shown to have a Rotom Phone with a black Blueberry Case.&lt;br /&gt;
&lt;br /&gt;
In [[HZ126]], [[Jacq]] was shown to own a Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
====Gallery====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Liko Rotom Phone.png|Liko&#039;s Rotom Phone &lt;br /&gt;
Liko Rotom Tablet.png|Liko&#039;s Rotom Phone in its Pad Forme&lt;br /&gt;
Liko Rotom Phone Pokédex.png|Liko&#039;s Rotom Phone scanning a {{p|Litwick}}&lt;br /&gt;
Liko Rotom Phone No Reception.png|No reception icon on Liko&#039;s Rotom Phone&lt;br /&gt;
Roy Rotom Phone.png|Roy&#039;s Rotom Phone&lt;br /&gt;
Roy Rotom Tablet.png|Roy&#039;s Rotom Phone in its Pad Forme&lt;br /&gt;
Roy Rotom Phone Pokédex.png|Roy&#039;s Rotom Phone scanning a {{p|Quaxly}}&lt;br /&gt;
Roy Rotom Phone no data.png|Roy&#039;s Rotom Phone failing to scan {{rf|Galarian}} {{p|Moltres}}&lt;br /&gt;
Roy Rotom Phone Mail Notification.png|Mail notification icon on Roy&#039;s Rotom Phone&lt;br /&gt;
File:Friede Rotom Phone.png|Friede&#039;s Rotom Phone&lt;br /&gt;
Mollie Rotom Phone.png|Mollie&#039;s Rotom Phone&lt;br /&gt;
Orla Rotom Phone.png|Orla&#039;s Rotom Phone&lt;br /&gt;
Ludlow Rotom Phone.png|Ludlow&#039;s Rotom Phone&lt;br /&gt;
Murdock Rotom Phone.png|Murdock&#039;s Rotom Phone&lt;br /&gt;
Dot Rotom Phone.png|Dot&#039;s Rotom Phone&lt;br /&gt;
Dot Rotom Tablet.png|Dot&#039;s Rotom Phone in its Pad Forme&lt;br /&gt;
Amethio Rotom Phone.png|Amethio&#039;s Rotom Phone&lt;br /&gt;
Onia Rotom Phone.png|Onia&#039;s Rotom Phone&lt;br /&gt;
Zirc Rotom Phone.png|Zirc&#039;s Rotom Phone&lt;br /&gt;
Hamber Rotom Phone.png|Hamber&#039;s Rotom Phone&lt;br /&gt;
Coral Rotom Phone.png|Coral&#039;s Rotom Phone&lt;br /&gt;
Spinel Rotom Phone.png|Spinel&#039;s Rotom Phone&lt;br /&gt;
Ann Rotom Phone.png|Ann&#039;s Rotom Phone &lt;br /&gt;
Alex Rotom Phone.png|Alex&#039;s Rotom Phone&lt;br /&gt;
Iono Rotom Phone.png|Iono&#039;s Rotom Phone&lt;br /&gt;
Tepen Rotom Phone.png|Tepen&#039;s Rotom Phone&lt;br /&gt;
Chalce Rotom Phone.png|Chalce&#039;s Rotom Phone&lt;br /&gt;
Sidian Rotom Phone.png|Sidian&#039;s Rotom Phone&lt;br /&gt;
Penny Rotom Phone.png|Penny&#039;s Rotom Phone&lt;br /&gt;
Katy Rotom Phone.png|Katy&#039;s Rotom Phone&lt;br /&gt;
Brassius Rotom Phone.png|Brassius&#039;s Rotom Phone&lt;br /&gt;
Clavell Rotom Phone.png|Clavell&#039;s Rotom Phone&lt;br /&gt;
Larry Rotom Phone.png|Larry&#039;s Rotom Phone&lt;br /&gt;
Ryme Rotom Phone.png|Ryme&#039;s Rotom Phone&lt;br /&gt;
Perrin Rotom Phone.png|Perrin&#039;s Rotom Phone&lt;br /&gt;
Briar Rotom Phone.png|Briar&#039;s Rotom Phone&lt;br /&gt;
Lucca Rotom Phone.png|Lucca&#039;s Rotom Phone&lt;br /&gt;
Ult Rotom Phone.png|Ult&#039;s Rotom Phone&lt;br /&gt;
Stunner Fisk Rotom Phone.png|Stunner Fisk&#039;s Rotom Phone&lt;br /&gt;
Pepper Rotom Phone.png|Pepper&#039;s Rotom Phone&lt;br /&gt;
Cervantis Rotom Phone.png|Cervantis&#039;s Rotom Phone&lt;br /&gt;
Cyrano Rotom Phone.png|Cyrano&#039;s Rotom Phone&lt;br /&gt;
Lacey Rotom Phone.png|Lacey&#039;s Rotom Phone&lt;br /&gt;
Drayton Rotom Phone.png|Drayton&#039;s Rotom Phone&lt;br /&gt;
Jacq Rotom Phone.png|Jacq&#039;s Rotom Phone&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Artwork====&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{ghost color dark}}; background: #{{electric color}}; font-size:80%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{electric color dark}}; background: #{{electric color light}};&amp;quot;| [[File:0479Rotom-Phone HZ.png|x200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{electric color dark}}; background: #{{electric color light}};&amp;quot;| [[File:0479Rotom-Pad HZ.png|x200px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{electric color dark}}; background: #{{electric color light}};&amp;quot;| [[File:Liko anime.png|x250px]]&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; | Official artwork from&amp;lt;br&amp;gt;&#039;&#039;{{color2|000|Pokémon Horizons: The Series}}&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Voice actors====&lt;br /&gt;
{{vatable|color={{electric color}}|bordercolor={{ghost color dark}}|textcolor=fff&lt;br /&gt;
|ja=山下大輝 &#039;&#039;[[Daiki Yamashita]]&#039;&#039;&lt;br /&gt;
|en=[[Zeno Robinson]]&lt;br /&gt;
|ar=محمد سامي &#039;&#039;Mohammad Sami&#039;&#039;&lt;br /&gt;
|zh_cmn=&lt;br /&gt;
|id=&lt;br /&gt;
|fi=&lt;br /&gt;
|he=גיא זיידמן &#039;&#039;Guy Seideman&#039;&#039;&lt;br /&gt;
|it=Lorenzo del Romano ([[Liko]]&#039;s Rotom Phone)&amp;lt;br&amp;gt;Giulia Bersani ([[Ann]]&#039;s Rotom Phone)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Pokémon: Twilight Wings===&lt;br /&gt;
A Rotom Phone appeared in &#039;&#039;[[TW07|Sky]]&#039;&#039;, under the ownership of [[Raihan]]. It reappeared in &#039;&#039;[[TW08|The Gathering of Stars]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
A Rotom Phone appeared in &#039;&#039;The Gathering of Stars&#039;&#039;, under the ownership of [[Peony]].&lt;br /&gt;
&lt;br /&gt;
====Gallery====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Raihan Rotom Phone TW.png|Raihan&#039;s Rotom Phone&lt;br /&gt;
Peony Rotom Phone TW.png|Peony&#039;s Rotom Phone&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Pokémon: Paldean Winds===&lt;br /&gt;
Rotom Phones appeared in &#039;&#039;[[PPW01|Breathe Out]]&#039;&#039;, under the ownership of [[Ohara]] and [[Hohma]]. Ohara&#039;s is shown to have a {{DL|List of clothing in Pokémon Scarlet and Violet|Rotom Phone|Cream Case}}, while Hohma is shown to use the Default Case.&lt;br /&gt;
&lt;br /&gt;
====Gallery====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Ohara PW Rotom Phone.png|Ohara&#039;s Rotom Phone&lt;br /&gt;
Hohma Rotom Phone.png|Hohma&#039;s Rotom Phone&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===POKÉTOON===&lt;br /&gt;
[[File:Yuto Rotom Phone.png|thumb|250px|A Rotom Phone in [[POKÉTOON]]]]&lt;br /&gt;
Two Rotom Phones appeared in [[PT16]], under the ownership of {{OBP|Yūto|POKÉTOON}} and another {{tc|Student}}.&lt;br /&gt;
&lt;br /&gt;
A Rotom Phone appeared in &#039;&#039;[[PT18|Bonding with Kangaskhan]]&#039;&#039;, under the ownership of [[Karimna and Yurado|Karimna]].&lt;br /&gt;
&lt;br /&gt;
Two Rotom Phones appeared in [[PT20]], under the ownership of Rene and Kamina.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
[[File:Henry Casey Rotom Phone.png|thumb|250px|Rotom Phones in [[Pokémon Adventures]]]]&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
===={{MangaArc|Sword &amp;amp; Shield}}====&lt;br /&gt;
A Rotom Phone debuted in &#039;&#039;[[PASS02|Crackle!! Practice Battle]]&#039;&#039;, under the ownership of [[Rose|Chairman Rose]].&lt;br /&gt;
&lt;br /&gt;
Two Rotom Phones appeared in &#039;&#039;[[PASS03|Chomp!! Defeat Drednaw]]&#039;&#039;, under the ownership of {{Henry}} and {{Casey}}, respectively. [[Professor Magnolia]] had just installed the Pokédex function into these specific smartphones, making Henry and Casey [[Pokédex holder]]s.&lt;br /&gt;
&lt;br /&gt;
A Rotom Phone appeared in &#039;&#039;[[PASS15|Shocking!! Reunion in the Forest]]&#039;&#039;, under the ownership of [[Melony]].&lt;br /&gt;
&lt;br /&gt;
A Rotom Phone appeared in &#039;&#039;[[PASS22|Grrr!! Noble Kidnappers]]&#039;&#039;, under the ownership of [[Sonia]].&lt;br /&gt;
&lt;br /&gt;
A Rotom Phone appeared in &#039;&#039;[[PASS25|Rumble!! The Horrific Darkest Day]]&#039;&#039;, under the ownership of [[Opal]].&lt;br /&gt;
&lt;br /&gt;
A Rotom Phone belonging to [[Kabu]] appeared in &#039;&#039;[[PASS26|Cracked!! The Rusted Sword and Shield]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
A Rotom Phone was used by [[Hop]] in &#039;&#039;[[PASS30|Oh My!! The Disappearance of Henry]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
A Rotom Phone belonging to [[Klara]] appeared in &#039;&#039;[[PASS31|Flutter!! Tickets to a New Land]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===={{MangaArc|Scarlet &amp;amp; Violet}}====&lt;br /&gt;
A Rotom Phone belonging to {{Violet}}, named [[Old Roto]], first appeared in &#039;&#039;[[PASV01|Speeding! Paldea&#039;s Prince of Speed!!]]&#039;&#039;. This Rotom Phone uniquely houses an AI copy of Violet&#039;s deceased butler, possesses the ability to speak, and sports a bushy mustache similar to said butler&#039;s mustache.&lt;br /&gt;
&lt;br /&gt;
A Rotom Phone belonging to {{Scarlet}} first appeared in &#039;&#039;[[PASV02|Discover! The Quaking Earth Titan!!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
A Rotom Phone with a {{p|Flabébé}} Flower Case belonging to {{adv|Arven}} first appeared in &#039;&#039;[[PASV08|Acquisition! New Ability: Dash!!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
A Rotom Phone with a Black Case belonging to {{adv|Nemona}} first appeared in &#039;&#039;[[PASV08|Acquisition! New Ability: Dash!!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
A Rotom Phone with a {{t|Dark}} Case was shown under the ownership of [[Giacomo]] in [[PASV10]].&lt;br /&gt;
&lt;br /&gt;
In [[PASV13]], [[Iono]] was shown with a {{p|Magnemite}} Magnet Case Rotom Phone, while [[Clavell]] was shown with a White Case Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
In [[PASV17]], Penny was shown to have multiple Rotom Phones, with one having an {{p|Eevee}} Case.&lt;br /&gt;
&lt;br /&gt;
====Gallery====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Rotom Phone Adventures.png|Chairman Rose&#039;s Rotom Phone&lt;br /&gt;
Henry Casey Rotom Phone.png|Henry and Casey&#039;s Rotom Phones&lt;br /&gt;
Kabu Rotom Phone Adventures.png|Kabu&#039;s Rotom Phone&lt;br /&gt;
Marnie Rotom Phone Adventures.png|Marnie&#039;s Rotom Phone&lt;br /&gt;
Klara Rotom Phone Adventures.png|Klara&#039;s Rotom Phone&lt;br /&gt;
Violet Old Roto.png|Violet&#039;s Rotom Phone, [[Old Roto]]&lt;br /&gt;
Scarlet Rotom Phone.png|Scarlet&#039;s Rotom Phone&lt;br /&gt;
Arven Rotom Phone Adventures.png|Arven&#039;s Rotom Phone&lt;br /&gt;
Nemona Rotom Phone Adventures.png|Nemona&#039;s Rotom Phone&lt;br /&gt;
Giacomo Rotom Phone Adventures.png|Giacomo&#039;s Rotom Phone&lt;br /&gt;
Iono Rotom Phone Adventures.png|Iono&#039;s Rotom Phone&lt;br /&gt;
Clavell Rotom Phone Adventures.png|Clavell&#039;s Rotom Phone&lt;br /&gt;
Penny Rotom Phone Adventures.png|One of Penny&#039;s Rotom Phones&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Visquez Rotom Phone JNM.png|thumb|120px|Two Rotom Phones communicating with each other in {{ma|Pokémon Journeys}}]]&lt;br /&gt;
&lt;br /&gt;
===Pokémon Journeys===&lt;br /&gt;
In &#039;&#039;[[JNM09|Destination: Coronation!]]&#039;&#039;, {{Ash}} and [[Visquez]] used their Rotom Phones to organize an official [[World Coronation Series]] {{pkmn|battle}}.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[JNM11|Solitary and Menacing!]]&#039;&#039;, Ash and [[Bea]]&#039;s Rotom Phones communicated with each other so that Ash and Bea could have a World Coronation Series battle.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[JNM18|Beyond Chivalry… Aiming to Be a Leek Master!]]&#039;&#039;, [[Rinto]]&#039;s Rotom Phone was seen receiving a challenge from Ash to a World Coronation Series battle.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Ash Rotom Phone JNM.png|Ash&#039;s Rotom Phone&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
This listing is of cards mentioning or featuring Rotom Phone in the [[Pokémon Trading Card Game]].&lt;br /&gt;
&lt;br /&gt;
{{cardlist/header|Rotom Phone|Item|char=yes}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Sword &amp;amp; Shield|Rotom Bike|181}}|type=Item|expanded=yes|enset=Sword &amp;amp; Shield|enrarity=Uncommon|ennum=181/202|jpset=Sword|jprarity=U|jpnum=055/060|enset2=Champion&#039;s Path|enrarity2=Uncommon|ennum2=063/073|jpset3=Shiny Star V|jpnum3=167/190}}&lt;br /&gt;
{{cardlist/entry|cardname={{TCG ID|Charizard VMAX Starter Set|Rotom Phone|11}}|type=Item|expanded=yes|enset=Champion&#039;s Path|enrarity=Uncommon|ennum=064/073|jpset=Charizard VMAX Starter Set|jpnum=011/021|jpset2=Grimmsnarl VMAX Starter Set|jpnum2=011/020}}&lt;br /&gt;
{{cardlist/footer|Item}}&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
===Camera effects===&lt;br /&gt;
Different camera effects for the Rotom Phone can be obtained by contributing [[Blueberry Point|BP]] at the [[League Club Room]] PC in [[Blueberry Academy]].&lt;br /&gt;
{|style=&amp;quot;margin:auto; text-align:center; border:3px solid #{{ghost color dark}}; background:#{{electric color}}; font-size:80%; color:black; {{roundy|20px}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}}; border:2px solid #{{Indigo Disk color dark}}; background:#{{Indigo Disk color light}}; overflow:hidden&amp;quot; | [[File:SV Rotom Phone Camera Effect Pokédex.png|x150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}}; border:2px solid #{{white color dark}}; background:#{{white color light}}; overflow:hidden&amp;quot; | [[File:SV Rotom Phone Camera Effect Focus Lines.png|x150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}}; border:2px solid #{{scarlet color dark}}; background:#{{violet color light}}; overflow:hidden&amp;quot; | [[File:SV Rotom Phone Camera Effect Terastallized.png|x150px]]&lt;br /&gt;
| style=&amp;quot;border:2px solid #{{paldea color dark}}; background:#{{paldea color light}}; {{roundy|20px}}; overflow:hidden&amp;quot; | [[File:SV Rotom Phone Camera Effect Keepsake.png|x150px]]&lt;br /&gt;
|-&lt;br /&gt;
| Pokédex&lt;br /&gt;
| Focus Lines&lt;br /&gt;
| Terastallized&lt;br /&gt;
| Keepsake&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}}; border:2px solid #{{fairy color dark}}; background:#{{fairy color light}}; overflow:hidden&amp;quot; | [[File:SV Rotom Phone Camera Effect Dreamy.png|x150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}}; border:2px solid #{{red color dark}}; background:#{{red color light}}; overflow:hidden&amp;quot; | [[File:SV Rotom Phone Camera Effect Fireworks.png|x150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}}; border:2px solid #{{Let&#039;s Go Pikachu color dark}}; background:#{{Let&#039;s Go Pikachu color light}}; overflow:hidden&amp;quot; | [[File:SV Rotom Phone Camera Effect Pikachu Party.png|x150px]]&lt;br /&gt;
| style=&amp;quot;border:2px solid #{{fairy color dark}}; background:#{{fairy color light}}; {{roundy|20px}}; overflow:hidden&amp;quot; | [[File:SV Rotom Phone Camera Effect Heaps of Hearts.png|x150px]]&lt;br /&gt;
|-&lt;br /&gt;
| Dreamy&lt;br /&gt;
| Fireworks&lt;br /&gt;
| Pikachu Party&lt;br /&gt;
| Heaps of Hearts&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border:2px solid #{{electric color dark}}; background:#{{electric color light}}; {{roundy|20px}}; overflow:hidden&amp;quot; | [[File:SV Rotom Phone Camera Effect Buzzy Buzz.png|x150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}}; border:2px solid #{{dragon color dark}}; background:#{{dragon color light}}; overflow:hidden&amp;quot; | [[File:SV Rotom Phone Camera Effect Draco Meteor.png|x150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}}; border:2px solid #{{fire color dark}}; background:#{{fire color light}}; overflow:hidden&amp;quot; | [[File:SV Rotom Phone Camera Effect Sizzly Slide.png|x150px]]&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}}; border:2px solid #{{electric color dark}}; background:#{{electric color light}}; overflow:hidden&amp;quot; | [[File:SV Rotom Phone Camera Effect Iono Zone.png|x150px]]&lt;br /&gt;
|-&lt;br /&gt;
| Buzzy Buzz&lt;br /&gt;
| Draco Meteor&lt;br /&gt;
| Sizzly Slide&lt;br /&gt;
| Iono Zone&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 #{{ghost color}}; background:#{{electric color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border:2px solid #{{ghost color}}; background:#{{electric color light}}; width:80px; overflow:hidden&amp;quot;| [[File:Rotom Phone SwSh concept art.jpg|250px]]&lt;br /&gt;
|style=&amp;quot;{{roundy|20px}} border:2px solid #{{ghost color}}; background:#{{electric color light}}; width:80px; overflow:hidden&amp;quot;| [[File:Rotom Phone SwSh concept sketch.jpg|250px]]&lt;br /&gt;
|-&lt;br /&gt;
| Concept art from {{color2|000|Pokémon Sword and Shield|Sword and Shield}}&lt;br /&gt;
| Concept art from {{color2|000|Pokémon Sword and Shield|Sword and Shield}} by&amp;lt;br&amp;gt;{{color2|000|Ken Sugimori}}&amp;lt;ref name=GameInformer&amp;gt;Shea, Brian (October 4, 2019). &amp;quot;[https://web.archive.org/web/20240416175406/https://www.gameinformer.com/gallery/2019/10/04/exclusive-pokemon-sword-and-shield-concept-art-gallery Exclusive Pokémon Sword And Shield Concept Art Gallery].&amp;quot; &#039;&#039;Game Informer&#039;&#039; (Archived on April 16, 2024.)&amp;lt;/ref&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Merchandise artwork===&lt;br /&gt;
{| style=&amp;quot;margin:auto; text-align:center; {{roundy|20px}} border: 2px solid #{{ghost color dark}}; background: #{{electric color}}; font-size:80%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;{{roundy|20px}} border: 2px solid #{{ghost color dark}}; background: #{{electric color light}}; overflow:hidden&amp;quot; | [[File:Pokemon Relaxing Time Clear File.jpg|x250px]]&lt;br /&gt;
|-&lt;br /&gt;
| In {{color2|000|Pokémon Relaxing Time}} by &amp;lt;br&amp;gt;{{color2|000|Yumenouchi}}&amp;lt;ref name=PokémonRelaxingTimeYumenouchi&amp;gt;[https://web.archive.org/web/20231207100416/https://twitter.com/yume335/status/1732233473702932611 Yumenouchi confirming she drew the Pokémon Relaxing Time art.]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Music==&lt;br /&gt;
As of the 2.0.0 update, when using the Rotom Phone to take a picture in Pokémon Scarlet and Violet, the player is able to listen to background music.&lt;br /&gt;
{| class=&amp;quot;roundtable&amp;quot; style=&amp;quot;margin:auto; text-align: center; background: #{{key items color}}; border: 3px solid #{{key items color dark}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#{{key items color light}}&amp;quot;&lt;br /&gt;
! Games&lt;br /&gt;
! Location&lt;br /&gt;
! Song name&lt;br /&gt;
! Composition&lt;br /&gt;
! Arrangement&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot; |{{GameIcon|Sc}}{{GameIcon|Vi}}&lt;br /&gt;
| Music Track #1&lt;br /&gt;
| [[Pokémon HeartGold &amp;amp; Pokémon SoulSilver: Super Music Collection|Pokégear Radio: Pokémon March&amp;lt;br&amp;gt;&#039;&#039;(Pokémon HeartGold &amp;amp; SoulSilver)&#039;&#039;]]&lt;br /&gt;
| [[Junichi Masuda]]&amp;lt;br&amp;gt;[[Shota Kageyama]]&lt;br /&gt;
| Unknown&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Music Track #2&lt;br /&gt;
| [[Pokémon HeartGold &amp;amp; Pokémon SoulSilver: Super Music Collection|Battle! (Wild Pokémon—Johto Version)&amp;lt;br&amp;gt;&#039;&#039;(Pokémon HeartGold &amp;amp; SoulSilver)&#039;&#039;]]&lt;br /&gt;
| [[Junichi Masuda]]&amp;lt;br&amp;gt;[[Go Ichinose]]&lt;br /&gt;
| Unknown&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Music Track #3&lt;br /&gt;
| [[Pokémon HeartGold &amp;amp; Pokémon SoulSilver: Super Music Collection|Pokégear Radio: Pokémon Lullaby&amp;lt;br&amp;gt;&#039;&#039;(Pokémon HeartGold &amp;amp; SoulSilver)&#039;&#039;]]&lt;br /&gt;
| [[Junichi Masuda]]&amp;lt;br&amp;gt;[[Shota Kageyama]]&lt;br /&gt;
| Unknown&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* [[Hop]]&#039;s Rotom Phone is blue, [[Sonia]]&#039;s is pink, and [[Raihan]]&#039;s is magenta, similar to the color of a {{Shiny}} Rotom.&lt;br /&gt;
* The [[Pokédex]] function in the {{pkmn|animated series}} seems to be similar to the Pokédex function on the [[Pokémon HOME]] mobile app version. Both feature Pokédexes that register Pokémon after being caught and are on a phone. The layouts of the Pokédex and Pokémon selection screen in {{aniseries|JN}} and HOME look similar.&lt;br /&gt;
** Another similarity is they can both look up moves in the Pokédex in the animated series and HOME.&lt;br /&gt;
* The way Pokémon are registered to the Rotom Phone in the animated series is similar to how Pokémon are registered to the player&#039;s Pokédex in [[Pokémon GO]].&lt;br /&gt;
* One of the icons on the Rotom Phone in the animated series resembles the icon for Pokémon GO.&lt;br /&gt;
* In the {{aniseries|JN}} episode [[JN126]], it is revealed that the passcode to [[Goh]]&#039;s Rotom Phone is 5555, which can be read in Japanese as {{wp|Numeric substitution in Japanese|a play on his name}}, with the number five being read as &amp;quot;go&amp;quot;.&lt;br /&gt;
* [[Nemona]]&#039;s father is on the board of the Rotom Phone company.&lt;br /&gt;
* Unlike in the {{aniseries|JN|&#039;&#039;Journeys&#039;&#039; series}}, all the Rotom Phones in {{aniseries|HZ}} have the same voice actor in the original Japanese version, [[Daiki Yamashita]], as well the English dub, [[Zeno Robinson]].&lt;br /&gt;
* In concept art for [[Pokémon Sword and Shield]], a shape resembling the [[Macro Cosmos]] logo can be seen on the back of the phone before being possessed by Rotom; this may imply that, at least in [[Galar]], the Rotom Phone is produced by Macro Cosmos or one of its subsidiaries, such as Macro Cosmos Tech.&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Langtable|color={{electric color}}|bordercolor={{ghost color}}&lt;br /&gt;
|ca=SmartRotom&lt;br /&gt;
|zh_yue=手機洛托姆 &#039;&#039;{{tt|Sáugēi Loktokmóuh|Phone Rotom}}&#039;&#039;&lt;br /&gt;
|zh_cmn=手機洛托姆 / 手机洛托姆 &#039;&#039;{{tt|Shǒujī Luòtuōmǔ|Phone Rotom}}&#039;&#039;&lt;br /&gt;
|cs=Rotom-mobil&lt;br /&gt;
|fi=Rotom-puhelin&lt;br /&gt;
|fr=Motismart&lt;br /&gt;
|de=Smart-Rotom&lt;br /&gt;
|id=Smartphone Rotom&lt;br /&gt;
|it=Smart Rotom&lt;br /&gt;
|ko=스마트로토무 &#039;&#039;Smart Rotomu&#039;&#039;&lt;br /&gt;
|pl=Rotomfon&lt;br /&gt;
|pt_br=Rotom Fone&lt;br /&gt;
|ru=Ротом-Телефон &#039;&#039;Rotom-Telefon&#039;&#039;&lt;br /&gt;
|es=SmartRotom&lt;br /&gt;
|th=โรตอมสมาร์ทโฟน &#039;&#039;Rotom Smartphone&#039;&#039;&lt;br /&gt;
|tr=Rotom Telefonu&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://swordshield.pokemon.com/en-us/gameplay/about-pokedex-rotom-phone/ Rotom Phone on the official website]&lt;br /&gt;
&lt;br /&gt;
==Related articles==&lt;br /&gt;
* [[a:Category:Rotom Phone|Images on the Bulbagarden Archives]]&lt;br /&gt;
* [[Arc Phone]]&lt;br /&gt;
* [[Old Roto]]&lt;br /&gt;
* [[List of Key Items in Generation IX]]&lt;br /&gt;
&lt;br /&gt;
{{Rotom variants}}&lt;br /&gt;
{{Pokédex}}&lt;br /&gt;
{{animecharacters|electric|ghost}}&lt;br /&gt;
{{Pokémon Horizons characters|electric|ghost}}&lt;br /&gt;
&lt;br /&gt;
{{Menu|electric}}&lt;br /&gt;
{{Project ItemDex notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Pokémon Sword and Shield]]&lt;br /&gt;
[[Category:Sword and Shield characters]]&lt;br /&gt;
[[Category:Map equipment]]&lt;br /&gt;
[[Category:Equipment]]&lt;br /&gt;
[[Category:Animation characters]]&lt;br /&gt;
[[Category:Pokémon Adventures characters]]&lt;br /&gt;
[[Category:Gender unknown characters (Pokémon)|Rotom]]&lt;br /&gt;
&lt;br /&gt;
[[de:Smart-Rotom]]&lt;br /&gt;
[[es:SmartRotom]]&lt;br /&gt;
[[fr:Motismart]]&lt;br /&gt;
[[it:Smart Rotom]]&lt;br /&gt;
[[ja:スマホロトム]]&lt;br /&gt;
[[zh:手机洛托姆]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Great_Crater_of_Paldea&amp;diff=4534795</id>
		<title>Great Crater of Paldea</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Great_Crater_of_Paldea&amp;diff=4534795"/>
		<updated>2026-04-19T08:04:50Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech from HZ057&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox location&lt;br /&gt;
|image=Great Crater of Paldea.png&lt;br /&gt;
|type=snow&lt;br /&gt;
|location_name=Great Crater of Paldea&lt;br /&gt;
|japanese_name={{tt|パルデアの大穴|Parudea no Ōana}}&lt;br /&gt;
|translated_name=Great Pit of Paldea&lt;br /&gt;
|location=Center of Paldea&lt;br /&gt;
|region=Paldea&lt;br /&gt;
|generation={{gen|IX}}&lt;br /&gt;
|image_size=300&lt;br /&gt;
|mapsize=300px&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Great Crater of Paldea&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;パルデアの大穴&#039;&#039;&#039; &#039;&#039;Great Pit of Paldea&#039;&#039;) is the massive crater located in the center of the [[Paldea]] [[region]] that was formed over one million years ago. Located inside the crater is [[Area Zero]], where the [[Terastal phenomenon]] originated from.&lt;br /&gt;
&lt;br /&gt;
==Geography==&lt;br /&gt;
The Great Crater of Paldea is surrounded by a ring of mountains, where wild {{p|Garchomp}} and {{p|Magnezone}} can be found. Nestled in the northwestern mountains near [[Medali]] is the [[Zero Gate]], the primary gateway for those wishing to descend into Area Zero, though most people are forbidden from entering. An official school rule forbids any student of the [[Naranja Academy]]{{sup/9|S}}/[[Uva Academy]]{{sup/9|V}} from entering Area Zero due to the aggressive {{OBP|Pokémon|species}} that live there and the hazardous geography of the area. After accessing Area Zero once, the player may also access Area Zero by climbing the mountains and dropping through the cloud cover.&lt;br /&gt;
&lt;br /&gt;
==Items==&lt;br /&gt;
===Prairie biome===&lt;br /&gt;
{{Itlisth|snow}}&lt;br /&gt;
{{Itemlist|Sitrus Berry SV|(50.0%)|Sc=yes|V=yes|display=[[Sitrus Berry]]}}&lt;br /&gt;
{{Itemlist|Liechi Berry SV|(5.0%)|Sc=yes|V=yes|display=[[Liechi Berry]]}}&lt;br /&gt;
{{Itemlist|Ganlon Berry SV|(5.0%)|Sc=yes|V=yes|display=[[Ganlon Berry]]}}&lt;br /&gt;
{{Itemlist|Salac Berry SV|(5.0%)|Sc=yes|V=yes|display=[[Salac Berry]]}}&lt;br /&gt;
{{Itemlist|Petaya Berry SV|(5.0%)|Sc=yes|V=yes|display=[[Petaya Berry]]}}&lt;br /&gt;
{{Itemlist|Apicot Berry SV|(5.0%)|Sc=yes|V=yes|display=[[Apicot Berry]]}}&lt;br /&gt;
{{Itemlist|Dusk Stone SV|(5.0%)|Sc=yes|V=yes|display=[[Dusk Stone]]}}&lt;br /&gt;
{{Itemlist|Shiny Stone SV|(7.5%)|Sc=yes|V=yes|display=[[Shiny Stone]]}}&lt;br /&gt;
{{Itemlist|TM Material SV|(9.5%)|Sc=yes|V=yes|display=[[TM Material|Pichu Fur]]}}&lt;br /&gt;
{{Itemlist|Bright Powder SV|(3.0%)|Sc=yes|V=yes|display=[[Bright Powder]]}}&lt;br /&gt;
{{Itlistfoot|snow}}&lt;br /&gt;
&lt;br /&gt;
==Special encounters==&lt;br /&gt;
[[File:Rayquaza SV.png|thumb|200px|Rayquaza around the Great Crater of Paldea]]&lt;br /&gt;
After acquiring a [[Rayquaza Treat]] from [[Snacksworth]], Rayquaza will spawn in this area as a static encounter. If defeated, it can be battled again after the game has been rebooted, provided that over one hour has passed in [[Nintendo Switch]]&#039;s [[Time|internal clock]] since its defeat. It is coded to never be {{Shiny}}.&lt;br /&gt;
{{Pokémon&lt;br /&gt;
|gen=9&lt;br /&gt;
|ndex=384&lt;br /&gt;
|pokemon=Rayquaza&lt;br /&gt;
|level=70&lt;br /&gt;
|type1=Dragon&lt;br /&gt;
|type2=Flying&lt;br /&gt;
|tera=Flying&lt;br /&gt;
|ability=Air Lock&lt;br /&gt;
|move1=Dragon Pulse|move1type=Dragon|move1cat=Special&lt;br /&gt;
|move2=Hyper Voice|move2type=Normal|move2cat=Special&lt;br /&gt;
|move3=Rest|move3type=Psychic|move3cat=Status&lt;br /&gt;
|move4=Fly|move4type=Flying|move4cat=Physical}}&lt;br /&gt;
&lt;br /&gt;
==Pokémon==&lt;br /&gt;
{{Incomplete|section|2=Full spawn info (use Catch/entry9 and related templates; check other location pages for table examples eg. [[Area Zero]])}}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Fixed Encounters&lt;br /&gt;
|-&lt;br /&gt;
! Pokémon !! Level !! Game &lt;br /&gt;
|-&lt;br /&gt;
| {{p|Garchomp}} || 57, 58|| S/V&lt;br /&gt;
|-&lt;br /&gt;
| {{p|Magnezone}} || 57, 58 || S/V&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==In animation==&lt;br /&gt;
[[File:Great Crater of Paldea anime.png|thumb|250px|The Great Crater of Paldea in {{aniseries|HZ}}]]&lt;br /&gt;
[[File:Great Crater PPW.png|thumb|left|250px|The Great Crater of Paldea in [[Pokémon: Paldean Winds]]]]&lt;br /&gt;
===&#039;&#039;Pokémon Horizons: The Series&#039;&#039;===&lt;br /&gt;
The Great Crater of Paldea first appeared as an image on a [[television]] in &#039;&#039;[[HZ057|The Terapagos I Don&#039;t Know]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ075|The Wonders of the World!]]&#039;&#039;, [[Rystal]] revealed that she had first met [[Pagogo]] within the crater.&lt;br /&gt;
&lt;br /&gt;
===Pokémon: Paldean Winds===&lt;br /&gt;
The Great Crater of Paldea briefly appeared in &#039;&#039;[[PPW01|Breathe Out]]&#039;&#039;.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{langtable|color={{locationcolor/light|snow}}|bordercolor={{locationcolor/dark|snow}}&lt;br /&gt;
|zh_yue=帕底亞巨坑 &#039;&#039;Paakdáia Geuihhāang&#039;&#039;&lt;br /&gt;
|zh_cmn=帕底亞巨坑 / 帕底亚巨坑 &#039;&#039;Pàdǐyǎ Jùkēng / Pàdǐyà Jùkēng&#039;&#039;&lt;br /&gt;
|cs=Velký paldejský kráter&lt;br /&gt;
|fi=Paldean suuri kraatteri&lt;br /&gt;
|fr=Cratère de Paldea&lt;br /&gt;
|de=Schlund von Paldea&lt;br /&gt;
|it=Voragine di Paldea&lt;br /&gt;
|ko=팔데아의 대공 &#039;&#039;Paldea-ui Daegong&#039;&#039;&lt;br /&gt;
|pl=Wielki Krater Paldei&lt;br /&gt;
|pt_br=Grande Cratera de Paldea&lt;br /&gt;
|es=Foso de Paldea&lt;br /&gt;
}} &lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related articles==&lt;br /&gt;
{{Paldea}}&lt;br /&gt;
{{Legendarylocations|paldea}}&lt;br /&gt;
{{Project Locations notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Scarlet and Violet locations]]&lt;br /&gt;
[[Category:Mountains]]&lt;br /&gt;
&lt;br /&gt;
[[de:Schlund von Paldea]]&lt;br /&gt;
[[es:Foso de Paldea]]&lt;br /&gt;
[[fr:Cratère de Paldea]]&lt;br /&gt;
[[it:Voragine di Paldea]]&lt;br /&gt;
[[ja:パルデアの大穴]]&lt;br /&gt;
[[zh:帕底亚巨坑]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Lunge_(move)&amp;diff=4534794</id>
		<title>Lunge (move)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Lunge_(move)&amp;diff=4534794"/>
		<updated>2026-04-19T08:00:53Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech from HZ056&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MoveInfobox&lt;br /&gt;
|n=679&lt;br /&gt;
|name=Lunge&lt;br /&gt;
|jname=とびかかる&lt;br /&gt;
|jtrans=Lunge&lt;br /&gt;
|jtranslit=Tobikakaru&lt;br /&gt;
|gameimage=Lunge IX.png&lt;br /&gt;
|gameimage2=Lunge IX 2.png&lt;br /&gt;
|gameimagewidth=300&lt;br /&gt;
|type=Bug&lt;br /&gt;
|damagecategory=Physical&lt;br /&gt;
|basepp=15&lt;br /&gt;
|maxpp=24&lt;br /&gt;
|power=80&lt;br /&gt;
|accuracy=100&lt;br /&gt;
|gen=VII&lt;br /&gt;
|touches=yes&lt;br /&gt;
|protect=yes&lt;br /&gt;
|magiccoat=no&lt;br /&gt;
|snatch=no&lt;br /&gt;
|mirrormove=yes&lt;br /&gt;
|kingsrock=yes&lt;br /&gt;
|sound=no&lt;br /&gt;
|na=no&lt;br /&gt;
|tm9=yes&lt;br /&gt;
|tm#9=185&lt;br /&gt;
|target=anyadjacent&lt;br /&gt;
|footnotes=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Lunge&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;とびかかる&#039;&#039;&#039; &#039;&#039;Lunge&#039;&#039;) is a damage-dealing {{type|Bug}} [[move]] introduced in [[Generation VII]]. It is [[TM185]] in {{g|Scarlet and Violet}}.&lt;br /&gt;
&lt;br /&gt;
==Effect==&lt;br /&gt;
Lunge inflicts damage and lowers the target&#039;s {{stat|Attack}} stat by one stage.&lt;br /&gt;
&lt;br /&gt;
===Generation IX===&lt;br /&gt;
====Pokémon Legends: Z-A====&lt;br /&gt;
{{LegendsZAMove&lt;br /&gt;
|type=Bug&lt;br /&gt;
|damagecategory=Physical&lt;br /&gt;
|power=80&lt;br /&gt;
|cooldown=9&lt;br /&gt;
|charge-time=20&lt;br /&gt;
|effect-duration=8&lt;br /&gt;
|effect-duration-plus=11&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
{{movedesc|Bug}}&lt;br /&gt;
{{movedescentry|{{gameabbrev7|SMUSUMPE}}&amp;lt;br&amp;gt;{{gameabbrev8|SwShBDSPLA}}&amp;lt;br&amp;gt;{{gameabbrev9|SV}}|The user makes a lunge at the target, attacking with full force. This also lowers the target&#039;s Attack stat.}}&lt;br /&gt;
{{movedescentry|{{gameabbrev9|ZA}}|The user attacks by lunging toward targets with full force. This also lowers targets&#039; Attack stats for a short time.}}&lt;br /&gt;
{{movedescentry|{{gameabbrevss|Champs}}|Lowers the target&#039;s Attack stat by 1 stage.}}&lt;br /&gt;
|}&lt;br /&gt;
|}{{left clear}}&lt;br /&gt;
&lt;br /&gt;
==Learnset==&lt;br /&gt;
===By [[Level|leveling up]]===&lt;br /&gt;
{{Movehead/Games|Bug|g1=none|g2=none|g3=none|g4=none|g5=none|g6=none|g7=1|g7g={{gameabbrev7|SMUSUM}}|g8=2|g9=2}}&lt;br /&gt;
{{Moveentry/5|0015|Beedrill|type=Bug|type2=Poison|1|Bug|Bug|−||−||33|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/5|0070|Weepinbell|type=Grass|type2=Poison|1|Grass|Grass|−||−|−|{{tt|Rem.|Can only be learned via Move Reminder}}}}&lt;br /&gt;
{{Moveentry/5|0071|Victreebel|type=Grass|type2=Poison|1|Grass|Grass|−||−|−|1}}&lt;br /&gt;
{{Moveentry/5|0084|Doduo|type=Normal|type2=Flying|1|Flying|Flying|−||40|−}}&lt;br /&gt;
{{Moveentry/5|0085|Dodrio|type=Normal|type2=Flying|1|Flying|Flying|−||43|−}}&lt;br /&gt;
{{Moveentry/5|0123|Scyther|type=Bug|type2=Flying|1|Bug|Bug|−|−|−|−|46|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/5|0127|Pinsir|type=Bug|1|Bug|Bug|−|−|−||36|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/5|0167|Spinarak|type=Bug|type2=Poison|1|Bug|Bug|−||−|−|40|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/5|0168|Ariados|type=Bug|type2=Poison|1|Bug|Bug|−||−|−|40|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/5|0212|Scizor|type=Bug|type2=Steel|1|Bug|Bug|−|−|−|−|46|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/5|0214|Heracross|type=Bug|type2=Fighting|1|Bug|Bug|−|−|−|−|32|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/5|0234|Stantler|type=Normal|1|Field|Field|−||43|−}}&lt;br /&gt;
{{Moveentry/5|0414|Mothim|type=Bug|type2=Flying|1|Bug|Bug|47||47|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/5|0485|Heatran|type=Fire|type2=Steel|1|No Eggs Discovered|No Eggs Discovered|−|−|−|−|59}}&lt;br /&gt;
{{Moveentry/5|0649|Genesect|type=Bug|type2=Steel|1|No Eggs Discovered|No Eggs Discovered|form=All forms|−|−|||42|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/5|0701|Hawlucha|type=Fighting|type2=Flying|2|Flying|Human-Like|−|−||−|26}}&lt;br /&gt;
{{Moveentry/5|0751|Dewpider|type=Water|type2=Bug|2|Water 1|Bug|37|36||36|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/5|0752|Araquanid|type=Water|type2=Bug|2|Water 1|Bug|45|44||44|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/5|0794|Buzzwole|type=Bug|type2=Fighting|1|No Eggs Discovered|No Eggs Discovered|53|40|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/5|0795|Pheromosa|type=Bug|type2=Fighting|1|No Eggs Discovered|No Eggs Discovered|47|45|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/5|0850|Sizzlipede|type=Fire|type2=Bug|1|Bug|Bug||50|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/5|0851|Centiskorch|type=Fire|type2=Bug|1|Bug|Bug||60|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/5|0900|Kleavor|type=Bug|type2=Rock|1|Bug|Bug||||−|46|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/5|0920|Lokix|type=Bug|type2=Dark|1|Bug|Bug||||{{tt|Evo.|Learned upon evolving}}|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/5|0931|Squawkabilly|type=Normal|type2=Flying|1|Flying|Flying|form=All forms||||−|40}}&lt;br /&gt;
{{Moveentry/5|0942|Maschiff|type=Dark|1|Field|Field||||−|45}}&lt;br /&gt;
{{Moveentry/5|0943|Mabosstiff|type=Dark|1|Field|Field||||−|45}}&lt;br /&gt;
{{Moveentry/5|0953|Rellor|type=Bug|1|Bug|Bug||||35|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/5|0954|Rabsca|type=Bug|type2=Psychic|1|Bug|Bug||||35|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/5|0973|Flamigo|type=Flying|type2=Fighting|1|Flying|Flying||||−|18}}&lt;br /&gt;
{{Moveentry/5|0988|Slither Wing|type=Bug|type2=Fighting|1|No Eggs Discovered|No Eggs Discovered||||42|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/5|0994|Iron Moth|type=Fire|type2=Poison|1|No Eggs Discovered|No Eggs Discovered||||28}}&lt;br /&gt;
{{Movefoot|Bug|5}}&lt;br /&gt;
&lt;br /&gt;
===By [[TM]]===&lt;br /&gt;
{{Movehead/TMGames|Bug|g1=none|g2=none|g3=none|g4=none|g5=none|g6=none|g7=none|g8=none&lt;br /&gt;
|g9=1|g9tm=185|g9g={{gameabbrev9|SV}}}}&lt;br /&gt;
{{Moveentry/1|0048|Venonat|type=Bug|type2=Poison|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0049|Venomoth|type=Bug|type2=Poison|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0069|Bellsprout|type=Grass|type2=Poison|1|Grass|Grass|✔}}&lt;br /&gt;
{{Moveentry/1|0070|Weepinbell|type=Grass|type2=Poison|1|Grass|Grass|✔}}&lt;br /&gt;
{{Moveentry/1|0071|Victreebel|type=Grass|type2=Poison|1|Grass|Grass|✔}}&lt;br /&gt;
{{Moveentry/1|0084|Doduo|type=Normal|type2=Flying|1|Flying|Flying|✔}}&lt;br /&gt;
{{Moveentry/1|0085|Dodrio|type=Normal|type2=Flying|1|Flying|Flying|✔}}&lt;br /&gt;
{{Moveentry/1|0089|Muk|type=Poison|1|Amorphous|Amorphous|✔}}&lt;br /&gt;
{{Moveentry/1|0106|Hitmonlee|type=Fighting|1|Human-Like|Human-Like|✔}}&lt;br /&gt;
{{Moveentry/1|0123|Scyther|type=Bug|type2=Flying|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0151|Mew|type=Psychic|1|No Eggs Discovered|No Eggs Discovered|✔}}&lt;br /&gt;
{{Moveentry/1|0167|Spinarak|type=Bug|type2=Poison|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0168|Ariados|type=Bug|type2=Poison|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0187|Hoppip|type=Grass|type2=Flying|2|Fairy|Grass|✔}}&lt;br /&gt;
{{Moveentry/1|0188|Skiploom|type=Grass|type2=Flying|2|Fairy|Grass|✔}}&lt;br /&gt;
{{Moveentry/1|0189|Jumpluff|type=Grass|type2=Flying|2|Fairy|Grass|✔}}&lt;br /&gt;
{{Moveentry/1|0193|Yanma|type=Bug|type2=Flying|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0204|Pineco|type=Bug|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0205|Forretress|type=Bug|type2=Steel|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0206|Dunsparce|type=Normal|1|Field|Field|✔}}&lt;br /&gt;
{{Moveentry/1|0207|Gligar|type=Ground|type2=Flying|1|Bug|Bug|✔}}&lt;br /&gt;
{{Moveentry/1|0212|Scizor|type=Bug|type2=Steel|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0214|Heracross|type=Bug|type2=Fighting|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0234|Stantler|type=Normal|1|Field|Field|✔}}&lt;br /&gt;
{{Moveentry/1|0283|Surskit|type=Bug|type2=Water|2|Water 1|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0284|Masquerain|type=Bug|type2=Flying|2|Water 1|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0313|Volbeat|type=Bug|2|Bug|Human-Like|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0325|Spoink|type=Psychic|1|Field|Field|✔}}&lt;br /&gt;
{{Moveentry/1|0326|Grumpig|type=Psychic|1|Field|Field|✔}}&lt;br /&gt;
{{Moveentry/1|0332|Cacturne|type=Grass|type2=Dark|2|Grass|Human-Like|✔}}&lt;br /&gt;
{{Moveentry/1|0401|Kricketot|type=Bug|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0402|Kricketune|type=Bug|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0415|Combee|type=Bug|type2=Flying|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0416|Vespiquen|type=Bug|type2=Flying|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0469|Yanmega|type=Bug|type2=Flying|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0472|Gliscor|type=Ground|type2=Flying|1|Bug|Bug|✔}}&lt;br /&gt;
{{Moveentry/1|0485|Heatran|type=Fire|type2=Steel|1|No Eggs Discovered|No Eggs Discovered|✔}}&lt;br /&gt;
{{Moveentry/1|0540|Sewaddle|type=Bug|type2=Grass|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0541|Swadloon|type=Bug|type2=Grass|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0542|Leavanny|type=Bug|type2=Grass|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0595|Joltik|type=Bug|type2=Electric|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0596|Galvantula|type=Bug|type2=Electric|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0603|Eelektrik|type=Electric|1|Amorphous|Amorphous|✔}}&lt;br /&gt;
{{Moveentry/1|0604|Eelektross|type=Electric|1|Amorphous|Amorphous|✔}}&lt;br /&gt;
{{Moveentry/1|0636|Larvesta|type=Bug|type2=Fire|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0637|Volcarona|type=Bug|type2=Fire|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0686|Inkay|type=Dark|type2=Psychic|2|Water 1|Water 2|✔}}&lt;br /&gt;
{{Moveentry/1|0687|Malamar|type=Dark|type2=Psychic|2|Water 1|Water 2|✔}}&lt;br /&gt;
{{Moveentry/1|0701|Hawlucha|type=Fighting|type2=Flying|2|Flying|Human-Like|✔}}&lt;br /&gt;
{{Moveentry/1|0736|Grubbin|type=Bug|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0737|Charjabug|type=Bug|type2=Electric|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0738|Vikavolt|type=Bug|type2=Electric|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0743|Ribombee|type=Bug|type2=Fairy|2|Bug|Fairy|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0747|Mareanie|type=Poison|type2=Water|1|Water 1|Water 1|✔}}&lt;br /&gt;
{{Moveentry/1|0748|Toxapex|type=Poison|type2=Water|1|Water 1|Water 1|✔}}&lt;br /&gt;
{{Moveentry/1|0751|Dewpider|type=Water|type2=Bug|2|Water 1|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0752|Araquanid|type=Water|type2=Bug|2|Water 1|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0870|Falinks|type=Fighting|2|Fairy|Mineral|✔}}&lt;br /&gt;
{{Moveentry/1|0872|Snom|type=Ice|type2=Bug|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0873|Frosmoth|type=Ice|type2=Bug|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0899|Wyrdeer|type=Normal|type2=Psychic|1|Field|Field|✔}}&lt;br /&gt;
{{Moveentry/1|0900|Kleavor|type=Bug|type2=Rock|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0917|Tarountula|type=Bug|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0918|Spidops|type=Bug|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0919|Nymble|type=Bug|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0920|Lokix|type=Bug|type2=Dark|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0948|Toedscool|type=Ground|type2=Grass|1|Grass|Grass|✔}}&lt;br /&gt;
{{Moveentry/1|0949|Toedscruel|type=Ground|type2=Grass|1|Grass|Grass|✔}}&lt;br /&gt;
{{Moveentry/1|0953|Rellor|type=Bug|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0954|Rabsca|type=Bug|type2=Psychic|1|Bug|Bug|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0973|Flamigo|type=Flying|type2=Fighting|1|Flying|Flying|✔}}&lt;br /&gt;
{{Moveentry/1|0978|Tatsugiri|type=Dragon|type2=Water|1|Water 2|Water 2|form=All forms|✔}}&lt;br /&gt;
{{Moveentry/1|0982|Dudunsparce|type=Normal|1|Field|Field|form=All forms|✔}}&lt;br /&gt;
{{Moveentry/1|0988|Slither Wing|type=Bug|type2=Fighting|1|No Eggs Discovered|No Eggs Discovered|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/1|0994|Iron Moth|type=Fire|type2=Poison|1|No Eggs Discovered|No Eggs Discovered|✔}}&lt;br /&gt;
{{Movefoot|Bug|1}}&lt;br /&gt;
&lt;br /&gt;
===By {{pkmn|breeding}}===&lt;br /&gt;
{{Movehead/Games|Bug|Egg Move|g1=none|g2=none|g3=none|g4=none|g5=none|g6=none|g7=1|g7g={{gameabbrev7|SMUSUM}}|g8=2|g9=1|g9g={{gameabbrev9|SV}}}}&lt;br /&gt;
{{Moveentry/4|0167|Spinarak|type=Bug|type2=Poison|1|Bug|Bug|✔{{sup/7|USUM}}||✔|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/4|0283|Surskit|type=Bug|type2=Water|2|Water 1|Bug|✔||✔|✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/4|0313|Volbeat|type=Bug|2|Bug|Human-Like|✔{{sup/7|USUM}}||✔|−|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/4|0595|Joltik|type=Bug|type2=Electric|1|Bug|Bug|✔{{sup/7|USUM}}|✔||✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Moveentry/4|0917|Tarountula|type=Bug|1|Bug|Bug||||✔|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Movefoot|Bug|4}}&lt;br /&gt;
&lt;br /&gt;
===Special move===&lt;br /&gt;
====[[Generation VIII]]====&lt;br /&gt;
{{Movehead/Special|Bug}}&lt;br /&gt;
{{Moveentry/1|0851|Centiskorch|type=Fire|type2=Bug|1|Bug|Bug|{{DL|Watchtower Lair|★Sgr6859}} [[Gigantamax]] Centiskorch|note=Lv.35|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Movefoot|Bug|1}}&lt;br /&gt;
&lt;br /&gt;
==In other games==&lt;br /&gt;
==={{g|GO}}===&lt;br /&gt;
Lunge is a Charged Attack in {{g|GO}} that has been available since September 14, 2020.&lt;br /&gt;
{{GoChargedAttack&lt;br /&gt;
|id=306&lt;br /&gt;
|move=Lunge&lt;br /&gt;
|type=Bug&lt;br /&gt;
|pow=55&lt;br /&gt;
|energy=33&lt;br /&gt;
|duration=2.9&lt;br /&gt;
|damage_window=2.4 - 2.7&lt;br /&gt;
|pow_trainer=60&lt;br /&gt;
|energy_trainer=45&lt;br /&gt;
|effect=[[File:GO drop arrow.png|16px]] 1 Opponent Attack&lt;br /&gt;
|effect_chance=100&lt;br /&gt;
|users={{MSP/GO|0168|Ariados}}{{MSP/GO|0284|Masquerain}}{{MSP/GO|0596|Galvantula}}{{MSP/GO|0794|Buzzwole}}{{MSP/GO|0795|Pheromosa}}{{MSP/GO|0851|Centiskorch}}&lt;br /&gt;
{{MSP/GO|0918|Spidops}}&lt;br /&gt;
|snapshot_users={{MSP/GO|0235|Smeargle}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==={{g|Rumble Rush}}===&lt;br /&gt;
{{RumbleRushPhysicalAttack|move=Lunge|type=Bug&lt;br /&gt;
|stars=4&lt;br /&gt;
|pow=91.49512&lt;br /&gt;
|charge=1.32&lt;br /&gt;
|range=Dash&lt;br /&gt;
|hits=1&lt;br /&gt;
|projectiles=1&lt;br /&gt;
|crit=1.5&lt;br /&gt;
|effect=Lowers the foe&#039;s Attack}}&lt;br /&gt;
&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; background:#{{bug color}}; border:3px solid #{{bug color dark}}; text-align:center; width:80%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #{{bug color light}}&amp;quot;&lt;br /&gt;
! style=&amp;quot;{{roundytl|5px}}&amp;quot; | Name&lt;br /&gt;
! {{color2|000|Damage category|Category}}&lt;br /&gt;
! Move gauge cost&lt;br /&gt;
! MP&amp;lt;br&amp;gt;(uses)&lt;br /&gt;
! Base {{color2|000|power}}&lt;br /&gt;
! Max {{color2|000|power}}&lt;br /&gt;
! {{color2|000|Accuracy}}&lt;br /&gt;
! Target&lt;br /&gt;
! Effect tag&lt;br /&gt;
! Description&lt;br /&gt;
! style=&amp;quot;{{roundytr|5px}}&amp;quot; | Playable {{color2|000|Sync pair|sync pair(s)}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
|style=&amp;quot;{{roundybl|5px}}&amp;quot;|Lunge&lt;br /&gt;
{{statustable|Physical}}&lt;br /&gt;
|3&lt;br /&gt;
|—&lt;br /&gt;
|80&lt;br /&gt;
|96&lt;br /&gt;
|100%&lt;br /&gt;
|An opponent&lt;br /&gt;
|—&lt;br /&gt;
|Lowers the target&#039;s Attack by one stat rank.&lt;br /&gt;
|style=&amp;quot;{{roundybr|5px}}&amp;quot;|{{sync|Lusamine|Pheromosa}}&amp;lt;hr&amp;gt;{{sync/player|Buzzwole}}&lt;br /&gt;
|}&lt;br /&gt;
* Description prior to Version 2.10.0 (from June 28, 2021): Lowers the target&#039;s Attack.&lt;br /&gt;
&lt;br /&gt;
==In animation==&lt;br /&gt;
===Pokémon animated series===&lt;br /&gt;
{{moveanime|type=bug|exp=yes|gen=The user makes a lunge at the target, attacking with full force.|image1=Katy Lokix Lunge.png|image1p=Lokix}}&lt;br /&gt;
{{movep|type=bug|ms=920|pkmn=Lokix|method=Lokix&#039;s body become covered in green energy. It then lunges at the opponent and kicks them.}}&lt;br /&gt;
{{movebtm|type=bug|user=Katy|user1=Katy&#039;s Lokix|startcode=HZ056|startname=Liko vs. Rika! Towards the Battle&#039;s End|notes=Debut}}&lt;br /&gt;
&lt;br /&gt;
==In other generations==&lt;br /&gt;
===Core series games===&lt;br /&gt;
{{Movegen|&lt;br /&gt;
type=Bug|&lt;br /&gt;
genVII=Lunge VII|&lt;br /&gt;
genVII2=Lunge VII 2|&lt;br /&gt;
genVIII=Lunge VIII|&lt;br /&gt;
ZA=Lunge ZA&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Spin-off series games===&lt;br /&gt;
{{Movegen|&lt;br /&gt;
type=Bug|&lt;br /&gt;
Masters=Lunge Masters&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
*This move [[Eevee (Vending S1)|originated]] as a TCG [[Attack (TCG)|attack]].&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Langtable|color={{bug color}}|bordercolor={{bug color dark}}&lt;br /&gt;
|zh_yue=猛撲 &#039;&#039;{{tt|Máahngpok|Lunge}}&#039;&#039;&lt;br /&gt;
|zh_cmn=猛撲 / 猛扑 &#039;&#039;{{tt|Měngpū|Lunge}}&#039;&#039;&lt;br /&gt;
|cs=Výpad&lt;br /&gt;
|fr=Furie-Bond&lt;br /&gt;
|de=Anfallen&lt;br /&gt;
|it=Assalto&lt;br /&gt;
|hi=लंज &#039;&#039;Lunge&#039;&#039;&lt;br /&gt;
|id=Terjangan&lt;br /&gt;
|ko=덤벼들기 &#039;&#039;{{tt|Deombyeodeulgi|Lunge}}&#039;&#039;&lt;br /&gt;
|pl=Wypad&lt;br /&gt;
|pt_br=Estocada (games, animated series, {{TCG|Dragon Vault}}–present)&amp;lt;br&amp;gt;Investida ({{TCG|EX Ruby &amp;amp; Sapphire}}–{{TCG|Next Destinies}})&amp;lt;ref group=n&amp;gt;Prior to the introduction of Lunge as a move in core series games.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|pt_eu=Avanço&lt;br /&gt;
|ru=Выпад &#039;&#039;{{tt|Vypad|Lunge}}&#039;&#039;&lt;br /&gt;
|es=Plancha&lt;br /&gt;
|th=กระโจนใส่ &#039;&#039;{{tt|Krachon Sai|Pounce}}&#039;&#039;&lt;br /&gt;
|tr=Atılım&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
{{reflist|group=n}}&lt;br /&gt;
&lt;br /&gt;
{{Lunge|Bug}}&lt;br /&gt;
{{Generation IX TMs}}&lt;br /&gt;
{{Project Moves and Abilities notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Moves that can lower the target&#039;s Attack]]&lt;br /&gt;
[[Category:Moves usable in Pokémon Sword and Shield]]&lt;br /&gt;
[[Category:Moves usable in Pokémon Scarlet and Violet]]&lt;br /&gt;
[[Category:Moves in Pokémon Legends: Z-A]]&lt;br /&gt;
&lt;br /&gt;
[[de:Anfallen]]&lt;br /&gt;
[[es:Plancha]]&lt;br /&gt;
[[fr:Furie-Bond]]&lt;br /&gt;
[[it:Assalto]]&lt;br /&gt;
[[ja:とびかかる]]&lt;br /&gt;
[[zh:猛扑（招式）]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=HZ060&amp;diff=4534793</id>
		<title>HZ060</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=HZ060&amp;diff=4534793"/>
		<updated>2026-04-19T07:55:37Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EpicodePrevNext|&lt;br /&gt;
prevcode=HZ059 |&lt;br /&gt;
prevtitle=Dance, Quaxly! The Blue Medali Step! |&lt;br /&gt;
nextcode=HZ061 |&lt;br /&gt;
nexttitle=Resonating Spirits in a Challenge to Ryme! |&lt;br /&gt;
series=Pokémon Horizons: The Series |&lt;br /&gt;
colorscheme=Paldea}}&lt;br /&gt;
{{EpisodeInfobox|&lt;br /&gt;
epcode=HZ060 |&lt;br /&gt;
altepcode=EP1292 |&lt;br /&gt;
colorscheme=Paldea |&lt;br /&gt;
title_en=Roy and Fuecoco&#039;s First Snow! |&lt;br /&gt;
title_ja=はじめての雪！ホッホッゲー！！ |&lt;br /&gt;
title_ja_trans=The First Snow! Ho Ho Ga!! |&lt;br /&gt;
broadcast_jp=August 9, 2024 |&lt;br /&gt;
broadcast_us=April 25, 2025 |&lt;br /&gt;
en_op=[[My Favorite Pokémon]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Will (song)|Will -Korean ver.-]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
en_ed=[[My Favorite Pokémon|My Favorite Pokémon (instrumental)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Make You Shine|Make You Shine (English Ver.)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
ja_op={{so|Will}} |&lt;br /&gt;
ja_ed=[[Let me battle|Let me battle feat. つぐらなわかみょ]] |&lt;br /&gt;
olmteam=Team Kumemura |&lt;br /&gt;
scenarion=1 |&lt;br /&gt;
scenario=うえのきみこ |&lt;br /&gt;
storyboardn=1 |&lt;br /&gt;
storyboard=入好さとる |&lt;br /&gt;
directorn=1 |&lt;br /&gt;
director=岩田義彦 |&lt;br /&gt;
artn=6 |&lt;br /&gt;
art=酒井裕未 |&lt;br /&gt;
art2=大西雅也 |&lt;br /&gt;
art3=柳原好貴 |&lt;br /&gt;
art4=阿部俊成 |&lt;br /&gt;
art5=加藤健二 |&lt;br /&gt;
art6=新岡浩美 |&lt;br /&gt;
morecredits=yes |&lt;br /&gt;
epstaffpage=HZ051-HZ060 |&lt;br /&gt;
footnotes=* {{BMGf|302394|Preview thread on BMGf}} &#039;&#039;Closed&#039;&#039;&lt;br /&gt;
* {{BMGf|302859|Original review thread on BMGf}}&lt;br /&gt;
* {{BMGf|305379|Dub review thread on BMGf}}&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Roy and Fuecoco&#039;s First Snow!&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;はじめての雪！ホッホッゲー！！&#039;&#039;&#039; &#039;&#039;The First Snow! {{tt|Ho Ho Ga|Fue Fue Co}}!!&#039;&#039;) is the 60th episode of &#039;&#039;[[Pokémon Horizons: The Series]]&#039;&#039;, and the 1,292nd episode of the [[Pokémon animated series]]. It first aired in Japan on August 9, 2024, in the United Kingdom on February 17, 2025, in Australia on March 20, 2025, and in the United States on April 25, 2025.&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
&lt;br /&gt;
==Blurb==&lt;br /&gt;
&amp;lt;!--https://www.pokemon.com/us/animation/horizons/2/roy-and-fuecocos-first-snow--&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;Now that Dot has passed her Tera Training usage test, it’s time for Roy’s challenge in Montenevera. To get there, Liko, Roy, and Dot must cross Glaseado Mountain amid heavy snowfall. Roy gets his first experience with snow, and he and Fuecoco have fun playing together and encountering wild Pokémon. Eventually, the group decides to stay overnight in a cabin, and the three Trainers split up to find firewood. Then, Roy and Fuecoco become separated: they must find each other before night falls and temperatures drop. Will they reunite in time?&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
[[Liko]], [[Roy]], and [[Dot]] are buying themselves winter clothes in preparation for heading to [[Glaseado Mountain]], where Roy&#039;s next [[Tera Training]] test awaits at the town of [[Montenevera]]. While Liko chooses her clothes no problem, Dot is feeling so uncomfortable about the mere idea of cold that she&#039;s chosen to wear a thick coat that, in Liko&#039;s opinion, makes her look like Nidothing, while Roy, having never actually experienced snow before, thinks he&#039;ll be fine with just a pair of gloves. Eventually, though, everyone settles on a winter outfit and heads off to Glaseado Mountain.&lt;br /&gt;
&lt;br /&gt;
The group eventually arrives at the snowy mountain after passing through a tunnel to get there. While Roy and {{TP|Roy|Fuecoco}} are ecstatic to play in the snow, Liko notices {{TP|Liko|Floragato}} feeling uncomfortable in the cold environment. However, instead of letting herself be [[recall]]ed, she leads Liko to a [[Berry]] bush, where she sees a {{p|Bergmite}} snacking on some Berries. Checking Bergmite&#039;s [[Pokédex]] entry on her [[Rotom Phone]], she learns that it tends to get into fights with {{p|Frigibax}} when the two encounter each other, with Liko checking out its entry too for good measure. Several other [[wild Pokémon]] and Fuecoco join in on eating the Berries, but when some snow falls on top of Fuecoco, Bergmite mistakes him for a Frigibax and gets angry, not helped by an actual Frigibax showing up right after. All the other wild Pokémon flee in fear as the two {{t|Ice}} types start fighting, blasting each other with cold air that creates a vicious blizzard around them. Liko recalls Floragato to protect her from the cold wind, while Fuecoco&#039;s {{m|Flamethrower}} isn&#039;t enough to stop the blizzard, and the two fighting Pokémon are not distracted by {{TP|Dot|Quaxwell}}&#039;s attempt to stop them with his dancing. The fight is stopped, however, when [[Liko&#039;s Hattrem]] emerges from her {{i|Poké Ball}} due to the strong emotions present and pummels the two Ice types into submission with {{m|Brutal Swing}}, before proceeding to heal them with {{m|Heal Pulse}}, at which point, the two wild Pokémon simply walk away from each other and leave.&lt;br /&gt;
&lt;br /&gt;
The group comes across a frozen pond and decide to have fun by skating on it, though Dot does so very reluctantly. They then proceed to have other sorts of fun winter activities, such as making snow angels, baking marshmallows, and building a snowman resembling [[Captain Pikachu]], which Roy takes a [[Photography|picture]] of with his phone. While they resume walking, Fuecoco notices something a leads Roy to a {{p|Cubchoo}}. As he&#039;s busy checking its Pokédex entry, a {{p|Beartic}} walks up to him, looking angry. Roy nervously backs off, but ends up knocking Cubchoo over while doing so, causing it to start crying and Beartic to get furious. Fortunately for Roy, Liko and Dot arrive to help and blind Beartic with their Pokémon&#039;s [[Move|attacks]] long enough for them to make a run for it. Spotting a mountain cabin nearby, they decide to take shelter there. Once inside, they eat to warm themselves up, while Roy checks some of the photos he&#039;s taken, including ones taken in other places they&#039;ve visited. Checking their map, they see that Montenevera is still quite a long distance away, so they decide to stay in the cabin overnight and set out the next morning, though they&#039;ll need to gather firewood to keep themselves warm through the night. As such, they choose to split up to collect some firewood on their own, telling each other to get back before dark and to steer clear of Beartic&#039;s territory.&lt;br /&gt;
&lt;br /&gt;
Roy starts gathering some sticks to be used as firewood in the woods. Seeing {{TP|Roy|Kilowattrel}} being thanked for bringing in some firewood, Fuecoco also decides to help. Eventually, Roy has gathered enough firewood to bring back, but Fuecoco is nowhere in sight. Snow starts to fall as Roy and Kilowattrel spread out to search for Fuecoco. Fuecoco, meanwhile, is trying to bring in more firewood, but ends up tripping and dropping his sticks into a trench. He tries to retrieve them, but ends up falling down as well. During his search, Roy only finds Frigibax, who has become covered in a layer of snow that makes him briefly mistake it for Fuecoco, as well the snowman they made earlier, making him realize he&#039;s been going in circles. Fuecoco hears Roy calling out to him and heads towards him, but just as the two arrive within eyesight from each other, a pile of snow falls on top of Fuecoco and hides him from Roy just long enough for him to run away when he hears Beartic roaring in the distance. Meanwhile, Liko and Dot have both returned to the cabin with their share of the firewood and wonder where Roy could be.&lt;br /&gt;
[[File:Roy and Fuecoco.png|thumb|250px|Roy and Fuecoco finding each other again]]&lt;br /&gt;
Outside, night has fallen over the forest. Both Roy and Fuecoco start feeling sad from being separated from each other, but manage to motivate themselves to keep going by singing their song. Soon enough, the sound of Roy&#039;s singing leads Fuecoco to him, and the two of them share an emotional reunion, all thanks to their song. As they head back to the cabin, Roy and Fuecoco spot Frigibax and Cubchoo eating Berries from a bush. Cubchoo&#039;s presence makes Roy realize that Beartic must also be nearby, indeed spotting it a short distance away only seconds later. However, before he can convince Fuecoco to leave the Berries behind, he sees Bergmite approaching. Wanting to avoid another fight, Roy hastily disguises Frigibax to look like Fuecoco using a red scarf. At first, this works, but then some snow falls on Fuecoco again, making him look like a Frigibax once more. Before a fight can break out, however, Fuecoco sneezes, making the snow covering him look more like a Cubchoo, making Bergmite calm down. After enjoying some Berries with his new friends, Roy and his Pokémon finally return to the cabin. He starts telling his friends what happened, only for Dot to ask what happened to the firewood he was supposed to bring. Roy feels awkward having forgotten all about the firewood, but is sure cuddling up with Fuecoco will enough to provide warmth. After sleeping through the night in the cabin, the trio resumes their journey towards Montenevera, Roy and Fuecoco now feeling better about their chances to pass their test than ever.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
&amp;lt;!-- This is not for summarizing everything that happens in this episode. Only events pertaining to the series as a whole, such as catching and releasing Pokémon and obtaining Badges, go here. --&amp;gt;&lt;br /&gt;
* [[Liko]], [[Roy]], and [[Dot]] change into winter clothes and head for [[Montenevera]], arriving on [[Glaseado Mountain]].&lt;br /&gt;
{{animeevents|HZ}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
* {{p|Frigibax}}&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* [[Liko]]&lt;br /&gt;
* [[Roy]]&lt;br /&gt;
* [[Dot]]&lt;br /&gt;
* [[Ludlow|Ludlow/Mighty G]] (photo)&lt;br /&gt;
* [[Brassius]] (photo)&lt;br /&gt;
* {{an|Nemona}} (photo)&lt;br /&gt;
* {{tc|Swimmer}} (photo)&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Sprigatito}} ({{OP|Liko|Floragato|Sprigatito}}; photo)&lt;br /&gt;
* {{p|Floragato}} ({{OP|Liko|Floragato}})&lt;br /&gt;
* {{p|Hattrem}} ({{OP|Liko|Hattrem}})&lt;br /&gt;
* {{p|Rotom}} ([[Liko]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Fuecoco}} ({{OP|Roy|Fuecoco}})&lt;br /&gt;
* {{p|Kilowattrel}} ({{OP|Roy|Kilowattrel}})&lt;br /&gt;
* {{p|Rotom}} ([[Roy]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Quaxly}} ({{OP|Dot|Quaxwell|Quaxly}}; photo)&lt;br /&gt;
* {{p|Quaxwell}} ({{OP|Dot|Quaxwell}})&lt;br /&gt;
* {{p|Tinkatink}} ({{OP|Dot|Tinkatink}})&lt;br /&gt;
* {{p|Rotom}} ([[Dot]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Sudowoodo}} ([[Brassius]]&#039;s; photo)&lt;br /&gt;
* {{p|Pawmot}} ([[Nemona]]&#039;s; photo)&lt;br /&gt;
* {{p|Trubbish}} ({{tc|Swimmer}}&#039;s; photo)&lt;br /&gt;
* {{p|Terapagos}} ({{an|Terapagos|anime}}; {{form|Terapagos|Normal Form}})&lt;br /&gt;
* {{p|Palafin}} ({{form|Palafin|Hero Form}}; photo)&lt;br /&gt;
* {{p|Klawf}} (×5; photo)&lt;br /&gt;
* {{p|Frigibax}} (debut)&lt;br /&gt;
* {{p|Bergmite}}&lt;br /&gt;
* {{p|Snorunt}}&lt;br /&gt;
* {{p|Delibird}}&lt;br /&gt;
* {{p|Cubchoo}}&lt;br /&gt;
* {{p|Beartic}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
[[File:HZ060 Title card.png|thumb|230px|The updated title card]]&lt;br /&gt;
* [[Professor Friede&#039;s Pokémon Seminar]]: &#039;&#039;What do {{p|Frigibax}} use to settle fights?&#039;&#039;&lt;br /&gt;
** Choices: Their hand fins, their dorsal fins, their tails&lt;br /&gt;
** Answer: Their hand fins&lt;br /&gt;
* The first [[List of Pokémon Horizons: The Series eyecatches|eyecatch]] features [[Liko]] and her {{TP|Liko|Floragato}}, and the second features [[Roy]] and his {{TP|Roy|Fuecoco}}.&lt;br /&gt;
* The [[Will (song)|opening]], [[let me battle|ending]], and the episode [[title card]] animations are updated to include [[Dot&#039;s Quaxwell]].&lt;br /&gt;
** In Asian releases of the English Dub, the updates are not applied to the opening and ending.&lt;br /&gt;
* This episode marks the first appearance of a {{p|Bergmite}} in the {{pkmn|animated series}} since &#039;&#039;[[XY120|All Hail the Ice Battlefield!]]&#039;&#039;, 373 episodes earlier.&lt;br /&gt;
* The episode showed that Roy keeps a record of [[Photography|photos]] from some events in &#039;&#039;[[Pokémon Horizons: The Series]]&#039;&#039;:&lt;br /&gt;
** Roy and Liko&#039;s encounter with {{p|Palafin}} and [[Ludlow|Mighty G]] in &#039;&#039;[[HZ042|Transform! Hero of the Seas, Palafin]]&#039;&#039;.&lt;br /&gt;
** His, Liko, and [[Dot]]&#039;s first day of school at [[Naranja Academy]] in &#039;&#039;[[HZ046|Welcome to Naranja Academy!]]&#039;&#039;.&lt;br /&gt;
** Meeting [[Brassius]] and {{an|Nemona}} for Roy&#039;s first [[Tera Training]] test in &#039;&#039;[[HZ048|Sparkle! The Glow of Flame and Art]]&#039;&#039;.&lt;br /&gt;
* Liko, [[Dot]], Roy, and Fuecoco narrate the preview for the [[HZ061|next episode]].&lt;br /&gt;
&lt;br /&gt;
===Errors===&lt;br /&gt;
* In the photo in with [[Brassius]] and [[Nemona]] in [[Sparkle! The Glow of Flame and Art|&#039;&#039;Sparkle! The Glow of Flame and Art&#039;&#039;]], the neck and collar of Brassius&#039;s clothes are colored incorrectly. The neck is green instead of purple, and the collar is dark purple instead of green. &lt;br /&gt;
* In the {{pmin|Poland|Polish}} dub, {{p|Bergmite}}&#039;s Pokedéx category is the same as {{p|Frigibax}}. However, this error doesn&#039;t occur in the subtitles for this episode.&lt;br /&gt;
&lt;br /&gt;
===Dub edits===&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Epilang|color=AE7BD0|bordercolor=F34134&lt;br /&gt;
|ar={{tt|!أول ثلج لروي وفويكوكو|First snow for Roy amd Fuecoco!}}&lt;br /&gt;
|cs={{tt|Royův a Fuecocův první sníh!|Roy and Fuecoco&#039;s First Snow!}}&lt;br /&gt;
|nl={{tt|De eerste sneeuw van Roy en Fuecoco!|Roy and Fuecoco&#039;s First Snow!}}&lt;br /&gt;
|fi={{tt|Royn ja Fuecocon ensilumi!|Roy and Fuecoco&#039;s first snow!}}&lt;br /&gt;
|de={{tt|Rorys und Krokels erster Schnee!|Roy and Fuecoco&#039;s first snow!}}&lt;br /&gt;
|he={{tt|!השלג הראשון של רוי ופואקוקו|Roy and Fuecoco&#039;s First Snow!}}&lt;br /&gt;
|id={{tt|Salju Pertama! Co, Co, Fuecoco!|First Snow! Co, Co, Fuecoco!}}&lt;br /&gt;
|it={{tt|La prima neve di Roy e Fuecoco|Roy and Fuecoco&#039;s first snow}}&lt;br /&gt;
|no={{tt|Roy og Fuecoco møter snøen!|Roy and Fuecoco&#039;s first snow!}}&lt;br /&gt;
|pl={{tt|Pierwszy śnieg Roya i Fuecoco!|Roy and Fuecoco&#039;s first snow!}}&lt;br /&gt;
|pt_br={{tt|Rain e Fuecoco na neve pela primeira vez!|Roy and Fuecoco in the snow for the first time!}}&lt;br /&gt;
|pt_eu={{tt|Rain e Fuecoco na neve pela primeira vez!|Roy and Fuecoco in the snow for the first time!}}&lt;br /&gt;
|es_la={{tt|¡La primera nevada de Rod y Fuecoco!|Roy and Fuecoco&#039;s first snowfall!}}&lt;br /&gt;
|es_eu={{tt|¡La primera nieve de Rod y Fuecoco!|Roy and Fuecoco&#039;s first snow!}}&lt;br /&gt;
|sv={{tt|Roy och Fuecocos första snö!|Roy and Fuecoco&#039;s first snow!}}&lt;br /&gt;
}}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{EpicodePrevNext|&lt;br /&gt;
prevcode=HZ059 |&lt;br /&gt;
prevtitle=Dance, Quaxly! The Blue Medali Step! |&lt;br /&gt;
nextcode=HZ061 |&lt;br /&gt;
nexttitle=Resonating Spirits in a Challenge to Ryme! |&lt;br /&gt;
series=Pokémon Horizons: The Series |&lt;br /&gt;
colorscheme=Paldea}}&lt;br /&gt;
{{Project Anime notice}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:1292}}&lt;br /&gt;
[[Category:Pokémon Horizons: The Series episodes|060]]&lt;br /&gt;
[[Category:Episodes written by Kimiko Ueno]]&lt;br /&gt;
[[Category:Episodes storyboarded by Satoru Iriyoshi]]&lt;br /&gt;
[[Category:Episodes directed by Yoshihiko Iwata]]&lt;br /&gt;
[[Category:Episodes animated by Yumi Sakai]]&lt;br /&gt;
[[Category:Episodes animated by Masaya Ōnishi]]&lt;br /&gt;
[[Category:Episodes animated by Kōki Yanagihara]]&lt;br /&gt;
[[Category:Episodes animated by Toshinari Abe]]&lt;br /&gt;
[[Category:Episodes animated by Kenji Katō]]&lt;br /&gt;
[[Category:Episodes animated by Hiromi Niioka]]&lt;br /&gt;
[[Category:Episodes by multiple animation directors]]&lt;br /&gt;
[[Category:Episodes focusing on Roy]]&lt;br /&gt;
[[Category:Episodes in which a Legendary Pokémon appears]]&lt;br /&gt;
[[Category:Episodes which aired in the United Kingdom before the United States]]&lt;br /&gt;
[[Category:Episodes which aired in Australia before the United States]]&lt;br /&gt;
&lt;br /&gt;
[[de:Rorys und Krokels erster Schnee!]]&lt;br /&gt;
[[es:EP1296]]&lt;br /&gt;
[[fr:LH060]]&lt;br /&gt;
[[it:OP060]]&lt;br /&gt;
[[ja:2023年版第60話]]&lt;br /&gt;
[[zh:宝可梦 地平线 第60集]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=HZ059&amp;diff=4534792</id>
		<title>HZ059</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=HZ059&amp;diff=4534792"/>
		<updated>2026-04-19T07:55:34Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EpicodePrevNext|&lt;br /&gt;
prevcode=HZ058 |&lt;br /&gt;
prevtitle=Food Fit for a Kingambit! |&lt;br /&gt;
nextcode=HZ060|&lt;br /&gt;
nexttitle=Roy and Fuecoco&#039;s First Snow! |&lt;br /&gt;
series=Pokémon Horizons: The Series |&lt;br /&gt;
colorscheme=Paldea}}&lt;br /&gt;
{{EpisodeInfobox|&lt;br /&gt;
epcode=HZ059 |&lt;br /&gt;
altepcode=EP1291 |&lt;br /&gt;
colorscheme=Paldea |&lt;br /&gt;
title_en=Dance, Quaxly! The Blue Medali Step! |&lt;br /&gt;
title_ja=おどれクワッス！碧きチャンプルステップ！！ |&lt;br /&gt;
title_ja_trans=Dance, Kuwassu! Blue Chanpuru Steps!! |&lt;br /&gt;
broadcast_jp=July 26, 2024 |&lt;br /&gt;
broadcast_us=April 25, 2025 |&lt;br /&gt;
en_op=[[My Favorite Pokémon]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Will (song)|Will -Korean ver.-]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
en_ed=[[My Favorite Pokémon|My Favorite Pokémon (instrumental)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Make You Shine|Make You Shine (English Ver.)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
ja_op={{so|Will}} |&lt;br /&gt;
ja_ed=[[Let me battle|Let me battle feat. 缶缶]] |&lt;br /&gt;
olmteam=Team Kumemura |&lt;br /&gt;
scenarion=1 |&lt;br /&gt;
scenario=福島直浩 |&lt;br /&gt;
storyboardn=1 |&lt;br /&gt;
storyboard=尼野浩正 |&lt;br /&gt;
directorn=1 |&lt;br /&gt;
director=ウヱノ史博 |&lt;br /&gt;
artn=1 |&lt;br /&gt;
art=篠原隆 |&lt;br /&gt;
morecredits=yes |&lt;br /&gt;
epstaffpage=HZ051-HZ060 |&lt;br /&gt;
footnotes=* {{BMGf|302142|Preview thread on BMGf}} &#039;&#039;Closed&#039;&#039;&lt;br /&gt;
* {{BMGf|302610|Original review thread on BMGf}}&lt;br /&gt;
* {{BMGf|305378|Dub review thread on BMGf}}&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Dance, Quaxly! The Blue Medali Step!&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;おどれクワッス！碧きチャンプルステップ！！&#039;&#039;&#039; &#039;&#039;Dance, {{tt|Kuwassu|Quaxly}}! Blue {{tt|Chanpuru|Medali}} Steps!!&#039;&#039;) is the 59th episode of &#039;&#039;[[Pokémon Horizons: The Series]]&#039;&#039;, and the 1,291st episode of the [[Pokémon animated series]]. It first aired in Japan on July 26, 2024, in the United Kingdom on February 17, 2025, in Australia on March 19, 2025, and in the United States on April 25, 2025.&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Blurb==&lt;br /&gt;
&amp;lt;!--https://www.pokemon.com/us/animation/horizons/2/dance-quaxly-the-blue-medali-step--&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;Dot is ready to take her Tera Training usage test in Medali, but her opponent, Larry, isn’t at his Gym! As she, Liko, and Roy search for him, Quaxly becomes interested in the dancing of a nearby Oricorio. Quaxly copies Oricorio’s dance steps, impressing the crowd, and Oricorio’s Trainer shares a tip about where Larry could be—at Treasure Eatery. There, Larry agrees to battle Dot. Quaxly and Tinkatink go up against Larry’s Dudunsparce and Staraptor, and Quaxly makes good use of its strategy to copy the movements of other Pokémon. Will Dot be able to win against such a strong opponent?&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
[[Liko]], [[Roy]], and [[Dot]] have arrived at the [[Medali Gym]] for Dot&#039;s second [[Tera Training]] test against [[Gym Leader]] [[Larry]]. However, to their dismay, the Gym receptionist informs them that Larry is not present at the moment, having left to visit Gym clientele, although he should still be somewhere in [[Medali]]. Exiting the Gym, Dot is feeling especially annoyed, as she had already prepared a strategy for her {{pkmn|battle}} against Larry. Before they can start looking for Larry, Dot&#039;s {{p|Quaxly}} hears something and runs off. The group follows, ultimately finding Quaxly being attracted to a dance performance put up by an {{p|Oricorio}}. Once the performance finishes, Quaxly approaches Oricorio and is noticed by its {{pkmn|Trainer}}, a dancer named [[Diva]]. Upon hearing that they&#039;re looking for Larry, she agrees to tell them where he is, just as long as Quaxly joins her for a dance first. Having no other choice, Dot has Quaxly demonstrate his dance moves. Diva compliments the performance, but her Oricorio&#039;s own performance with a fiery {{m|Revelation Dance}} still leaves Quaxly impressed, so he starts mimicking Oricorio&#039;s dance steps while using {{m|Low Kick}}. Diva is impressed and compliments Quaxly&#039;s dedication to his dance, until Roy reminds her that she was supposed to tell them where Larry is, which she had completely forgotten about.&lt;br /&gt;
&lt;br /&gt;
Following Diva&#039;s advice, the group arrives at the [[Treasure Eatery]], whose name they [[HZ058|remember]] from the [[Anything Goes Café]]. After entering, they tell the welcoming staff members that they&#039;re looking for Larry, who has just finished a meal at the counter and comes to greet the children. Seeing him face to face, the three young Trainers [[HZ055|remember him]] from [[Naranja Academy]], with Liko and Roy being surprised to learn that he&#039;s both a Gym Leader and an [[Elite Four]] member. He agrees to have his test with Dot and asks the {{tc|Cook}} for help. She happily obliges and presses a button that transforms the dining area into a battlefield, much to the trio&#039;s surprise. As Larry and Dot take their places on the field, Larry reminds Dot that in this test, she&#039;ll be using two Pokémon and will be judged depending on how she uses {{Tera}}stallization under those conditions.&lt;br /&gt;
&lt;br /&gt;
Since {{TP|Dot|Tinkatink}} has never battled before, Dot chooses to lead with Quaxly, while Larry chooses {{p|Dudunsparce}} as his first Pokémon. The battle begins with Dot starting to execute her planned strategy, having Quaxly use {{m|Water Gun}} and then attack with {{m|Liquidation}} while her opponent is blinded by the first [[move]]. However, before Quaxly&#039;s second attack can hit, Dudunsparce uses {{m|Glare}}, causing Quaxly to become {{status|Paralysis|paralyzed}} and leaving him wide open for a {{m|Boomburst}}. With Dot&#039;s plan thrown off, she makes the choice to [[recall]] Quaxly and send forth Tinkatink. While the {{pkmn|category|Metalsmith Pokémon}} eagerly responds to the call for her first battle, she is quickly intimidated by the much bigger Dudunsparce, so Quaxly emerges from his {{i|Poké Ball}} to encourage her. Dudunsparce uses Glare again, but Tinkatink avoids the paralysis by covering her eyes with her hammer. As such, Dudunsparce follows up with {{m|Hyper Drill}}. Tinkatink dodges the attack before meeting the rapidly spinning Dudunsparce with {{m|Brutal Swing}}. Both spinning Pokémon clash with each other several times before being sent skidding back. Dot tells Tinkatink to use Brutal Swing again, but while she&#039;s still winding up, Larry recalls Dudunsparce and sends out {{p|Staraptor}}, causing Tinkatink&#039;s attack to miss the airborne opponent. While Tinkatink is disoriented, Staraptor strikes her with {{m|Wing Attack}}, defeating her.&lt;br /&gt;
&lt;br /&gt;
With no other choice, Dot is forced to send Quaxly back into the battle. She once again tries to follow her plan, having Quaxly blind Staraptor with Water Gun and then following up with {{m|Pound}}, but Staraptor is hardly fazed by the first attack before using {{m|Hurricane}} to send Quaxly flying back before his Pound can hit. Staraptor follows up with {{m|Air Slash}}. Although the move makes contact, Dot has Quaxly use the smoke cover created by it to get behind Staraptor and attack with Liquidation. However, Quaxly&#039;s paralysis causes him to seize up in the middle of the attack, allowing Staraptor&#039;s Wing Attack to easily overpower it.&lt;br /&gt;
&lt;br /&gt;
Despite having taken heavy hits, Quaxly is still able to stand back up, although Dot is starting to feel frustrated that nothing she tries out is working. Suddenly, though, she notices Quaxly flapping his wings the same way Staraptor is, and remembers how Quaxly had earlier combined his own moves with Oricorio&#039;s dance moves. This gives Dot an idea, and she tells Quaxly to combine his moves with other moves he&#039;s seen; combining Dudunsparce&#039;s deep breath when using Boomburst into his Water Gun, using Oricorio&#039;s dance steps to use Low Kick, flapping his wings like Staraptor while using Pound, and finally spinning like Tinkatink when using Liquidation. Staraptor meets the last move with Wing Attack, but is overpowered and sent flying back. Dot compliments Quaxly&#039;s performance, but suddenly, Quaxly starts glowing and changing shape, [[Evolution|evolving]] into {{TP|Dot|Quaxwell}}. Dot is feeling ecstatic by this unexpected event and seizes the chance by Terastallizing Quaxwell. The Practicing Pokémon attacks with a powered-up Liquidation, powering through an Air Slash to deal a big hit and sending Staraptor crashing to the ground. However, before he can unleash another move, Quaxwell&#039;s paralysis from earlier suddenly catches up with him, leaving him immobilized. Larry decides to capitalize on this opportunity and pulls out his own [[Tera Orb]], Terastallizing Staraptor into a pure {{t|Normal}} type. With the boost from Terastallization, Staraptor swiftly attacks the paralyzed Quaxwell with a strong {{m|Facade}}, [[Fainting|knocking him out]] and concluding the battle. Dot is left dismayed when she felt she was so close to success.&lt;br /&gt;
&lt;br /&gt;
Soon after, Larry starts reading his finished performance report. To Dot&#039;s surprise, Larry declares that she has passed the test, citing the reasons for his decision being the good utilization of two Pokémon, the well-timed Terastallization with a newly evolved Pokémon, and her ability to combine her Pokémon&#039;s moves together. As acknowledgement of his decision, Larry sends a stamp to Dot&#039;s [[Rotom Phone]]. Liko and Roy take a moment to congratulate their friend before Roy checks Quaxwell&#039;s [[Pokédex entry]], learning that Quaxwell are known for incorporating moves of people and other Pokémon into their dances. Liko and Roy understand that it was Quaxly doing just this with his dance moves that had allowed him to evolve. Dot feels her partner has shot way past her and swears to catch up with him. The mood of the moment is abruptly interrupted by {{TP|Roy|Fuecoco}} growing hungry once more, so the group sits down to eat some [[rice ball]]s. While the Cook keeps generously giving them as much as they can eat, Larry is shown their bill. Knowing he can&#039;t split up the check, he&#039;s forced to pay for the entire thing himself, much to his dismay, and then takes his leave while the children continue to eat, including Dot with her newly evolved partner.&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
&amp;lt;!-- This is not for summarizing everything that happens in this episode. Only events pertaining to the series as a whole, such as catching and releasing Pokémon and obtaining Badges, go here. --&amp;gt;&lt;br /&gt;
* [[Liko]], [[Roy]], and [[Dot]] properly meet [[Larry]] for the first time.&lt;br /&gt;
* [[Dot&#039;s Tinkatink]] is revealed to know {{m|Brutal Swing}}.&lt;br /&gt;
* Dot&#039;s {{p|Quaxly}} [[Evolution|evolves]] into {{TP|Dot|Quaxwell}}.&lt;br /&gt;
* Dot has a {{Tera}}stal {{pkmn|battle}} with Larry and loses.&lt;br /&gt;
* Dot passes her second test at [[Tera Training]] and receives her second stamp.&lt;br /&gt;
{{animeevents|HZ}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
* {{p|Dudunsparce}} ({{form|Dudunsparce|Two-Segment Form}})&lt;br /&gt;
* {{p|Quaxwell}} ({{OP|Dot|Quaxwell}})&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* [[Liko]]&lt;br /&gt;
* [[Roy]]&lt;br /&gt;
* [[Dot]]&lt;br /&gt;
* [[Larry]]&lt;br /&gt;
* [[Coral]] (flashback)&lt;br /&gt;
* [[Dendra]] (flashback)&lt;br /&gt;
* [[Diva]]&lt;br /&gt;
* {{tc|Cook}}&lt;br /&gt;
* Receptionist&lt;br /&gt;
* Restaurant visitors&lt;br /&gt;
* Waiter&lt;br /&gt;
* Trainers&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Floragato}} ({{OP|Liko|Floragato}})&lt;br /&gt;
* {{p|Rotom}} ([[Liko]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Fuecoco}} ({{OP|Roy|Fuecoco}})&lt;br /&gt;
* {{p|Rotom}} ([[Roy]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Quaxly}} ({{OP|Dot|Quaxwell}}; evolves)&lt;br /&gt;
* {{p|Quaxwell}} ({{OP|Dot|Quaxwell}}; newly evolved; {{Tera}}stallized; debut)&lt;br /&gt;
* {{p|Tinkatink}} ({{OP|Dot|Tinkatink}})&lt;br /&gt;
* {{p|Rotom}} ([[Dot]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Dudunsparce}} ([[Larry]]&#039;s; {{form|Dudunsparce|Two-Segment Form}}; debut)&lt;br /&gt;
* {{p|Staraptor}} ([[Larry]]&#039;s; {{Tera}}stallized)&lt;br /&gt;
* {{p|Oricorio}} ([[Diva]]&#039;s; {{form|Oricorio|Baile Style}})&lt;br /&gt;
* {{p|Wigglytuff}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Steenee}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Bounsweet}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Emolga}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Smeargle}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Sableye}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Magnemite}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Mankey}} (Trainer&#039;s)&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* [[Professor Friede&#039;s Pokémon Seminar]]: &#039;&#039;What does {{p|Quaxwell}} compete with its peers?&#039;&#039;&lt;br /&gt;
** Choices: Hairstyles, footwork, swimming&lt;br /&gt;
** Answer: Footwork&lt;br /&gt;
* The first [[List of Pokémon Horizons: The Series eyecatches|eyecatch]] features [[Dot]] and her {{TP|Dot|Quaxly}}, and the second features [[Larry]] and his {{p|Staraptor}}.&lt;br /&gt;
* This episode marks the first time that:&lt;br /&gt;
** A [[first partner Pokémon]] evolves while battling a [[Gym Leader]].&lt;br /&gt;
** {{m|Glare}} has been used in the {{pkmn|animated series}} since &#039;&#039;[[EP191|The Dunsparce Deception]]&#039;&#039;, 1,100 episodes earlier.&lt;br /&gt;
** A Pokémon other than {{p|Noivern}} uses {{m|Boomburst}} in the animated series.&lt;br /&gt;
* This episode contains multiple [[List of cross-canon references|references]] to the Gym battle with Larry in {{g|Scarlet and Violet}}, such as Larry and Dot&#039;s battle taking place at the [[Treasure Eatery]] and the group eating grilled [[rice ball]]s afterward.&lt;br /&gt;
* [[Roy]], [[Liko]], {{TP|Roy|Fuecoco}}, {{TP|Liko|Floragato}}, and Dot narrate the preview for the [[HZ060|next episode]].&lt;br /&gt;
&lt;br /&gt;
===Errors===&lt;br /&gt;
&lt;br /&gt;
===Dub edits===&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Epilang|color=AE7BD0|bordercolor=F34134&lt;br /&gt;
||ar={{tt|!أرقص كواكسلي! خطوة ميدالي الزرقاء|Dance Quaxly! Medali&#039;s blue step!}}&lt;br /&gt;
|zh_yue={{tt|起舞吧潤水鴨！碧藍的錦匯旋舞！|Dance Quaxly! The Blue Medali Step!}}{{tt|*|HZ058 Trailer}}&amp;lt;br&amp;gt;{{tt|起舞吧，潤水鴨！碧藍的錦匯旋舞|Dance, Quaxly, The Blue Medali Step}}{{tt|*|Subtitle}}&lt;br /&gt;
|zh_cmn={{tt|起舞吧潤水鴨！碧藍的錦匯旋舞！|Dance Quaxly! The Blue Medali Step!}}&lt;br /&gt;
|cs={{tt|Tanči, Quaxly! Modrým medalijským stylem!|Dance, Quaxly! In Blue Medali Style!}}&lt;br /&gt;
|nl={{tt|Dans de blauwe Medali-step, Quaxly!|Dance the Blue Medali Step, Quaxly!}}&lt;br /&gt;
|fi={{tt|Tanssi, Quaxly! Tanssi Medalin tapaan!|Dance, Quaxly! Dance in the Medali Way!}}&lt;br /&gt;
|de={{tt|Kwaks, tanz den blauen Mesclarra-Schritt!|Quaxly, dance the blue Medali step!}}&lt;br /&gt;
|he={{tt|!תרקוד, קוואקסלי! צעד מדאלי הכחול|Dance, Quaxly! The Blue Medali Step!}}&lt;br /&gt;
|id={{tt|Menarilah, Quaxly! Ritme Langkah Indigo Campur|Dance, Quaxly! Indigo Step Rhythm Mix}}&lt;br /&gt;
|it={{tt|Danza, Quaxly! Fai vedere quello che sai fare!|Dance, Quaxly! Show off what you can do!}}&lt;br /&gt;
|no={{tt|Dans, Quaxly! Den blå Medali-dansen!|Dance, Quaxly! The blue Medali dance!}}&lt;br /&gt;
|pl={{tt|Tańcz Quaxly! Niebieski taniec z Medali!|Dance, Quaxly! Medali&#039;s blue dance!}}&lt;br /&gt;
|pt_br={{tt|Dance, Quaxly! O passinho azul de Medali!|Dance, Quaxly! Medali&#039;s blue step!}}&lt;br /&gt;
|pt_eu={{tt|Dança, Quaxly! O passinho azul de Medali!|Dance, Quaxly! Medali&#039;s blue step!}}&lt;br /&gt;
|es_la={{tt|¡Baila, Quaxly, al ritmo de Mestura!|Dance Quaxly, to the beat of Medali!}}&lt;br /&gt;
|es_eu={{tt|¡Quaxly baila en Pueblo Mestura!|Quaxly dances in Medali!}}&lt;br /&gt;
|sv={{tt|Dansa och anpassa! Quaxlys Medali-danssteg!|Dance and customize! Quaxly&#039;s Medali dance steps!}}&lt;br /&gt;
}}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{EpicodePrevNext|&lt;br /&gt;
prevcode=HZ058 |&lt;br /&gt;
prevtitle=Food Fit for a Kingambit! |&lt;br /&gt;
nextcode=HZ060|&lt;br /&gt;
nexttitle=Roy and Fuecoco&#039;s First Snow! |&lt;br /&gt;
series=Pokémon Horizons: The Series |&lt;br /&gt;
colorscheme=Paldea}}&lt;br /&gt;
{{Project Anime notice}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:1291}}&lt;br /&gt;
[[Category:Pokémon Horizons: The Series episodes|059]]&lt;br /&gt;
[[Category:Episodes written by Naohiro Fukushima]]&lt;br /&gt;
[[Category:Episodes storyboarded by Hiromasa Amano]]&lt;br /&gt;
[[Category:Episodes directed by Fumihiro Ueno]]&lt;br /&gt;
[[Category:Episodes animated by Takashi Shinohara]]&lt;br /&gt;
[[Category:Episodes focusing on Dot]]&lt;br /&gt;
[[Category:Episodes featuring Elite Four members]]&lt;br /&gt;
[[Category:Episodes which aired in the United Kingdom before the United States]]&lt;br /&gt;
[[Category:Episodes which aired in Australia before the United States]]&lt;br /&gt;
&lt;br /&gt;
[[de:Kwaks, tanz den blauen Mesclarra-Schritt!]]&lt;br /&gt;
[[es:EP1295]]&lt;br /&gt;
[[fr:LH059]]&lt;br /&gt;
[[it:OP059]]&lt;br /&gt;
[[ja:2023年版第59話]]&lt;br /&gt;
[[zh:宝可梦 地平线 第59集]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=HZ058&amp;diff=4534791</id>
		<title>HZ058</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=HZ058&amp;diff=4534791"/>
		<updated>2026-04-19T07:55:31Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EpicodePrevNext|&lt;br /&gt;
prevcode=HZ057 |&lt;br /&gt;
prevtitle=The Terapagos I Don&#039;t Know |&lt;br /&gt;
nextcode=HZ059 |&lt;br /&gt;
nexttitle=Dance, Quaxly! The Blue Medali Step! |&lt;br /&gt;
series=Pokémon Horizons: The Series |&lt;br /&gt;
colorscheme=Paldea}}&lt;br /&gt;
{{EpisodeInfobox|&lt;br /&gt;
epcode=HZ058 |&lt;br /&gt;
altepcode=EP1290 |&lt;br /&gt;
colorscheme=Paldea |&lt;br /&gt;
title_en=Food Fit for a Kingambit! |&lt;br /&gt;
title_ja=看板ポケモンはドドゲザン!? |&lt;br /&gt;
title_ja_trans=The Signature Pokémon is Dodogezan!? |&lt;br /&gt;
broadcast_jp=July 12, 2024 |&lt;br /&gt;
broadcast_us=April 25, 2025 |&lt;br /&gt;
en_op=[[My Favorite Pokémon]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Will (song)|Will -Korean ver.-]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
en_ed=[[My Favorite Pokémon|My Favorite Pokémon (instrumental)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Make You Shine|Make You Shine (English Ver.)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
ja_op={{so|Will}} |&lt;br /&gt;
ja_ed=[[Let me battle|Let me battle feat. むﾄ]] |&lt;br /&gt;
olmteam=Team Kumemura |&lt;br /&gt;
scenarion=1 |&lt;br /&gt;
scenario=赤尾でこ |&lt;br /&gt;
storyboardn=1 |&lt;br /&gt;
storyboard=野田泰宏 |&lt;br /&gt;
directorn=1 |&lt;br /&gt;
director=野田泰宏 |&lt;br /&gt;
artn=8 |&lt;br /&gt;
art=Prommee Saksit |&lt;br /&gt;
art2=中矢利子 |&lt;br /&gt;
art3=志村泉 |&lt;br /&gt;
art4=新岡浩美 |&lt;br /&gt;
art5=加藤健二 |&lt;br /&gt;
art6=松本めぐみ |&lt;br /&gt;
art7=大西雅也 |&lt;br /&gt;
art8=阿部俊成 |&lt;br /&gt;
morecredits=yes |&lt;br /&gt;
epstaffpage=HZ051-HZ060 |&lt;br /&gt;
footnotes=* {{BMGf|302141|Preview thread on BMGf}} &#039;&#039;Closed&#039;&#039;&lt;br /&gt;
* {{BMGf|302411|Original review thread on BMGf}}&lt;br /&gt;
* {{BMGf|305377|Dub review thread on BMGf}}&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Food Fit for a Kingambit!&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;看板ポケモンはドドゲザン！？&#039;&#039;&#039; &#039;&#039;The Signature Pokémon is {{tt|Dodogezan|Kingambit}}!?&#039;&#039;) is the 58th episode of &#039;&#039;[[Pokémon Horizons: The Series]]&#039;&#039;, and the 1,290th episode of the [[Pokémon animated series]]. It first aired in Japan on July 12, 2024, in the United Kingdom on February 17, 2025, in Australia on March 18, 2025, and in the United States on April 25, 2025.&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
&lt;br /&gt;
==Blurb==&lt;br /&gt;
&amp;lt;!--https://www.pokemon.com/us/animation/horizons/2/food-fit-for-a-kingambit--&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;While visiting Medali, Liko, Roy, and Dot decide to try one of its famous eateries. Enter the Anything Goes Café, where disharmony seasons both the food and the relationships. Nandy and Mokichi—and their Kingambit—are struggling to bring in customers thanks to their complicated house special. And to top it off, Kingambit’s booming voice leaves a bad taste in patrons’ mouths. The trio and Quaxly lend a hand, with Dot using lessons she learned from streaming to improve the menu and the dining experience—and to battle! The special ingredient for success seems to lie with Kingambit, but something about the Pokémon seems off. Can our heroes save the day…and the café?&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
[[Liko]], [[Roy]], and [[Dot]] have arrived at [[Medali]] for Dot&#039;s second [[Tera Training]] test. Walking through the city renowned for its many restaurants, they spot an old couple arguing while trying to clean up a griddle. [[Dot&#039;s Tinkatink]] eagerly approaches the item, but a sudden, booming yell from a {{p|Kingambit}} halts her and startles the group with its volume. The old couple, [[Nandy and Mokichi]], apologize for the Pokémon&#039;s habit of trying to attract customers and invite the children to visit their restaurant, the [[Anything Goes Café]], as an apology for scaring them. While waiting for their meals, Roy checks Kingambit&#039;s data on his [[Rotom Phone]], learning that it&#039;s a Pokémon that strives forward with brute strength, which is showcased when it accidentally sets down a salad plate hard enough to shatter the plate, despite trying to be gentle with it, and bows down in apology. Nandy asks Kingambit to return outside to welcome customers while the trio gets their meals, which turns out to be mishmash bowlfuls of food items called House Specials.&lt;br /&gt;
&lt;br /&gt;
The children dig into their meals, but the assortment of flavors in it leaves them confused at how to describe how it tastes like. Nandy and Mokichi get into an argument regarding Mokichi&#039;s way of preparing the meal in a thoughtless fashion of piling together random stuff. Dot, meanwhile, discovers {{wp|udon}} at the bottom of the meal, which she finds very tasty. Nandy and Mokichi reveal that the noodles were made by Kingambit, who excels at any job that requires a lot of muscle. As the group&#039;s Pokémon get their own sets of House Specials, Liko questions the reason behind the dish&#039;s extravagant nature. Nandy explains that they are trying to not get shown up by the [[Treasure Eatery]], the biggest and most popular restaurant in Medali, which has started to drain away even some of their old regulars. As such, they came up with the House Special to compete with the Treasure Eatery&#039;s menu, though they end up tossing everything into a single bowl to make it easier for Kingambit to carry. Mokichi prepares to make more, only to notice that his iron griddle is missing. Noticing that Tinkatink is also missing, Dot fears the worst and rushes outside to, indeed, find Tinkatink having just finished fashioning the griddle into a new hammer. To pay up for the lost griddle, the children are put work at the restaurant for the rest of the day, with Liko helping to clean the place up, Roy going outside to advertise the Anything Goes Café alongside Kingambit, and Dot heading out to buy a new griddle. Roy questions Dot&#039;s decision to take Tinkatink along, considering what happened with the previous griddle, but Dot isn&#039;t worried, knowing that Tinkatink has an eye for good quality iron, so the griddle that she finds interesting is bound to be a good one. Liko is surprised to see Dot being more in-tune with Tinkatink than she expected, but the realization also makes her happy.&lt;br /&gt;
&lt;br /&gt;
Dot eventually returns with a new griddle, finding Roy having a hard time getting any new customers for the restaurant, partially due to Kingambit&#039;s booming voice intimidating people. Kingambit&#039;s loud attempt to greet a young boy results in the boy starting to cry, but he&#039;s quickly cheered up by [[Dot&#039;s Quaxly]]&#039;s happy dancing. The dance performance attracts a small crowd, which Roy and Dot use to grab people&#039;s attention and lead then to the Anything Goes Café. Soon enough, the restaurant is filled with people, keeping, Liko, Roy, and Dot busy, though Mokichi is briefly distracted by how silent Kingambit has suddenly gotten. Taking a break from the exhausting work, Dot goes to sit outside, where he&#039;s soon met by Mokichi. Mokichi says that Kingambit is not feeling as cheerful as usual, which has never happened before since they first met years ago and started the Anything Goes Café together. Dot is surprised to learn that Nandy wasn&#039;t at the restaurant from the start. Mokichi explains how he first met her when Kingambit&#039;s yelling caused her to throw out her back, and an apology meal at the restaurant had eventually led to them living together. Kingambit is the thing that keeps the two of them cheerful, so seeing it lose its cheerfulness worries Mokichi. Dot feels that maybe her and her friends taking its usual jobs is why Kingambit is feeling downcast, but Mokichi assures her to not blame herself, only wanting to find out how to get Kingambit back to its old, cheerfully hollering self again.&lt;br /&gt;
&lt;br /&gt;
Seeing several leaving customers feeling hesitant about the idea of coming back makes Dot realize something. She, her friends, Nandy, and Mokichi gather inside the restaurant as she gives a briefing on what she feels is wrong. The problem, she determines, lies in the fact that while Quaxly was able to get them some customers just now, the House Special is so full of different stuff that it doesn&#039;t have a distinct flavor which would leave a lasting impression on people and make them want to come back for more. She bases her deduction on her career as a livestreamer, which requires her to always think of new ways to make viewers come back to view and comment on her videos. She declares that the solution to this problem lies in the udon made by Kingambit, the most delicious part of the meal. Since the House Special is currently so full of everything that the flavor of the udon doesn&#039;t have a chance to leave a lasting impression, it needs to be revised to into a new specialty dish that allows Kingambit&#039;s udon to stand on its own. Kingambit backs away at this sudden new suggestion, only to almost back straight into [[Sidian]] as he opens the front door to enter. He barely has enough time to recognize Liko, Roy, and Dot before Quaxly charges at him, only to stumble and slam straight into his leg. Sidian mistakes this act as a challenge for a [[Pokémon battle]] and accepts the supposed challenge. Sensing an opportunity, Dot tells Kingambit to start preparing udon dough for the afternoon opening.&lt;br /&gt;
&lt;br /&gt;
Moving outside the restaurant, Sidian and Dot start their battle. Sidian&#039;s {{p|Garganacl}} makes the first move with {{m|Salt Cure}}, which Quaxly dodges. Quaxly tries to counterattack with {{m|Liquidation}}, but is blocked by Garganacl&#039;s {{m|Iron Defense}}. A crowd starts to gather to watch the battle, just like Dot had hoped in order to gather more customers. When Garganacl uses Salt Cure again, Dot has Quaxly counter it with a {{m|Low Kick}}, creating a beautiful shower of salt particles that captivates the crowd. Dot asks Sidian to do the same again, which he is all too agreeing to oblige to, allowing Quaxly to create another captivating shower of salt. Dot then calls out to Kingambit, who lets out one of its signature loud yells, attracting the crowd&#039;s attention to the restaurant. To seal the deal, Dot tells Liko to open up the door, allowing the crowd to smell the delicious scent of Kingambit&#039;s udon dough. Dot announces to the crowd that starting from this afternoon opening, the restaurant&#039;s menu will include the brand-new Kingambit Noodles meal, and invites everyone to come in. The crowd eagerly follows, leaving Sidian confused at what happened to their battle, though he too quickly notices how hungry he feels.&lt;br /&gt;
&lt;br /&gt;
The Kingambit Noodles prove to be a massive success, with customers, including Sidian, finding it delicious, some of them even asking for seconds and promising to come again. Kingambit is back to doing its usual hollers, making Dot happy to see it being so cheerful again. Eventually, Liko, Roy, and Dot all get to taste the new meal as well, finding it just as tasty as expected. Mokichi thanks the children, and especially Dot, for their help. While he and his wife start working on more udon, at the counter, [[Larry]] finishes his own bowlful, liking the simplicity of the meal. As he leaves, Dot seems to suddenly notice him and tries to get a closer look, but tells her friends it was nothing when they turn to look and see no one.&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
&amp;lt;!-- This is not for summarizing everything that happens in this episode. Only events pertaining to the series as a whole, such as catching and releasing Pokémon and obtaining Badges, go here. --&amp;gt;&lt;br /&gt;
* [[Liko]], [[Roy]], and [[Dot]] arrive at [[Medali]].&lt;br /&gt;
{{animeevents|HZ}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
* {{p|Kingambit}}&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* [[Liko]]&lt;br /&gt;
* [[Roy]]&lt;br /&gt;
* [[Dot]]&lt;br /&gt;
* [[Larry]]&lt;br /&gt;
* [[Sidian]]&lt;br /&gt;
* [[Nandy and Mokichi|Nandy]]&lt;br /&gt;
* [[Nandy and Mokichi|Mokichi]]&lt;br /&gt;
* Trainers&lt;br /&gt;
* Citizens&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Floragato}} ({{OP|Liko|Floragato}})&lt;br /&gt;
* {{p|Fuecoco}} ({{OP|Roy|Fuecoco}})&lt;br /&gt;
* {{p|Rotom}} ([[Roy]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Quaxly}} ({{OP|Dot|Quaxly}})&lt;br /&gt;
* {{p|Tinkatink}} ({{OP|Dot|Tinkatink}})&lt;br /&gt;
* {{p|Rotom}} ([[Dot]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Garganacl}} ([[Sidian]]&#039;s)&lt;br /&gt;
* {{p|Kingambit}} ([[Nandy and Mokichi|Mokichi]]&#039;s; debut)&lt;br /&gt;
* {{p|Wynaut}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Psyduck}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Slowpoke}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Furret}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Igglybuff}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Herdier}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Charmander}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Munchlax}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Sneasel}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Chansey}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Oddish}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Meowstic}} (Trainer&#039;s; female)&lt;br /&gt;
* {{p|Slakoth}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Jigglypuff}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Marill}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Goomy}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Greedent}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Grookey}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Fidough}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Oshawott}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Growlithe}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Wooper}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Foongus}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Swablu}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Ralts}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Aipom}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Rowlet}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Azumarill}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Pachirisu}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Dedenne}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Pidgey}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Chikorita}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Wartortle}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Murkrow}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Bunnelby}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Turtwig}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Bonsly}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Glaceon}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Pichu}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Popplio}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Terapagos}} ({{an|Terapagos|anime}}; {{form|Terapagos|Normal Form}})&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* [[Professor Friede&#039;s Pokémon Seminar]]: &#039;&#039;What is the characteristic of {{p|Kingambit}}&#039;s fighting style?&#039;&#039;&lt;br /&gt;
** Choices: Brute force, intelligence, a surprise attack&lt;br /&gt;
** Answer: Brute force&lt;br /&gt;
* It is one of the few instances [[Pokémon Horizons: The Series|in this series]] where the English dub title isn&#039;t a more or less direct translation of the Japanese title. Instead the English dub title is a play on the idiom &amp;quot;[[Wiktionary:fit for a king|fit for a king]]&amp;quot;.&lt;br /&gt;
* At one point, [[Nandy and Mokichi|Nandy]] mentions how &amp;quot;that adventurer guy&amp;quot; hasn&#039;t shown up lately. This is likely a reference to a line spoken by [[Friede]] in &#039;&#039;[[HZ021|The Lonely Hatenna]]&#039;&#039;, where he mentions having once dined at a restaurant when a married couple started arguing loudly and ruined his appetite, a description that matches Nandy and [[Nandy and Mokichi|Mokichi]]&#039;s portrayal in this episode.&lt;br /&gt;
** In the English dub, Nandy mentions how they &amp;quot;don&#039;t even get the adventurers passing through no more&amp;quot;, making the reference less direct.&lt;br /&gt;
* After the second time [[Dot]] commands {{TP|Dot|Quaxly}} to deflect {{p|Garganacl}}&#039;s {{m|Salt Cure}}, an {{p|Azumarill}} can be seen coughing, likely a reference to how Salt Cure&#039;s effect does double the damage to {{type|Water}} Pokémon. &lt;br /&gt;
* This is the first episode in which [[Sidian]] appears but [[Coral]] does not, as well as the first episode in which Sidian is the only member of the [[Explorers]] to appear.&lt;br /&gt;
* The first [[List of Pokémon Horizons: The Series eyecatches|eyecatch]] features [[Dot]] and her {{TP|Dot|Tinkatink}}, and the second features Dot and her {{TP|Dot|Quaxly}}.&lt;br /&gt;
* [[Liko]], Dot, [[Roy]], {{TP|Liko|Floragato}}, and Quaxly narrate the preview for the [[HZ059|next episode]].&lt;br /&gt;
&lt;br /&gt;
===Errors===&lt;br /&gt;
&lt;br /&gt;
===Dub edits===&lt;br /&gt;
* In the original Japanese version, the noodles made by Kingambit are named after its [[signature move]], {{m|Kowtow Cleave}}. In the English dub, they&#039;re named Kingambit itself.&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Epilang|color=AE7BD0|bordercolor=F34134&lt;br /&gt;
|ar={{tt|!طعام يليق بكينغامبيت|Food fit for Kingambit}}&lt;br /&gt;
|zh_cmn={{tt|招牌寶可夢是仆斬將軍?!|The Signature Pokémon is Kingambit?!}}&lt;br /&gt;
|zh_yue={{tt|招牌寶可夢是仆斬將軍?!|The Signature Pokémon is Kingambit?!}}&lt;br /&gt;
|cs={{tt|Pokrm hodný Kingambita!|A Meal Fit for a Kingambit!}}&lt;br /&gt;
|nl={{tt|Voer voor een Kingambit!|Food for a Kingambit!}}&lt;br /&gt;
|fi={{tt|Kingambitin ruhtinaallinen ruoka!|Kingambit&#039;s royal food!}}&lt;br /&gt;
|de={{tt|Mit Gladimperio ist gut Nudeln essen!|It&#039;s good to eat noodles with Kinggambit!&amp;lt;!--Wordplay on &amp;quot;Mit dir ist gut Kirschen essen&amp;quot; (It&#039;s good to eat cherries with you) which is a saying meaning you get along well!--&amp;gt;}}&lt;br /&gt;
|he={{tt|!אטריות קינגאמביט|Kingambit Noodles!}}&lt;br /&gt;
|id={{tt|Kingambit Pemanggil Pelanggan?!|Kingambit Calling Customers?!}}&lt;br /&gt;
|it={{tt|Un piatto degno di un Kingambit|A dish worthy of a Kingambit}}&lt;br /&gt;
|no={{tt|Kingambit sine makeløse nudler!|Kingambit&#039;s incomparable noodles!}}&lt;br /&gt;
|pl={{tt|Danie godne Kingambita!|Dish worthy of Kingambit!}}&lt;br /&gt;
|pt_br={{tt|Comida à altura de um Kingambit!|Food worthy of a Kingambit!}}&lt;br /&gt;
|pt_eu={{tt|Comida digna de um Kingambit!|Food worthy of a Kingambit!}}&lt;br /&gt;
|es_la={{tt|¡Comida digna de un Kingambit!|Food worthy of a Kingambit!}}&lt;br /&gt;
|es_eu={{tt|¡Una comida digna de un Kingambit!|A meal worthy of a Kingambit!}}&lt;br /&gt;
|sv={{tt|Kingambits smaskiga mat|Kingambit&#039;s yummy food}}&lt;br /&gt;
}}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{EpicodePrevNext|&lt;br /&gt;
prevcode=HZ057 |&lt;br /&gt;
prevtitle=The Terapagos I Don&#039;t Know |&lt;br /&gt;
nextcode=HZ059 |&lt;br /&gt;
nexttitle=Dance, Quaxly! The Blue Medali Step! |&lt;br /&gt;
series=Pokémon Horizons: The Series |&lt;br /&gt;
colorscheme=Paldea}}&lt;br /&gt;
{{Project Anime notice}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:1290}}&lt;br /&gt;
[[Category:Pokémon Horizons: The Series episodes|058]]&lt;br /&gt;
[[Category:Episodes written by Deko Akao]]&lt;br /&gt;
[[Category:Episodes storyboarded and directed by Yasuhiro Noda]]&lt;br /&gt;
[[Category:Episodes storyboarded by Yasuhiro Noda]]&lt;br /&gt;
[[Category:Episodes directed by Yasuhiro Noda]]&lt;br /&gt;
[[Category:Episodes animated by Prommee Saksit]]&lt;br /&gt;
[[Category:Episodes animated by Toshiko Nakaya]]&lt;br /&gt;
[[Category:Episodes animated by Izumi Shimura]]&lt;br /&gt;
[[Category:Episodes animated by Hiromi Niioka]]&lt;br /&gt;
[[Category:Episodes animated by Kenji Katō]]&lt;br /&gt;
[[Category:Episodes animated by Megumi Matsumoto]]&lt;br /&gt;
[[Category:Episodes animated by Masaya Ōnishi]]&lt;br /&gt;
[[Category:Episodes animated by Toshinari Abe]]&lt;br /&gt;
[[Category:Episodes by multiple animation directors]]&lt;br /&gt;
[[Category:Episodes focusing on Dot]]&lt;br /&gt;
[[Category:Episodes in which a Legendary Pokémon appears]]&lt;br /&gt;
[[Category:Episodes featuring Elite Four members]]&lt;br /&gt;
[[Category:Episodes which aired in the United Kingdom before the United States]]&lt;br /&gt;
[[Category:Episodes which aired in Australia before the United States]]&lt;br /&gt;
&lt;br /&gt;
[[de:Mit Gladimperio ist gut Nudeln essen!]]&lt;br /&gt;
[[es:EP1294]]&lt;br /&gt;
[[fr:LH058]]&lt;br /&gt;
[[it:OP058]]&lt;br /&gt;
[[ja:2023年版第58話]]&lt;br /&gt;
[[zh:宝可梦 地平线 第58集]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=HZ057&amp;diff=4534790</id>
		<title>HZ057</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=HZ057&amp;diff=4534790"/>
		<updated>2026-04-19T07:55:29Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EpicodePrevNext|&lt;br /&gt;
prevcode=HZ056 |&lt;br /&gt;
prevtitle=Liko vs. Rika! Towards the Battle&#039;s End |&lt;br /&gt;
nextcode=HZ058 |&lt;br /&gt;
nexttitle=Food Fit for a Kingambit! |&lt;br /&gt;
series=Pokémon Horizons: The Series |&lt;br /&gt;
colorscheme=Paldea}}&lt;br /&gt;
{{EpisodeInfobox|&lt;br /&gt;
epcode=HZ057 |&lt;br /&gt;
altepcode=EP1289 |&lt;br /&gt;
colorscheme=Paldea |&lt;br /&gt;
title_en=The Terapagos I Don&#039;t Know |&lt;br /&gt;
title_ja=わたしの知らないテラパゴス |&lt;br /&gt;
title_ja_trans=A Terapagos I Don&#039;t Know|&lt;br /&gt;
broadcast_jp=July 5, 2024 |&lt;br /&gt;
broadcast_us=April 25, 2025 |&lt;br /&gt;
en_op=[[My Favorite Pokémon]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Will (song)|Will -Korean ver.-]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
en_ed=[[My Favorite Pokémon|My Favorite Pokémon (instrumental)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Make You Shine|Make You Shine (English Ver.)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
ja_op={{so|Will}} |&lt;br /&gt;
ja_ed=[[Let me battle|Let me battle feat. つぐらなわかみょ]] |&lt;br /&gt;
olmteam=Team Kumemura |&lt;br /&gt;
scenarion=1 |&lt;br /&gt;
scenario=松澤くれは |&lt;br /&gt;
storyboardn=1 |&lt;br /&gt;
storyboard=浅田裕二 |&lt;br /&gt;
directorn=1 |&lt;br /&gt;
director=又野弘道 |&lt;br /&gt;
artn=2 |&lt;br /&gt;
art=新城真 |&lt;br /&gt;
art2=江山梨恵 |&lt;br /&gt;
morecredits=yes |&lt;br /&gt;
epstaffpage=HZ051-HZ060 |&lt;br /&gt;
footnotes=* {{BMGf|302061|Preview thread on BMGf}} &#039;&#039;Closed&#039;&#039;&lt;br /&gt;
* {{BMGf|302302|Original review thread on BMGf}}&lt;br /&gt;
* {{BMGf|305376|Dub review thread on BMGf}}&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;The Terapagos I Don&#039;t Know&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;わたしの知らないテラパゴス&#039;&#039;&#039; &#039;&#039;A Terapagos I Don&#039;t Know&#039;&#039;) is the 57th episode of &#039;&#039;[[Pokémon Horizons: The Series]]&#039;&#039;, and the 1,289th episode of the [[Pokémon animated series]]. It first aired in Japan on July 5, 2024, in the United Kingdom on February 17, 2025, in Australia on March 17, 2025, and in the United States on April 25, 2025.&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
&lt;br /&gt;
==Blurb==&lt;br /&gt;
&amp;lt;!--https://www.pokemon.com/us/animation/horizons/2/the-terapagos-i-dont-know--&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;Liko, Roy, and Dot return to Naranja Academy with Friede, who asks Director Clavell and Chairwoman Geeta what they know about Terapagos. Geeta shares historical sketches of two different forms of the Pokémon, and she explains that another sketch in the Scarlet Book is believed to depict a mysterious third form. On her recommendation, the students then visit history teacher Raifort, who takes them on a thrilling treasure hunt and advises them that the past is key to learning about the future. Liko is excited to discover even more about Terapagos, but first, it’s time for another round of Tera Training tests!&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
The [[Rising Volt Tacklers]] have gathered to eat at [[Barato&#039;s]] to celebrate [[Liko]], [[Roy]], and [[Dot]] passing their first [[Tera Training]] tests while [[Murdock]] cries lots of tears for Dot&#039;s performance in particular. Dot tells him to get a grip and that the course isn&#039;t even over yet. Liko agrees with Dot saying they can&#039;t let up now. [[Mollie]] and [[Orla]] tell the kids that they also should slow down and relax to have a good balance in life. Roy calls the waiter to get him another orange juice. Orla notices a smiling Liko, who says that it does her heart good to see everyone together again. Orla tells Liko that by the time they get back, the ship should be airworthy again. [[Friede]] tells the kids that he will head over to the [[Naranja Academy]] once the meal is over. Dot says the implementation tests don&#039;t start until tomorrow. Friede then shocks everyone when he reveals that he made an appointment to see [[Geeta]] and [[Clavell]].&lt;br /&gt;
&lt;br /&gt;
Meanwhile, back at the [[Brave Olivine]], [[Ludlow]] finds a [[Gimmighoul Coin]] on the ground and picks it up. He remarks that every being bears a history, so too does every object bearing an imbued emotion. As he looks down however, the coin disappears from his hand.&lt;br /&gt;
&lt;br /&gt;
Friede and the kids meet with Clavell and Geeta, the latter in particular being familiar with his work as a [[Pokémon Professor]]. Just as Geeta asks about {{an|Terapagos}}, said Pokémon pokes its head out of Liko&#039;s bag, shocking Geeta and Clavell. They ask where Liko found it, and she answers that it was a gift from [[Diana|her grandmother]] when it was a pendant. Friede mentions sightings of {{p|Terapagos}} in [[Paldea]] through old records, hoping that Geeta would know something about them. Geeta brings up old sketches of Terapagos&#039;s forms on the screen. Liko recognizes the sketch on the right as Terapagos&#039;s {{form|Terapagos|Terastal Form}} that it took on [[HZ045|when protecting Liko]] from the [[Black Rayquaza]]. Clavell says that while no details of Terapagos have been recovered, it&#039;s said to be a Pokémon with a strong connection to the [[Terastal phenomenon]]. They turn to a photo of the [[Great Crater of Paldea]]. Geeta says that a Pokémon resembling Terapagos was sighted in [[Area Zero]], the deepest point of the crater, which was recorded in the [[Scarlet Book]]. Hearing this, Dot grabs the Scarlet Book from her bag and shows it to Clavell and Geeta. The latter skims through it and finds a sketch of what is thought to be a third form Terapagos can take. Liko tells Geeta that Terapagos wants to go to a place called [[Laqua]]. Roy says that it&#039;s a place that the ancient adventurer reached a hundred years ago. From this, Geeta hypothesizes that solving the mysteries of Terapagos will help solve the mysteries of Laqua. Roy suggests going to Area Zero, but Clavell says that entering will be difficult, seeing how there was recently an accident there. Nevertheless, Geeta offers to accompany them one day in doing so. She also points them to someone who may know of things from a hundred years ago.&lt;br /&gt;
&lt;br /&gt;
At the library, Dot puts the Scarlet Book back in its place. Friede remarks how mysteries only lead them into even more mysteries begging to be uncovered. Roy and Dot notice Liko&#039;s look of unease, to which she admits that she doesn&#039;t really know anything about Terapagos. Roy disagrees, saying that she&#039;s learned a lot about its personality. The group is greeted by the Naranja Academy&#039;s history teacher, [[Raifort]]. Liko is about to introduce herself to Raifort when she sees another Terapagos by her side. Raifort brushes this off as an &amp;quot;{{a|illusion}}&amp;quot;, and sure enough, the Pokémon reveals itself as her {{p|Zoroark}}. Liko scans the {{pkmn|category|Illusion Fox Pokémon}} with her [[Rotom Phone]], and as she lowers it, Zoroark has taken on the appearance of [[Captain Pikachu]]. Raifort knows that the group is following a lead, and as Liko is about to answer, Raifort says that she is heading out to do fieldwork right now and offers to let them join her in finding some ancient treasure.&lt;br /&gt;
&lt;br /&gt;
While walking on the trail across [[South Province (Area Three)]], Raifort hears about the legend of the ancient adventurer, his [[Six Heroes]], the paradise they were aiming to reach, and Liko receiving Terapagos in the present day. All this gets her more excited and even more curious. Friede asks about Laqua, and Raifort mentions it recorded in a history book. Zoroark signals Raifort, who tells everyone to lay low for the active treasure nearby. The kids hear the sound of metal, thinking it must be a Pokémon. Roy goes over to the bushes and spots a {{p|Gimmighoul}}, scanning it with his Pokédex. Friede says that its rare for anyone to catch its Roaming Form in Paldea, so Roy declares that he&#039;ll be the first. Just as he sends out {{TP|Roy|Fuecoco}} however, it vanishes and leaves behind a Gimmighoul Coin. Raifort tells Roy that Gimmighoul must have dropped it in a panic, letting him keep it. Roy then spots Gimmighoul on Fuecoco&#039;s head. It jumps off Fuecoco to reveal itself as Zoroark again, who hands Raifort another Gimmighoul Coin. The group decides to split up to look for more Gimmighoul Coins. They are then pointed by Terapagos to the ruins of a fort. As the rest of the group, excluding Roy, comes over, Terapagos runs down there first, prompting them to follow.&lt;br /&gt;
&lt;br /&gt;
At the ruins, Terapagos crawls into a hole and greets the {{p|Nacli}} and {{p|Charcadet}} inside. Raifort tells the group that Charcadet has supported knights and nobility since ancient times. Terapagos comes out with Charcadet riding on top, which makes Liko smile. Nacli greets Liko, and Dot wonders why its not afraid of people. Friede says that Nacli has been helping humans for hundreds of years. Raifort shares that these two have lived in Paldea for a long, long time, forming connections with people. Roy comes back with his hat full of Gimmighoul Coins, boasting about how he&#039;s a natural-born treasure hunter. Raifort points to their objective, the watchtower. She says that back when the region was divided into multiple countries, the emperor built them to keep watch on the neighboring countries. Seeing the tower, Roy sends out {{TP|Roy|Kilowattrel}} and tells it that the tower where they met looked like this one. Raifort remarks that artifacts built by those from days long past now play a part in your own story. She says that history is the past leaving its impact on the present.&lt;br /&gt;
&lt;br /&gt;
Roy flies Kilowattrel to the top of the watchtower. Friede sends out {{TP|Friede|Charizard}} and carries Liko and Dot up there too. On the watchtower, the kids overlook the land when Raifort points them to a treasure chest. Friede gets a feeling and Fuecoco opens the chest to reveal Gimmighoul in its chest form. A purple aura surrounds the Coin Hunter Pokémon, prompting Roy to skip over and hand it all the Gimmighoul coins he collected. Liko and Dot wonder what&#039;s wrong, and Friede says that Roy has fallen under Gimmighoul&#039;s spell; controlling humans to make them collect coins, only to steal every last one. With all of Roy&#039;s coins handed over, Gimmighoul jumps off the tower and runs off. Raifort says that by hunting for old coins, they were able to meet modern-day Pokémon. She then shares that the history book regarded Laqua described it as such: &amp;quot;Once upon a time, far beyond Paldea, a hundred days and nights away, there was a Pokémon paradise. The shining pink of Laqua.&amp;quot; Hearing this, Friede realizes that Laqua is connected to [[Laquium]]. Raifort shares that people always dismissed the paradise as nothing more than a fairy tale, and that long before the Naranja Academy was even founded, this land was once part of the Paldean Empire; and even before that, another kingdom entirely. Raifort tells Liko to imagine what the Paldea now may have looked like back then, because even though you can&#039;t see it for yourself, the more you learn about the past, the more you can imagine it. Seeing Terapagos climb onto the ledge of the tower and cry out, Liko envisions [[Lucius]] and Terapagos on the tower, overlooking the land. Raifort tells everyone that discovering the past is an adventure on its own; if you believe in it, you can find it. Friede thanks Raifort, even though she just wanted to show the children of the future how much fun learning about the past can be.&lt;br /&gt;
&lt;br /&gt;
The next day at the Naranja Academy, Clavell greets all the students, informing them that that those who have passed the basics test will be moving on to the implementation tests. [[Dendra]] assigns the students to a designated [[Gym]] to take on its [[Gym Leader]], which [[Coral]] finds boring for being the exact same thing as the basics test. Dendra informs the students that this time around, they will have to use two Pokémon instead of one. Hearing this, Dot becomes worried about {{TP|Dot|Tinkatink}}&#039;s sensitive nature. Roy and Dot acknowledge that if they can pass the implementation, they will finally be able to use Terastal phenomenon. Liko looks forward to that since learning more about Terastal phenomenon will help her learn more about Terapagos. Checking their apps, Roy gets [[Ryme]] in [[Montenevera]], while Dot gets [[Larry]] in [[Medali]]. Liko gets [[Glaseado Mountain]], which means she will battle [[Grusha]]. Liko remembers Grusha from when [[HZ056|he approached her after her loss]] to [[Rika]] of the [[Elite Four]], making her a bit nervous. Roy asks which route they should take this time, and Liko says that Medali seems to be the closest this time. Sharing the Rising Volt Tacklers handshake, the group sets out for Medali.&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
&amp;lt;!-- This is not for summarizing everything that happens in this episode. Only events pertaining to the series as a whole, such as catching and releasing Pokémon and obtaining Badges, go here. --&amp;gt;&lt;br /&gt;
* [[Liko]], [[Roy]], and [[Dot]] reunite with [[Friede]].&lt;br /&gt;
* Liko, Roy, Dot, and Friede meet [[Raifort]] for the first time.&lt;br /&gt;
* Liko, Roy, and Dot encounter a {{pkmn2|wild}} {{an|Charcadet}} and {{an|Gimmighoul}}.&lt;br /&gt;
* Raifort reveals [[Laqua]]&#039;s story to Liko, Roy, Dot, and Friede.&lt;br /&gt;
* Liko, Roy, and Dot are assigned their second respective [[Gym Leader]] battlesː&lt;br /&gt;
** Roy will battle [[Ryme]] in [[Montenevera]].&lt;br /&gt;
** Dot will battle [[Larry]] in [[Medali]].&lt;br /&gt;
** Liko will battle [[Grusha]] on [[Glaseado Mountain]].&lt;br /&gt;
*** In the process, Liko learns of Grusha&#039;s Gym Leader status.&lt;br /&gt;
* Liko, Roy, and Dot decide to head to Medali first.&lt;br /&gt;
{{animeevents|HZ}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
====Humans====&lt;br /&gt;
* [[Raifort]]&lt;br /&gt;
&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
* {{p|Charcadet}} ({{an|Charcadet|anime}})&lt;br /&gt;
* {{p|Gimmighoul}} ({{an|Gimmighoul|anime}}; {{form|Gimmighoul|Chest Form}})&lt;br /&gt;
&lt;br /&gt;
=====English dub debuts=====&lt;br /&gt;
* {{p|Gimmighoul}} ({{form|Gimmighoul|both forms}})&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* [[Liko]]&lt;br /&gt;
* [[Roy]]&lt;br /&gt;
* [[Dot]]&lt;br /&gt;
* [[Friede]]&lt;br /&gt;
* [[Mollie]]&lt;br /&gt;
* [[Orla]]&lt;br /&gt;
* [[Ludlow]]&lt;br /&gt;
* [[Murdock]]&lt;br /&gt;
* [[Clavell]]&lt;br /&gt;
* [[Raifort]]&lt;br /&gt;
* [[Dendra]]&lt;br /&gt;
* [[Geeta]]&lt;br /&gt;
* [[Grusha]] (flashback)&lt;br /&gt;
* [[Coral]]&lt;br /&gt;
* [[Sidian]]&lt;br /&gt;
* [[Lucius]] (fantasy)&lt;br /&gt;
* [[Ann]]&lt;br /&gt;
* [[Niko]]&lt;br /&gt;
* [[Rob]]&lt;br /&gt;
* [[Dash]]&lt;br /&gt;
* {{tc|Student}}s&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Floragato}} ({{OP|Liko|Floragato}})&lt;br /&gt;
* {{p|Rotom}} ([[Liko]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Fuecoco}} ({{OP|Roy|Fuecoco}})&lt;br /&gt;
* {{p|Kilowattrel}} ({{OP|Roy|Kilowattrel}})&lt;br /&gt;
* {{p|Rotom}} ([[Roy]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Charizard}} ({{OP|Friede|Charizard}})&lt;br /&gt;
* {{p|Pikachu}} ([[Friede]]&#039;s; [[Captain Pikachu]])&lt;br /&gt;
* {{p|Quaxly}} ({{OP|Dot|Quaxly}})&lt;br /&gt;
* {{p|Rotom}} ([[Dot]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Zoroark}} ([[Raifort]]&#039;s)&lt;br /&gt;
* {{p|Rayquaza}} ([[Lucius]]&#039;s; [[Black Rayquaza]]; flashback)&lt;br /&gt;
* {{p|Dewott}} ([[Ann]]&#039;s)&lt;br /&gt;
* {{p|Roserade}} ([[Niko]]’s)&lt;br /&gt;
* {{p|Darumaka}} ([[Rob]]&#039;s)&lt;br /&gt;
* {{p|Ducklett}} ([[Dash]]&#039;s)&lt;br /&gt;
* {{p|Pawmi}} ([[Rising Volt Tacklers]]&#039;)&lt;br /&gt;
* {{p|Shuckle}} ([[Rising Volt Tacklers]]&#039;)&lt;br /&gt;
* {{p|Snorunt}} ([[Rising Volt Tacklers]]&#039;)&lt;br /&gt;
* {{p|Noctowl}} ([[Rising Volt Tacklers]]&#039;)&lt;br /&gt;
* {{p|Carkol}} ([[Rising Volt Tacklers]]&#039;)&lt;br /&gt;
* {{p|Slugma}} ([[Rising Volt Tacklers]]&#039;)&lt;br /&gt;
* {{p|Muk}} ([[Rising Volt Tacklers]]&#039;; [[Alolan form]])&lt;br /&gt;
* {{p|Nosepass}} ([[Rising Volt Tacklers]]&#039;)&lt;br /&gt;
* {{p|Polteageist}} ([[Rising Volt Tacklers]]&#039;)&lt;br /&gt;
* {{p|Sinistea}} ([[Rising Volt Tacklers]]&#039;)&lt;br /&gt;
* {{p|Maushold}} ([[Rising Volt Tacklers]]&#039;; {{form|Maushold|Family of Four}})&lt;br /&gt;
* {{p|Terapagos}} ({{an|Terapagos|anime}}; {{form|Terapagos|Normal Form and Terastal Form}}; Terastal Form in a fantasy)&lt;br /&gt;
* {{p|Charcadet}} ([[Liko&#039;s Charcadet|anime]]; debut)&lt;br /&gt;
* {{p|Gimmighoul}} ([[Dot&#039;s Gholdengo|anime]]; {{form|Gimmighoul|Chest form}})&lt;br /&gt;
* {{p|Marill}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Sentret}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Pawmi}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Mankey}} (Student&#039;s)&lt;br /&gt;
* {{p|Teddiursa}} (Student&#039;s)&lt;br /&gt;
* {{p|Tarountula}} (Student&#039;s)&lt;br /&gt;
* {{p|Smoliv}} (Student&#039;s)&lt;br /&gt;
* {{p|Heracross}} (Student&#039;s)&lt;br /&gt;
* {{p|Fletchling}} (Student&#039;s)&lt;br /&gt;
* {{p|Sobble}} (Student&#039;s)&lt;br /&gt;
* {{p|Riolu}} (Student&#039;s)&lt;br /&gt;
* {{p|Froakie}} (Student&#039;s)&lt;br /&gt;
* {{p|Rowlet}} (Student&#039;s)&lt;br /&gt;
* {{p|Bonsly}} (Student&#039;s)&lt;br /&gt;
* {{p|Scraggy}} (Student&#039;s)&lt;br /&gt;
* {{p|Togedemaru}} (Student&#039;s)&lt;br /&gt;
* {{p|Weedle}} (Student&#039;s)&lt;br /&gt;
* {{p|Nidoran♀}} (Student&#039;s)&lt;br /&gt;
* {{p|Vulpix}} (Student&#039;s; [[Alolan form]])&lt;br /&gt;
* {{p|Trapinch}} (Student&#039;s)&lt;br /&gt;
* {{p|Psyduck}} (Student&#039;s)&lt;br /&gt;
* {{p|Bulbasaur}} (Student&#039;s)&lt;br /&gt;
* {{p|Espeon}} (Student&#039;s)&lt;br /&gt;
* {{p|Chimecho}} (Student&#039;s)&lt;br /&gt;
* {{p|Whismur}} (Student&#039;s)&lt;br /&gt;
* {{p|Gimmighoul}} ({{form|Gimmighoul|Roaming Form}})&lt;br /&gt;
* {{p|Swablu}} (multiple)&lt;br /&gt;
* {{p|Seviper}}&lt;br /&gt;
* {{p|Nacli}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* [[Professor Friede&#039;s Pokémon Seminar]]: &#039;&#039;What is {{p|Gimmighoul}} looking for?&#039;&#039;&lt;br /&gt;
** Choices: Keys, food, a treasure chest&lt;br /&gt;
** Answer: A treasure chest&lt;br /&gt;
* The first [[List of Pokémon Horizons: The Series eyecatches|eyecatch]] features [[Liko]] and {{an|Terapagos}}, and the second features [[Raifort]] and her {{p|Zoroark}}.&lt;br /&gt;
* Despite Zoroark having made its {{pkmn|animated series}} debut in &#039;&#039;[[BW127|The Island of Illusions!]]&#039;&#039;, 505 episodes earlier, this is the first time one has received a [[Pokédex entry]] in the animated series.&lt;br /&gt;
* The ending animation was changed in this episode.&lt;br /&gt;
* {{TP|Roy|Fuecoco}}, Liko, [[Roy]], and [[Dot]] narrate the preview for the [[HZ058|next episode]].&lt;br /&gt;
&lt;br /&gt;
===Errors===&lt;br /&gt;
* In the English [[dub]], when Roy is assigned to battle [[Ryme]], he mentions having met her before, creating an inconsistency with &#039;&#039;[[HZ061|Resonating Spirits in a Challenge to Ryme!]]&#039;&#039;, where he is surprised to learn that Ryme is the woman he had met previously, as she did not tell him her name. In the original version, Roy does not indicate any knowledge of Ryme&#039;s identity.&lt;br /&gt;
&lt;br /&gt;
===Dub edits===&lt;br /&gt;
* In the Japanese version, [[Friede]] states that no one in [[Paldea]] has managed to {{pkmn2|caught|catch}} a Gimmighoul in its {{form|Gimmighoul|Roaming Form}}. In the English dub, he doesn&#039;t specify the form, instead implying that no one in Paldea has ever caught a Gimmighoul period.&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Epilang|color=AE7BD0|bordercolor=F34134&lt;br /&gt;
|ar={{tt|تيراباغوس الذي لا أعرفه|Terapagos that I don&#039;t know}}&lt;br /&gt;
|zh_yue={{tt|我所不知道的太樂巴戈斯|A Terapagos I Don&#039;t Know}}&lt;br /&gt;
|zh_cmn={{tt|我所不知道的太樂巴戈斯|A Terapagos I Don&#039;t Know}}&lt;br /&gt;
|cs={{tt|Terapagos, kterého neznám|A Terapagos I Don&#039;t Know}}&lt;br /&gt;
|nl={{tt|De Terapagos die ik niet ken|The Terapagos I Don&#039;t Know}}&lt;br /&gt;
|fi={{tt|Tuntematon Terapagos!|The unknown Terapagos!}}&lt;br /&gt;
|de={{tt|Rätselhaftes Terapagos ...|Mysterious Terapagos...}}&lt;br /&gt;
|he={{tt|טראפאגוס שאני לא מכירה|A Terapagos I Don&#039;t Know}}&lt;br /&gt;
|id={{tt|Terapagos yang Tidak Aku Tahu|The Terapagos I Didn&#039;t Know}}&lt;br /&gt;
|it={{tt|Il Terapagos che non conosco|The Terapagos I don&#039;t know}}&lt;br /&gt;
|no={{tt|Den Terapagos jeg ikke kjenner|The Terapagos I don&#039;t know}}&lt;br /&gt;
|pl={{tt|Nieznane oblicze Terapagosa|The unknown nature of Terapagos}}&lt;br /&gt;
|pt_br={{tt|O Terapagos que não conheço|The Terapagos I don&#039;t know}}&lt;br /&gt;
|pt_eu={{tt|O Terapagos que não conheço|The Terapagos I don&#039;t know}}&lt;br /&gt;
|es_la={{tt|Lo que no sé de Terapagos|What I don&#039;t know about Terapagos}}&lt;br /&gt;
|es_eu={{tt|El Terapagos que no conozco|The Terapagos I don&#039;t know}}&lt;br /&gt;
|sv={{tt|Frågor om Terapagos|Questions about Terapagos}}&lt;br /&gt;
}}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{EpicodePrevNext|&lt;br /&gt;
prevcode=HZ056 |&lt;br /&gt;
prevtitle=Liko vs. Rika! Towards the Battle&#039;s End |&lt;br /&gt;
nextcode=HZ058 |&lt;br /&gt;
nexttitle=Food Fit for a Kingambit! |&lt;br /&gt;
series=Pokémon Horizons: The Series |&lt;br /&gt;
colorscheme=Paldea}}&lt;br /&gt;
{{Project Anime notice}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:1289}}&lt;br /&gt;
[[Category:Pokémon Horizons: The Series episodes|057]]&lt;br /&gt;
[[Category:Episodes written by Kureha Matsuzawa]]&lt;br /&gt;
[[Category:Episodes storyboarded by Yūji Asada]]&lt;br /&gt;
[[Category:Episodes directed by Hiromichi Matano]]&lt;br /&gt;
[[Category:Episodes animated by Makoto Shinjō]]&lt;br /&gt;
[[Category:Episodes animated by Rie Eyama]]&lt;br /&gt;
[[Category:Episodes by multiple animation directors]]&lt;br /&gt;
[[Category:Episodes in which a Legendary Pokémon appears]]&lt;br /&gt;
[[Category:Episodes in which a Champion appears]]&lt;br /&gt;
[[Category:Episodes which aired in the United Kingdom before the United States]]&lt;br /&gt;
[[Category:Episodes which aired in Australia before the United States]]&lt;br /&gt;
&lt;br /&gt;
[[de:Rätselhaftes Terapagos ...]]&lt;br /&gt;
[[es:EP1293]]&lt;br /&gt;
[[fr:LH057]]&lt;br /&gt;
[[it:OP057]]&lt;br /&gt;
[[ja:2023年版第57話]]&lt;br /&gt;
[[zh:宝可梦 地平线 第57集]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=HZ056&amp;diff=4534789</id>
		<title>HZ056</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=HZ056&amp;diff=4534789"/>
		<updated>2026-04-19T07:55:27Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EpicodePrevNext|&lt;br /&gt;
prevcode=HZ055 |&lt;br /&gt;
prevtitle=Showdown! The Paldea Elite Four |&lt;br /&gt;
nextcode=HZ057 |&lt;br /&gt;
nexttitle=The Terapagos I Don&#039;t Know |&lt;br /&gt;
series=Pokémon Horizons: The Series |&lt;br /&gt;
colorscheme=Paldea}}&lt;br /&gt;
{{EpisodeInfobox|&lt;br /&gt;
epcode=HZ056 |&lt;br /&gt;
altepcode=EP1288 |&lt;br /&gt;
colorscheme=Paldea |&lt;br /&gt;
title_en=Liko vs. Rika! Towards the Battle&#039;s End |&lt;br /&gt;
title_ja=リコVSチリ！バトルの先に |&lt;br /&gt;
title_ja_trans=Liko VS Chili! Beyond the Battle |&lt;br /&gt;
broadcast_jp=June 28, 2024 |&lt;br /&gt;
broadcast_us=February 7, 2025 |&lt;br /&gt;
en_op=[[My Favorite Pokémon]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Will (song)|Will -Korean ver.-]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
en_ed=[[My Favorite Pokémon|My Favorite Pokémon (instrumental)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Make You Shine|Make You Shine (English Ver.)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
ja_op={{so|Will}} |&lt;br /&gt;
ja_ed=[[Let me battle]] |&lt;br /&gt;
olmteam=Team Kumemura |&lt;br /&gt;
scenarion=1 |&lt;br /&gt;
scenario=永川成基 |&lt;br /&gt;
storyboardn=1 |&lt;br /&gt;
storyboard=中田誠 |&lt;br /&gt;
directorn=1 |&lt;br /&gt;
director=中田誠 |&lt;br /&gt;
artn=2 |&lt;br /&gt;
art=萩原慶汰 |&lt;br /&gt;
art2=忍田雄介 |&lt;br /&gt;
morecredits=yes |&lt;br /&gt;
epstaffpage=HZ051-HZ060 |&lt;br /&gt;
footnotes=* {{BMGf|301999|Preview thread on BMGf}} &#039;&#039;Closed&#039;&#039;&lt;br /&gt;
* {{BMGf|302208|Original review thread on BMGf}}&lt;br /&gt;
* {{BMGf|304827|Dub review thread on BMGf}}&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Liko vs. Rika! Towards the Battle&#039;s End&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;リコVSチリ！バトルの先に&#039;&#039;&#039; &#039;&#039;Liko VS {{tt|Chili|Rika}}! Beyond the Battle&#039;&#039;) is the 56th episode of &#039;&#039;[[Pokémon Horizons: The Series]]&#039;&#039;, and the 1,288th episode of the [[Pokémon animated series]]. It first aired in Japan on June 28, 2024, in the United Kingdom on January 13, 2025, and in the United States on February 7, 2025.&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
==Blurb==&lt;br /&gt;
&amp;lt;!--https://www.pokemon.com/us/animation/horizons/2/liko-vs-rika-toward-the-battles-end--&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;Liko and Cortondo Gym Leader Katy are teaming up for an aptitude match against Rika of the Paldea Elite Four! Liko is nervous, but Rika tries to cheer her up just in time for the match to begin. Then, Floragato and Katy’s Lokix go up against Rika’s Clodsire and Dugtrio, but Liko becomes frustrated because she can’t seem to keep up with the other Trainers. Rika offers another pep talk, and this time Liko decides to put her all into the battle—and so does Floragato! Meanwhile, Dot meets a quiet student named Penny and discovers a new clue about the true power of Terapagos.&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
At [[Naranja Academy]], the [[Multi Battle]] of [[Liko]] and [[Katy]] versus [[Rika]] of the [[Paldea]] [[Elite Four]] is about to begin. While [[Roy]], [[Ann]], and [[Nemona]] discuss about Liko&#039;s chances, [[Dot]] sees {{an|Terapagos}} wandering off and runs after it, unnoticed by the other three. On the battlefield, Rika, noticing Liko acting nervous, delays [[Dendra]]&#039;s declaration to start the match and walks over to Liko. She offers to let her pet her {{p|Clodsire}} to help her feel less tense, but when Liko tries to do so, Rika abruptly tells her to stop, since Clodsire&#039;s poisonous skin is unsafe to touch without protective gloves. Liko is unamused by the tease, but is surprised to notice she&#039;s feeling less tense now, being ready to start battling.&lt;br /&gt;
&lt;br /&gt;
Once Rika has returned to her spot, Dendra properly starts the battle. Rika starts her offensive right away, telling {{p|Dugtrio}} to use {{m|Dig}} and Clodsire to follow up with {{m|Sludge Wave}}. Nemona explains to Roy and Ann that Sludge Wave is a [[move]] that hits the entire field, so Dugtrio had used Dig to avoid being hit by it. While {{TP|Liko|Floragato}} and {{p|Lokix}} both dodge the Sludge Wave, Floragato ends up taking a hit from Dig as Dugtrio resurfaces. Although it is [[Type#Type effectiveness|not very effective]] on the {{pkmn|category|Grass Cat Pokémon}}, Nemona knows that repeated hits from it can still sting. Rika repeats her previous moves, as do Floragato and Lokix, except this time, Floragato manages to wrap her vine around Dugtrio, who proceeds to spin around to send her flying. Floragato performs a hard landing, though Liko doesn&#039;t notice her partner&#039;s pained expression and only congratulates her performance. Rika orders Dugtrio to use {{m|Rock Slide}} on Floragato, who trips while trying to dodge due to her hurt leg. Fortunately for Liko, Katy has Lokix defend Floragato with {{m|Throat Chop}}, stopping the barrage of rocks before they can hit. Liko thanks Katy for her help, and Katy tells her to pay attention on other things than just Clodsire. Liko complies by glancing all around the field, but Rika criticizes her for having too many thoughts in her head at once, telling her that during a battle, she shouldn&#039;t be think about anything else. She asks Liko what she thinks she&#039;s battling for, and while she admits that Liko is not wrong by saying that she wants to win, there&#039;s also more to it than that. Katy assures Liko that she&#039;ll understand everything by the end of the battle, which Rika is already eager to continue. Looking at Floragato, Liko smiles as she can sense how excited and eager her partner is, and promises to focus on winning.&lt;br /&gt;
&lt;br /&gt;
Meanwhile, in the academy&#039;s lobby, Dot&#039;s chase for Terapagos is momentarily interrupted by her spotting an entire shelf full of issues of the {{DL|Magazines in the Pokémon world|Occulture}} magazine, but {{TP|Dot|Quaxly}} urges her to focus on the task at hand. Following Terapagos&#039;s voice, she follows it to the upper layer of the lobby, where it turns out that the [[bag]] containing Terapagos has been found by [[Penny]]. Dot asks her to return the bag and keep Terapagos a secret from others, but Penny instead turns around and tells Dot to keep quiet, surprising Dot with her knowledge of her name.&lt;br /&gt;
&lt;br /&gt;
Back at the battle, Rika repeats her reliable combo of Dig and Sludge Wave. Liko is prepared for it this time, though, and has Floragato slice the Sludge Wave apart with {{m|Magical Leaf}}, jump into the air to dodge Dugtrio&#039;s Dig, and then hit the Mole Pokémon with a supereffective Magical Leaf flurry. In the audience, [[Geeta]] notices [[Grusha]] getting interested by Liko&#039;s strategy. Rika is happy to see the battle heating up and decides to start fighting harder too. Clodsire and Dugtrio fire a double assault with {{m|Mud Shot}} and Rock Slide, forcing Floragato to do easive maneuvers. When she tries to deflect an incoming Mud Shot, she&#039;s left wide open for a Rock Slide that rains down on her. Katy creates an opening for Liko by having Lokix use {{m|Lunge}}, which turns Rika&#039;s Pokémon&#039;s attention to it and allows Liko to command a {{m|Quick Attack}} on Clodsire. Rika, however, anticipated this and has Clodsire use {{m|Poison Jab}}, extending its spines in preparation. Lokix quickly jumps in and pushes Floragato aside at the last second, taking the hit instead and getting {{status|poison}}ed in the process. This, however, plays into Katy&#039;s strategy, as Lokix&#039;s {{a|Swarm}} [[Ability]] is triggered, giving its {{type|Bug}} moves a significant boost. To Liko&#039;s surprise, Katy suddenly declares that she&#039;s going to stop holding back and fight with her full power now. Dodging its opponents&#039; attacks, Lokix hits Clodsire and Dugtrio with a {{m|Struggle Bug}} and Lunge barrage, before aiming a {{m|Bounce}} at Clodsire, which Dugtrio takes the hit from in its place. Liko is left speechless by Katy&#039;s performance, but ultimately, the [[damage]] from the poison catches up to Lokix, and Dendra declares it [[Fainting|unable to battle]]. With Bounce having left Dugtrio {{status|paralyzed}}, the match has now effectively turned into a one-on-one battle between Floragato and Clodsire. Liko can still sense Floragato&#039;s excitement, wondering if she wants to start bouncing around like Lokix did. In the audience, Roy and Ann are feeling uncertain about Liko&#039;s chances, since Clodsire, as a {{t|Poison}} type, has a type advantage over Floragato, but Nemona assures them that Lokix&#039;s Struggle Bug has lowered the power of Clodsire&#039;s attacks, so the match should still be plenty exciting.&lt;br /&gt;
[[File:Penny Rotom Phone.png|thumb|left|250px|Penny and Dot]]&lt;br /&gt;
Back at the school lobby, Dot and Penny have sat down to talk. Dot once again questions how Penny knows her name, to which Penny replies that she does maintenance for the [[Tera Training]] course registration system, since she&#039;s an engineer working for the [[Pokémon League]]. Dot tries to tell Penny how she work on technical stuff as well, just as Penny stands up and peers down to the ground floor, spotting a disguised [[Chalce]] reading a book. Sitting back down, she tells Dot that she&#039;s feeling suspicious about Chalce, who recently appeared in the school&#039;s database out of nowhere under the name of Chive. Neither she nor Dot feels comfortable with the idea of going to talk to her about it. Just then, Quaxly notices that Terapagos has wandered off again. Dot quickly spots Terapagos on the ground floor and catches up with it, though this causes Chalce to notice her. In an attempt to distract her, Dot asks her what she thinks about Occulture. Chalce thinks that the ideas presented in the magazine about [[Paradox Pokémon|Pokémon from a distant past]] are absurd, and when Dot tries to defend them by saying that even rumors can have a tiny bit of truth in them, Chalce ominously warns her that some truths are better left undiscovered. Chalce puts her book away and leaves, with Dot wondering why she looks so familiar. Dot takes the [[Scarlet Book]] that Chalce had been reading and starts skimming through it, with Terapagos suddenly becoming interested in one image in particular. Dot returns the book to the shelf and exchanges phone numbers with Penny before heading off to reunite with her friends.&lt;br /&gt;
[[File:Liko Crying.png|thumb|250px|Liko crying after losing to Rika]]&lt;br /&gt;
At the battlefield, Clodsire counters Floragato&#039;s Magical Leaf attack with a Mud Shot and tries to fend off her Quick Attack with another bombardment of mud. When Floragato keeps approaching, Clodsire prepares a Poison Jab, but Floragato wraps her vine around one of the toxic spines, before lunging in and hitting Clodsire hard with a new move, which Katy identifies as {{m|Acrobatics}}, making Liko excited. Dot reunites her friends in the audience just as Floragato, becoming increasingly exhausted and slowed from the damage she&#039;s sustained, takes a hit from a Mud Shot. Despite realizing that someone of Rika&#039;s strength level is going all out against her, Liko still can&#039;t help but smile. Smirking, Rika reiterates her earlier question on why Liko thinks she does battles. Liko confidently answers that it&#039;s so she can immerse herself with battles and become one with her Pokémon. Recognizing that Floragato has always taken battles seriously, Liko declares that from now on, she will take them seriously and enjoy them as well. Rika is very pleased with the answer and the expression on Liko&#039;s face, so both {{pkmn|Trainer}}s decide to take the battle to the next level by {{Tera}}stallizing their respective Pokémon. Floragato attacks with a boosted Magical Leaf flurry, which Clodsire counters with a powered-up {{m|Earth Power}} attack, overpowering the {{type|Grass}} move and defeating Floragato, thus making Rika the winner. After [[recall]]ing and thanking her partner, Liko suddenly finds herself shedding tears. Katy gives her a comforting hug, recognizing that she&#039;s feeling passionate because she took the battle seriously, thus making the loss hurt more. After calming down, Liko approaches her friends and accepts their compliments on how well she performed. Roy and Dot note how Liko is acting more enthusiastically and seriously about battles than she ever has before, which she herself also recognizes and also thanks Rika for.&lt;br /&gt;
&lt;br /&gt;
Later, at the school lobby, Liko is approached by Grusha, whom she doesn&#039;t recognize. While Grusha almost immediately leaves with Geeta, he has enough time to comment that if what Liko just experienced was enough to raise her spirits, she must be pretty frigid. Liko is left very confused by this encounter, but is quickly cheered up by Roy coming up to her and expressing his desire to battle someone strong and become a better Trainer, a sentiment that Liko now also shares. Dot approaches the two and shows them the Scarlet Book, which she had just borrowed from the school library. She opens the book to show them the picture that Terapagos was interested in. Liko notes the drawing&#039;s resemblance to Terapagos and feels that a new adventure is about to start for them.&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
&amp;lt;!-- This is not for summarizing everything that happens in this episode. Only events pertaining to the series as a whole, such as catching and releasing Pokémon and obtaining Badges, go here. --&amp;gt;&lt;br /&gt;
* [[Dot]] meets [[Penny]] for the first time.&lt;br /&gt;
* [[Liko&#039;s Floragato]] learns {{m|Acrobatics}}.&lt;br /&gt;
* [[Liko]] and [[Katy]] have a [[Multi Battle]] against [[Rika]] and lose.&lt;br /&gt;
* Liko meets [[Grusha]] for the first time.&lt;br /&gt;
{{animeevents|HZ}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
====Humans====&lt;br /&gt;
* [[Grusha]]&lt;br /&gt;
&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* [[Liko]]&lt;br /&gt;
* [[Roy]]&lt;br /&gt;
* [[Dot]]&lt;br /&gt;
* [[Geeta]]&lt;br /&gt;
* [[Rika]]&lt;br /&gt;
* [[Katy]]&lt;br /&gt;
* {{an|Nemona}}&lt;br /&gt;
* [[Penny]]&lt;br /&gt;
* [[Grusha]]&lt;br /&gt;
* [[Dendra]]&lt;br /&gt;
* [[Ann]]&lt;br /&gt;
* [[Chalce]]&lt;br /&gt;
* {{tc|Student}}s&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Floragato}} ({{OP|Liko|Floragato}}; {{Tera}}stallized)&lt;br /&gt;
* {{p|Rotom}} ([[Liko]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Fuecoco}} ({{OP|Roy|Fuecoco}})&lt;br /&gt;
* {{p|Quaxly}} ({{OP|Dot|Quaxly}})&lt;br /&gt;
* {{p|Rotom}} ([[Dot]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Lokix}} ([[Katy]]&#039;s)&lt;br /&gt;
* {{p|Dugtrio}} ([[Rika]]&#039;s)&lt;br /&gt;
* {{p|Clodsire}} ([[Rika]]&#039;s; {{Tera}}stallized)&lt;br /&gt;
* {{p|Rotom}} ([[Penny]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Dewott}} ([[Ann]]&#039;s)&lt;br /&gt;
* {{p|Espurr}} (Student&#039;s)&lt;br /&gt;
* {{p|Torchic}} (Students&#039;; ×3)&lt;br /&gt;
* {{p|Lillipup}} (Students&#039;; ×2)&lt;br /&gt;
* {{p|Azurill}} (Student&#039;s)&lt;br /&gt;
* {{p|Bonsly}} (Students&#039;; ×4)&lt;br /&gt;
* {{p|Purrloin}} (Student&#039;s)&lt;br /&gt;
* {{p|Rotom}} (Student&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Terapagos}} ({{an|Terapagos|anime}}; {{form|Terapagos|Normal Form}})&lt;br /&gt;
* {{p|Farigiraf}} (image)&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
[[File:HZ056 Artwork.jpg|175px|thumb|An illustration of [[Liko]]&#039;s battle by [[Akira Komayama]]&amp;lt;ref name=&amp;quot;illus&amp;quot;/&amp;gt;]]&lt;br /&gt;
* [[Professor Friede&#039;s Pokémon Seminar]]: &#039;&#039;What are {{p|Clodsire}}&#039;s secret weapons?&#039;&#039;&lt;br /&gt;
** Choices: Spikes, {{wp|Shuriken|throwing stars}}, hammers&lt;br /&gt;
** Answer: Spikes&lt;br /&gt;
* The first [[List of Pokémon Horizons: The Series eyecatches|eyecatch]] features Liko and her {{TP|Liko|Floragato}}, and the second features [[Rika]] and her Clodsire.&lt;br /&gt;
* As of this episode, all eight [[Gym Leader]]s from the Paldea region have appeared in the {{pkmn|animated series}}.&lt;br /&gt;
* This episode marks the first time that a female main character has battled an [[Elite Four]] member since {{an|Dawn}} battled [[Lucian]] in &#039;&#039;[[DP035|An Elite Meet and Greet!]]&#039;&#039;, 787 episodes earlier.&lt;br /&gt;
* This episode marks the first time the move {{m|Struggle Bug}} has been used in the animated series since &#039;&#039;[[BW057|The Mighty Accelguard to the Rescue!]]&#039;&#039;, 574 episodes earlier.&lt;br /&gt;
** It is also the first time that {{a|Swarm}} has been activated since &#039;&#039;[[BW106|Strong Strategy Steals the Show!]]&#039;&#039;, 525 episodes earlier.&lt;br /&gt;
* Despite {{m|Bounce}} having made its [[List of moves by animated series debut|animated series debut]] in &#039;&#039;[[AG091|Lessons in Lilycove]]&#039;&#039;, 923 episodes earlier, and having seen occasional usage since then, especially during &#039;&#039;[[Pokémon the Series: Diamond and Pearl]]&#039;&#039; as one of [[Dawn&#039;s Buneary]]&#039;s moves, this is the first time the move&#039;s secondary effect of inflicting {{status|paralysis}} has been mentioned or seen activating in the animated series.&lt;br /&gt;
* This is the first episode in which [[Chalce]] is the only member of the [[Explorers]] to appear.&lt;br /&gt;
* Chalce acknowledges the existence of ancient [[Paradox Pokémon]] by referencing a resurrected prehistoric {{p|Volcarona}} ({{p|Slither Wing}}) and a {{p|Jigglypuff}} from a billion years ago ({{p|Scream Tail}}) when Dot asks her if she&#039;s a fan of {{DL|Magazines in the Pokémon world|Occulture}}.&lt;br /&gt;
* An [[a:File:HZ056 Artwork.jpg|illustration]] of this episode was drawn by [[Akira Komayama]].&amp;lt;ref name=&amp;quot;illus&amp;quot;&amp;gt;[https://x.com/anipoke_PR/status/1801563986288328954 Tweet by @anipoke_PR on June 14, 2024]&amp;lt;/ref&amp;gt;&lt;br /&gt;
* [[Dot]], Liko, [[Roy]], {{TP|Roy|Fuecoco}}, and Floragato narrate the preview for the [[HZ057|next episode]].&lt;br /&gt;
&lt;br /&gt;
===Errors===&lt;br /&gt;
&lt;br /&gt;
===Dub edits===&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Epilang|color=AE7BD0|bordercolor=F34134&lt;br /&gt;
|ar={{tt|ليكو ضد ريكا! حتى نهاية المعركة|Liko against Rika! Until the end of the battle}}&lt;br /&gt;
|zh_cmn={{tt|莉可VS辛俐！在對戰之後|Liko VS Rika! Beyond the Battle}}&lt;br /&gt;
|zh_yue={{tt|莉可VS辛俐！在對戰之後|Liko VS Rika! Beyond the Battle}}{{tt|*|Subtitle}}&amp;lt;br&amp;gt;{{tt|莉可對辛俐！在對戰之後|Liko VS Rika! Beyond the Battle}}{{tt|*|Dubbing}}&lt;br /&gt;
|cs={{tt|Liko versus Rika! Vstříc konci zápasu|Liko vs. Rika! Towards the Battle&#039;s End}}&lt;br /&gt;
|nl={{tt|Liko versus Rika! Moge de beste winnen|Liko vs. Rika! May the Best Win}}&lt;br /&gt;
|fi={{tt|Liko vs. Rika! Kohti ottelun loppua|Liko vs. Rika! Towards the battle&#039;s end}}&lt;br /&gt;
|de={{tt|Liko gegen Cay! Das Ende der Kämpfe naht!|Liko vs. Rika! The end of battles is near!}}&lt;br /&gt;
|he={{tt|!ליקו נגד ריקה! אל עבר סוף הקרב|Liko vs. Rika! Towards the Battle&#039;s End!}}&lt;br /&gt;
|id={{tt|Liko VS. Muna! Menuju Akhir Pertarungan|Liko vs. Rika! Towards the Battle&#039;s End!}}&lt;br /&gt;
|it={{tt|Liko contro Capsi: verso la fine della lotta!|Liko vs. Rika: towards the end of the fight!}}&lt;br /&gt;
|no={{tt|Liko mot Rika! Mot kampens slutt|Liko vs. Rika! Towards the Battle&#039;s End}}&lt;br /&gt;
|pl={{tt|Liko kontra Rika!|Liko vs. Rika!}}&lt;br /&gt;
|pt_br={{tt|Liko vs. Kaya! Para além da batalha|Liko vs. Rika! To beyond the battle}}&lt;br /&gt;
|pt_eu={{tt|Liko contra Rika! Na reta final do combate|Liko versus Rika! Towards the battle&#039;s end}}&lt;br /&gt;
|es_la={{tt|¡Liko contra Cayena! ¡Hacia el final de la batalla!|Liko vs. Rika! Towards the battle&#039;s end!}}&lt;br /&gt;
|es_eu={{tt|¡Liko contra Cayena! ¡Hacia el final del combate!|Liko vs. Rika! Towards the battle&#039;s end!}}&lt;br /&gt;
|sv={{tt|Liko mot Rika! Ända till stridens slut|Liko vs. Rika! Until the end of the battle}}&lt;br /&gt;
|tr={{tt|Liko, Rika&#039;ya Karşı! Maçın Sonuna Doğru|Liko vs. Rika! Towards the Battle&#039;s End}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{EpicodePrevNext|&lt;br /&gt;
prevcode=HZ055 |&lt;br /&gt;
prevtitle=Showdown! The Paldea Elite Four |&lt;br /&gt;
nextcode=HZ057 |&lt;br /&gt;
nexttitle=The Terapagos I Don&#039;t Know |&lt;br /&gt;
series=Pokémon Horizons: The Series |&lt;br /&gt;
colorscheme=Paldea}}&lt;br /&gt;
{{Project Anime notice}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:1288}}&lt;br /&gt;
[[Category:Pokémon Horizons: The Series episodes|056]]&lt;br /&gt;
[[Category:Episodes written by Naruki Nagakawa]]&lt;br /&gt;
[[Category:Episodes storyboarded and directed by Makoto Nakata]]&lt;br /&gt;
[[Category:Episodes storyboarded by Makoto Nakata]]&lt;br /&gt;
[[Category:Episodes directed by Makoto Nakata]]&lt;br /&gt;
[[Category:Episodes animated by Keita Hagiwara]]&lt;br /&gt;
[[Category:Episodes animated by Yusuke Oshida]]&lt;br /&gt;
[[Category:Episodes by multiple animation directors]]&lt;br /&gt;
[[Category:Episodes focusing on Liko]]&lt;br /&gt;
[[Category:Episodes in which a Legendary Pokémon appears]]&lt;br /&gt;
[[Category:Episodes in which a main character&#039;s Pokémon learns a new move]]&lt;br /&gt;
[[Category:Episodes featuring Elite Four members]]&lt;br /&gt;
[[Category:Episodes in which a Champion appears]]&lt;br /&gt;
[[Category:Episodes which aired in the United Kingdom before the United States]]&lt;br /&gt;
&lt;br /&gt;
[[de:Liko gegen Cay! Das Ende der Kämpfe naht!]]&lt;br /&gt;
[[es:EP1292]]&lt;br /&gt;
[[fr:LH056]]&lt;br /&gt;
[[it:OP056]]&lt;br /&gt;
[[ja:2023年版第56話]]&lt;br /&gt;
[[zh:宝可梦 地平线 第56集]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Gigaton_Hammer_(move)&amp;diff=4534784</id>
		<title>Gigaton Hammer (move)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Gigaton_Hammer_(move)&amp;diff=4534784"/>
		<updated>2026-04-19T07:33:44Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech from HZ055&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MoveInfobox&lt;br /&gt;
|n=893&lt;br /&gt;
|name=Gigaton Hammer&lt;br /&gt;
|jname=デカハンマー&lt;br /&gt;
|jtrans=Huge Hammer&lt;br /&gt;
|jtranslit=Deka Hanmā&lt;br /&gt;
|gameimage=Gigaton Hammer IX.png&lt;br /&gt;
|gameimage2=Gigaton Hammer IX 2.png&lt;br /&gt;
|gameimagewidth=300&lt;br /&gt;
|type=Steel&lt;br /&gt;
|damagecategory=Physical&lt;br /&gt;
|basepp=5&lt;br /&gt;
|maxpp=8&lt;br /&gt;
|power=160&lt;br /&gt;
|accuracy=100&lt;br /&gt;
|priority=0&lt;br /&gt;
|gen=IX&lt;br /&gt;
|touches=no&lt;br /&gt;
|protect=yes&lt;br /&gt;
|magiccoat=no&lt;br /&gt;
|snatch=no&lt;br /&gt;
|mirrormove=yes&lt;br /&gt;
|kingsrock=yes&lt;br /&gt;
|sound=no&lt;br /&gt;
|target=anyadjacent&lt;br /&gt;
|footnotes=&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Gigaton Hammer&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;デカハンマー&#039;&#039;&#039; &#039;&#039;Huge Hammer&#039;&#039;) is a damage-dealing {{type|Steel}} [[move]] introduced in [[Generation IX]]. It is the [[signature move]] of {{p|Tinkaton}}.&lt;br /&gt;
&lt;br /&gt;
==Effect==&lt;br /&gt;
Gigaton Hammer inflicts damage. The user cannot select Gigaton Hammer in succession unless the move failed. If the player attempts to use Gigaton Hammer twice in a row, they will be prevented from doing so, and will be allowed to select another move. Once another move is used, Gigaton Hammer can be used again.&lt;br /&gt;
&lt;br /&gt;
If the user cannot select another move (due to {{cat|Choice items}} or having no other usable moves), it will use {{m|Struggle}} every other turn.&lt;br /&gt;
&lt;br /&gt;
{{m|Instruct}} and {{m|Sleep Talk}} allow Gigaton Hammer to be used twice in a row. {{m|Encore}} allows Gigaton Hammer to be used twice in a row, but on subsequent turns of the Encore the user will be forced to Struggle.&lt;br /&gt;
&lt;br /&gt;
====Pokémon Legends: Z-A====&lt;br /&gt;
{{LegendsZAMove&lt;br /&gt;
|type=Steel&lt;br /&gt;
|damagecategory=Physical&lt;br /&gt;
|power=160&lt;br /&gt;
|cooldown=30&lt;br /&gt;
|charge-time=15&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
{{movedesc|steel}}&lt;br /&gt;
{{movedescentry|{{gameabbrev9|SV}}|The user swings its whole body around to attack with its huge hammer. This move can&#039;t be used twice in a row.}}&lt;br /&gt;
{{movedescentry|{{gameabbrev9|ZA}}|The user attacks by swinging its whole body around to attack with its huge hammer. This move cannot be used again for a short time after the blow is dealt.}}&lt;br /&gt;
{{movedescentry|{{gameabbrevss|Champs}}|This move can&#039;t be used twice in a row.}}&lt;br /&gt;
|}&lt;br /&gt;
|}{{left clear}}&lt;br /&gt;
&lt;br /&gt;
==Learnset==&lt;br /&gt;
===By [[Level|leveling up]]===&lt;br /&gt;
{{Movehead/Games|Steel|g1=none|g2=none|g3=none|g4=none|g5=none|g6=none|g7=none|g8=none|g9=2}}&lt;br /&gt;
{{Moveentry/2|0959|Tinkaton|type=Fairy|type2=Steel|1|Fairy|Fairy|{{tt|Evo.|Learned upon evolving}}|{{tt|Evo.|Learned upon evolving}}|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Movefoot|Steel|2}}&lt;br /&gt;
&lt;br /&gt;
==In other games==&lt;br /&gt;
===[[Pokémon GO]]===&lt;br /&gt;
In Pokémon GO, Gigaton Hammer is a Charged Attack that has been available since April 11, 2026.&lt;br /&gt;
&lt;br /&gt;
{{GoChargedAttack&lt;br /&gt;
|id=490&lt;br /&gt;
|photo=&lt;br /&gt;
|move=Gigaton Hammer&lt;br /&gt;
|type=Steel&lt;br /&gt;
|pow=300&lt;br /&gt;
|energy=100&lt;br /&gt;
|duration=3.0&lt;br /&gt;
|damage_window=2.0-3.1&lt;br /&gt;
|pow_trainer=130&lt;br /&gt;
|energy_trainer=60&lt;br /&gt;
|elite_users={{MSP/GO|0959|Tinkaton}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; background:#{{steel color}}; border:3px solid #{{steel color dark}}; text-align:center; width:80%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #{{steel color light}}&amp;quot;&lt;br /&gt;
! style=&amp;quot;{{roundytl|5px}}&amp;quot; | Name&lt;br /&gt;
! {{color2|000|Damage category|Category}}&lt;br /&gt;
! Move gauge cost&lt;br /&gt;
! MP&amp;lt;br&amp;gt;(uses)&lt;br /&gt;
! Base {{color2|000|power}}&lt;br /&gt;
! Max {{color2|000|power}}&lt;br /&gt;
! {{color2|000|Accuracy}}&lt;br /&gt;
! Target&lt;br /&gt;
! Effect tag&lt;br /&gt;
! Description&lt;br /&gt;
! style=&amp;quot;{{roundytr|5px}}&amp;quot; | Playable {{color2|000|Sync pair|sync pair(s)}}&lt;br /&gt;
|- style=&amp;quot;background:#{{steel color light}}&amp;quot;&lt;br /&gt;
! colspan=12 |{{color2|000|Buddy move}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
|Steel-Hard Gigaton Hammer&lt;br /&gt;
{{statustable|Physical}}&lt;br /&gt;
|4&lt;br /&gt;
|—&lt;br /&gt;
|450&lt;br /&gt;
|540&lt;br /&gt;
|100%&lt;br /&gt;
|An opponent&lt;br /&gt;
|—&lt;br /&gt;
|&#039;&#039;&#039;Activation Condition:&#039;&#039;&#039; When the user uses any moves 1 time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Deactivation Condition:&#039;&#039;&#039; When this move is used.&lt;br /&gt;
&lt;br /&gt;
No additional effect.&lt;br /&gt;
|{{sync|Poppy|Tinkaton}}&lt;br /&gt;
|- style=&amp;quot;background:#{{steel color dark}}&amp;quot;&lt;br /&gt;
! colspan=12 |{{color2|fff|Sync move}}&lt;br /&gt;
|- style=&amp;quot;background: #{{steel color light}}&amp;quot;&lt;br /&gt;
!Name&lt;br /&gt;
!{{color2|000|Damage category|Category}}&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; |State&lt;br /&gt;
!Base {{color2|000|power}}&lt;br /&gt;
!Max {{color2|000|power}}&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; |Target&lt;br /&gt;
!Effect tag&lt;br /&gt;
!Description&lt;br /&gt;
!Playable {{color2|000|sync pair}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundybl|5px}}&amp;quot; rowspan=3 | Steel-Hard Strength Gigaton Hammer&lt;br /&gt;
| rowspan=3 align=&amp;quot;center&amp;quot; style=&amp;quot;background:#{{physical color}}&amp;quot;|{{color2|{{physical textcolor}}|Physical move|Physical}}&lt;br /&gt;
| colspan=2 | Default&lt;br /&gt;
| rowspan=3 | 250&lt;br /&gt;
| rowspan=3 | 300&lt;br /&gt;
| colspan=2 | An opponent&lt;br /&gt;
| rowspan=3 | —&lt;br /&gt;
| rowspan=2 | No additional effect.&lt;br /&gt;
| style=&amp;quot;{{roundybr|5px}}&amp;quot; rowspan=3 | {{sync|Poppy|Tinkaton}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| colspan=2 | &#039;&#039;&#039;6★ EX&#039;&#039;&#039;&lt;br /&gt;
| colspan=2 rowspan=2 | &#039;&#039;&#039;All opponents&#039;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| colspan=2 | &#039;&#039;&#039;6★ EX with EX role&#039;&#039;&#039;&lt;br /&gt;
| &#039;&#039;&#039;The first time the user&#039;s sync move is used each battle, the sync move countdown is reduced by three.&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==In animation==&lt;br /&gt;
===Pokémon animated series===&lt;br /&gt;
{{moveanime|type=steel|exp=yes|gen=The user swings its whole body around to attack with its huge hammer.|image1=Poppy Tinkie Gigaton Hammer.png|image1p=Poppy&#039;s Tinkaton|image2=Dot Tinkaton Gigaton Hammer.png|image2p=Dot&#039;s Tinkaton}}&lt;br /&gt;
{{movep|type=steel|ms=0959|pkmn=Tinkaton|method=Tinkaton jumps and slams her hammer onto the opponent with full force. Sometimes, the head or face of her hammer glows silver as she attacks.}}&lt;br /&gt;
{{movemid|type=steel|user=Poppy|user1=Poppy&#039;s Tinkie|startcode=HZ055|startname=Showdown! The Paldea Elite Four|notes=Debut}}&lt;br /&gt;
{{movebtm|type=steel|user=Dot&#039;s Tinkaton|startcode=HZ110|startname=The Six Heroes Unleashed!}}&lt;br /&gt;
&lt;br /&gt;
==In other generations==&lt;br /&gt;
===Main series===&lt;br /&gt;
{{Movegen&lt;br /&gt;
|type=Steel&lt;br /&gt;
|ZA=Gigaton Hammer ZA&lt;br /&gt;
}}&lt;br /&gt;
===Spin-off series games===&lt;br /&gt;
{{movegen&lt;br /&gt;
|type=Steel&lt;br /&gt;
|Masters=Gigaton Hammer Masters&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
[[File:Gigaton Hammer IX not Tinkaton.png|thumb|256px|Gigaton Hammer when used by a Pokémon other than Tinkaton]]&lt;br /&gt;
* Gigaton Hammer has the highest base power of all {{type|Steel}} moves, excluding [[Z-Move]]s.&lt;br /&gt;
* Gigaton Hammer has a different animation when used by a Pokémon other than {{p|Tinkaton}}. &lt;br /&gt;
** In this case, its animation is similar to those of {{m|Ice Hammer}} and {{m|Dragon Hammer}}, but with a silver hammer instead of blue or purple, respectively.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Langtable|color={{steel color}}|bordercolor={{steel color dark}}&lt;br /&gt;
|zh_yue=巨力錘 &#039;&#039;{{tt|Geuihlihk Chèuih|Giant Hammer}}&#039;&#039;&lt;br /&gt;
|zh_cmn=巨力錘 / 巨力锤 &#039;&#039;{{tt|Jùlì Chuí|Giant Hammer}}&#039;&#039;&lt;br /&gt;
|cs=Gigatunové kladivo&lt;br /&gt;
|fr=Marteau Mastoc&lt;br /&gt;
|nl=Reuzenhamer&lt;br /&gt;
|de=Riesenhammer&lt;br /&gt;
|hi=गिगाटन हैमर &#039;&#039;Gigaton Hammer&#039;&#039;&lt;br /&gt;
|id=Palu Besar&lt;br /&gt;
|it=Granmartello&lt;br /&gt;
|ko=거대해머 &#039;&#039;{{tt|Geodae Hammer|Giant Hammer}}&#039;&#039;&lt;br /&gt;
|pl=Gigamłot&lt;br /&gt;
|pt_br=Martelo Gigatônico&lt;br /&gt;
|pt_eu=Martelo Colossal&lt;br /&gt;
|ru=Гигатонный Молот &#039;&#039;{{tt|Gigatonnyy Molot|Gigaton Hammer}}&#039;&#039;&lt;br /&gt;
|es=Martillo Colosal&lt;br /&gt;
|th=ค้อนใหญ่ยักษ์ &#039;&#039;{{tt|Khon Yaiyak|Giant Hammer}}&#039;&#039;&lt;br /&gt;
|tr=Gigaton Çekiç&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Project Moves and Abilities notice}}&lt;br /&gt;
[[Category:Signature moves]]&lt;br /&gt;
[[Category:Moves usable in Pokémon Scarlet and Violet]]&lt;br /&gt;
[[Category:Moves in Pokémon Legends: Z-A]]&lt;br /&gt;
&lt;br /&gt;
[[de:Riesenhammer]]&lt;br /&gt;
[[es:Martillo Colosal]]&lt;br /&gt;
[[fr:Marteau Mastoc]]&lt;br /&gt;
[[it:Granmartello]]&lt;br /&gt;
[[ja:デカハンマー]]&lt;br /&gt;
[[zh:巨力锤（招式）]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Wild_Pok%C3%A9mon&amp;diff=4534782</id>
		<title>Wild Pokémon</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Wild_Pok%C3%A9mon&amp;diff=4534782"/>
		<updated>2026-04-19T07:28:14Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{redirect|Encounter|the song|Encounter (song)}}&lt;br /&gt;
[[File:XY Prerelease wild Pikachu.png|thumb|300px|A wild {{p|Pikachu}} appears in [[Pokémon X and Y]]]]&lt;br /&gt;
A &#039;&#039;&#039;wild Pokémon&#039;&#039;&#039;&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot;&amp;gt;In game dialogue, the word &amp;quot;wild&amp;quot; is written in {{wp|sentence case}}, such as in &amp;quot;&#039;&#039;&#039;&#039;&#039;wild Pokémon&#039;&#039;&#039;&#039;&#039;&amp;quot; and &amp;quot;&#039;&#039;A &#039;&#039;&#039;wild Pikachu&#039;&#039;&#039; appeared!&#039;&#039;&amp;quot; In some early official materials, this word has also been occasionally capitalized as &amp;quot;Wild&amp;quot; with an initial capital letter: &#039;&#039;&amp;quot;You will travel North into the grassy area where you will run into many &#039;&#039;&#039;Wild Pokémon&#039;&#039;&#039;.&amp;quot;&#039;&#039; (manual of {{game|Red and Blue|s}}, page 16) &#039;&#039;&amp;quot;Soon you find [Professor Birch] being attacked by &#039;&#039;&#039;Wild Pokémon&#039;&#039;&#039; on a road outside town.&amp;quot;&#039;&#039; (manual of {{game|Ruby and Sapphire|s}}, page 4)&amp;lt;/ref&amp;gt; (Japanese: &#039;&#039;&#039;{{ruby|野生|やせい}}ポケモン&#039;&#039;&#039; &#039;&#039;wild Pokémon&#039;&#039;) is any {{OBP|Pokémon|species}} that is not currently owned by a [[Pokémon Trainer]].&lt;br /&gt;
&lt;br /&gt;
==In the core series games==&lt;br /&gt;
{{incomplete|section|encounter chances in newer games}}&lt;br /&gt;
Wild Pokémon are encountered in most parts of the [[Pokémon world]], most commonly outside of cities and towns, often in [[tall grass]], in [[cave]]s, or on water. A Trainer may choose to {{pkmn|battle}} a wild Pokémon or [[escape|run]] from it. If a Trainer chooses to battle, they may either attempt to {{pkmn2|caught|catch}} the Pokémon with a [[Poké Ball]] or to defeat it outright.&lt;br /&gt;
&lt;br /&gt;
===Generation I===&lt;br /&gt;
Since [[Generation I]], wild Pokémon will appear to the player in a variety of locations, most often when the player is walking through or near [[tall grass]]. Other methods of encountering wild Pokémon include walking through [[cave]]s or abandoned buildings, [[fishing]], {{m|surf}}ing on water, and interacting with [[List of wild Pokémon from in-game events|Pokémon in the overworld]]. The species and [[level]] of the Pokémon both depend on both the location and encounter method.&lt;br /&gt;
&lt;br /&gt;
Each tile has a number that affects the chance of finding a wild Pokémon. Tall grass varies from 15 to 25 (except the {{safari|Kanto}}, which has 30), caves vary from 10 to 15 (except {{p|Mewtwo}}&#039;s room in [[Cerulean Cave]], which has 25), and all water tiles use the number 5. Each time the player takes a step in a tile with wild Pokémon, the game generates a random number from 0 to 255 (inclusive). If that random number is less than the tile&#039;s encounter number, the game generates a species and level. {{cat|Repels}} prevent encounters with any Pokémon of a lower level than the [[party]]&#039;s first Pokémon.&lt;br /&gt;
&lt;br /&gt;
When encountered, a wild Pokémon&#039;s moveset will generally consist of the most recent four moves its species would know by leveling-up; for example, a level 4 {{p|Nidoran♂}} will know {{m|Leer}} and {{m|Tackle}} when encountered in the wild in {{2v2|Red|Blue}}, while one encountered at level 22 will know Tackle, {{m|Horn Attack}}, {{m|Poison Sting}}, and {{m|Focus Energy}}.&lt;br /&gt;
&lt;br /&gt;
At the beginning of every turn, wild Pokémon have an equal chance of selecting each move that they can use. If all the Pokémon in the player&#039;s [[party]] [[Fainting|faint]] while battling a wild Pokémon, the player will [[Prize money|drop some money in panic]].&lt;br /&gt;
&lt;br /&gt;
===Generation II===&lt;br /&gt;
[[Generation II]] introduced four encounter methods, namely smashing [[breakable rock]]s, {{m|headbutt}}ing [[Headbutt tree]]s, using {{m|Sweet Scent}}, and [[roaming Pokémon]]. Additionally, the species of wild Pokémon depends on the current [[time]] and [[mass outbreak]]s.&lt;br /&gt;
&lt;br /&gt;
In this generation, tall grass varies from 15 to 25, and both caves and water have encounter numbers between 5 and 15 (except [[Diglett&#039;s Cave]] in the daytime, which has 2). [[Radio|Pokémon March and the Ruins of Alph signal]], played on the [[Pokégear]], will double the encounter rate, and the Pokémon Lullaby and [[Cleanse Tag]] halve the rate. All of these multipliers stack with each other.&lt;br /&gt;
&lt;br /&gt;
{{cat|Repels}} prevent encounters with any Pokémon of a lower level than the [[party]]&#039;s first conscious Pokémon. Wild Pokémon [[List of Pokémon by wild held item|can hold items]], which can be obtained by catching the Pokémon or using one of a {{cat|Item-manipulating moves|set of moves}}, like {{m|Thief}}. Wild Pokémon that use one of those moves can steal the player&#039;s Pokémon&#039;s held item.&lt;br /&gt;
&lt;br /&gt;
===Generation III===&lt;br /&gt;
Wild Pokémon can appear in [[Sand tile|deep sand]]. The random number varies from 0 to 2879. Tall grass and Rock Smash have an encounter rate of 320 (except {{rt|119|Hoenn}}, which has 240, and {{safari|Hoenn}}, which has 400), caves and [[Sand tile|deep sand]] have 160 (except [[Seafloor Cavern]] &amp;amp; [[Cave of Origin]], which have 64, and [[Altering Cave]], which has 112), and water and seaweed have 64 (except Safari Zone, which has 144, and [[Petalburg City]] &amp;amp; [[Sootopolis City]], which have 16).&lt;br /&gt;
&lt;br /&gt;
[[Bicycle]]s, [[White Flute]], [[Black Flute]], and [[Cleanse Tag]] multiply the encounter number by 0.8, 1.5, 0.5, and 0.66, respectively. Despite having a lower encounter rate, riding bicycles moves fast enough to overcome the reduction and results in more encounters than running. Additionally, {{cat|Abilities that affect appearance of wild Pokémon|certain Abilities}} affect wild Pokémon in various ways—many only gaining these effects in {{v2|Emerald}}. Unlike Repels, these modifiers ignore whether the first Pokémon in the party is [[fainting|fainted]].&lt;br /&gt;
&lt;br /&gt;
Wild Pokémon cannot steal the player&#039;s Pokémon&#039;s held item regardless of what moves they use.&lt;br /&gt;
&lt;br /&gt;
===Generation IV===&lt;br /&gt;
[[Honey]] has the same effect as Sweet Scent in the overworld. However, using Honey on a [[Honey Tree]] will attract a Pokémon from a different encounter table. From [[Generation IV]] onward, multiple wild Pokémon can appear at once. All but one of the Pokémon will have to be defeated before that one can be caught. In Generation IV, the only way to encounter multiple wild Pokémon at once is walking while accompanied by [[Stat Trainer|another Pokémon Trainer]].&lt;br /&gt;
&lt;br /&gt;
In {{2v2|HeartGold|SoulSilver}} only, [[Running Shoes|running]] raises the chance of encountering wild Pokémon each time the player takes a step.&lt;br /&gt;
&lt;br /&gt;
===Generation V===&lt;br /&gt;
[[File:Wild double battle BW.png|thumb|right|A Double Battle against wild Pokémon ({{p|Blitzle}} &amp;amp; {{p|Pidove}}) in {{game|Black and White|s}}]]&lt;br /&gt;
Starting in [[Generation V]], wild Pokémon can appear in [[puddle]]s or [[Phenomenon|phenomena]]. There is the chance of two Pokémon appearing at once in {{DL|Tall grass|dark grass}}. Two types of [[Pass Power]]s (Encounter Power ↑ and Encounter Power ↓ ) modify encounter chances. Wild Pokémon can steal the player&#039;s Pokémon&#039;s held item.&lt;br /&gt;
&lt;br /&gt;
===Generation VI===&lt;br /&gt;
In [[Generation VI]], wild Pokémon can appear in [[Snow tile|snow]], [[ambush encounter]]s, and while [[Soaring in the sky|soaring]]. [[Horde Encounter|Hordes of five Pokémon]] may appear. Two [[O-Power]]s (Encounter Power and Stealth Power) modify encounter chances. {{cat|Repels}} prevent encounters with any Pokémon of a lower level than the [[party]]&#039;s first Pokémon.&lt;br /&gt;
&lt;br /&gt;
===Generation VII===&lt;br /&gt;
[[File:SM Wild battle.png|thumb|right|A battle against a wild Pokémon ({{rf|Alolan}} {{p|Meowth}}) in {{g|Sun and Moon}}]]&lt;br /&gt;
In [[Generation VII]], a wild Pokémon can [[SOS Battle|call for an ally]], turning the battle into a 2-on-1 scenario. In {{pkmn|Ultra Sun and Ultra Moon}}, encounters can be prevented by using [[Rotom Pokédex|Roto Stealth]], even if the player&#039;s lead Pokémon is lower than the level of the potential encounters.&lt;br /&gt;
&lt;br /&gt;
While the player is riding a [[Poké Ride]], the encounter rate will be adjusted:&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background:#{{locationcolor/med|alola}}; border:3px solid #{{locationcolor/dark|alola}}; margin:auto; text-align:center&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
! style=&amp;quot;background:#{{locationcolor/light|alola}}; {{roundytl|5px}}&amp;quot; | Pokémon&lt;br /&gt;
! style=&amp;quot;background:#{{locationcolor/light|alola}}; {{roundytr|5px}}&amp;quot; | Encounter rate&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| {{p|Tauros}}&lt;br /&gt;
| 50%&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| {{p|Stoutland}}&lt;br /&gt;
| 55%&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| {{p|Lapras}}&lt;br /&gt;
| 20%&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| {{p|Mudsdale}}&lt;br /&gt;
| 65%&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| {{p|Sharpedo}}&lt;br /&gt;
| 15%&lt;br /&gt;
|- &lt;br /&gt;
| style=&amp;quot;background:#FFF; {{roundybl|5px}}&amp;quot; | {{p|Machamp}}&lt;br /&gt;
| style=&amp;quot;background:#FFF; {{roundybr|5px}}&amp;quot; | 100%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Generation VIII===&lt;br /&gt;
{{cat|Repels}} prevent [[hidden encounter]]s with any Pokémon of a lower level than the [[party]]&#039;s first Pokémon. They have no effect on other encounters.&lt;br /&gt;
&lt;br /&gt;
In [[Pokémon Brilliant Diamond and Shining Pearl]], if the wild Pokémon has two or more {{IV}}s of 31, the camera shows the {{player}} first.&lt;br /&gt;
&lt;br /&gt;
=== Generation IX ===&lt;br /&gt;
In [[Pokémon Scarlet and Violet]], there are fixed encounter locations where the same Pokémon always spawns at the same location, even when de-spawned by going off-screen. This includes wild [[Terastal phenomenon|Tera Pokémon]], which always have the same Tera Type when encountered on the overworld. After a fixed encounter is defeated, it will not respawn until the clock rolls over to the next day.&lt;br /&gt;
&lt;br /&gt;
===Encounter messages===&lt;br /&gt;
{{incomplete|section|Any missing variants of the message}}&lt;br /&gt;
There are times when the usual message &#039;&#039;{{tt|You encountered a wild &amp;lt;Pokémon&amp;gt;!|&amp;amp;quot;A wild [Pokémon] appeared!&amp;amp;quot; before Generation VIII, &amp;amp;quot;Wild [Pokémon] appeared!&amp;amp;quot; before Pokémon XD: Gale of Darkness}}&#039;&#039; will be replaced by another message:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;border: 3px solid #88a; {{roundy|10px}} padding: 1px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#88a; {{roundytl|10px}}&amp;quot;| Game&lt;br /&gt;
! style=&amp;quot;background:#88a&amp;quot;| Situation&lt;br /&gt;
! style=&amp;quot;background:#88a; {{roundytr|10px}}&amp;quot; | Message&lt;br /&gt;
|-&lt;br /&gt;
| All [[Generation I]] and II games&lt;br /&gt;
| when a wild Pokémon is fished out&lt;br /&gt;
| &#039;&#039;The hooked &amp;lt;Pokémon&amp;gt; attacked!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| All [[Generation II]] games&lt;br /&gt;
| when a wild Pokémon is encountered using {{m|Headbutt}}&lt;br /&gt;
| &#039;&#039;&amp;lt;Pokémon&amp;gt; fell out of the tree!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{pkmn|XD: Gale of Darkness}}&lt;br /&gt;
| Pokémon in [[Battle Bingo]]&lt;br /&gt;
| &#039;&#039;Oh! &amp;lt;Pokémon&amp;gt; appeared!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| All [[Generation IV]] games&lt;br /&gt;
| wild Double Battle when with a [[Stat Trainers|Stat Trainer]]&lt;br /&gt;
| &#039;&#039;A wild &amp;lt;Pokémon&amp;gt; and &amp;lt;Pokémon&amp;gt; appeared!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| All [[Generation IV]] games&lt;br /&gt;
| encountering a Pokémon in [[Pal Park]]&lt;br /&gt;
| &#039;&#039;Wow! &amp;lt;Pokémon&#039;s OT&amp;gt;&#039;s &amp;lt;Pokémon&#039;s nickname&amp;gt; is drawing close!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{2v2|Diamond|Pearl}}&lt;br /&gt;
| battle against {{p|Starly}} immediately after picking the [[first partner Pokémon]]&lt;br /&gt;
| &#039;&#039;Whoa! A wild &amp;lt;Pokémon&amp;gt; came charging!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{3v2|Diamond|Pearl|Platinum}}&lt;br /&gt;
| when checking out a shaking [[Honey Tree]]&lt;br /&gt;
| &#039;&#039;A wild &amp;lt;Pokémon&amp;gt; appeared from the tree you slathered with Honey!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{v2|Platinum}}&lt;br /&gt;
| battle against {{p|Giratina}} in the [[Distortion World]]&lt;br /&gt;
| &#039;&#039;The Distortion World&#039;s &amp;lt;Pokémon&amp;gt; appeared!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| All [[Generation V]] games&lt;br /&gt;
| wild Double Battle initiated by dark grass or with a partner NPC&lt;br /&gt;
| &#039;&#039;Oh! A wild &amp;lt;Pokémon&amp;gt; and &amp;lt;Pokémon&amp;gt; appeared!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| All [[Generation V]] games&lt;br /&gt;
| [[Entree Forest]] encounter&lt;br /&gt;
| &#039;&#039;The &amp;lt;Pokémon&amp;gt; your Pokémon saw in the dream appeared!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| All [[Generation V]], {{gen|VI}}, {{gen|VII}}, and {{gen|VIII}} games&lt;br /&gt;
| battle against a non-roaming {{pkmn2|Legendary}} or [[Mythical Pokémon]], {{p|Volcarona}} in [[Relic Castle]], disguised {{p|Zoroark}} in [[Lostlorn Forest]], an [[Ultra Beast]] that is registered in the Pokédex, or [[Max Raid Battle]] Pokémon&lt;br /&gt;
| &#039;&#039;&amp;lt;Pokémon&amp;gt; appeared!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{2v2|Black|White|2}}&lt;br /&gt;
| encountering one of [[N&#039;s Pokémon]]&lt;br /&gt;
| &#039;&#039;A wild &amp;lt;Pokémon&amp;gt; appeared?!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| All [[Generation VI]] games&lt;br /&gt;
| [[Horde Encounter]]s&lt;br /&gt;
| &#039;&#039;Whoa! A horde of &amp;lt;Pokémon&amp;gt; appeared!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{pkmn|X and Y}}&lt;br /&gt;
| while riding a Pokémon on Routes {{rtn|9|Kalos}} and {{rtn|17|Kalos}}&lt;br /&gt;
| &#039;&#039;Whoa! The &amp;lt;Pokémon&amp;gt; you stepped on attacked!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{pkmn|X and Y}}&lt;br /&gt;
| interacting with a rustling [[Berry tree]] in {{kal|Berry fields}}&lt;br /&gt;
| &#039;&#039;Whoa! A wild &amp;lt;Pokémon&amp;gt; leaped out!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{pkmn|X and Y}}&lt;br /&gt;
| walking near a rustling bush on Routes {{rtn|6|Kalos}} and {{rtn|18|Kalos}}&lt;br /&gt;
| &#039;&#039;Whoa! A wild &amp;lt;Pokémon&amp;gt; leaped out of the tall grass!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{pkmn|X and Y}}&lt;br /&gt;
| walking into a shadow in various caves&lt;br /&gt;
| &#039;&#039;Whoa! A wild &amp;lt;Pokémon&amp;gt; swooped down from above!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{pkmn|X and Y}}&lt;br /&gt;
| walking into a dirt cloud on {{rt|13|Kalos}}&lt;br /&gt;
| &#039;&#039;Whoa! A wild &amp;lt;Pokémon&amp;gt; leaped out of the ground!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{pkmn|X and Y}}&lt;br /&gt;
| interacting with a shaking trash can in [[Lost Hotel]] and [[Pokémon Village]]&lt;br /&gt;
| &#039;&#039;Whoa! A wild &amp;lt;Pokémon&amp;gt; leaped out of the trash can!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{pkmn|X and Y}}&lt;br /&gt;
| walking into a shadow in the outdoor parts of {{kal|Victory Road}}&lt;br /&gt;
| &#039;&#039;Whoa! A wild &amp;lt;Pokémon&amp;gt; dived out of the sky!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{pkmn|X and Y}}&lt;br /&gt;
| roaming [[Legendary birds#Pokémon X and Y|Articuno, Zapdos, or Moltres]]&lt;br /&gt;
| &#039;&#039;Oh! A wild &amp;lt;Pokémon&amp;gt; appeared!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| All [[Generation VI]] and {{gen|VII}} games&amp;lt;!--including the Sun and Moon demo--&amp;gt;&lt;br /&gt;
| during the catching demonstration&lt;br /&gt;
| &#039;&#039;Oh! A wild &amp;lt;Pokémon&amp;gt; appeared!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{pkmn|Sun and Moon|Sun, Moon}}, {{pkmn|Ultra Sun and Ultra Moon|Ultra Sun, and Ultra Moon}}&lt;br /&gt;
| [[Totem Pokémon]]&lt;br /&gt;
| &#039;&#039;You are challenged by Totem &amp;lt;Pokémon&amp;gt;!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{pkmn|Sun and Moon|Sun, Moon}}, {{pkmn|Ultra Sun and Ultra Moon|Ultra Sun, and Ultra Moon}}&lt;br /&gt;
| encountering an [[Ultra Beast]] (before registering it in the Pokédex)&lt;br /&gt;
| &#039;&#039;??? appeared!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{pkmn|Sword and Shield}}&lt;br /&gt;
| encountering a Pokémon whose level is too high for the player to catch&lt;br /&gt;
| &#039;&#039;You encountered a very strong-looking &amp;lt;Pokémon&amp;gt;!&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| {{pkmn|Brilliant Diamond and Shining Pearl}}&lt;br /&gt;
| encountering two wild Pokémon of different species&lt;br /&gt;
| &#039;&#039;You encountered a wild &amp;lt;Pokémon&amp;gt; and &amp;lt;Pokémon&amp;gt;!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{pkmn|Brilliant Diamond and Shining Pearl}}&lt;br /&gt;
| encountering two wild Pokémon of the same species&lt;br /&gt;
| &#039;&#039;You encountered two wild &amp;lt;Pokémon&amp;gt;!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|[[Pokémon Brilliant Diamond and Shining Pearl|Brilliant Diamond and Shining Pearl]]&lt;br /&gt;
|Encountering a [[Legendary Pokémon]]&lt;br /&gt;
|&amp;lt;Pokémon&amp;gt; appeared!&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Availability===&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;border: 3px solid #88a; {{roundy|10px}}; margin:auto; text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=3 style=&amp;quot;background: #{{red color}}; {{roundytl|5px}};&amp;quot; | Encounter type&lt;br /&gt;
! colspan=16 style=&amp;quot;background: #{{red color}}; {{roundytr|5px}};&amp;quot; | Generation&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=2 style=&amp;quot;background:#88a&amp;quot; width=20px | I&lt;br /&gt;
! rowspan=2 style=&amp;quot;background:#88a&amp;quot; width=20px | II&lt;br /&gt;
! colspan=2 style=&amp;quot;background:#88a&amp;quot; width=20px | III&lt;br /&gt;
! colspan=2 style=&amp;quot;background:#88a&amp;quot; width=20px | IV&lt;br /&gt;
! colspan=2 style=&amp;quot;background:#88a&amp;quot; width=20px | V&lt;br /&gt;
! colspan=2 style=&amp;quot;background:#88a&amp;quot; width=20px | VI&lt;br /&gt;
! colspan=2 style=&amp;quot;background:#88a&amp;quot; width=20px | VII&lt;br /&gt;
! colspan=3 style=&amp;quot;background:#88a&amp;quot; width=20px | VIII&lt;br /&gt;
! rowspan=2 style=&amp;quot;background:#88a&amp;quot; width=20px | IX&lt;br /&gt;
|-&lt;br /&gt;
| {{gameabbrev3|RSE}} || {{gameabbrev3|FRLG}}&lt;br /&gt;
| {{gameabbrev4|DPP}} || {{gameabbrev4|HGSS}}&lt;br /&gt;
| {{gameabbrev5|BW}} || {{gameabbrev5|B2W2}}&lt;br /&gt;
| {{gameabbrev6|XY}} || {{gameabbrev6|ORAS}}&lt;br /&gt;
| {{gameabbrev7|SM}}/{{gameabbrev7|USUM}} || {{gameabbrev7|PE}}&lt;br /&gt;
| {{gameabbrev8|SwSh}} || {{gameabbrev8|BDSP}} || {{gameabbrev8|LA}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| Random encounter{{tt|*|Conjectural term for encounters that occur randomly such as in tall grass, caves, abandoned buildings, and while surfing on water}}&lt;br /&gt;
| {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} &lt;br /&gt;
| {{No}}&lt;br /&gt;
| {{No}} || {{Yes}}&lt;br /&gt;
| {{No}} || {{No}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| [[Fishing]]&lt;br /&gt;
| {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| {{No}}&lt;br /&gt;
| {{Yes}} || {{Yes}} &lt;br /&gt;
| {{No}} || {{No}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| Overworld interaction{{tt|*|Conjectural term for encounters that occur when interacting with a Pokémon in the overworld}}&lt;br /&gt;
| {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} &lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| [[Breakable rock]]&lt;br /&gt;
| {{No}}&lt;br /&gt;
| {{Yes}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| {{No}} &lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{No}} || {{No}}&lt;br /&gt;
| {{Yes}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{No}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| [[Headbutt tree]]&lt;br /&gt;
| {{No}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{No}}&lt;br /&gt;
| {{No}}&lt;br /&gt;
| {{No}}&lt;br /&gt;
| {{No}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| {{m|Sweet Scent}}&lt;br /&gt;
| {{No}}&lt;br /&gt;
| {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{No}} || {{No}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| [[Roaming Pokémon]]&lt;br /&gt;
| {{No}}&lt;br /&gt;
| {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} &lt;br /&gt;
| {{No}} &lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{Yes}} || {{Yes}}&lt;br /&gt;
| {{No}} || {{No}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| [[Mass outbreak]]&lt;br /&gt;
| {{No}} &lt;br /&gt;
| {{Yes}} || {{Yes}}&lt;br /&gt;
| {{No}}&lt;br /&gt;
| {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{Yes}} || {{Yes}} || {{Yes}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| [[Sand tile|Sand/Deep sand]]&lt;br /&gt;
| {{No}} || {{No}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{Yes}} || {{Yes}}&lt;br /&gt;
| {{No}} || {{No}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| [[Honey Tree]]&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{No}} || {{No}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| Wild Double Battle&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{No}}&lt;br /&gt;
| {{Yes}} || {{Yes}}&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{No}} || {{No}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| [[Puddle]]&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{Yes}} || {{Yes}}&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| [[Phenomenon]]&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{Yes}} || {{Yes}}&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| Terrain/[[Snow tile|Snow]]&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| [[Ambush encounter]]&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{No}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|{{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| [[Soaring]]&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| [[Horde Encounter]]&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{Yes}} || {{Yes}}&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| [[SOS Battle]]&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| {{DL|Berry tree|Generation VII|Berry pile}}&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{Yes}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| {{DL|Poké Pelago|Isle_Abeens|Poké Pelago}}&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{Yes}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| [[Symbol encounter]]&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| [[Wanderer]]&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{No}} || {{No}} || {{Yes}} || {{No}} || {{No}} || {{Yes}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| [[Hidden encounter]]&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{No}} || {{Yes}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| {{DL|Berry tree|Generation VIII|Shaking tree}}&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{No}} || {{No}} || {{Yes}} || {{No}} || {{Yes}} || {{No}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| [[Pokémon Den]]&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{No}} || {{No}} || {{Yes}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| {{DL|Curry|Joining Pokémon|Curry encounter}}&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{No}} || {{No}} || {{Yes}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF;&amp;quot;&lt;br /&gt;
| [[Tera Raid Battle]]&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}} || {{No}}&lt;br /&gt;
| {{No}} || {{No}} || {{No}} || {{No}} || {{Yes}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==In the spin-off  games==&lt;br /&gt;
==={{g|GO}}===&lt;br /&gt;
In Pokémon GO, wild Pokémon appear on a map of the real world (based on the crowdsourced {{wp|OpenStreetMap}} project),&amp;lt;ref&amp;gt;[https://allgamers.com/article/3496/niantic-switches-to-openstreetmap-in-pokeacutemon-go Niantic Switches to OpenStreetMap in Pokémon GO]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[https://blog.openstreetmap.org/2018/04/01/tips-pokemon-go-2/ Recommendations for new (Pokémon GO) mappers by community members]&amp;lt;/ref&amp;gt; with the player moving in the game by traveling in the real world. When a Pokémon is nearby, the player&#039;s phone vibrates. The player can encounter a nearby Pokémon by tapping it in the Map View. Different kinds of Pokémon will appear in different environments; for example, {{type|Water}} Pokémon are more common near water. [[Weather]] also affects which Pokémon are common.&lt;br /&gt;
&lt;br /&gt;
In a wild encounter, the player attempts to catch a wild Pokémon in a [[Poké Ball]] before it runs away. Unlike in the [[core series]] games, these encounters do not involve battle. At higher levels, the player can use various Berries to make wild Pokémon easier to catch or use more powerful Poké Balls like [[Great Ball]]s and [[Ultra Ball]]s. While pressing and holding a Poké Ball, a ring will appear around the Pokémon. This ring shrinks over time; once it reaches its smallest size, it immediately returns to full size, and the cycle repeats. If the Poké Ball is thrown while the ring is very small, the capture is more likely to be successful. Throwing the ball while the ring is as far out as it can be, or halfway in the outer circle also provides small bonuses.&lt;br /&gt;
&lt;br /&gt;
====Encounter messages====&lt;br /&gt;
There are times when the usual &#039;&#039;A wild &amp;lt;Pokémon&amp;gt; appeared!&#039;&#039; will be replaced by another message: encountering a defeated {{GO|Raid Battle|Raid Boss}} or a {{GO|Shadow Pokémon}} will yield this message: &#039;&#039;Bonus Challenge! Catch &amp;lt;Pokémon&amp;gt;!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Pokémon UNITE===&lt;br /&gt;
In [[Pokémon UNITE]], wild Pokémon spawn in fixed locations across the [[Unite Battle#Stages|stages]]. Each game mode has its own specific Pokémon, and the more important ones are detailed on the map overview of Casual and Quick Battle selections in the lobby.&lt;br /&gt;
&lt;br /&gt;
Ordinary wild Pokémon appear on the minimap of a battle as yellow dots. They yield different amounts of [[experience]] and [[Aeos energy]] depending on the species and time within the match and since the last captured wild Pokémon in their respective spots. Their spawning may be influenced by the number of [[goal zone]]s on either team&#039;s side. During a match&#039;s Final Stretch, regular wild Pokémon may evolve or despawn.&lt;br /&gt;
&lt;br /&gt;
A special class of &amp;quot;objective&amp;quot; wild Pokémon appear as yellow generic enemy faces on the minimap. These Pokémon spawn at set times and provide various team-wide benefits, and thus are one of the focal points of a match.&lt;br /&gt;
&lt;br /&gt;
In [[Catch &#039;Em]] and [[Panic Parade]] Quick Battles, certain wild Pokémon can be caught. In the former&#039;s case, they can be played as with a unique moveset, while in the latter, it is possible to temporarily send them out to fight alongside Trainer Pokémon.&lt;br /&gt;
&lt;br /&gt;
===Pokémon Ranger series===&lt;br /&gt;
In the {{OBP|Pokémon Ranger|Ranger series}}s, the wild Pokémon are not caught. Instead, it is possible to direct them to perform a task with a [[Capture Styler]].&lt;br /&gt;
&lt;br /&gt;
===Pokémon Pinball series===&lt;br /&gt;
In [[Pokémon Pinball]] and [[Pokémon Pinball: Ruby &amp;amp; Sapphire]], during the Catch &#039;Em Mode, a wild Pokémon appears at the bottom of the field and can be caught by the player.&lt;br /&gt;
&lt;br /&gt;
===Pokémon Battle Trozei===&lt;br /&gt;
According to the manual of [[Pokémon Battle Trozei]], the puzzle game is about catching wild Pokémon: &#039;&#039;&amp;quot;Pokémon Battle Trozei is a puzzle game in which you clear puzzles in order to battle against and Trozei the wild Pokémon that appear in each stage. [...] In this game, the word Trozei means reducing a wild Pokémon&#039;s HP to zero and catching it so you can use it.&amp;quot;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is unlike the preceding game [[Pokémon Trozei!]], in which the puzzle game was about recovering Pokémon stolen from their Trainers.&lt;br /&gt;
&lt;br /&gt;
===Pokémon Trading Card Game Live===&lt;br /&gt;
In [[Pokémon Trading Card Game Live]], one of the text strings displayed as the game loads is &amp;quot;Catching Wild Pokémon&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==In animation==&lt;br /&gt;
[[File:Bidoof group anime.png|thumb|300px|A group of wild {{p|Bidoof}} in {{aniseries|DP}}]]&lt;br /&gt;
===&#039;&#039;Pokémon the Series&#039;&#039;===&lt;br /&gt;
Wild Pokémon are not typically a central feature of {{aniseries|PTS}}, which focuses mostly on the Pokémon belonging to {{Ash}}, {{ashfr}}, and other Trainers that he encounters. Most of the Pokémon belonging to the group were shown in the wild at some point, but are usually {{pkmn2|caught}} at a later point in the same episode, most often at the end. Despite this, there have been several [[List of recurring wild Pokémon in the animated series|recurring wild Pokémon]] who appear over a length of time without being caught. Of all of these Pokémon, a {{AP|Caterpie}}, a {{pkmn2|Shiny}} {{TP|Lance|Gyarados}}, an {{AP|Aipom}}, a {{AP|Gible}}, a {{AP|Krokorok}}, a {{AP|Froakie}}, a {{TP|Clemont|Dedenne}}, a {{AP|Rockruff}}, a {{AP|Litten}}, a {{AP|Poipole}}, an [[Sandy|Eevee]], a {{AP|Meltan}}, [[Acerola#Greedy Rapooh|two]] {{AP|Gengar}}, a {{TP|Goh|Scorbunny}}, a {{TP|Goh|Sobble}}, an {{TP|Leon|Eternatus}}, and a {{TP|James|Morpeko}} all went on to be caught several episodes after they appeared. As demonstrated on a number of occasions, {{MTR}} is also a wild Pokémon.&lt;br /&gt;
&lt;br /&gt;
There are, however, numerous examples of wild Pokémon being featured in debut episodes that introduce their species, such as Clefairy in &#039;&#039;[[EP006|Clefairy and the Moon Stone]]&#039;&#039; and Sudowoodo in &#039;&#039;[[EP162|Type Casting]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
In the [[EP001|first episode]], Ash&#039;s Pokédex states that wild Pokémon tend to be jealous of human-trained Pokémon, this being one of the reasons that the {{AP|Spearow|Fearow#In animation}} Ash hit with a rock attacked {{AP|Pikachu}} instead.&lt;br /&gt;
&lt;br /&gt;
====Pokédex entries====&lt;br /&gt;
{{Animedexheader|Kanto|no}}&lt;br /&gt;
{{Animedexbody|EP001|Wild Pokémon|Ash&#039;s Pokédex|Wild Pokémon tend to be jealous of human-trained Pokémon.}}&lt;br /&gt;
{{Animedexfooter/Pokémon|Kanto}}&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Pokémon Horizons: The Series&#039;&#039;===&lt;br /&gt;
{{incomplete|section|role in Horizons; compare/contrast to PtS}}&lt;br /&gt;
In {{aniseries|HZ}}, a {{TP|Roy|Fuecoco}}, a {{TP|Roy|Wattrel}}, a {{TP|Dot|Quaxly}}, a {{TP|Liko|Terapagos}}, a {{TP|Liko|Charcadet}}, and a {{TP|Dot|Gimmighoul}} were all caught after first appearing as [[List of recurring wild Pokémon in the animated series|recurring wild Pokémon]]. In addition, many of the Pokémon living on the [[Brave Olivine]] are wild Pokémon that assist in tasks to keep the airship functional. The [[Six Heroes]] and [[Gibeon&#039;s Zygarde]] have made multiple appearances as wild Pokémon after being released in &#039;&#039;[[HZ089|Where the Adventure Leads]]&#039;&#039; and &#039;&#039;[[HZ088|The Earthshaking White Zygarde]]&#039;&#039;, respectively.&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
{{sectionstub}}&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
Wild Pokémon have been seen in [[Pokémon Adventures]] since the start of the {{pkmn|manga}}, though prior to the {{MangaArc|Ruby &amp;amp; Sapphire}}, they mostly served the role of being {{pkmn2|caught}} by one of the [[Pokédex holder]]s or the antagonists, especially with {{adv|Crystal}}, whom {{adv|Professor Oak}} tasked with completing the [[Pokédex]]. In later arcs, wild Pokémon have become more common. In some cases, the possibility of controlling wild Pokémon without catching them has been demonstrated, such as with the {{TP|Brandon|legendary giants}} being controlled by {{Steven}} and the [[Hoenn]] [[Elite Four]] during the climax of the &#039;&#039;Ruby &amp;amp; Sapphire&#039;&#039; arc, or [[Colress]] controlling a wild {{TP|Blake|Genesect}} in the {{MangaArc|Black 2 &amp;amp; White 2}} due to [[Team Plasma]]&#039;s inability to place it inside a [[Poké Ball]]. Examples of Pokémon that have appeared in the wild outside the chapters they were caught in include {{adv|Mewtwo}}, the legendary giants, and [[Rayler|Pearl&#039;s Luxray]].&lt;br /&gt;
&lt;br /&gt;
==In the TCG==&lt;br /&gt;
The Pokémon Trading Card Game does not really address the distinction between wild Pokémon and Pokémon owned by trainers. As written in the [[Pokémon Trading Card Game Rules]], the {{TCG|Pokémon}} cards in one&#039;s [[deck]] are that player&#039;s Pokémon.&amp;lt;ref&amp;gt;[[Pokémon Trading Card Game Rules]], {{TCG|Paradox Rift}}, &amp;quot;Your deck of cards represents your Pokémon as well as items and allies that help you on your adventures.&amp;quot;&amp;lt;/ref&amp;gt; However, much of the game&#039;s art does not contain any traces of [[human]]s. One could interpret a card that does not show a human, a location associated with a human such as a house, or an organized battle as depicting a Pokémon in the wild.&lt;br /&gt;
&lt;br /&gt;
The [[Poké Catch]] game depicts players [[caught Pokémon|catching]] Pokémon. Therefore, all of the Pokémon used in it can be assumed to be wild Pokémon.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* In [[Pokémon Red and Green beta|pre-release versions]] of {{game|Red and Green|s}}, the wild encounter rate was so high that players would encounter wild Pokémon every two steps. Combined with the fact that Trainers would battle the player every time the player walked past them regardless of whether they had already been defeated, it would take players half a day to get through a single cave. Game Freak adjusted the wild encounter rate and changed Trainer battles for a more reasonable experience before the game was released.&amp;lt;ref&amp;gt;[[Shōko Nakagawa: Pokémon Taught Me The Meaning of Life]] (p155) via [http://dogasu.bulbagarden.net/features/nakagawa_shouko_pokemon_meaning_life.html Dogasu&#039;s Backpack]&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Prior to [[Generation IV]], due to the fact that Pokémon hatched from [[Pokémon Egg|Eggs]] at level 5, several wild Pokémon found in early [[route]]s had lower levels than newly-hatched Pokémon.&lt;br /&gt;
* {{game|Crystal}} is the [[core series]] game with the lowest maximum level available for a wild Pokémon, having no higher than level 60 {{p|Ho-Oh}} and {{p|Lugia}}.&lt;br /&gt;
* The only level 100 wild Pokémon available in the core series are {{p|Magikarp}} in {{game|Platinum}}, {{B2W2|Black 2, White 2}}, {{pkmn|Scarlet and Violet|Scarlet, and Violet}}  (with [[The Hidden Treasure of Area Zero]]), {{p|Gyarados}} in {{B2W2|Black 2 and White 2}}, and {{p|Regigigas}} in [[Pokémon Sword and Shield]] (with [[Pokémon Sword and Shield Expansion Pass|Expansion Pass]]).&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Langtable|color={{Grass color}}|bordercolor={{Grass color dark}}&lt;br /&gt;
|ca=Pokémon Salvatge&lt;br /&gt;
|zh_yue=野生寶可夢 &#039;&#039;{{tt|Yéhsāang Pokémon|Wild Pokémon}}&#039;&#039;&lt;br /&gt;
|zh_cmn=野生寶可夢 / 野生宝可梦 &#039;&#039;{{tt|Yěshēng Pokémon|Wild Pokémon}}&#039;&#039;&lt;br /&gt;
|cs=Divoký Pokémon&lt;br /&gt;
|da=Vild Pokémon&lt;br /&gt;
|nl=Wild Pokémon&lt;br /&gt;
|fr=Pokémon sauvage&lt;br /&gt;
|fi=Villi Pokémon&lt;br /&gt;
|de=Wildes Pokémon&lt;br /&gt;
|it=Pokémon selvatico&lt;br /&gt;
|ko=야생 포켓몬 &#039;&#039;{{tt|Yasaeng Pokémon|Wild Pokémon}}&#039;&#039;&lt;br /&gt;
|no=Vill Pokémon&lt;br /&gt;
|pl=Dziki Pokémon&lt;br /&gt;
|pt_br=Pokémon selvagem&lt;br /&gt;
|ru=Дикий покемон &#039;&#039;Dikiy Pokémon&#039;&#039;&lt;br /&gt;
|es=Pokémon salvaje&lt;br /&gt;
|sv=Vild Pokémon&lt;br /&gt;
|vi=Pokémon hoang dã&lt;br /&gt;
|pt_eu=Pokémon selvagem{{tt|*|Platinum manual}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
{{reflist|group=lower-alpha}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Terminology]]&lt;br /&gt;
[[Category:Methods of obtaining Pokémon]]&lt;br /&gt;
&lt;br /&gt;
[[es:Pokémon salvaje]]&lt;br /&gt;
[[fr:Pokémon sauvage]]&lt;br /&gt;
[[it:Pokémon selvatico]]&lt;br /&gt;
[[ja:野生ポケモン]]&lt;br /&gt;
[[zh:野生宝可梦]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=HZ055&amp;diff=4534781</id>
		<title>HZ055</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=HZ055&amp;diff=4534781"/>
		<updated>2026-04-19T07:27:21Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EpicodePrevNext|&lt;br /&gt;
prevcode=HZ054 |&lt;br /&gt;
prevtitle=The Treasure of Eternity |&lt;br /&gt;
nextcode=HZ056 |&lt;br /&gt;
nexttitle=Liko vs. Rika! Towards the Battle&#039;s End |&lt;br /&gt;
series=Pokémon Horizons: The Series |&lt;br /&gt;
colorscheme=Paldea}}&lt;br /&gt;
{{EpisodeInfobox|&lt;br /&gt;
epcode=HZ055 |&lt;br /&gt;
altepcode=EP1287 |&lt;br /&gt;
colorscheme=Paldea |&lt;br /&gt;
title_en=Showdown! The Paldea Elite Four |&lt;br /&gt;
title_ja=対決！パルデア四天王 |&lt;br /&gt;
title_ja_trans=Showdown! The Big Four of Paldea |&lt;br /&gt;
broadcast_jp=June 21, 2024 |&lt;br /&gt;
broadcast_us=February 7, 2025 |&lt;br /&gt;
en_op=[[My Favorite Pokémon]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Will (song)|Will -Korean ver.-]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
en_ed=[[My Favorite Pokémon|My Favorite Pokémon (instrumental)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Make You Shine|Make You Shine (English Ver.)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
ja_op={{so|Will}} |&lt;br /&gt;
ja_ed=[[Let me battle]] |&lt;br /&gt;
olmteam=Team Kumemura |&lt;br /&gt;
scenarion=1 |&lt;br /&gt;
scenario=永川成基 |&lt;br /&gt;
storyboardn=1 |&lt;br /&gt;
storyboard=尼野浩正 |&lt;br /&gt;
directorn=1 |&lt;br /&gt;
director=岩田義彦 |&lt;br /&gt;
artn=7 |&lt;br /&gt;
art=松本めぐみ |&lt;br /&gt;
art2=倉員千晶 |&lt;br /&gt;
art3=服部奈津美  |&lt;br /&gt;
art4=大西雅也 |&lt;br /&gt;
art5=志村泉 |&lt;br /&gt;
art6=柳原好貴 |&lt;br /&gt;
art7=加藤健二 |&lt;br /&gt;
morecredits=yes |&lt;br /&gt;
epstaffpage=HZ051-HZ060 |&lt;br /&gt;
footnotes=* {{BMGf|301903|Preview thread on BMGf}} &#039;&#039;Closed&#039;&#039;&lt;br /&gt;
* {{BMGf|302092|Original review thread on BMGf}}&lt;br /&gt;
* {{BMGf|304826|Dub review thread on BMGf}}&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Showdown! The Paldea Elite Four&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;対決！パルデア四天王&#039;&#039;&#039; &#039;&#039;Showdown! {{tt|The Big Four|Elite Four}} of Paldea&#039;&#039;) is the 55th episode of &#039;&#039;[[Pokémon Horizons: The Series]]&#039;&#039;, and the 1,287th episode of the [[Pokémon animated series]]. It first aired in Japan on June 21, 2024, in the United Kingdom on January 13, 2025, and in the United States on February 7, 2025.&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
==Blurb==&lt;br /&gt;
&amp;lt;!--https://www.pokemon.com/us/animation/horizons/2/showdown-the-paldea-elite-four--&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;School is back in session at Naranja Academy for Liko, Roy, and Dot. And Director Clavell has a surprise in store: aptitude battles that set a student and a Gym Leader duo against a special rival…a member of the Elite Four! Dot and Iono are up first against Poppy and must make their Pokémon work in sync to smash down Poppy’s steely defense. Next, Roy and Brassius face off against Hassel, whose Dragon-type Pokémon are not only tough but also might give Roy a better understanding of the elusive black Rayquaza. Finally, the stage is set for Liko and Katy to take on Rika—have our heroes mastered the skills needed to triumph?&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
Having completed their [[Tera Training]] tests, [[Liko]], [[Roy]], [[Dot]], [[Coral]], [[Sidian]], and other {{tc|student}}s have returned to [[Naranja Academy]]. Before their next assignment, however, Director [[Clavell]] announces that he has arranged a series of friendly {{pkmn|battle}}s against special guests for them to participate in. [[Geeta]] enters the hall and reveals that the special guests in question are members of the [[Paldea]] [[Elite Four]], making the students excited. As the students move to the schoolyard, Dot is feeling that losing is a certainty against such powerful opponents, but {{an|Nemona}} reveals to the trio of friends that these friendly matches will be [[Multi Battle]]s, where each of them will pair up with the [[Gym Leader]] they fought for their test. Case and point, {{an|Iono}} appears on one of the battlefields and waves at Dot, making a flustered Dot realize that she&#039;ll be the first one to battle. With [[Dendra]] working as the [[Battle judge|referee]], Iono and Dot take their place at the field and are soon joined by their opponent, [[Poppy]], who calls out her {{p|Tinkaton}} and {{p|Copperajah}} ([[nickname]]d Tinkie and Rajah) to face [[Dot&#039;s Quaxly]] and Iono&#039;s {{p|Bellibolt}}. Dendra clarifies that the battle ends when either the student&#039;s Pokémon or one of the Elite Four member&#039;s Pokémon is defeated, and Clavell adds that the Gym Leader will be disallowed to {{Tera}}stallize their Pokémon so that the student can have more spotlight, much to Iono&#039;s dismay.&lt;br /&gt;
&lt;br /&gt;
Dendra starts the battle, with Iono making the first move with {{m|Discharge}}, though it ends up shocking Quaxly as well and doing next to nothing against Poppy&#039;s Pokémon. Poppy tells Rajah to use {{m|Sandstorm}}, which surrounds the battlefield and buffets Dot and Iono&#039;s Pokémon while doing nothing to Poppy&#039;s {{t|Steel}} types. Tinkie leaps forward with {{m|Gigaton Hammer}}, but Bellibolt uses {{m|Reflect}} to soften the blow. Geeta feels that the battle is becoming a showdown between a Gym Leader and an Elite Four member, with the student being too overwhelmed to do anything, but Clavell and Dot&#039;s friends feel sure things can still change. With the protective barrier still active, Iono tells Dot to take the offensive, so she has Quaxly use {{m|Water Gun}}, followed by {{m|Liquidation}}. Poppy&#039;s Pokémon shrug off the hits with ease, however, and Tinkie then proceeds to smash the Reflect barrier apart with {{m|Brick Break}}, much to Iono&#039;s shock. Poppy aims for a finishing blow and launches a combination attack in the form of Rajah&#039;s {{m|Rock Slide}} and Tinkie&#039;s {{m|Rock Smash}}, sending a barrage of rocks raining onto her opponents. Bellibolt protects Quaxly with its body, but is starting to feel tired. With the {{weather|sandstorm}} subsiding, Iono tells Bellibolt to use {{m|Slack Off}} to heal itself. Seeing Quaxly expressing his determination with dance moves, Dot gets an idea and has him do the same on Bellibolt&#039;s belly, triggering its {{a|Electromorphosis}} [[Ability]]. When Tinkie leaps in with Gigaton Hammer, Bellibolt uses its belly to launch Quaxly high into the air to avoid the attack. Iono tells Dot to use the chance to her advantage, and she does so, Terastallizing Quaxly and having him use a powered-up Liquidation. The attack clashes with Tinkie&#039;s hammer, until both sides are pushed back. Iono then points out how her Bellibolt used the distraction to get onto Rajah&#039;s back, allowing it to land a close-range {{m|Zap Cannon}}. Rajah collapses, thus resulting in Dot and Iono being declared winners. Poppy congratulates the two, but quickly notices that Dot isn&#039;t feeling happy despite being on the winning side. Dot admits that she feels that they only won because Iono did all the heavy lifting, but Poppy says she&#039;s thinking too hard and hopes to battle her again someday, before taking her leave with Iono, leaving Dot feeling a little better about herself.&lt;br /&gt;
&lt;br /&gt;
On the other battlefield, Coral commands her {{p|Glalie}} to use {{m|Self-Destruct}}. The ensuing explosion consumes every Pokémon on the field and defeats not only [[Larry]]&#039;s {{p|Flamigo}} and {{p|Oricorio}}, but also her partner [[Kofu]]&#039;s {{p|Wugtrio}}. However, much to Coral&#039;s frustration, Dendra declares Larry the winner, explaining that the use of Self-Destruct counts as a loss in the event that all the participating Pokémon are defeated. Kofu takes the loss with a hearty laugh, but Coral throws a tantrum and runs off, much to Sidian and [[Chalce]]&#039;s exasperation.&lt;br /&gt;
&lt;br /&gt;
Roy&#039;s turn is next, and his partner, [[Brassius]], leaps down from a set of loudspeakers to join him on the battlefield. Their opponent is [[Hassel]], whom Brassius reveals to be a {{type|Dragon}} [[Type expert|expert]], which Roy sees as a valuable source of experience for his future confrontation with [[Black Rayquaza|Rayquaza]]. Hassel sends out {{p|Baxcalibur}} and {{p|Flapple}}, while Brassius calls out {{p|Dolliv}} to join [[Roy&#039;s Fuecoco]]. The battle begins with Roy ordering a {{m|Flame Charge}}. Avoiding an {{m|Ice Shard}} from Baxcalibur while Dolliv blocks Flapple&#039;s {{m|Acid Spray}} with {{m|Seed Bomb}}, Fuecoco&#039;s attack is able to make contact with Baxcalibur. To Roy&#039;s surprise, however, the attack seems to strengthen Baxcalibur, and he tells Fuecoco to back off, barely avoiding a hit from Baxcalibur&#039;s {{m|Glaive Rush}}. Brassius explains that Baxcalibur has the {{a|Thermal Exchange}} Ability, which boosts its {{stat|attack}} power if it&#039;s hit by a {{type|Fire}} [[move]], leaving Roy exasperated that Brassius didn&#039;t warn him sooner. Deciding to switch things up, Roy has Fuecoco use {{m|Disarming Voice}}, which deals [[Type#Type effectiveness|supereffective]] damage on the two Dragon types. Hassel tells Flapple to use {{m|Grav Apple}}, which reminds Fuecoco of an actual apple so much that he ignores Roy&#039;s orders to dodge until it&#039;s too late and the move hits him straight on the head. Brassius encourages Roy to fight with passion, so he orders Fuecoco to use {{m|Flamethrower}}, which Dolliv powers up with {{m|Helping Hand}}. Hassel responds to this collaboration of moves by having Flapple use {{m|Twister}}, creating a fiery tornado that Baxcalibur dives inside of. Thanks to Thermal Exchange, the tornado suddenly freezes over and shatters, leaving Baxcalibur even more powered up as it uses Glaive Rush again. Fuecoco tries to flee from it, but is unexpectedly saved by Dolliv&#039;s {{m|Grass Knot}} making him fall down and out of the attack&#039;s path. The next combination of attacks comes in the form of Dolliv&#039;s Seed Bomb and Fuecoco&#039;s Flamethrower, which is blocked by Baxcalibur and Flapple&#039;s respective uses of {{m|Protect}}. While Dolliv prepares a giant {{m|Energy Ball}}, Roy Terastallizes Fuecoco and combines his boosted Flamethrower with the Energy Ball, creating a spectacular display that Hassel can&#039;t help but be impressed by. Hassel orders Baxcalibur to use {{m|Blizzard}}, enveloping the combo move in ice, before ordering another Glaive Rush, launching a surprise attack through the ice that defeats both Fuecoco and Dolliv, making Hassel the winner. Despite losing, Roy still felt that he had fun, though he&#039;s subsequently left awkwardly staring at Hassel as he starts to cry profusely at how much both Roy and Brassius have grown. Talking with Nemona, Roy admits that he&#039;s still no match for Rayquaza and swears to keep growing stronger.&lt;br /&gt;
&lt;br /&gt;
While Liko prepares for her battle, [[Sidian]] and [[Tulip]]&#039;s team is defeated when {{p|Garganacl}} loses to [[Rika]]&#039;s {{p|Clodsire}} and {{p|Dugtrio}}. Rika berates Sidian&#039;s attitude of accepting loss just to ensure his own backup&#039;s survival, but Sidian says he prefers it to a disgraceful victory, which Tulip finds understandable. The two of them make way for Liko and [[Katy]], who look forward to battling together as much as Rika looks forward to keeping her winning streak going, the Elite Four member smiling confidently.&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
&amp;lt;!-- This is not for summarizing everything that happens in this episode. Only events pertaining to the series as a whole, such as catching and releasing Pokémon and obtaining Badges, go here. --&amp;gt;&lt;br /&gt;
* [[Liko]], [[Roy]], and [[Dot]] return to [[Naranja Academy]].&lt;br /&gt;
* [[Coral]] and [[Sidian]] are revealed to have passed their respective [[Tera Training]] tests.&lt;br /&gt;
* Each of the students participates in the [[Elite Four Tag Battle]]:&lt;br /&gt;
** Dot and {{an|Iono}} have a [[Multi Battle]] against [[Poppy]] and win.&lt;br /&gt;
** Coral and [[Kofu]] have a Multi Battle against [[Larry]] and lose.&lt;br /&gt;
** Roy and [[Brassius]] have a Multi Battle against [[Hassel]] and lose.&lt;br /&gt;
** Sidian and [[Tulip]] have a Multi Battle against [[Rika]] and lose.&lt;br /&gt;
** Liko and [[Katy]] prepare to start their Multi Battle against Rika.&lt;br /&gt;
{{animeevents|HZ}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
====Humans====&lt;br /&gt;
* [[Kofu]]&lt;br /&gt;
* [[Tulip]]&lt;br /&gt;
&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
* {{p|Tinkaton}}&lt;br /&gt;
* {{p|Baxcalibur}}&lt;br /&gt;
* {{p|Clodsire}}&lt;br /&gt;
* {{p|Wugtrio}}&lt;br /&gt;
* {{p|Espathra}}&lt;br /&gt;
* {{p|Lokix}}&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* [[Liko]]&lt;br /&gt;
* [[Roy]]&lt;br /&gt;
* [[Dot]]&lt;br /&gt;
* [[Ann]]&lt;br /&gt;
* {{an|Nemona}}&lt;br /&gt;
* [[Clavell]]&lt;br /&gt;
* [[Jacq]]&lt;br /&gt;
* [[Geeta]]&lt;br /&gt;
* [[Rika]]&lt;br /&gt;
* [[Hassel]]&lt;br /&gt;
* [[Poppy]]&lt;br /&gt;
* [[Katy]]&lt;br /&gt;
* [[Brassius]]&lt;br /&gt;
* {{an|Iono}}&lt;br /&gt;
* [[Kofu]]&lt;br /&gt;
* [[Larry]]&lt;br /&gt;
* [[Tulip]]&lt;br /&gt;
* [[Dendra]]&lt;br /&gt;
* [[Coral]]&lt;br /&gt;
* [[Sidian]]&lt;br /&gt;
* [[Chalce]]&lt;br /&gt;
* [[Niko]]&lt;br /&gt;
* [[Rob]]&lt;br /&gt;
* [[Dash]]&lt;br /&gt;
* {{tc|Student}}s&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Floragato}} ({{OP|Liko|Floragato}})&lt;br /&gt;
* {{p|Fuecoco}} ({{OP|Roy|Fuecoco}}; {{Tera}}stallized)&lt;br /&gt;
* {{p|Quaxly}} ({{OP|Dot|Quaxly}}; {{Tera}}stallized)&lt;br /&gt;
* {{p|Rotom}} ([[Dot]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Lokix}} ([[Katy]]&#039;s; debut)&lt;br /&gt;
* {{p|Dolliv}} ([[Brassius]]&#039;s)&lt;br /&gt;
* {{p|Bellibolt}} ({{an|Iono}}&#039;s)&lt;br /&gt;
* {{p|Wugtrio}} ([[Kofu]]&#039;s; debut)&lt;br /&gt;
* {{p|Espathra}} ([[Tulip]]&#039;s; debut)&lt;br /&gt;
* {{p|Tinkaton}} ([[Poppy]]&#039;s; Tinkie; debut)&lt;br /&gt;
* {{p|Copperajah}} ([[Poppy]]&#039;s; Rajah)&lt;br /&gt;
* {{p|Baxcalibur}} ([[Hassel]]&#039;s; debut)&lt;br /&gt;
* {{p|Flapple}} ([[Hassel]]&#039;s)&lt;br /&gt;
* {{p|Flamigo}} ([[Larry]]&#039;s)&lt;br /&gt;
* {{p|Oricorio}} ([[Larry]]&#039;s; {{form|Oricorio|Pom-Pom Style}})&lt;br /&gt;
* {{p|Dugtrio}} ([[Rika]]&#039;s)&lt;br /&gt;
* {{p|Clodsire}} ([[Rika]]&#039;s; debut)&lt;br /&gt;
* {{p|Glalie}} ([[Coral]]&#039;s)&lt;br /&gt;
* {{p|Garganacl}} ([[Sidian]]&#039;s)&lt;br /&gt;
* {{p|Voltorb}} ({{tc|Student}}&#039;s)&lt;br /&gt;
* {{p|Sentret}} ({{tc|Student}}&#039;s)&lt;br /&gt;
* {{p|Flaaffy}} ({{tc|Student}}&#039;s)&lt;br /&gt;
* {{p|Shinx}} ({{tc|Student}}&#039;s)&lt;br /&gt;
* {{p|Grimer}} ({{tc|Student}}&#039;s)&lt;br /&gt;
* {{p|Kirlia}} ({{tc|Student}}&#039;s)&lt;br /&gt;
* {{p|Azurill}} ({{tc|Student}}&#039;s)&lt;br /&gt;
* {{p|Cubchoo}} ({{tc|Student}}&#039;s)&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
[[File:HZ055 Artwork.jpg|thumb|150px|An illustration of [[Dot]] and [[Roy]]&#039;s battles by [[Sanosuke Sakuma]]&amp;lt;ref name=&amp;quot;illus&amp;quot;/&amp;gt;]]&lt;br /&gt;
* [[Professor Friede&#039;s Pokémon Seminar]]: &#039;&#039;What does {{p|Baxcalibur}} absorb through its fin?&#039;&#039;&lt;br /&gt;
** Choices: Cold air, electricity, heat&lt;br /&gt;
** Answer: Heat&lt;br /&gt;
* An [[a:File:HZ055 Artwork.jpg|illustration]] of this episode was drawn by [[Sanosuke Sakuma]].&amp;lt;ref name=&amp;quot;illus&amp;quot;&amp;gt;[https://x.com/anipoke_PR/status/1801563483345195159 Tweet by @anipoke_PR on June 14, 2024]&amp;lt;/ref&amp;gt;&lt;br /&gt;
* The first [[List of Pokémon Horizons: The Series eyecatches|eyecatch]] features [[Poppy]] and her {{p|Tinkaton}}, Tinkie, and the second features [[Hassel]] and his Baxcalibur.&lt;br /&gt;
* Despite having been used in the {{pkmn|animated series}} since {{aniseries|RS}}, this is the first episode in which {{m|Brick Break}}&#039;s secondary effect of breaking barriers such as {{m|Reflect}} is shown.&lt;br /&gt;
* [[Liko]], [[Roy]], {{TP|Roy|Fuecoco}}, [[Dot]], {{TP|Dot|Quaxly}}, and {{TP|Liko|Floragato}} narrate the preview for the [[HZ056|next episode]].&lt;br /&gt;
&lt;br /&gt;
===Errors===&lt;br /&gt;
&lt;br /&gt;
===Dub edits===&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Epilang|color=AE7BD0|bordercolor=F34134&lt;br /&gt;
|ar={{tt|مواجهة! نخبة بالديا الأربعة|Showdown! Paldea&#039;s elite four}}&lt;br /&gt;
|zh_yue={{tt|對決，帕底亞四天王|Showdown, the Paldea Elite Four}}&lt;br /&gt;
|zh_cmn={{tt|對決！帕底亞四天王|Showdown! The Paldea Elite Four}}&lt;br /&gt;
|cs={{tt|Do akce! Paldejská Elitní čtyřka|Go! The Paldea Elite Four}}&lt;br /&gt;
|nl={{tt|Klaar voor de strijd! De Vier van Paldea&#039;s Elite|Ready for Battle! The Paldea Elite Four}}&lt;br /&gt;
|fi={{tt|Edessä Paldean Elite Four|Facing the Paldea Elite Four!}}&lt;br /&gt;
|de={{tt|Showdown gegen die Top Vier von Paldea!|Showdown against the Paldea Elite Four!}}&lt;br /&gt;
|he={{tt|!עימות! הרביעייה המובילה של פאלדאה|Showdown! The Paldea Elite Four!}}&lt;br /&gt;
|id={{tt|Pertarungan Sengit! Empat Elite Paldea|Fierce Battle! Paldea&#039;s Elite Four}}&lt;br /&gt;
|it={{tt|Lotta contro i Superquattro di Paldea|Battle against the Paldea Elite Four}}&lt;br /&gt;
|no={{tt|Styrkeprøven! The Paldea Elite Four|Showdown! The Paldea Elite Four}}&lt;br /&gt;
|pl={{tt|Starcie z Elitarną Czwórką Paldei!|Showdown with the Paldea Elite Four!}}&lt;br /&gt;
|pt_br={{tt|Confronto! A Elite dos Quatro de Paldea|Showdown! The Paldea Elite Four}}&lt;br /&gt;
|pt_eu={{tt|Confronto! A Elite Quatro de Paldea!|Showdown! The Paldea Elite Four!}}&lt;br /&gt;
|es_la={{tt|¡Confrontación! ¡La Élite Cuatro de Paldea!|Showdown! The Paldea Elite Four}}&lt;br /&gt;
|es_eu={{tt|¡Enfrentamientos con el Alto Mando de Paldea!|Matches vs. the Paldea Elite Four!}}&lt;br /&gt;
|sv={{tt|Dags för strid! Paldeas Elit Fyra|Time for battle! Paldea&#039;s Elite Four}}&lt;br /&gt;
|tr={{tt|Müsabaka! Paldea Elit Dörtlüsü|Showdown! The Paldea Elite Four}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
{{EpicodePrevNext&lt;br /&gt;
|prevcode=HZ054&lt;br /&gt;
|prevtitle=The Treasure of Eternity&lt;br /&gt;
|nextcode=HZ056&lt;br /&gt;
|nexttitle=Liko vs. Rika! Towards the Battle&#039;s End&lt;br /&gt;
|series=Pokémon Horizons: The Series&lt;br /&gt;
|colorscheme=Paldea&lt;br /&gt;
}}&lt;br /&gt;
{{Project Anime notice}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:1287}}&lt;br /&gt;
[[Category:Pokémon Horizons: The Series episodes|055]]&lt;br /&gt;
[[Category:Episodes written by Naruki Nagakawa]]&lt;br /&gt;
[[Category:Episodes storyboarded by Hiromasa Amano]]&lt;br /&gt;
[[Category:Episodes directed by Yoshihiko Iwata]]&lt;br /&gt;
[[Category:Episodes animated by Megumi Matsumoto]]&lt;br /&gt;
[[Category:Episodes animated by Chiaki Kurakazu]]&lt;br /&gt;
[[Category:Episodes animated by Natsumi Hattori]]&lt;br /&gt;
[[Category:Episodes animated by Masaya Ōnishi]]&lt;br /&gt;
[[Category:Episodes animated by Izumi Shimura]]&lt;br /&gt;
[[Category:Episodes animated by Kōki Yanagihara]]&lt;br /&gt;
[[Category:Episodes animated by Kenji Katō]]&lt;br /&gt;
[[Category:Episodes by multiple animation directors]]&lt;br /&gt;
[[Category:Episodes featuring Elite Four members]]&lt;br /&gt;
[[Category:Episodes in which a Champion appears]]&lt;br /&gt;
[[Category:Episodes which aired in the United Kingdom before the United States]]&lt;br /&gt;
&lt;br /&gt;
[[de:Showdown gegen die Top Vier von Paldea!]]&lt;br /&gt;
[[es:EP1291]]&lt;br /&gt;
[[fr:LH055]]&lt;br /&gt;
[[it:OP055]]&lt;br /&gt;
[[ja:2023年版第55話]]&lt;br /&gt;
[[zh:宝可梦 地平线 第55集]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=HZ054&amp;diff=4534780</id>
		<title>HZ054</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=HZ054&amp;diff=4534780"/>
		<updated>2026-04-19T07:27:18Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EpicodePrevNext|&lt;br /&gt;
prevcode=HZ053 |&lt;br /&gt;
prevtitle=Hatenna and the Otherworldly |&lt;br /&gt;
nextcode=HZ055 |&lt;br /&gt;
nexttitle=Showdown! The Paldea Elite Four |&lt;br /&gt;
series=Pokémon Horizons: The Series |&lt;br /&gt;
colorscheme=Paldea}}&lt;br /&gt;
{{EpisodeInfobox|&lt;br /&gt;
epcode=HZ054 |&lt;br /&gt;
altepcode=EP1286 |&lt;br /&gt;
colorscheme=Paldea |&lt;br /&gt;
title_en=The Treasure of Eternity |&lt;br /&gt;
title_ja={{ruby|永遠|とわ}}のめぐみ |&lt;br /&gt;
title_ja_trans=The Eternal Blessing |&lt;br /&gt;
broadcast_jp=June 14, 2024 |&lt;br /&gt;
broadcast_us=February 7, 2025 |&lt;br /&gt;
en_op=[[My Favorite Pokémon]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Will (song)|Will -Korean ver.-]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
en_ed=[[My Favorite Pokémon|My Favorite Pokémon (instrumental)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Make You Shine|Make You Shine (English Ver.)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
ja_op={{so|Will}} |&lt;br /&gt;
ja_ed=[[Let me battle]] |&lt;br /&gt;
olmteam=Team Kumemura |&lt;br /&gt;
scenarion=1 |&lt;br /&gt;
scenario=松澤くれは |&lt;br /&gt;
storyboardn=1 |&lt;br /&gt;
storyboard=齋藤徳明 |&lt;br /&gt;
directorn=1 |&lt;br /&gt;
director=アベユーイチ |&lt;br /&gt;
artn=2 |&lt;br /&gt;
art=柳原好貴 |&lt;br /&gt;
art2=大西雅也 |&lt;br /&gt;
morecredits=yes |&lt;br /&gt;
epstaffpage=HZ051-HZ060 |&lt;br /&gt;
footnotes=* {{BMGf|301814|Preview thread on BMGf}} &#039;&#039;Closed&#039;&#039;&lt;br /&gt;
* {{BMGf|302008|Original review thread on BMGf}}&lt;br /&gt;
* {{BMGf|304825|Dub review thread on BMGf}}&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;The Treasure of Eternity&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;{{ruby|永遠|とわ}}のめぐみ&#039;&#039;&#039; &#039;&#039;The Eternal Blessing&#039;&#039;) is the 54th episode of &#039;&#039;[[Pokémon Horizons: The Series]]&#039;&#039;, and the 1,286th episode of the [[Pokémon animated series]]. It first aired in Japan on June 14, 2024, in the United Kingdom on January 13, 2025, and in the United States on February 7, 2025.&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
==Blurb==&lt;br /&gt;
&amp;lt;!--https://www.pokemon.com/us/animation/horizons/2/the-treasure-of-eternity--&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;After searching through Lucius&#039;s notes, Diana&#039;s journal, and other records from Paldea, Friede is still coming up short on information about Terapagos. He and Captain Pikachu head to Exceed, the company where Friede used to work, to ask the director about research involving a substance called &amp;quot;the Treasure of Eternity.&amp;quot; Although Friede doesn&#039;t learn much from the director, he receives his old access badge and goes to seek out the data on his own; however, it turns out someone else is one step ahead of him... Meanwhile, Liko, Roy, and Dot reunite with Ann, and the Trainers enjoy a fun day with their Pokémon.&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
[[Friede]]&#039;s study of [[Lucius]]&#039;s memoirs and [[Diana]]&#039;s diary is interrupted by [[Orla]] entering his hotel room to bring him and [[Captain Pikachu]] some food and inform them that the repair work for the [[Brave Olivine]] is halfway done. She has also thought of giving the airship a boost of some kind, though she&#039;s not sure yet if it&#039;ll work. In the meantime, Friede decides to head out somewhere to hopefully learn more about {{an|Terapagos}}, though he decides to make a phone call first.&lt;br /&gt;
[[File:Ann Liko party HZ054.png|thumb|250px|left|Liko and Ann reuniting]] &lt;br /&gt;
Meanwhile, [[Liko]], [[Roy]], and [[Dot]] continue their journey back towards [[Naranja Academy]]. While Dot complains that she&#039;s thoroughly exhausted, [[Ann]] suddenly catches up with them, also on her way back to the academy after passing her test. She&#039;s surprised to notice that [[Liko&#039;s Hattrem|Hatenna]] and [[Roy&#039;s Kilowattrel|Wattrel]] have evolved, and also spots Terapagos peeking out of Liko&#039;s [[bag]]. Before Liko can explain about Terapagos, Dot collapses and complains that she can go no further, so Roy suggests a and snack break. They do so, with Liko taking the time to reveal to Ann how Terapagos used to be the pendant she had [[HZ001|previously shown to her]]. Ann is also excited by the concept of traveling around in an airship, though Liko admits that they&#039;ve still got ways to go, as there is [[Laqua|a faraway place]] where Terapagos wishes to go to, which is why they&#039;re taking the [[Tera Training]] course. Ann notes how Liko has grown much more confident and asks Roy and Dot to be her friends too. They accept, though the socially awkward Dot does so reluctantly. While Ann declares that she&#039;ll give it her all at the {{pal|Pokémon League}}, Liko receives a phone call from Friede, who asks how she and Roy are doing and if they too saw a pink haze when encountering Lucius&#039;s {{p|Lapras}} and {{rf|Galarian}} {{p|Moltres}}. Liko and Roy confirm this to be true, with Liko mentioning how she also saw the same thing with {{p|Arboliva}}. Having confirmed what he wanted to know, Friede wishes Liko and Roy good luck on their Tera Training and ends the call.&lt;br /&gt;
&lt;br /&gt;
Friede has arrived in front of the office building of a company called [[Exceed]]. Entering the office of the company director, [[Cervantis]], he apologizes for having left the company in the past for his own selfish reasons, but Cervantis is quick to forgive him, having recognized that working in a stuffy lab was never Friede&#039;s strong suit. Friede reveals to his former boss that he currently travels around the world on an airship to research the mysteries of Pokémon with his friends and Captain Pikachu, while Cervantis has continued his job at Exceed to work for the betterment of Pokémon and {{pkmn|Trainer}}s alike. While Cervantis&#039;s {{p|Cinccino}} cleans up Cap&#039;s dirty hat, Friede requests to know more about the Treasure of Eternity, which he had heard of during his short stay in the company&#039;s ranks, and believes to be connected to a certain Pokémon he&#039;s currently researching. Cervantis admits that not even he knows what the Treasure of Eternity is, as it was passed down to him by a higher-up and is managed solely by an external research team, but he&#039;s still able to provide Friede with his old security pass. With Cap&#039;s hat squeaky clean, Friede thanks the director for his help and takes up his advice on visiting the company&#039;s laboratory. At the lab area, an encounter with a {{p|Joltik}} leads to Friede reuniting with his old research colleague [[Yanga]]. Yanga agrees to help Friede look into their research data archives for information about the Treasure of Eternity, but even though he is able to show him a photo of the mysterious mineral in question, he unexpectedly finds his access into the database blocked, preventing him from providing further information about it. Sensing that something fishy is going on, Friede decides to check the underground vault where it&#039;s currently kept himself.&lt;br /&gt;
&lt;br /&gt;
At the basement, Friede quickly finds the entrance to the underworld vault, but is unexpectedly confronted by a {{p|Watchog}}, a {{p|Bisharp}}, and an {{p|Orbeetle}} working as guards. His attempt to talk them down fails, so has no choice but to fight them off with Captain Pikachu. Cap distracts the Pokémon guards with {{m|Double Team}}, before hitting each of them with a {{m|Thunder Punch}}. While the guards are temporarily taken down, Friede can&#039;t help but feel confused about why a concluded research project would require such a heavy guard duty. Running ahead, Friede and Cap spot the door leading to their destination, but also notice a security camera. Before Friede can stop Cap, he breaks the camera with his tail, triggering an alarm. Despite knowing that he&#039;ll be in trouble over this, Friede continues on into the room ahead. He and Cap find an empty display case labelled for the Treasure of Eternity, also referred to as &amp;quot;[[Laquium]]&amp;quot;. Friede feels frustrated for striking out after coming so far, but has no choice but to leave. As soon as he steps out of the door, however, he finds his path blocked by the three guard Pokémon and a trio of security officers. They are not convinced by him showing his ID card, so he has no choice but to have Cap plow through the guards with {{m|Volt Tackle}} and quickly ride through the opening with {{TP|Friede|Charizard}}, before making a run for the elevator. With the security officers focusing on Friede, none of them notices their worker [[Spinel]] hiding behind a corner, smiling with his hand in his pocket. Outside the building, Friede and Cap are finally able to catch their breath and wonder who could&#039;ve taken the Treasure of Eternity, not noticing Spinel&#039;s {{p|Beheeyem}} spying on them from above.&lt;br /&gt;
&lt;br /&gt;
Elsewhere, Liko, Roy, Dot, and Ann have finished their break and are continuing along their way. Ann admits to Liko that leaving [[Kanto]] for [[Paldea]] for the first time had left her nervous. Liko admits that she felt the same way when she had come to [[Indigo Academy]], but she had been able to take a step forward after meeting [[Liko&#039;s Floragato|Sprigatito]]. Ann feels the same way, having had the courage to move on after arriving in Paldea thanks to having {{p|Dewott}} and {{p|Sandshrew}} by her side, feeling they could take her anywhere. This statement catches Liko by surprise, and she starts wondering if Terapagos is actually trying to take her to Laqua, instead of vice versa. Happily holding Terapagos in her arms, Liko and her friends run ahead as they finally see Naranja Academy in the distance, declaring that they&#039;ve finally made it back.&lt;br /&gt;
&lt;br /&gt;
At the [[Explorers]] base, [[Amethio]] has been summoned to have a rare in-person meeting with [[Gibeon]], who wishes to hear his resolve. As their goal is to obtain more Laquium, he is thus waiting for the true awakening of Terapagos, meaning that Amethio&#039;s duty, as the heir of his blood, is to seize it as soon as it happens. Amethio swears to fulfill his duty as Gibeon&#039;s grandson and is escorted away from his presence by [[Hamber]]. Amethio assures to the butler that he&#039;s nothing like his father and will take up his grandfather&#039;s will, resolving to gain more strength to achieve his goal. He receives a call from [[Zirc]] and [[Onia]], who report that they&#039;ve seen Spinel on the move after leaving the Exceed office building. Amethio instructs his minions to not chase him too far and thanks them for a job well done before ending the call. Having anticipated that Spinel was plotting for something, he resolves to not strike out like he had done with the [[Black Rayquaza]].&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
&amp;lt;!-- This is not for summarizing everything that happens in this episode. Only events pertaining to the series as a whole, such as catching and releasing Pokémon and obtaining Badges, go here. --&amp;gt;&lt;br /&gt;
* [[Liko]], [[Roy]], and [[Dot]] reunite with [[Ann]] and arrive back in [[Mesagoza]].&lt;br /&gt;
* [[Friede]] meets with [[Cervantis]], his former boss at [[Exceed]].&lt;br /&gt;
* [[Amethio]] is revealed to be [[Gibeon]]&#039;s grandson.&lt;br /&gt;
{{animeevents|HZ}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
====Humans====&lt;br /&gt;
* [[Cervantis]]&lt;br /&gt;
* [[Yanga]]&lt;br /&gt;
&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* [[Liko]]&lt;br /&gt;
* [[Roy]]&lt;br /&gt;
* [[Dot]]&lt;br /&gt;
* [[Friede]]&lt;br /&gt;
* [[Orla]]&lt;br /&gt;
* [[Gibeon]]&lt;br /&gt;
* [[Hamber]]&lt;br /&gt;
* [[Amethio]]&lt;br /&gt;
* [[Onia]]&lt;br /&gt;
* [[Zirc]]&lt;br /&gt;
* [[Spinel]]&lt;br /&gt;
* [[Ann]]&lt;br /&gt;
* [[Lucius]] (flashback; silhouette)&lt;br /&gt;
* [[Cervantis]]&lt;br /&gt;
* [[Exceed]] researchers&lt;br /&gt;
** [[Yanga]]&lt;br /&gt;
* [[Exceed]] security officers&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Sprigatito}} ({{OP|Liko|Floragato}}; flashback)&lt;br /&gt;
* {{p|Floragato}} ({{OP|Liko|Floragato}})&lt;br /&gt;
* {{p|Hattrem}} ({{OP|Liko|Hattrem}})&lt;br /&gt;
* {{p|Rotom}} ([[Liko]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Fuecoco}} ({{OP|Roy|Fuecoco}})&lt;br /&gt;
* {{p|Kilowattrel}} ({{OP|Roy|Kilowattrel}})&lt;br /&gt;
* {{p|Quaxly}} ({{OP|Dot|Quaxly}})&lt;br /&gt;
* {{p|Tinkatink}} ({{OP|Dot|Tinkatink}})&lt;br /&gt;
* {{p|Charizard}} ({{OP|Friede|Charizard}})&lt;br /&gt;
* {{p|Pikachu}} ([[Friede]]&#039;s; [[Captain Pikachu]])&lt;br /&gt;
* {{p|Rotom}} ([[Friede]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Elekid}} ([[Orla]]&#039;s)&lt;br /&gt;
* {{p|Zygarde}} ([[Gibeon]]&#039;s; {{form|Zygarde|10% Forme}}; {{shiny}})&lt;br /&gt;
* {{p|Ceruledge}} ({{OP|Amethio|Ceruledge}})&lt;br /&gt;
* {{p|Rotom}} ([[Amethio]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Rotom}} ([[Onia]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Moltres}} ({{DL|Six Heroes|Moltres|Lucius&#039;s}}; [[Galarian form|Galarian Form]]; flashback)&lt;br /&gt;
* {{p|Dewott}} ([[Ann]]&#039;s)&lt;br /&gt;
* {{p|Sandshrew}} ([[Ann]]&#039;s)&lt;br /&gt;
* {{p|Cinccino}} ([[Cervantis]]&#039;s)&lt;br /&gt;
* {{p|Joltik}} ([[Yanga]]&#039;s)&lt;br /&gt;
* {{p|Audino}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Lillipup}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Indeedee}} (Trainer&#039;s; male)&lt;br /&gt;
* {{p|Nosepass}} ([[Rising Volt Tacklers]]&#039;)&lt;br /&gt;
* {{p|Terapagos}} ({{an|Terapagos|anime}}; {{form|Terapagos|Normal Form}})&lt;br /&gt;
* {{p|Watchog}} ([[Exceed]] security officer&#039;s)&lt;br /&gt;
* {{p|Bisharp}} ([[Exceed]] security officer&#039;s)&lt;br /&gt;
* {{p|Orbeetle}} ([[Exceed]] security officer&#039;s)&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* [[Professor Friede&#039;s Pokémon Seminar]]: &#039;&#039;How does {{p|Hattrem}} reclaim silence?&#039;&#039;&lt;br /&gt;
** Choices: She covers her ears, she gets violent, she runs away&lt;br /&gt;
** Answer: She gets violent&lt;br /&gt;
* The [[Will (song)|opening]] and [[let me battle|ending animations]] are updated to include [[Liko&#039;s Hattrem]].&lt;br /&gt;
* The first [[List of Pokémon Horizons: The Series eyecatches|eyecatch]] features [[Friede]] and [[Captain Pikachu]], and the second features Friede and his {{TP|Friede|Charizard}}.&lt;br /&gt;
* [[Liko]], [[Roy]], and [[Clavell]] narrate the preview for the [[HZ055|next episode]].&lt;br /&gt;
&lt;br /&gt;
===Errors===&lt;br /&gt;
&lt;br /&gt;
===Dub edits===&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Epilang|color=AE7BD0|bordercolor=F34134&lt;br /&gt;
|ar={{tt|الكنز الأبدي|The eternal treasure}}&lt;br /&gt;
|zh_yue={{tt|永遠的恩惠|The Eternal Blessing}}&lt;br /&gt;
|zh_cmn={{tt|永遠的恩惠|The Eternal Blessing}}&lt;br /&gt;
|cs={{tt|Dar věčnosti|The Gift of Eternity}}&lt;br /&gt;
|nl={{tt|De schat van de eeuwigheid|The Treasure of Eternity}}&lt;br /&gt;
|fi={{tt|Ikuisuuden aarre!|The Treasure of Eternity!}}&lt;br /&gt;
|de={{tt|Der Schatz der Ewigkeit!|The treasure of eternity!}}&lt;br /&gt;
|he={{tt|אוצר הנצח|The Treasure of Eternity}}&lt;br /&gt;
|id={{tt|Berkah Abadi|The Treasure of Eternity}}&lt;br /&gt;
|it={{tt|Il Tesoro dell&#039;eternità|The Treasure of eternity}}&lt;br /&gt;
|no={{tt|Evighetsskatten|The Treasure of Eternity}}&lt;br /&gt;
|pl={{tt|Skarb nieskończoności!|The treasure of eternity}}&lt;br /&gt;
|pt_br={{tt|O Tesouro da Eternidade|The Treasure of Eternity}}&lt;br /&gt;
|pt_eu={{tt|O Tesouro da Eternidade!|The Treasure of Eternity!}}&lt;br /&gt;
|es_la={{tt|El Tesoro de la Eternidad|The Treasure of Eternity}}&lt;br /&gt;
|es_eu={{tt|El Tesoro de la Eternidad|The Treasure of Eternity}}&lt;br /&gt;
|sv={{tt|Evighetens skatt|The Treasure of Eternity}}&lt;br /&gt;
|tr={{tt|Sonsuzluk Hazinesi|The Treasure of Eternity}}&lt;br /&gt;
}}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{EpicodePrevNext|&lt;br /&gt;
prevcode=HZ053 |&lt;br /&gt;
prevtitle=Hatenna and the Otherworldly |&lt;br /&gt;
nextcode=HZ055 |&lt;br /&gt;
nexttitle=Showdown! The Paldea Elite Four |&lt;br /&gt;
series=Pokémon Horizons: The Series |&lt;br /&gt;
colorscheme=Paldea}}&lt;br /&gt;
{{Project Anime notice}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:1286}}&lt;br /&gt;
[[Category:Pokémon Horizons: The Series episodes|054]]&lt;br /&gt;
[[Category:Episodes written by Kureha Matsuzawa]]&lt;br /&gt;
[[Category:Episodes storyboarded by Noriaki Saitō]]&lt;br /&gt;
[[Category:Episodes directed by Yūichi Abe]]&lt;br /&gt;
[[Category:Episodes animated by Kōki Yanagihara]]&lt;br /&gt;
[[Category:Episodes animated by Masaya Ōnishi]]&lt;br /&gt;
[[Category:Episodes by multiple animation directors]]&lt;br /&gt;
[[Category:Episodes in which a Legendary Pokémon appears]]&lt;br /&gt;
[[Category:Episodes in which an alternately colored Pokémon appears]]&lt;br /&gt;
[[Category:Episodes focusing on Friede]]&lt;br /&gt;
[[Category:Episodes focusing on the Explorers]]&lt;br /&gt;
[[Category:Episodes which aired in the United Kingdom before the United States]]&lt;br /&gt;
&lt;br /&gt;
[[de:Der Schatz der Ewigkeit!]]&lt;br /&gt;
[[es:EP1290]]&lt;br /&gt;
[[fr:LH054]]&lt;br /&gt;
[[it:OP054]]&lt;br /&gt;
[[ja:2023年版第54話]]&lt;br /&gt;
[[zh:宝可梦 地平线 第54集]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Laquium&amp;diff=4534779</id>
		<title>Laquium</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Laquium&amp;diff=4534779"/>
		<updated>2026-04-19T07:27:16Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* Names */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{cleanup|needs=Needs revising for spelling and grammar}}&lt;br /&gt;
[[File:Laquium cluster.png|thumb|250px|A cluster of Laquium in [[Laqua]]]]&lt;br /&gt;
&#039;&#039;&#039;Laquium&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ラクリウム&#039;&#039;&#039; &#039;&#039;Rakurium&#039;&#039;), also referred to as the &#039;&#039;&#039;Treasure of Eternity&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;永遠のめぐみ&#039;&#039;&#039; &#039;&#039;Eternal Blessing&#039;&#039;) by [[Exceed]], is a mysterious, energetic substance of extraterrestrial origin featured prominently in {{aniseries|HZ}}. It manifests in the form of pink crystals, is found exclusively in the deepest areas of [[Laqua]], and appears to have some connection to the [[Legendary Pokémon]] {{p|Terapagos}}.&lt;br /&gt;
&lt;br /&gt;
After the events of &#039;&#039;[[HZ089|Where the Adventure Leads]]&#039;&#039;, Exceed, under the leadership of [[Spinel]], started developing products with Laquium, namely the [[Strong Sphere]]s, their prototype the Laquium Sphere, and their upgrade the Super Strong Sphere.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
===Pre-series===&lt;br /&gt;
[[File:Laquium components.png|thumb|left|250px|The inert extraterrestrial components that make up Laquium]]&lt;br /&gt;
As revealed in [[HZ122]], long ago, Laquium was created as the result of extraterrestrial components found on a massive meteor undergoing a chemical reaction upon its fall onto the [[Pokémon world]], destroying [[Mount Pericarp]]&#039;s summit and creating the crater where [[Laqua]] currently sits at in the process. The meteor itself transformed into the Laquium Core, which is said to produce Laquium endlessly.&lt;br /&gt;
[[File:Laquium mist.png|thumb|250px|Laquium spreading its mist all over [[Laqua]]]]&lt;br /&gt;
100 years prior to the events of {{aniseries|HZ}}, the original [[Explorers]], composed of [[Lucius]], [[Rystal]], and [[Gibeon]], found the Pokémon paradise known as Laqua. Deep into the paradise, they discovered a large chunk of pink crystals, which were overstimulating the growth of the nearby plants to the point of actually devastating the land. Lucius and Rystal tried to leave Laqua, but Gibeon ignored them and had his [[White Zygarde|Zygarde]] dig the crystals out. This, however, caused the Laquium to activate, expand uncontrollably, and release a pink mist over the area, causing many [[wild Pokémon]] to go berserk. The expansion created a fissure on the ground below Gibeon, causing him to fall inside. The [[Six Heroes]] released themselves from their [[Ancient Poké Ball]]s and tried to contain the crystals, but to no avail. Afterwards, Rystal&#039;s {{p|Terapagos}}, [[Pagogo]], transformed into its {{form|Terapagos|Stellar Form}} and gave some of its [[Terastal energy|energy]] to the Six Heroes, allowing them to seal the Laquium away. As a result of this, Lucius was trapped in Laqua, but the Laquium kept him alive for over 100 years.&lt;br /&gt;
&lt;br /&gt;
Gibeon survived the fall thanks to the power of the Laquium shard he managed to keep. In the aftermath, he founded [[Exceed]] to conduct research on the mineral and managed to extend his lifespan with the mist released by Laquium.&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Pokémon Horizons: The Series&#039;&#039;===&lt;br /&gt;
[[File:Laquium.png|thumb|left|250px|The &amp;quot;Treasure of Eternity&amp;quot;, a Laquium shard owned by [[Exceed]]]]&lt;br /&gt;
Laquium was first mentioned by Gibeon in &#039;&#039;[[HZ045|From So Far Away]]&#039;&#039;, while he mused about his desire to reach Laqua.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ054|The Treasure of Eternity]]&#039;&#039;, Friede returned to his previous workplace, Exceed, and asked his former boss, [[Cervantis]], about the &amp;quot;Treasure of Eternity&amp;quot;, something he had learned of while working there, suspecting a connection to Terapagos, but the man was unable to give him satisfying answers. Later, Friede managed to sneak on the vault where the Treasure of Eternity was being kept, only to find an empty vault labeled &amp;quot;Laquium&amp;quot;, establishing the two names refer to the same substance. Unbeknownst to Friede, the responsible for taking the Laquium away was [[Spinel]].&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ064|The Approaching Shadow!]]&#039;&#039;, Spinel interrupted [[Liko]] and [[Amethio]]&#039;s battle and, as an experiment, used the mist generated by the Laquium sample he stolen on his {{p|Umbreon}}, causing it to go berserk, grow more powerful, and defeat Amethio&#039;s {{Tera}}stallized {{TP|Amethio|Ceruledge}} in a single hit. Terapagos, angered by the sight of Laquium, transformed into its {{form|Terapagos|Terastal Form}} and destroyed the sample with its power, forcing Umbreon back into its normal state in the process. Reflecting upon this, Spinel concluded that Terapagos and Laquium must be polar opposites.&lt;br /&gt;
[[File:Pagogo Six Heroes Laquium HZ089.png|thumb|250px|[[Pagogo]] and the [[Six Heroes]] attempting to purify Laqua from Laquium]]&lt;br /&gt;
The [[Rising Volt Tacklers]] and the Explorers arrived at Laqua in &#039;&#039;[[HZ085|The Pokémon Paradise of Laqua!]]&#039;&#039;. In &#039;&#039;[[HZ087|Guided by the Black Rayquaza!]]&#039;&#039;, Gibeon arrived at the epicenter of the Laquium spread and inserted a shard into his suit, allowing him to regain the use of his legs. Then, he had Zygarde mine a large cluster of Laquium crystals, only to witness as Lucius emerged from it, still alive. Despite Lucius&#039;s warnings, Gibeon still allows the Explorers to excavate the Laquium Core and activate it for unlimited Laquium production. Later, the Six Heroes lent Pagogo their strength, allowing it to transform into its Stellar Form and seemingly purify Laqua from the Laquium in &#039;&#039;[[HZ089|Where the Adventure Leads]]&#039;&#039;, causing Gibeon and Lucius to disappear. Spinel, however, managed to store some of the mist into Laquium Spheres, which he then promptly used on the Six Heroes, causing them (except for Rayquaza) to go berserk and wreak havoc across Laqua.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ090|Eyes to the Skies Once Again (Part One)]]&#039;&#039;, [[Dot]] helped [[Roy]] in tracking down a wild {{p|Slaking}} that was possibly under the effects of Laquium, which was thought to have been completely destroyed a year ago. Roy and [[Ult]], with further help from [[Captain Pikachu]], eventually managed to take it down. This discovery led Roy to travel to [[Kanto]]&#039;s [[Indigo Academy]] to find Liko and ask for her help.&lt;br /&gt;
[[File:Exceed Strong Sphere.png|thumb|left|250px|The [[Strong Sphere]], a Laquium-based device made by [[Exceed]]]]&lt;br /&gt;
On their travels, Liko and Roy found more instances of Pokémon being affected by Laquium, far away from Laqua: two wild {{p|Steelix}} in &#039;&#039;[[HZ092|Following Traces of Laquium]]&#039;&#039;, a wild {{p|Vileplume}} in &#039;&#039;[[HZ094|The Pokémon Center Lady]]&#039;&#039;, and even a trained Pokémon, {{OBP|Pepper|HZ102}}&#039;s {{p|Scovillain}}, in &#039;&#039;[[HZ105|Riding the Waves]]&#039;&#039;. Such instances became known as &amp;quot;Laquium Signs&amp;quot; and were resolved by exhausting the affected Pokémon and having Pagogo, in its Terastal Form, purify the Laquium away.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[HZ095|The Strong Sphere]]&#039;&#039;, Liko and Roy infiltrated Exceed&#039;s [[Exceed Testing Center|Testing Center]] to investigate their connection to Laquium. They witnessed the corporation conducting a public test with [[Strong Sphere]]s, with [[Dash]] using it on her {{p|Swanna}}, allowing it to overpower foes even at a massive disadvantage, but causing it to become extremely weakened afterwards. Liko and Roy were then spotted amongst the crowd by [[Coral]] and [[Sidian]] and challenged to an exhibition match, but the battle ended quickly after the Explorers used Strong Spheres of their own on their Pokémon. From this point onwards, the Strong Spheres were most commonly seen used by the Explorers, such as [[Indi]], [[Rubina]], and [[Chalce]]. In &#039;&#039;[[HZ110|The Six Heroes Unleashed!]]&#039;&#039;, a more advanced version of the Strong Sphere, the Super Strong Sphere, was revealed and experimented on the captured Six Heroes.&lt;br /&gt;
&lt;br /&gt;
In [[HZ119]], Briar theorised that in order properly purify the Laquium core, Pagogo would need to resonate with all eighteen Tera Types with the same wavelength as the Six Heroes.&lt;br /&gt;
&lt;br /&gt;
In [[HZ122]], Friede confirmed, from first-hand experience, that Laquium still exists in Laqua, since the Core wasn&#039;t completely purified during the events of &#039;&#039;Where the Adventure Leads&#039;&#039;.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==Effects and characteristics==&lt;br /&gt;
[[File:Spinel Umbreon Laquium.png|thumb|250px|[[Spinel]]&#039;s {{p|Umbreon}} under the effects of Laquium&#039;s mist]]&lt;br /&gt;
Laquium&#039;s main characteristic is its ability to generate a pink mist when subjected to strong external impact, which has different effects on {{OBP|Pokémon|species}}, [[human]]s, and [[Flora of the Pokémon world|plants]]. When affecting a Pokémon, the Laquium mist can draw out its latent power, while turning them vicious and enraged in the process, as well as causing self-inflicted bodily injury and complete exhaustion. Additionally, the affected Pokémon may become [[Obedience|disobedient]], no longer following its [[Pokémon Trainer|Trainer]]&#039;s orders and picking its moves and targets on its own. A Pokémon affected by Laquium can be identified by the pink aura surrounding its body, which can also be seen when the Pokémon uses a [[move]]. Depending on its use, Laquium can extend the lifespan of humans, keeping their bodies younger for longer periods of time, though at the cost of over reliance on the crystals in a weakening state, humans who have had their life extended by Laquium will eventually fade away and die if their source of Laquium runs out or is destroyed. Its mist may also stimulate the growth of plants, but overexposure to the mist can actually start devastating land, causing plants to die and wither away. [[Mollie]] theorizes that Laquium&#039;s power is based on forcing the activation of cell replacement, constantly creating a strong, renewed body. It was also shown to be extremely unstable, primarily near the Core, as demonstrated when [[Gibeon]] tried digging it out of the ground. In turn, this caused the crystals to grow and expand uncontrollably around the area, spreading a mist so dense into the air that it formed a huge pillar that blocked out the sun.&lt;br /&gt;
&lt;br /&gt;
Laquium appears to have a connection to the [[Legendary Pokémon]] {{p|Terapagos}}, as both seem to be opposing forces. Terapagos seems to be the only way to purify the Laquium from an affected Pokémon, which it can do in either its {{form|Terapagos|Terastal or Stellar Form}}. While Terapagos was not able to completely purify the Laquium from Laqua in &#039;&#039;[[HZ089|Where the Adventure Leads]]&#039;&#039;, it has been stated to be able to by [[Diana]] and [[Briar]], though only after resonating with eighteen different {{Tera|Tera Type}}s from Pokémon at the level of the [[Six Heroes]].&lt;br /&gt;
&lt;br /&gt;
[[Spinel]] has used Laquium and the mist it releases to create a series of devices capable of empowering Pokémon, at the cost of leaving them in an agressive state that causes great pain as the battle goes on. The first iteration was the prototypical Laquium Sphere, which then led to the mass production of the [[Strong Sphere]] by [[Exceed]] and, later, to the further upgraded Super Strong Sphere.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;250&amp;quot;&amp;gt;&lt;br /&gt;
Laqua withered area.png|An area of [[Laqua]] that was completely withered away by Laquium&lt;br /&gt;
Laquium Hyper Beam.png|A {{m|Hyper Beam}} affected by Laquium&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* Laquium&#039;s effects on Pokémon are similar to that of the substance [[R]] from the [[Detective Pikachu series]], as both substances can empower and strengthen Pokémon, but also force them into a pained and rampaging state.&lt;br /&gt;
** The effects are also similar to the [[Rogue Mega Evolution]] phenomenon featured in {{g|Legends: Z-A}}.&lt;br /&gt;
* In [[HZ122]], [[Friede]] claims the creation of Laquium was an astronomically rare event.&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundtable&amp;quot; style=&amp;quot;background:#{{speed color}}; border:3px solid #{{speed color dark}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{speed color light}}&amp;quot; | Language&lt;br /&gt;
! style=&amp;quot;background:#{{speed color light}}&amp;quot; | Name&lt;br /&gt;
! style=&amp;quot;background:#{{speed color light}}&amp;quot; | Origin&lt;br /&gt;
|-&lt;br /&gt;
| Japanese&lt;br /&gt;
| ラクリウム &#039;&#039;Laqurium&#039;&#039;&lt;br /&gt;
| From ラクア &#039;&#039;[[Laqua]]&#039;&#039; and &#039;&#039;-ium&#039;&#039; (common suffix used for {{wp|Systematic element name#IUPAC rules|names}} of metal elements)&lt;br /&gt;
|-&lt;br /&gt;
| English, French, German,&amp;lt;br&amp;gt;European Spanish,&amp;lt;br&amp;gt;Czech, Finnish, Polish&lt;br /&gt;
| Laquium&lt;br /&gt;
| Similar to its Japanese name&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot;|Latin American Spanish&lt;br /&gt;
| Laqualio&amp;lt;ref group=n name=&amp;quot;HZ054&amp;quot;&amp;gt;[[HZ054]] onwards&amp;lt;/ref&amp;gt;&lt;br /&gt;
| From &#039;&#039;Laqua&#039;&#039; and &#039;&#039;-io&#039;&#039; (-ium)&lt;br /&gt;
|-&lt;br /&gt;
| Laquium&amp;lt;ref group=n name=&amp;quot;HZ045&amp;quot;&amp;gt;[[HZ054]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Same as its English name&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot;|Italian&lt;br /&gt;
| Laquion&amp;lt;ref group=n name=&amp;quot;HZ054&amp;quot; /&amp;gt;&lt;br /&gt;
| From &#039;&#039;Laqua&#039;&#039; and &#039;&#039;-ion&#039;&#039; (-ium)&lt;br /&gt;
|-&lt;br /&gt;
| Laquium&amp;lt;ref group=n name=&amp;quot;HZ045&amp;quot; /&amp;gt;&lt;br /&gt;
| Same as its English name&lt;br /&gt;
|-&lt;br /&gt;
| Korean&lt;br /&gt;
| 라쿠륨 &#039;&#039;Laqurium&#039;&#039;&lt;br /&gt;
| Transcription of its Japanese name&lt;br /&gt;
|-&lt;br /&gt;
| Chinese (Taiwan)&lt;br /&gt;
| 拉庫質 &#039;&#039;Lākùzhí&#039;&#039;&lt;br /&gt;
| From 拉庫雅 &#039;&#039;Lākùyǎ&#039;&#039; (Laqua) and 物質 &#039;&#039;wùzhí&#039;&#039; (material)&lt;br /&gt;
|-&lt;br /&gt;
| Chinese (mainland China)&lt;br /&gt;
| 琉铄 &#039;&#039;Liúshuò&#039;&#039;&lt;br /&gt;
| From 琉璃 &#039;&#039;liúlí&#039;&#039; (a kind of gem; archaic word for glass) and 乐土 &#039;&#039;Lètǔ&#039;&#039; (Laqua) with the {{wp|Radical 167|metal radical}} (钅) added to indicate it as a metal element&lt;br /&gt;
|-&lt;br /&gt;
| Brazilian Portuguese&lt;br /&gt;
| Láquio&lt;br /&gt;
| From &#039;&#039;Laqua&#039;&#039; and &#039;&#039;-io&#039;&#039; (-ium)&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Treasure of Eternity&#039;&#039;&lt;br /&gt;
{{langtable|color={{speed color}}|bordercolor={{speed color dark}}&lt;br /&gt;
|ja=永遠のめぐみ &#039;&#039;{{tt|Eien no Megumi|Eternal Blessing}}&#039;&#039;&lt;br /&gt;
|zh_cmn=永遠的恩惠 &#039;&#039;{{tt|Yǒngyuǎn de Ēnhuì|Eternal Blessing}}&#039;&#039;&lt;br /&gt;
|cs=Dar věčnosti&lt;br /&gt;
|fi=Ikuisuuden aarre&lt;br /&gt;
|fr=Trésor d&#039;éternité&lt;br /&gt;
|de=Schatz der Ewigkeit&lt;br /&gt;
|it=Tesoro dell&#039;eternità&lt;br /&gt;
|ko=영원한 은총 &#039;&#039;{{tt|Yeong&#039;wonhan Eunchong|Eternal Blessing}}&#039;&#039;&lt;br /&gt;
|pt_br=Tesouro da Eternidade&lt;br /&gt;
|es=Tesoro de la Eternidad&lt;br /&gt;
}}&lt;br /&gt;
{{-}}&lt;br /&gt;
===Notes===&lt;br /&gt;
{{reflist|group=n}}&lt;br /&gt;
&lt;br /&gt;
==Related articles==&lt;br /&gt;
{{Rising Volt Tacklers}}&lt;br /&gt;
{{Explorers}}&lt;br /&gt;
{{Project Anime notice|no}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Animated series objects]]&lt;br /&gt;
&lt;br /&gt;
[[es:Laqualio/Laquium]]&lt;br /&gt;
[[it:Laquion]]&lt;br /&gt;
[[ja:ラクリウム]]&lt;br /&gt;
[[zh:拉庫質]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=HZ053&amp;diff=4534778</id>
		<title>HZ053</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=HZ053&amp;diff=4534778"/>
		<updated>2026-04-19T07:27:14Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EpicodePrevNext |&lt;br /&gt;
prevcode=HZ052 |&lt;br /&gt;
prevtitle=Wattrel&#039;s High Wind Warning! |&lt;br /&gt;
nextcode=HZ054 |&lt;br /&gt;
nexttitle=The Treasure of Eternity |&lt;br /&gt;
series=Pokémon Horizons: The Series |&lt;br /&gt;
colorscheme=Paldea&lt;br /&gt;
}}&lt;br /&gt;
{{EpisodeInfobox|&lt;br /&gt;
epcode=HZ053 |&lt;br /&gt;
altepcode=EP1285 |&lt;br /&gt;
colorscheme=Paldea |&lt;br /&gt;
title_en=Hatenna and the Otherworldly |&lt;br /&gt;
title_ja=ミブリムとこの世ならざるもの |&lt;br /&gt;
title_ja_trans=Mibrim and the Unworldly |&lt;br /&gt;
broadcast_jp=June 7, 2024 |&lt;br /&gt;
broadcast_us=February 7, 2025 |&lt;br /&gt;
en_op=[[My Favorite Pokémon]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Will (song)|Will -Korean ver.-]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
en_ed=[[My Favorite Pokémon|My Favorite Pokémon (instrumental)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Make You Shine|Make You Shine (English Ver.)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
ja_op={{so|Will}} |&lt;br /&gt;
ja_ed=[[Let me battle]] |&lt;br /&gt;
olmteam=Team Kumemura |&lt;br /&gt;
scenario=土屋理敬 |&lt;br /&gt;
storyboardn=1 |&lt;br /&gt;
storyboard=浅田裕二 |&lt;br /&gt;
directorn=1 |&lt;br /&gt;
director=浅田裕二 |&lt;br /&gt;
artn=2 |&lt;br /&gt;
art=岩根雅明 |&lt;br /&gt;
art2=志村泉 |&lt;br /&gt;
morecredits=yes |&lt;br /&gt;
epstaffpage=HZ051-HZ060 |&lt;br /&gt;
footnotes=* {{BMGf|301776|Preview thread on BMGf}} &#039;&#039;Closed&#039;&#039;&lt;br /&gt;
* {{BMGf|301927|Original review thread on BMGf}}&lt;br /&gt;
* {{BMGf|304824|Dub review thread on BMGf}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hatenna and the Otherworldly&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ミブリムとこの世ならざるもの&#039;&#039;&#039; &#039;&#039;{{tt|Mibrim|Hatenna}} and the Unworldly&#039;&#039;) is the 53rd episode of &#039;&#039;[[Pokémon Horizons: The Series]]&#039;&#039;, and the 1,285th episode of the [[Pokémon animated series]]. It first aired in Japan on June 7, 2024, in the United Kingdom on January 13, 2025, and in the United States on February 7, 2025.&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
==Blurb==&lt;br /&gt;
&amp;lt;!--https://www.pokemon.com/us/animation/horizons/2/hatenna-and-the-otherworldly--&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;Following up on a tip from a mysterious Trainer, Liko, Roy, and Dot head into the woods to search for a Pokémon called “the Otherworldly.” They soon encounter three other students who are fleeing from a violent, unidentified Pokémon, but the other students are too scared to provide much help. Pressing on, Liko and friends find a troop of angry Mankey and Primeape, as well as an Annihilape who must be the Otherworldly! With Hatenna’s help, the Trainers figure out that a broken vine is the source of the wild Pokémon’s rage, so they work together to fix it, but the resulting peace and quiet doesn’t last long…&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
[[Liko]], [[Roy]], and [[Dot]] are traveling through a forest to find the Pokémon known as &amp;quot;the otherworldly&amp;quot; which Roy [[HZ052|had heard of]]. They soon hear noises coming from deeper in the woods, until three people who [[Doppelgänger|look very similar to them]] suddenly appear before them. While Liko&#039;s {{p|Hatenna}} uses {{m|Heal Pulse}} to heal them and their Pokémon, the three {{pkmn|Trainer}}s, [[Niko]], [[Rob]], and [[Dash]], reveal that, just like Liko and her friends, they are students from [[Naranja Academy]] who are taking on the [[Tera Training]] course. However, they had gotten lost on their way to their designated [[Gym]]s and wandered through a foggy forest, until they arrived before a spooky-looking tree that seemed to have a ghostly face. Since they couldn&#039;t go any further, they decided to turn back, only for the strap on Niko&#039;s [[bag]] to break. She had used a vine from a nearby tree to repair it, but at that moment, a scary Pokémon had attacked them, and they had fled, unable to repel it by {{pkmn|battle|battling}} it. Based on their description of the Pokémon, Roy and Dot deduce that it could be &amp;quot;the otherworldly&amp;quot; they are looking for. When Liko and her friends mention that they want to find it to write a report about it, Niko and her friends get scared at the mere idea and flee in terror while thanking them from their aid.&lt;br /&gt;
&lt;br /&gt;
Liko and her friends continue on deeper into the forest. As fog starts rolling in, a group of {{p|Mankey}} suddenly flees past them on the treetops. Only moments after they have passed by, another Pokémon appears before them. Using her [[Rotom Phone]], Liko identifies it as an {{p|Annihilape}}, a Pokémon that has gained power not constrained by the limits of flesh through rage, making the children realize that this Pokémon is &amp;quot;the otherworldly&amp;quot; they were looking for. Annihilape starts attacking them, forcing the children to defend themselves with their Pokémon, with {{TP|Dot|Quaxly}} and {{TP|Liko|Floragato}} holding it back while {{TP|Roy|Fuecoco}} knocks it down with {{m|Flame Charge}}, giving the three a chance to run away. They eventually arrive at the side of a river and stop to catch their breath. Hearing noise nearby, they find a group of Mankey next to the tree with a ghostly face that they had heard of. One of the Mankey is holding a snapped vine, which Liko realizes must be the same one that Niko had used to repair her bag. Dot figures that this tree must be important to the Mankey in some way, and since the three of them and their Pokémon resemble the group they met earlier, the Mankey are mistaking them for the culprits. The Mankey start throwing rocks at the three of them, ignoring their pleas of innocence. Several {{p|Primeape}} charge at them, but Floragato, Fuecoco, and Quaxly are able to fight them off. One Mankey throws a rock that almost hits {{an|Terapagos}}, but Hatenna uses her {{t|Psychic}} powers to defend it. Annihilape appears again, and the Mankey and Primeape move aside to make way for it. Dot theorizes that Annihilape could be the guardian deity of these Mankey. Annihilape attacks with a flurry of {{m|Shadow Ball}}s, and the group&#039;s Pokémon fight back, but their attacks don&#039;t seem to work. Deciding on a combination attack, they simultaneously attack with {{m|Magical Leaf}}, {{m|Flamethrower}}, and {{m|Water Gun}}, but all they succeed in is making Annihilape even angrier.&lt;br /&gt;
[[File:Roy party HZ053.png|thumb|250px|left|Roy and his Pokémon working as a team]]&lt;br /&gt;
In the midst of the battle, Hatenna spots some of the Mankey looking at a tree on the opposite shore and realizes something. When several of Annihilape&#039;s Shadow Balls end up striking the pack of Mankey, they grow angry as well and start attacking Annihilape, much to the group&#039;s surprise. While Dot figures that her theory on Annihilape being a guardian deity is incorrect, after all, Hatenna comes up to them and points out what&#039;s on the other side of the river: a large supply of {{Berries}} at the base of another tree. Figuring the Berries belong to the Mankey, the group realizes that the Mankey had grown angry because they had previously used the vine hanging between the two trees to cross the river and reach their food storage, but are now unable to do so. To fix the situation, the group constructs a new bridge out of straw and logs, which Hatenna helps attach to the tree on one side of the river, while Roy flies to the other side with {{TP|Roy|Kilowattrel}} and attaches the other end of the bridge of the Berry storage tree. The Mankey, Primeape, and Annihilape excitedly cross the river using the new bridge and reach their food storage once more. Liko and Dot follow them and are feeling happy for them. Liko thanks Hatenna for figuring out what was wrong, and is surprised to notice a brief glow around her Pokémon.&lt;br /&gt;
&lt;br /&gt;
The Mankey pack&#039;s excitement rises so high that their stomping starts shaking the ground. As a result, a loose boulder soon falls down from the cliff above and almost hits the pack. While no one is hurt, all Berries have been smashed. This causes the short-tempered Pokémon to fly into a fit of rage and start fighting each other. During the fight, two Primeape from the pack suddenly [[Evolution|evolve]] into Annihilape, surprising the group with the revelation that Annihilape is Primeape&#039;s evolved form. The fight grows more violent with two new Annihilape now being present, quickly resulting in all the Mankey being defeated and leaving the three {{pkmn|category|Rage Monkey Pokémon}} to fight amongst themselves. The group falls back, but they soon notice that Hatenna is approaching the Annihilape, trying to stop the fight. In that midst of the raging fight full of enraged emotions, the overwhelmed Hatenna suddenly evolves into {{TP|Liko|Hattrem}}. From Dot&#039;s Rotom Phone, the group learns that Hattrem will silence anyone with strong emotions, which she then proceeds to do to three Annihilape, defeating them with her newly learned {{m|Brutal Swing}}. The group is impressed at Hattrem&#039;s strength, though Dot is also left flabbergasted when she then also heals them right afterwards.&lt;br /&gt;
&lt;br /&gt;
At sunset, the group eats some newly collected Berries alongside the pack, with Dot recording some video of the Annihilape for her report in the process. This experience has left the group excited to meet even more Pokémon, feeling good about their reports. Later, Hattrem is dismayed to find out that she&#039;s now too big to ride in Liko&#039;s hood anymore, but she gets over it quickly, and the group continues on their way back to Naranja Academy.&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
&amp;lt;!-- This is not for summarizing everything that happens in this episode. Only events pertaining to the series as a whole, such as catching and releasing Pokémon and obtaining Badges, go here. --&amp;gt;&lt;br /&gt;
* [[Liko]]&#039;s {{p|Hatenna}} [[Evolution|evolves]] into {{TP|Liko|Hattrem}} and learns {{m|Brutal Swing}}.&lt;br /&gt;
{{animeevents|HZ}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
====Humans====&lt;br /&gt;
* [[Niko]]&lt;br /&gt;
* [[Rob]]&lt;br /&gt;
* [[Dash]]&lt;br /&gt;
&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
* [[Liko&#039;s Hattrem]]&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* [[Liko]]&lt;br /&gt;
* [[Roy]]&lt;br /&gt;
* [[Dot]]&lt;br /&gt;
* [[Niko]]&lt;br /&gt;
* [[Rob]]&lt;br /&gt;
* [[Dash]]&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Floragato}} ({{OP|Liko|Floragato}})&lt;br /&gt;
* {{p|Hatenna}} ({{OP|Liko|Hattrem}}; evolves)&lt;br /&gt;
* {{p|Hattrem}} ({{OP|Liko|Hattrem}}; newly evolved)&lt;br /&gt;
* {{p|Rotom}} ([[Liko]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Fuecoco}} ({{OP|Roy|Fuecoco}})&lt;br /&gt;
* {{p|Kilowattrel}} ({{OP|Roy|Kilowattrel}})&lt;br /&gt;
* {{p|Quaxly}} ({{OP|Dot|Quaxly}})&lt;br /&gt;
* {{p|Tinkatink}} ({{OP|Dot|Tinkatink}})&lt;br /&gt;
* {{p|Roserade}} ([[Niko]]’s)&lt;br /&gt;
* {{p|Darumaka}} ([[Rob]]&#039;s)&lt;br /&gt;
* {{p|Ducklett}} ([[Dash]]&#039;s)&lt;br /&gt;
* {{p|Terapagos}} ({{an|Terapagos|anime}}; {{form|Terapagos|Normal Form}})&lt;br /&gt;
* {{p|Shroodle}}&lt;br /&gt;
* {{p|Nymble}}&lt;br /&gt;
* {{p|Rookidee}} (×4)&lt;br /&gt;
* {{p|Mankey}} (multiple)&lt;br /&gt;
* {{p|Primeape}} (×3; two evolve)&lt;br /&gt;
* {{p|Annihilape}} (×3; two newly evolved)&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* [[Professor Friede&#039;s Pokémon Seminar]]: &#039;&#039;What does {{p|Annihilape}} require to evolve?&#039;&#039;&lt;br /&gt;
** Choices: Kindness, rage, sadness&lt;br /&gt;
** Answer: Rage&lt;br /&gt;
* The [[Will (song)|opening]] and [[let me battle|ending animations]] are updated to include [[Roy&#039;s Kilowattrel]].&lt;br /&gt;
* The first [[List of Pokémon Horizons: The Series eyecatches|eyecatch]] features [[Roy]] and his {{TP|Roy|Fuecoco}}, and the second features [[Liko]] and her {{p|Hatenna}}.&lt;br /&gt;
* [[Halo]] is used as an insert song when the trio create a vine bridge for the Annihilape group to cross the river.&lt;br /&gt;
* [[Friede]] and [[Captain Pikachu]] narrate the preview for the [[HZ054|next episode]].&lt;br /&gt;
** The preview is narrated in a similar fashion to Professor Friede&#039;s Pokémon Seminar.&lt;br /&gt;
&lt;br /&gt;
===Errors===&lt;br /&gt;
&lt;br /&gt;
===Dub edits===&lt;br /&gt;
* In the English and other international dubs, the insert song is removed. (Unlike other episodes, there is no instrumental version of the English opening theme; only the regular background score plays during this sequence.)&lt;br /&gt;
* In the {{pmin|Korea}}n dub, [[Will (song)|Will -Korean ver.-]] is used as the insert song, replacing [[Halo]].&lt;br /&gt;
* In the {{pmin|Taiwan}}ese Mandarin dub, Halo is retained as the insert song.&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Epilang|color=AE7BD0|bordercolor=F34134&lt;br /&gt;
|ar={{tt|هاتينا والبوكيمون من العالم الأخر|Hatenna and the Pokémon from the other world}}&lt;br /&gt;
|zh_yue={{tt|迷布莉姆和不屬於這個世界的東西|Hatenna and the Unworldly}}{{tt|*|subtitle in HZ052}}&amp;lt;br&amp;gt;{{tt|迷布莉姆和非此世之獸|Hatenna and the Unworldly}}{{tt|*|dubbing in HZ052}}&lt;br /&gt;
|zh_cmn={{tt|迷布莉姆和不屬於這個世界的東西|Hatenna and the Unworldly}}&lt;br /&gt;
|cs={{tt|Hatenna a Jinosvěťan|Hatenna and the Otherworldly}}&lt;br /&gt;
|nl={{tt|Hatenna en het buitenaardse|Hatenna and the Extraterrestrial}}&lt;br /&gt;
|fi={{tt|Hatenna ja yliluonnolliset!|Hatenna and the Supernatural!}}&lt;br /&gt;
|de={{tt|Brimova und das Übersinnliche!|Hatenna and the supernatural!}}&lt;br /&gt;
|he={{tt|האטנה והעל טבעי|Hatenna and the Supernatural}}&lt;br /&gt;
|id={{tt|Hatenna dan Mereka yang Beda Dunia|Hatenna and the Otherworldly}}&lt;br /&gt;
|it={{tt|Hatenna e l&#039;Ultraterreno|Hatenna and the Ultraterrain}}&lt;br /&gt;
|no={{tt|Hatenna og den overjordiske|Hatenna and the Otherworldly}}&lt;br /&gt;
|pl={{tt|Hatenna i nieziemski Pokémon!|Hatenna and the otherwordly Pokémon!}}&lt;br /&gt;
|pt_br={{tt|Hatenna e o Sobrenatural|Hatenna and the Supernatural}}&lt;br /&gt;
|pt_eu={{tt|Hattena e o Sobrenatural!|Hattena and the Supernatural!}}&lt;br /&gt;
|es_la={{tt|Hatenna y El Espectral|Hatenna and The Spectral}}&lt;br /&gt;
|es_eu={{tt|Hatenna y El Espectral|Hatenna and The Spectral}}&lt;br /&gt;
|sv={{tt|Hatenna och Den övernaturliga|Hatenna and The Supernatural}}&lt;br /&gt;
|tr={{tt|Hatenna ve Başka Dünyalı|Hatenna and the Otherworldly}}&lt;br /&gt;
}}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{EpicodePrevNext|&lt;br /&gt;
prevcode=HZ052 |&lt;br /&gt;
prevtitle=Wattrel&#039;s High Wind Warning! |&lt;br /&gt;
nextcode=HZ054 |&lt;br /&gt;
nexttitle=The Treasure of Eternity |&lt;br /&gt;
series=Pokémon Horizons: The Series |&lt;br /&gt;
colorscheme=Paldea&lt;br /&gt;
}}&lt;br /&gt;
{{Project Anime notice}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:1285}}&lt;br /&gt;
[[Category:Pokémon Horizons: The Series episodes|053]]&lt;br /&gt;
[[Category:Episodes written by Michihiro Tsuchiya]]&lt;br /&gt;
[[Category:Episodes storyboarded and directed by Yūji Asada]]&lt;br /&gt;
[[Category:Episodes storyboarded by Yūji Asada]]&lt;br /&gt;
[[Category:Episodes directed by Yūji Asada]]&lt;br /&gt;
[[Category:Episodes animated by Masaaki Iwane]]&lt;br /&gt;
[[Category:Episodes animated by Izumi Shimura]]&lt;br /&gt;
[[Category:Episodes by multiple animation directors]]&lt;br /&gt;
[[Category:Episodes in which a main character&#039;s Pokémon evolves]]&lt;br /&gt;
[[Category:Episodes in which a main character&#039;s Pokémon learns a new move]]&lt;br /&gt;
[[Category:Episodes in which a Legendary Pokémon appears]]&lt;br /&gt;
[[Category:Episodes which aired in the United Kingdom before the United States]]&lt;br /&gt;
&lt;br /&gt;
[[de:Brimova und das Übersinnliche!]]&lt;br /&gt;
[[es:EP1289]]&lt;br /&gt;
[[fr:LH053]]&lt;br /&gt;
[[it:OP053]]&lt;br /&gt;
[[ja:2023年版第53話]]&lt;br /&gt;
[[zh:宝可梦 地平线 第53集]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=HZ052&amp;diff=4534777</id>
		<title>HZ052</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=HZ052&amp;diff=4534777"/>
		<updated>2026-04-19T07:27:12Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EpicodePrevNext |&lt;br /&gt;
prevcode=HZ051 |&lt;br /&gt;
prevtitle=The Flower Tower |&lt;br /&gt;
nextcode=HZ053 |&lt;br /&gt;
nexttitle=Hatenna and the Otherworldly |&lt;br /&gt;
series=Pokémon Horizons: The Series |&lt;br /&gt;
colorscheme=Paldea&lt;br /&gt;
}}&lt;br /&gt;
{{EpisodeInfobox|&lt;br /&gt;
epcode=HZ052 |&lt;br /&gt;
altepcode=EP1284 |&lt;br /&gt;
colorscheme=Paldea |&lt;br /&gt;
title_en=Wattrel&#039;s High Wind Warning! |&lt;br /&gt;
title_ja=カイデン、強風注意報！ |&lt;br /&gt;
title_ja_trans=Kaiden, High Wind Warning! |&lt;br /&gt;
broadcast_jp=May 31, 2024 |&lt;br /&gt;
broadcast_us=February 7, 2025 |&lt;br /&gt;
en_op=[[My Favorite Pokémon]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Will (song)|Will -Korean ver.-]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
en_ed=[[My Favorite Pokémon|My Favorite Pokémon (instrumental)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Make You Shine|Make You Shine (English Ver.)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
ja_op={{so|Will}} |&lt;br /&gt;
ja_ed=[[Let me battle]] |&lt;br /&gt;
olmteam=Team Kumemura |&lt;br /&gt;
scenarion=1 |&lt;br /&gt;
scenario=うえのきみこ |&lt;br /&gt;
storyboardn=1 |&lt;br /&gt;
storyboard=尼野浩正 |&lt;br /&gt;
directorn=1 |&lt;br /&gt;
director=ウヱノ史博 |&lt;br /&gt;
artn=3 |&lt;br /&gt;
art=篠原隆 |&lt;br /&gt;
art2=海老沢咲希 |&lt;br /&gt;
art3=服部奈津美 |&lt;br /&gt;
morecredits=yes |&lt;br /&gt;
epstaffpage=HZ051-HZ060 |&lt;br /&gt;
footnotes=* {{BMGf|301411|Preview thread on BMGf}} &#039;&#039;Closed&#039;&#039;&lt;br /&gt;
* {{BMGf|301848|Original review thread on BMGf}}&lt;br /&gt;
* {{BMGf|304823|Dub review thread on BMGf}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wattrel&#039;s High Wind Warning!&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;カイデン、強風注意報！&#039;&#039;&#039; &#039;&#039;{{tt|Kaiden|Wattrel}}, High Wind Warning!&#039;&#039;) is the 52nd episode of &#039;&#039;[[Pokémon Horizons: The Series]]&#039;&#039;, and the 1,284th episode of the [[Pokémon animated series]]. It first aired in Japan on May 31, 2024, in the United Kingdom on January 13, 2025, and in the United States on February 7, 2025.&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
==Blurb==&lt;br /&gt;
&amp;lt;!--https://www.pokemon.com/us/animation/horizons/2/wattrels-high-wind-warning--&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;While observing a wild Capsakid for his academy report, Roy notices Wattrel having trouble flying in strong wind. The next day, he finds Wattrel training by itself, so he and Fuecoco cheer it on—but they’re interrupted by a haunting noise coming from elsewhere in the forest. Shortly after, a mysterious woman accompanied by a Houndstone appears, and she tells Roy she’s searching for a Pokémon known as “the Otherworldly.” The next day, Wattrel takes off on its own again, so Roy goes to find it…and discovers the Capsakid in a precarious situation! Will Roy and Wattrel be able to get the wild Pokémon to safety?&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
[[Liko]], [[Roy]], and [[Dot]] are observing various [[wild Pokémon]] for the reports they need to make. Liko tries to film a flock of {{form|Squawkabilly|White Plumage}} {{p|Squawkabilly}}, but accidentally messes it up as they fly away. Dot spots a group a group of {{p|Applin}}, but is prevented from filming them when {{TP|Dot|Tinkatink}} starts chasing them around. Roy, meanwhile, has chosen to observe a {{p|Capsakid}}, with {{TP|Roy|Fuecoco}} bringing him a [[Grepa Berry]] to feed it. {{p|Wattrel}} tries to help Roy too, but is constantly outdone by Fuecoco bringing in more berries and even directly fetching them straight from the tree with {{m|Flame Charge}} and grilling them in the process, while Wattrel keeps struggling to even fly high enough due to strong gusts of wind. When the group gathers at their campsite to eat and show off their progress, Roy shows his friends a video of Wattrel struggling with strong winds, which it still has problems with, despite [[HZ014|Roy having helped it to overcome its fear of flying]]. Roy wonders how he could help Wattrel get more confident.&lt;br /&gt;
&lt;br /&gt;
In the dead of night, Roy wakes up to notice that Wattrel is missing. He and Fuecoco find the {{pkmn|category|Storm Petrel Pokémon}} in the woods, struggling to fly up a tree. Roy and Fuecoco try to cheer up Wattrel with a song, though it remains dejected. Suddenly, a haunting sound fills the air, sending shivers down Roy and his Pokémon&#039;s spines. A {{p|Houndstone}} appears nearby and runs towards them, but instead of attacking them, it just affectionately jumps onto Roy and cuddles up to him until its {{pkmn|Trainer}}, a [[Ryme|woman]] with a microphone whose hair is styled in the shape of a skeleton, calls it off. She reveals that she had heard Roy&#039;s earlier singing to encourage Wattrel and performs a rap telling it to not run away from its fears. Roy is in awe at the rap, but his attention quickly turns elsewhere when he notices Capsakid emerging from a nearby bush. Knowing that it&#039;s a Pokémon that likes sunlight, he wonders why it is on the move in the middle of the night. The woman figures that it must be fleeing from &amp;quot;{{p|Annihilape|the otherworldly}}&amp;quot;, a scary Pokémon not from this world that she&#039;s trying to find. Roy gets excited at the prospect of meeting it too, but quickly turns around to film the potentially rare Capsakid behavior for his report. Kneeling closer to Fuecoco, the woman says she sees potential in him and encourages the Fire Croc Pokémon to keep at it. When Roy turns back around, she and Houndstone have both vanished. In the morning, Roy tells his friends of &amp;quot;the otherworldly&amp;quot;, but neither Liko nor Dot has any idea what it could mean. When Roy tries to show them the video he took to prove that his nightly encounter was real, his [[Rotom Phone]] only displays a black screen.&lt;br /&gt;
&lt;br /&gt;
The group once again splits up to continue writing their reports. Liko tries to film the White Squawkabilly flock again, but {{TP|Liko|Floragato}} and {{an|Terapagos}} make too much noise and cause them to fly away again. Dot films {{TP|Dot|Quaxly}} making a rainbow with {{m|Water Gun}}, but quickly realizes she needs to find wild Pokémon to observe. As Wattrel still struggles to overcome its inability to fly in strong winds, Fuecoco keeps effortlessly collecting berries, even offering one for Wattrel. An irritated Wattrel winds up in a short fight with Fuecoco, which Roy is quick to break up, though Wattrel flees while he&#039;s busy calming down Fuecoco. While looking for Wattrel, Roy spots the Capsakid from earlier stuck on a cliff. He carefully walks down a narrow cliffside path, leaving Fuecoco behind to avoid him falling into the water below. At one point, the cliff beneath Roy starts to crumble, causing Fuecoco to cry out in alarm, but Roy barely manages to get to stable footing in time and successfully reaches Capsakid. Distrustful of Roy, Capsakid bites him on the finger and uses {{m|Bullet Seed}} to fire its extremely spicy seeds into his mouth. To Capsakid&#039;s surprise, however, Roy finds the spicy seeds very tasty, happily even accepting a second mouthful of them. Eventually, Roy manages to earn Capsakid&#039;s trust, but is unable to make it back past the collapsed cliff face or climb up the cliff while holding Capsakid. Wattrel, having been attracted to the site by Fuecoco&#039;s alarmed cry from earlier, sees its chance to conquer its fear and swoops down to help. As Wattrel keeps struggling against the wind, {{TP|Liko|Hatenna}} and Floragato sense that something is going on and lead Liko and Dot to the site.&lt;br /&gt;
&lt;br /&gt;
Eventually, Wattrel manages grab a hold of Capsakid, and, after some further struggles, manages to pass it to Wattrel, who successfully carries it up the cliff to safety. After celebrating Wattrel&#039;s success, Roy starts climbing up the cliff, much to Liko and Dot&#039;s alarm. Although Roy assures that he&#039;s a good tree climber, a combination of a rock he tries to grab breaking off and an especially strong gust of wind blowing by cause him to lose his grip and start falling. Without hesitation, Wattrel dives down to save him and unexpectedly [[Evolution|evolves]] into {{TP|Roy|Kilowattrel}}, becoming big enough finally overcome the winds and grab Roy, flying him around for a while as Liko and Dot observe the newly evolved Frigatebird Pokémon in awe. Roy is also feeling excited that his Pokémon evolved, but is left dismayed when he finds out that neither of his friends actually recorded the Evolution. Nevertheless, after saying goodbye to Capsakid, the group continues on their {{pkmn|journey}}, with Fuecoco taking a flight on Kilowattrel along the way. Meanwhile, in the depths of a dark, mist-filled forest, a ghostly Pokémon lurks in wait.&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
[[File:Roy Fuecoco and Kilowattrel.png|thumb|220px|Fuecoco riding the newly evolved Kilowattrel]]&lt;br /&gt;
&amp;lt;!-- This is not for summarizing everything that happens in this episode. Only events pertaining to the series as a whole, such as catching and releasing Pokémon and obtaining Badges, go here. --&amp;gt;&lt;br /&gt;
* [[Roy]] meets [[Ryme]] for the first time, unaware of her real identity.&lt;br /&gt;
* Roy&#039;s {{p|Wattrel}} [[Evolution|evolves]] into {{TP|Roy|Kilowattrel}}.&lt;br /&gt;
{{animeevents|HZ}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
====Humans====&lt;br /&gt;
* [[Ryme]]&lt;br /&gt;
&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
* {{p|Capsakid}}&lt;br /&gt;
* {{p|Houndstone}}&lt;br /&gt;
* {{p|Squawkabilly}} ({{form|Squawkabilly|White Plumage}})&lt;br /&gt;
* {{p|Annihilape}} (shadow)&lt;br /&gt;
* [[Roy&#039;s Kilowattrel]]&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* [[Liko]]&lt;br /&gt;
* [[Roy]]&lt;br /&gt;
* [[Dot]]&lt;br /&gt;
* [[Ryme]]&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Floragato}} ({{OP|Liko|Floragato}})&lt;br /&gt;
* {{p|Hatenna}} ({{OP|Liko|Hatenna}})&lt;br /&gt;
* {{p|Rotom}} ([[Liko]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Fuecoco}} ({{OP|Roy|Fuecoco}})&lt;br /&gt;
* {{p|Wattrel}} ({{OP|Roy|Kilowattrel}}; evolves)&lt;br /&gt;
* {{p|Kilowattrel}} ({{OP|Roy|Kilowattrel}}; newly evolved)&lt;br /&gt;
* {{p|Rotom}} ([[Roy]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Quaxly}} ({{OP|Dot|Quaxly}})&lt;br /&gt;
* {{p|Tinkatink}} ({{OP|Dot|Tinkatink}})&lt;br /&gt;
* {{p|Rotom}} ([[Dot]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Houndstone}} ([[Ryme]]&#039;s; debut)&lt;br /&gt;
* {{p|Terapagos}} ({{an|Terapagos|anime}}; {{form|Terapagos|Normal Form}})&lt;br /&gt;
* {{p|Squawkabilly}} ({{form|Squawkabilly|White Plumage}}; ×3)&lt;br /&gt;
* {{p|Swablu}}&lt;br /&gt;
* {{p|Komala}}&lt;br /&gt;
* {{p|Pachirisu}}&lt;br /&gt;
* {{p|Dunsparce}}&lt;br /&gt;
* {{p|Applin}} (×3)&lt;br /&gt;
* {{p|Steenee}}&lt;br /&gt;
* {{p|Shroodle}}&lt;br /&gt;
* {{p|Capsakid}} (debut)&lt;br /&gt;
* {{p|Lechonk}}&lt;br /&gt;
* {{p|Annihilape}} (shadow; debut)&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* [[Professor Friede&#039;s Pokémon Seminar]]: &#039;&#039;Where does {{p|Kilowattrel}} store its electricity?&#039;&#039;&lt;br /&gt;
** Choices: Its cheeks, its beak, its throat&lt;br /&gt;
** Answer: Its throat&lt;br /&gt;
* The first [[List of Pokémon Horizons: The Series eyecatches|eyecatch]] features [[Roy]] and his {{TP|Roy|Fuecoco}}, and the second features Roy and his {{p|Wattrel}}.&lt;br /&gt;
* This is the first episode of the [[Pokémon animated series]] to not feature any [[Generation I]] Pokémon, not counting Professor Friede&#039;s Pokémon Seminar.&lt;br /&gt;
* [[Dot]], Roy, [[Liko]], and {{TP|Liko|Hatenna}} narrate the preview for the [[HZ053|next episode]].&lt;br /&gt;
&lt;br /&gt;
===Errors===&lt;br /&gt;
&lt;br /&gt;
===Dub edits===&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Epilang|color=AE7BD3|bordercolor=F34134&lt;br /&gt;
|ar={{tt|!تحذير واترل من الرياح العاتية|Wattrel&#039;s Warning from the strong winds!}}&lt;br /&gt;
|zh_yue={{tt|電海燕，強風警報|Watterl, High Wind Warning}}&lt;br /&gt;
|zh_cmn={{tt|電海燕，強風警報！|Watterl, High Wind Warning!}}&lt;br /&gt;
|cs={{tt|Wattrelovo varování před vichrem!|Wattrel&#039;s Gale Warning!}}&lt;br /&gt;
|nl={{tt|Wattrels waarschuwing voor harde wind|Wattrel&#039;s Warning for High Wind!}}&lt;br /&gt;
|fi={{tt|Wattrelin tuulivaroitus!|Wattrel&#039;s wind warning!}}&lt;br /&gt;
|de={{tt|Voltrel! Achtung, starker Wind!|Wattrel! Attention, strong wind!}}&lt;br /&gt;
|he={{tt|!אזהרת הרוח של וואטרל|Wattrel&#039;s Wind Warning!}}&lt;br /&gt;
|id={{tt|Wattrel dan Peringatan Angin Kencang!|Wattrel and the High Wind Warning!}}&lt;br /&gt;
|it={{tt|Allerta vento forte per Wattrel!|Strong wind alert for Wattrel!}}&lt;br /&gt;
|no={{tt|Wattrels sterke vindvarsel!|Wattrel&#039;s strong wind warning!}}&lt;br /&gt;
|pl={{tt|Wattrel kontra wiatr!|Wattrel versus wind!}}&lt;br /&gt;
|pt_br={{tt|Alerta de vento forte do Wattrel!|Wattrel&#039;s strong wind warning!}}&lt;br /&gt;
|pt_eu={{tt|Alerta de vento forte para Wattrel!|Strong wind warning for Wattrel!}}&lt;br /&gt;
|es_la={{tt|¡Vientos peligrosos para Wattrel!|Dangerous winds for Wattrel!}}&lt;br /&gt;
|es_eu={{tt|¡Alerta de viento fuerte para Wattrel!|High wind warning for Wattrel!}}&lt;br /&gt;
|sv={{tt|Wattrels vindkraftiga dilemma|Wattrel&#039;s wind-powered dilemma}}&lt;br /&gt;
|tr={{tt|Wattrel&#039;in Kuvvetli Rüzgâr Uyarısı!|Wattrel&#039;s High Wind Warning!}}&lt;br /&gt;
}}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{EpicodePrevNext|&lt;br /&gt;
prevcode=HZ051 |&lt;br /&gt;
prevtitle=The Flower Tower |&lt;br /&gt;
nextcode=HZ053 |&lt;br /&gt;
nexttitle=Hatenna and the Otherworldly |&lt;br /&gt;
series=Pokémon Horizons: The Series |&lt;br /&gt;
colorscheme=Paldea&lt;br /&gt;
}}&lt;br /&gt;
{{Project Anime notice}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:1284}}&lt;br /&gt;
[[Category:Pokémon Horizons: The Series episodes|052]]&lt;br /&gt;
[[Category:Episodes written by Kimiko Ueno]]&lt;br /&gt;
[[Category:Episodes storyboarded by Hiromasa Amano]]&lt;br /&gt;
[[Category:Episodes directed by Fumihiro Ueno]]&lt;br /&gt;
[[Category:Episodes animated by Takashi Shinohara]]&lt;br /&gt;
[[Category:Episodes animated by Saki Ebisawa]]&lt;br /&gt;
[[Category:Episodes animated by Natsumi Hattori]]&lt;br /&gt;
[[Category:Episodes by multiple animation directors]]&lt;br /&gt;
[[Category:Episodes in which a Legendary Pokémon appears]]&lt;br /&gt;
[[Category:Episodes in which a main character&#039;s Pokémon evolves]]&lt;br /&gt;
[[Category:Episodes focusing on Roy]]&lt;br /&gt;
[[Category:Episodes which aired in the United Kingdom before the United States]]&lt;br /&gt;
&lt;br /&gt;
[[de:Voltrel! Achtung, starker Wind!]]&lt;br /&gt;
[[es:EP1288]]&lt;br /&gt;
[[fr:LH052]]&lt;br /&gt;
[[it:OP052]]&lt;br /&gt;
[[ja:2023年版第52話]]&lt;br /&gt;
[[zh:宝可梦 地平线 第52集]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=HZ051&amp;diff=4534776</id>
		<title>HZ051</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=HZ051&amp;diff=4534776"/>
		<updated>2026-04-19T07:27:10Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EpicodePrevNext |&lt;br /&gt;
prevcode=HZ050 |&lt;br /&gt;
prevtitle=Trending Terastallization! Dance, Dance, Quaxly! |&lt;br /&gt;
nextcode=HZ052 |&lt;br /&gt;
nexttitle=Wattrel&#039;s High Wind Warning! |&lt;br /&gt;
series=Pokémon Horizons: The Series |&lt;br /&gt;
colorscheme=Paldea&lt;br /&gt;
}}&lt;br /&gt;
{{EpisodeInfobox|&lt;br /&gt;
epcode=HZ051 |&lt;br /&gt;
altepcode=EP1283 |&lt;br /&gt;
colorscheme=Paldea |&lt;br /&gt;
title_en=The Flower Tower |&lt;br /&gt;
title_ja=トゲトゲニャローテ！？不思議な花ばしら |&lt;br /&gt;
title_ja_trans=Thorny Nyarote!? The Mysterious Flower Pillar |&lt;br /&gt;
broadcast_jp=May 24, 2024 |&lt;br /&gt;
broadcast_us=February 7, 2025 |&lt;br /&gt;
en_op=[[My Favorite Pokémon]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Will (song)|Will -Korean ver.-]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
en_ed=[[My Favorite Pokémon|My Favorite Pokémon (instrumental)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Make You Shine|Make You Shine (English Ver.)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
ja_op={{so|Will}} |&lt;br /&gt;
ja_ed=[[Let me battle]] |&lt;br /&gt;
olmteam=Team Kumemura |&lt;br /&gt;
scenarion=1 |&lt;br /&gt;
scenario=赤尾でこ |&lt;br /&gt;
storyboardn=1 |&lt;br /&gt;
storyboard=毛利和昭 |&lt;br /&gt;
directorn=1 |&lt;br /&gt;
director=森山愛弓 |&lt;br /&gt;
artn=5 |&lt;br /&gt;
art=倉員千晶 |&lt;br /&gt;
art2=中矢利子 |&lt;br /&gt;
art3=高星佑平 |&lt;br /&gt;
art4=北島勇樹 |&lt;br /&gt;
art5=Prommee Saksit |&lt;br /&gt;
morecredits=yes |&lt;br /&gt;
epstaffpage=HZ051-HZ060 |&lt;br /&gt;
footnotes=* {{BMGf|301410|Preview thread on BMGf}} &#039;&#039;Closed&#039;&#039;&lt;br /&gt;
* {{BMGf|301756|Original review thread on BMGf}}&lt;br /&gt;
* {{BMGf|304822|Dub review thread on BMGf}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Flower Tower&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;トゲトゲニャローテ！？不思議な花ばしら&#039;&#039;&#039; &#039;&#039;Thorny {{tt|Nyarote|Floragato}}!? The Mysterious Flower Pillar&#039;&#039;) is the 51st episode of &#039;&#039;[[Pokémon Horizons: The Series]]&#039;&#039;, and the 1,283rd episode of the [[Pokémon animated series]]. It first aired in Japan on May 24, 2024, in the United Kingdom on January 13, 2025, and in the United States on February 7, 2025.&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
==Blurb==&lt;br /&gt;
&amp;lt;!--https://www.pokemon.com/us/animation/horizons/2/the-flower-tower--&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;Having all passed their Tera Training basic aptitude tests, Liko, Roy, and Dot go camping so they can compile reports about wild Pokémon. They also learn of a local legend about a tower of flower petals. But Floragato soon falls into a prickly mood as Liko ends up giving lots of attention to Hatenna and especially to Terapagos, who wanders off when Liko isn’t looking. As Liko rushes to find it, she falls into a ravine that becomes filled with wild Toedscool. Floragato, Hatenna, and Terapagos aren’t far behind, though, and Floragato jumps into action to help Liko. But the Toedscool don’t want to battle—what could they be up to?&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
Following [[Dot]] completing her [[Tera Training]] in [[Levincia]], she, [[Liko]], and [[Roy]] head to a river to do a report on [[wild Pokémon]]. To help them, Dot pulls out [[Friede]]’s Pokémon distribution map. Liko wants to tell the [[Rising Volt Tacklers]] about the report, and Roy would like to get some battles in too. The kids decide to set up camp where they are. While it takes time for Liko to get her tent ready, Roy is already done with his since he&#039;s used this kind of thing. As the rope dangles in Liko&#039;s hand, {{TP|Liko|Floragato}} gets mesmerized by it and grabs it, knocking Liko and her tent over. Dot places her tent by a large flat rock so she can have a good work station. Floragato turns Liko&#039;s attention to a {{p|Pineco}} sleeping in a tree before Roy trips on a tree root, running into the tree and causing Pineco to fall down and {{m|Self-Destruct|explode}}. Later, Liko and Roy wash their Pokémon in the river. Roy spots a school of {{p|Arrokuda}} swimming down the river before a large {{p|Kilowattrel}} flies over head, thrilling {{TP|Roy|Wattrel}}. Roy decides to go after Kilowattrel and write his report on it. Dot goes back to the camp site while Liko stays by the river.&lt;br /&gt;
&lt;br /&gt;
Liko lets {{an|Terapagos}} walk around before preparing to wash Floragato. However, Liko&#039;s attention gets turned to {{TP|Liko|Hatenna}} getting dirty again, so she washes Hatenna a second time. As an annoyed Floragato plays around with her yo-yo vine, she hits a rock into the water. She tries to show Liko, who becomes fixated on Terapagos walking away, catching it before it wanders off too far. Liko finally gives Floragato some attention, but the {{pkmn|category|Grass Cat Pokémon}}, annoyed at the sight of Terapagos and Hatenna in her {{pkmn|Trainer}}&#039;s arms, just turns away. Liko tries to place her hand on Floragato, but gets pricked by her fur becoming spiky all of a sudden. Floragato runs off, leaving Liko wondering what&#039;s wrong.&lt;br /&gt;
&lt;br /&gt;
Back at the camp site, Dot struggles to find just the right Pokémon to use in her report when she sees an article on a twister made of petals. Dot sees Floragato in a bad mood and gets the feeling that something happened between her and Liko. After finding out that Liko has not decided on a Pokémon to write her report on, Dot shares some info on the &amp;quot;pillar of petals&amp;quot;. The article says that a huge number of flower petals are swept into the air, creating a pillar that connect the land to the sky. Though it remains unknown what causes this phenomenon, let alone when the next one will occur or the type of flower the petals come from. As Terapagos wanders in another direction, Dot tells Liko that anyone who sees this phenomenon will be sure to find happiness. Hearing this, Liko looks at Floragato. Dot gets the feeling that a local Pokémon may be behind the pillar of petals. Liko resolves to look for it with Floragato to lift the Grass Cat Pokémon&#039;s mood. Liko goes to tell Floragato about the pillar of petals before panicking when she realizes that Terapagos wandered off. She sees some rustling in the nearby bushes and runs to check it out, Floragato reluctantly following behind. Dot thinks she should head out too, but not before stopping {{TP|Dot|Tinkatink}} from messing with their frying pan.&lt;br /&gt;
&lt;br /&gt;
Liko can&#039;t find Terapagos, so she asks Floragato to help her look. However, Floragato ignores her, causing Liko to become disappointed. Floragato notices Liko&#039;s disappointment, but she once again finds herself more focused on Hatenna, prompting Floragato to continue ignoring Liko. Meanwhile, Terapagos arrives at a pond, getting amazed by the resident {{p|Magikarp}}. The Tera Pokémon then gets launched over the trees by a charging {{p|Lechonk}}, still smiling all the while. Liko and Floragato arrive at the same lake, spotting some footprints. Liko hands Hatenna to Floragato as she checks out the footprints. Hatenna picks up on Floragato&#039;s annoyance, but they realize that their attention was preoccupied when they see that Liko is gone. Hearing an explosion, they think that Liko may be in trouble, so they go to check it out. Liko hears the explosion too, thinking it was another Pineco. She heads over there too, but ends up falling into a ravine with vines laid around the top. She realizes that she got separated from Floragato and Hatenna.&lt;br /&gt;
[[File:Floragato with Hatenna and Terapagos.png|thumb|left|250px|Floragato with Hatenna and Terapagos]]&lt;br /&gt;
Floragato and Hatenna find Terapagos crying on its back next to a Pineco. Hatenna struggles to flip Terapagos over and they both desperately ask Floragato for help. A reluctant Floragato flips Terapagos over before a strong wind catches the Tera Pokémon&#039;s attention. Terapagos walks in the direction of the wind, right towards more hanging Pineco. Floragato freaks out and grabs Terapagos, running with Hatenna as fast as possible in the other direction.&lt;br /&gt;
&lt;br /&gt;
Liko wonders how to get out of the ravine knowing she can&#039;t climb out, not to mention the heat. Suddenly, she spots a large number of {{p|Toedscool}} running down into the ravine, quickly hiding behind a large rock and scanning them with her [[Pokédex]]. She sees that the Toedscool are trying to get rid of the vines. Just as all the Toedscool notice Liko, Floragato arrives to protect her Trainer. Liko however, runs to stop Floragato, getting pricked by her spiky fur again when she embraces her. She tries to tell Floragato that the Toedscool didn&#039;t attack her before embracing the Grass Cat Pokémon again, not minding her prickly fur poking her. Floragato&#039;s tension fades, with her prickly fur becoming soft again in the process. Terapagos goes over to the Toedscool, wanting to help them. The Toedscool respond by pointing up to the vines covering the ravine. Liko sees that they are trying to get rid of the vines. After the Toedscool form a ladder to help Liko and her Pokémon out of the ravine, Liko commands Floragato to cut the vines with {{m|Magical Leaf}}. The Toedscool turn around, waiting for something as the heat from the sun intensifies. Just then, a strong wind blows through where the vines where, creating a twister in the ravine as the Toedscool rejoice. One by one, they all fly into the twister, releasing flaps into the swirling winds. Liko realizes that this is in fact the &amp;quot;pillar of petals&amp;quot;. Liko is glad that Floragato was here to see this with her.&lt;br /&gt;
&lt;br /&gt;
Night falls at the camp site as Dot is shocked to hear that Liko saw the pillar of petals. Liko tells her and Roy that the petals turned out to be Toedscool flaps, and Roy thinks that will make a great report. Dot looks up that the strong wind blowing over the hot ground, as well as the angle of the ravine in which the wind runs along, causes a tornado. The resident Toedscool have a habit of using this wind to get their flaps to peel off. Dot asks Liko if she took photos out videos, and she nervously says that she forgot. However, she decides to draw up an illustration for her report instead. Liko smiles at Floragato, happy she was able to strengthen their bond with this experience.&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
&amp;lt;!-- This is not for summarizing everything that happens in this episode. Only events pertaining to the series as a whole, such as catching and releasing Pokémon and obtaining Badges, go here. --&amp;gt;&lt;br /&gt;
{{animeevents|HZ}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
* {{p|Toedscool}}&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* [[Liko]]&lt;br /&gt;
* [[Roy]]&lt;br /&gt;
* [[Dot]]&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Floragato}} ({{OP|Liko|Floragato}})&lt;br /&gt;
* {{p|Hatenna}} ({{OP|Liko|Hatenna}})&lt;br /&gt;
* {{p|Rotom}} ([[Liko]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Fuecoco}} ({{OP|Roy|Fuecoco}})&lt;br /&gt;
* {{p|Wattrel}} ({{OP|Roy|Wattrel}})&lt;br /&gt;
* {{p|Quaxly}} ({{OP|Dot|Quaxly}})&lt;br /&gt;
* {{p|Tinkatink}} ({{OP|Dot|Tinkatink}})&lt;br /&gt;
* {{p|Rotom}} ([[Dot]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Terapagos}} ({{an|Terapagos|anime}}; {{form|Terapagos|Normal Form}})&lt;br /&gt;
* {{p|Chewtle}}&lt;br /&gt;
* {{p|Arrokuda}} (multiple)&lt;br /&gt;
* {{p|Crabrawler}} (×2)&lt;br /&gt;
* {{p|Skiddo}} (×2)&lt;br /&gt;
* {{p|Tauros}} ([[Paldean form|Paldean Form]]; {{form|Paldean Tauros|Combat Breed}})&lt;br /&gt;
* {{p|Deerling}} ({{form|Deerling and Sawsbuck|Summer Form}}; ×2)&lt;br /&gt;
* {{p|Skiploom}} (multiple)&lt;br /&gt;
* {{p|Bramblin}} (multiple)&lt;br /&gt;
* {{p|Dunsparce}} (×2)&lt;br /&gt;
* {{p|Komala}}&lt;br /&gt;
* {{p|Pachirisu}}&lt;br /&gt;
* {{p|Pineco}} (×5)&lt;br /&gt;
* {{p|Kilowattrel}}&lt;br /&gt;
* {{p|Magikarp}} (×3)&lt;br /&gt;
* {{p|Lechonk}}&lt;br /&gt;
* {{p|Toedscool}} (multiple; debut)&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* [[Professor Friede&#039;s Pokémon Seminar]]: &#039;&#039;What does {{p|Toedscool}} excel at?&#039;&#039;&lt;br /&gt;
** Choices: Running away, leaping eagerly, stepping sneakily&lt;br /&gt;
** Answer: Running away&lt;br /&gt;
* The first [[List of Pokémon Horizons: The Series eyecatches|eyecatch]] features [[Liko]] and {{an|Terapagos}}, and the second features Liko and her {{TP|Liko|Floragato}}.&lt;br /&gt;
* This episode marks the first appearance of several Pokémon [[Pokémon (species)|species]] in the main series after long absences:&lt;br /&gt;
** {{p|Deerling}}, who last appeared in &#039;&#039;[[BW137|Celebrating the Hero&#039;s Comet!]]&#039;&#039;, 489 episodes earlier.&lt;br /&gt;
** {{p|Crabrawler}}, who last appeared in &#039;&#039;[[SM129|Battle Royal 151!]]&#039;&#039;, 215 episodes earlier.&lt;br /&gt;
** {{p|Komala}}, who last appeared in &#039;&#039;[[SM146|Thank You, Alola! The Journey Continues!]]&#039;&#039;, 198 episodes earlier.&lt;br /&gt;
*** This is also the first appearance of a Komala other than [[Samson Oak]]&#039;s in the {{pkmn|animated series}}.&lt;br /&gt;
* This episode features the least amount of [[human]] characters in &#039;&#039;[[Pokémon Horizons: The Series]]&#039;&#039;, with only three.&lt;br /&gt;
* [[Roy]], Liko, [[Dot]], {{TP|Dot|Quaxly}}, and {{TP|Roy|Fuecoco}} narrate the preview of the [[HZ052|next episode]].&lt;br /&gt;
&lt;br /&gt;
===Errors===&lt;br /&gt;
&lt;br /&gt;
===Dub edits===&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Epilang|color=AE7BD0|bordercolor=F34134&lt;br /&gt;
|ar={{tt|برج من الأزهار|A tower of flowers}}&lt;br /&gt;
|zh_yue={{tt|刺刺的蒂蕾喵? 神奇的花柱|Thorny Nyarote? The Mysterious Flower Pillar}}&lt;br /&gt;
|zh_cmn={{tt|刺刺的蒂蕾喵?! 神奇的花柱|Thorny Nyarote?! The Mysterious Flower Pillar}}&lt;br /&gt;
|cs={{tt|Květinová věž|The Flower Tower}}&lt;br /&gt;
|nl={{tt|De bloementoren|The Flower Tower}}&lt;br /&gt;
|fi={{tt|Kukkaistorni!|The flower tower!}}&lt;br /&gt;
|de={{tt|Der Blumenwirbel!|The flower vortex!}}&lt;br /&gt;
|he={{tt|מגדל הפרחים|The Flower Tower}}&lt;br /&gt;
|id={{tt|Bulu Floragato Lancip?! Pilar Bunga Misterius|Spiky Floragato?! The Mysterious Flower Pillar}}&lt;br /&gt;
|it={{tt|La torre di fiori|The flowers tower}}&lt;br /&gt;
|no={{tt|Blomstertårnet|The Flower Tower}}&lt;br /&gt;
|pl={{tt|Kwiatowa wieża!|The flower tower!}}&lt;br /&gt;
|pt_br={{tt|A Torre de Flores|The Tower of Flowers}}&lt;br /&gt;
|pt_eu={{tt|A Torre de Flores!|The Tower of Flowers!}}&lt;br /&gt;
|es_la={{tt|La torre de flores|The tower of flowers}}&lt;br /&gt;
|es_eu={{tt|¡La torre florida!|The flowery tower!}}&lt;br /&gt;
|sv={{tt|Blomstertornet|The flowe tower}}&lt;br /&gt;
|tr={{tt|Çiçek Kulesi|The Flower Tower}}&lt;br /&gt;
}}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{EpicodePrevNext|&lt;br /&gt;
prevcode=HZ050 |&lt;br /&gt;
prevtitle=Trending Terastallization! Dance, Dance, Quaxly! |&lt;br /&gt;
nextcode=HZ052 |&lt;br /&gt;
nexttitle=Wattrel&#039;s High Wind Warning! |&lt;br /&gt;
series=Pokémon Horizons: The Series |&lt;br /&gt;
colorscheme=Paldea&lt;br /&gt;
}}&lt;br /&gt;
{{Project Anime notice}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:1283}}&lt;br /&gt;
[[Category:Pokémon Horizons: The Series episodes|051]]&lt;br /&gt;
[[Category:Episodes written by Deko Akao]]&lt;br /&gt;
[[Category:Episodes storyboarded by Kazuaki Mōri]]&lt;br /&gt;
[[Category:Episodes directed by Ayumi Moriyama]]&lt;br /&gt;
[[Category:Episodes animated by Chiaki Kurakazu]]&lt;br /&gt;
[[Category:Episodes animated by Toshiko Nakaya]]&lt;br /&gt;
[[Category:Episodes animated by Yūhei Takahoshi]]&lt;br /&gt;
[[Category:Episodes animated by Yūki Kitajima]]&lt;br /&gt;
[[Category:Episodes animated by Prommee Saksit]]&lt;br /&gt;
[[Category:Episodes by multiple animation directors]]&lt;br /&gt;
[[Category:Episodes in which a Legendary Pokémon appears]]&lt;br /&gt;
[[Category:Episodes focusing on Liko]]&lt;br /&gt;
[[Category:Episodes which aired in the United Kingdom before the United States]]&lt;br /&gt;
&lt;br /&gt;
[[de:Der Blumenwirbel!]]&lt;br /&gt;
[[es:EP1287]]&lt;br /&gt;
[[fr:LH051]]&lt;br /&gt;
[[it:OP051]]&lt;br /&gt;
[[ja:2023年版第51話]]&lt;br /&gt;
[[zh:宝可梦 地平线 第51集]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Lilycove_Museum&amp;diff=4530252</id>
		<title>Lilycove Museum</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Lilycove_Museum&amp;diff=4530252"/>
		<updated>2026-04-11T12:24:48Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* Pokémon Adventures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox location&lt;br /&gt;
|image=Lilycove Museum ORAS.png&lt;br /&gt;
|image_size=261&lt;br /&gt;
|type=building&lt;br /&gt;
|location_name=Lilycove Museum&lt;br /&gt;
|japanese_name=ミナモ{{tt|美術館|びじゅつかん}}&lt;br /&gt;
|translated_name=Minamo Art Gallery&lt;br /&gt;
|slogan=Pokémon masterpiece collection on exhibit!&lt;br /&gt;
|location=[[Lilycove City]]&lt;br /&gt;
|region=Hoenn&lt;br /&gt;
|generation={{Gen|III}}, {{gen|VI}}&lt;br /&gt;
|map=Hoenn Lilycove City Map.png&lt;br /&gt;
}}&lt;br /&gt;
The &#039;&#039;&#039;Lilycove Museum&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ミナモ{{tt|美術館|びじゅつかん}}&#039;&#039;&#039; &#039;&#039;Minamo Art Gallery&#039;&#039;) is an art museum in [[Lilycove City]]. The museum features a collection of fantastic artwork featuring Pokémon and {{pkmn|Contest}}s. Most of the exhibits on the first floor are classical statues and sculptures featuring or symbolizing Pokémon, while the second floor is home to modern and vibrant artworks of Pokémon. Unlike the [[Oceanic Museum|museum]] of [[Slateport City]], the {{player}} is not charged a fee upon entrance.&lt;br /&gt;
&lt;br /&gt;
{{sign|E|header}}&lt;br /&gt;
{{sign|E|title|LILYCOVE MUSEUM}}&lt;br /&gt;
{{sign|E|&amp;quot;POKéMON Masterpiece Collection}}&lt;br /&gt;
{{sign|E|on exhibit!&amp;quot;}}&lt;br /&gt;
{{sign|E|footer}}&lt;br /&gt;
&lt;br /&gt;
==Structure==&lt;br /&gt;
===First floor===&lt;br /&gt;
The ground floor is the main exhibition floor of the museum; there are many statues here as well as a few paintings. Many people wander around this floor for inspiration or to just marvel at the fantastic pieces of artwork. It is this hall that features the classical artwork of Pokémon and the symbolization of Pokémon, where most of the artwork originated during ancient times.&lt;br /&gt;
&lt;br /&gt;
On entry to the Lilycove Museum, the information desk can be located on the western side. Here the receptionist will explain that the first floor features a collection of fantastic artwork. Further west is the southwestern hall. In {{game2|Ruby|Sapphire|Emerald}}, a woman and her child can be found marveling over a piece of artwork that includes a painting of a beautiful, smiling woman with a Pokémon on her lap. Also in this hall is a painting of {{type|grass}} Pokémon swaying in the breeze, enjoying the wind&#039;s gentle caress. In {{g|Omega Ruby and Alpha Sapphire}}, the two paintings that were here have been moved to the east wing. Pamphlets and two small pieces of art are now on the wall. A {{tc|Kindler}} will sell some of his art&amp;amp;mdash;[[Secret Base]] [[decoration]]s&amp;amp;mdash;to the player for {{PDollar}}100,000 each.&lt;br /&gt;
&lt;br /&gt;
{{shop|Kindler}}&lt;br /&gt;
{{shoprow|{{shopdec|Paradoxical Popper|Paradoxical Popper|size=64|100,000|6=List of Decorations in Generation VI#Paradoxical Popper}}|{{shopdec|Meditative Seat|Meditative Seat|size=64|100,000|6=List of Decorations in Generation VI#Meditative Seat}}}}&lt;br /&gt;
{{shoprow|{{shopdec|Heterarchical Loop|Heterarchical Loop|size=64|100,000|6=List of Decorations in Generation VI#Heterarchical Loop}}}}&lt;br /&gt;
{{shopfooter}}&lt;br /&gt;
&lt;br /&gt;
The northwestern hall hosts four paintings. The painting on the far east displays an odd landscape with a bizarre and fantastic scenery, which in Pokémon Omega Ruby and Alpha Sapphire shows {{p|Giratina}}. To its right are a delicious-looking painting of {{Berries}} and a very old painting that has its canvas peeled here and there. The last painting in the northwestern hall shows a vase in Generation III and a [[Pokémon Trainer]] and his {{p|Altaria}} in Omega Ruby and Alpha Sapphire.&lt;br /&gt;
&lt;br /&gt;
By traveling along east, the eastern hall can be found hosting several Pokémon statues. An artist can be found searching for inspiration from the artworks in the museum, while another student can be found expressing his love for the fine arts.&lt;br /&gt;
&lt;br /&gt;
Featured in this hall is a huge stone tablet inscribed with Pokémon and a dense text in the small characters of an ancient, unreadable language, which could possibly be {{p|Unown}} writing. A sculpture that depicts an ancient bird Pokémon resembling {{p|Pidgeot}} is also located here. Next to it is a large {{i|Poké Ball}} carved from a black stone, apparently used in festivals in the olden days. There is also a painting located on the northern wall that displays the [[Mythical Pokémon]] {{p|Arceus}}, painted from the artist&#039;s imagination. In Pokémon Omega Ruby and Alpha Sapphire, a {{p|Shroomish}} sculpture created by an up-and-coming artist is also exhibited along with paintings of a {{p|Ralts}} and a {{p|Roselia}} on the back wall.&lt;br /&gt;
&lt;br /&gt;
In Pokémon Ruby, Sapphire, and Emerald, the stairs to the second floor are also located in this hallway; however, they are blocked by the curator until the player is willing to help him complete the second floor&#039;s painting collection. In Pokémon Omega Ruby and Alpha Sapphire, the staircase is instead located in the center of the back wall, directly in front of the entrance.&lt;br /&gt;
&lt;br /&gt;
===Second floor===&lt;br /&gt;
[[File:Lilycove Museum Curator RSE.png|thumb|200px|Meeting the curator]]&lt;br /&gt;
The curator will introduce the second floor to the player as the &amp;quot;special exhibit hall&amp;quot; and tell the player about his future plans for the design. The second floor, as the curator explains, was made for modern and vibrant artwork that features Pokémon springing forth into glorious life, a great change from the first floor which displays classical paintings. The curator asks the player to search for suitable artwork.&lt;br /&gt;
&lt;br /&gt;
At first, there is nothing on this floor. However, in {{game2|Ruby|Sapphire|Emerald}}, if the player wins a Master Rank or Link [[Pokémon Contest]] with at least 800 points, an artist will approach the player saying he&#039;s done a painting that might even look good in a museum, at which point the player will direct him to the Lilycove Museum. If the player accrues five paintings, one for each [[Contest condition|Contest category]], the curator will give the player a [[Decoration|Glass Ornament]] for their [[Secret Base]]. In [[Pokémon Omega Ruby and Alpha Sapphire]], each category has three frames, one of which will be filled each time the player wins a Master Rank Contest. Once all frames have been filled, the curator will give the player the Glass Ornament if talked to.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==Exhibited works==&lt;br /&gt;
===1F===&lt;br /&gt;
====West wing====&lt;br /&gt;
&#039;&#039;&#039;Odd landscape&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&amp;quot;It&#039;s an odd landscape with bizarre and fantastic scenery.&amp;quot;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In {{g|Omega Ruby and Alpha Sapphire}}, this painting portrays {{p|Giratina}}, possibly in the [[Distortion World]].&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lilycove Museum Landscape RSE.png|{{game2|Ruby|Sapphire|Emerald}}&lt;br /&gt;
File:Lilycove Museum Landscape ORAS.png|{{g|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&#039;&#039;&#039;Delicious-looking painting of {{Berries}}&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&amp;quot;It&#039;s a delicious-looking painting of &amp;lt;sc&amp;gt;Berries&amp;lt;/sc&amp;gt;. This painting could make you hungry!&amp;quot;&#039;&#039; {{sup/3|RSE}}&lt;br /&gt;
:&#039;&#039;&amp;quot;It&#039;s a delicious-looking painting of Berries. This painting could make you hungry!&amp;quot;&#039;&#039; {{sup/6|ORAS}}&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lilycove Museum berry painting RSE.png|{{game2|Ruby|Sapphire|Emerald}}&lt;br /&gt;
File:Lilycove Museum berry painting ORAS.png|{{g|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&#039;&#039;&#039;Very old painting&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&amp;quot;It&#039;s a very old painting. The paint is peeling here and there.&amp;quot;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In {{g|Omega Ruby and Alpha Sapphire}}, this painting clearly depicts a {{p|Ralts}}.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lilycove Museum Old Painting 1 RSE.png|{{game2|Ruby|Sapphire|Emerald}}&lt;br /&gt;
File:Lilycove Museum Old Painting 1 ORAS.png|{{g|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&#039;&#039;&#039;Old-style picture&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&amp;quot;It&#039;s a very old painting. The paint is peeling here and there.&amp;quot;&#039;&#039; {{sup/3|RSE}}&lt;br /&gt;
:&#039;&#039;&amp;quot;It&#039;s an old-style picture of a popular Trainer of the past.&amp;quot;&#039;&#039; {{sup/6|ORAS}}&lt;br /&gt;
&lt;br /&gt;
In {{game2|Ruby|Sapphire|Emerald}}, this painting appears to portray a vase, while in {{g|Omega Ruby and Alpha Sapphire}}, the painting portrays a {{pkmn|Trainer}} and his {{p|Altaria}}.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lilycove Museum Old Painting 2 RSE.png|{{game2|Ruby|Sapphire|Emerald}}&lt;br /&gt;
File:Lilycove Museum Old Painting 2 ORAS.png|{{g|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
====East wing====&lt;br /&gt;
&#039;&#039;&#039;Painting of a beautiful, smiling woman&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&amp;quot;It&#039;s a painting of a beautiful, smiling woman with a {{ScPkmn}} on her lap.&amp;quot;&#039;&#039; {{sup/3|RSE}}&lt;br /&gt;
:&#039;&#039;&amp;quot;It&#039;s a painting of a beautiful, smiling woman with a Pokémon on her lap.&amp;quot;&#039;&#039; {{sup/6|ORAS}}&lt;br /&gt;
&lt;br /&gt;
This painting is located in the southern section of the west wing in {{game2|Ruby|Sapphire|Emerald}}. In these games the appearance of the painting seems to be based on the real life painting [[wp:Woman_with_a_Parasol_–_Madame_Monet_and_Her_Son|&#039;&#039;Woman with a Parasol – Madame Monet and Her Son&#039;&#039;]] by Claude Monet. In {{g|Omega Ruby and Alpha Sapphire}}, it appears to show a {{p|Kirlia}}. In [[Pokémon Adventures]], it shows a {{p|Pikachu}}.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lilycove Museum woman painting RSE.png|{{game2|Ruby|Sapphire|Emerald}}&lt;br /&gt;
File:Lilycove Museum woman painting ORAS.png|{{g|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&#039;&#039;&#039;Painting of a Legendary Pokémon&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&amp;quot;It&#039;s a painting of a legendary {{ScPkmn}} from long ago. The artist painted this from imagination.&amp;quot;&#039;&#039; {{sup/3|RSE}}&lt;br /&gt;
:&#039;&#039;&amp;quot;It&#039;s a painting of a Legendary Pokémon from long ago. The artist painted this from their imagination.&amp;quot;&#039;&#039; {{sup/6|ORAS}}&lt;br /&gt;
In {{game2|Ruby|Sapphire|Emerald}}, the description refers to a singular Pokémon but actually depicts three Pokémon resembling the [[legendary birds]] or [[legendary beasts]]. In {{g|Omega Ruby and Alpha Sapphire}}, it clearly depicts the [[Mythical Pokémon]] {{p|Arceus}}.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lilycove Museum Legendary Pokémon Painting RSE.png|{{game2|Ruby|Sapphire|Emerald}}&lt;br /&gt;
File:Lilycove Museum Legendary Pokémon Painting ORAS.png|{{g|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&#039;&#039;&#039;Painting of {{type|Grass}} Pokémon&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&amp;quot;It&#039;s a painting of &amp;lt;sc&amp;gt;Grass Pok&amp;lt;/sc&amp;gt;é&amp;lt;sc&amp;gt;mon&amp;lt;/sc&amp;gt; swaying in a breeze. They appear to be enjoying the wind&#039;s gentle caress.&amp;quot;&#039;&#039; {{sup/3|RSE}}&lt;br /&gt;
:&#039;&#039;&amp;quot;It&#039;s a painting of Grass-type Pokémon in a breeze. They appear to be enjoying the wind&#039;s gentle caress.&amp;quot;&#039;&#039; {{sup/6|ORAS}}&lt;br /&gt;
&lt;br /&gt;
This painting is located in the southern section of the west wing in {{game2|Ruby|Sapphire|Emerald}}. In {{g|Omega Ruby and Alpha Sapphire}}, it appears to depict a {{p|Roselia}}. In [[Pokémon Adventures]], it depicts an {{p|Oddish}}.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lilycove Museum Grass Pokémon Painting RSE.png|{{game2|Ruby|Sapphire|Emerald}}&lt;br /&gt;
File:Lilycove Museum Grass Pokémon Painting ORAS.png|{{g|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&#039;&#039;&#039;Famous sculpture&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&amp;quot;It&#039;s a replica of a famous sculpture. It depicts an ancient &amp;lt;sc&amp;gt;Bird Pok&amp;lt;/sc&amp;gt;é&amp;lt;sc&amp;gt;mon&amp;lt;/sc&amp;gt;.&amp;quot;&#039;&#039; {{sup/3|RSE}}&lt;br /&gt;
:&#039;&#039;&amp;quot;It&#039;s a famous glass sculpture. It depicts an ancient bird Pokémon.&amp;quot;&#039;&#039; {{sup/6|ORAS}}&lt;br /&gt;
&lt;br /&gt;
In {{game2|Ruby|Sapphire|Emerald}}, the sculpture is a stone replica, while in {{g|Omega Ruby and Alpha Sapphire}}, it is instead the original glass sculpture, resembling the Glass Ornament [[decoration]].&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lilycove Museum Sculpture RSE.png|{{game2|Ruby|Sapphire|Emerald}}&lt;br /&gt;
File:Lilycove Museum Sculpture ORAS.png|{{g|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&#039;&#039;&#039;Big stone Poké Ball&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&amp;quot;It&#039;s a big {{ScBall}} carved from a black stone. It was apparently used in festivals in the olden days.&amp;quot;&#039;&#039; {{sup/3|RSE}}&lt;br /&gt;
:&#039;&#039;&amp;quot;It&#039;s a big Poké Ball carved from a black stone. It was apparently used in festivals in the olden days.&amp;quot;&#039;&#039; {{sup/6|ORAS}}&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lilycove Museum Poké Ball RSE.png|{{game2|Ruby|Sapphire|Emerald}}&lt;br /&gt;
File:Lilycove Museum Poké Ball ORAS.png|{{g|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&#039;&#039;&#039;Huge stone tablet&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&amp;quot;It&#039;s a huge stone tablet inscribed with {{ScPkmn}} and dense text in the small characters of an ancient, unreadable language.&amp;quot;&#039;&#039; {{sup/3|RSE}}&lt;br /&gt;
:&#039;&#039;&amp;quot;It&#039;s a huge stone tablet inscribed with Pokémon and dense text in the small characters of an ancient, unreadable language.&amp;quot;&#039;&#039; {{sup/6|ORAS}}&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lilycove Museum Stone Tablet RSE.png|{{game2|Ruby|Sapphire|Emerald}}&lt;br /&gt;
File:Lilycove Museum Stone Tablet ORAS.png|{{g|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&#039;&#039;&#039;{{p|Shroomish}} sculpture&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&amp;quot;It&#039;s a sculpture depicting Shroomish. It&#039;s created by an up-and-coming artist.&amp;quot;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This sculpture is only present in {{g|Omega Ruby and Alpha Sapphire}}.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lilycove Museum Shroomish Sculpture ORAS.png|{{g|Omega Ruby and Alpha Sapphire}}&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===2F===&lt;br /&gt;
====Pokémon Ruby, Sapphire, and Emerald====&lt;br /&gt;
In {{game2|Ruby|Sapphire|Emerald}}, up to five paintings can appear in the second floor exhibit, each one representing one of the five [[Pokémon Contest]] condition categories: [[Beautiful (condition)|Beauty]], [[Cool (condition)|Cool]], [[Cute (condition)|Cute]], [[Smart (condition)|Smart]], and [[Tough (condition)|Tough]]. Each painting is a composite of a unique backdrop overlayed with the sprite of the featured Pokémon. A ribbon sprite is added to the top of the frame, the color of which reflects the contest category of the painting. Each category has three possible descriptions, one of which is randomly assigned to the painting.&lt;br /&gt;
&lt;br /&gt;
The Pokémon&#039;s sprite is filtered with a combination of effects applied to each pixel, and the specific effects used differ for each category&#039;s painting. After the effects are applied, it undergoes a process known as {{wp|color quantization}} to create a fixed-sized palette that reduces the sprite&#039;s color space. This ensures the sprite is not displayed with its full colors. There are two quantizers that are used: a standard palette quantizer supporting up to 256 colors, and one supporting up to 32 grayscale colors. A third quantizer is present but goes unused which converts the sprite to use up to 16 primary colors. This results in an image that heavily (but not accurately) resembles the appearance of Pokémon sprites on the [[Game Boy Color]].&amp;lt;ref&amp;gt;https://github.com/pret/pokeemerald/blob/master/src/image_processing_effects.c&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://www.huderlem.com/blog/posts/contest-paintings/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The same process is used for the paintings that appear in the [[Contest Hall]]s, except they always have a blank backdrop, no ribbon, and a generic description stating the name of the Pokémon and their trainer, as well as the category of contest won. In {{v2|Emerald}}, the description additionally states the rank of the contest, as contests for all ranks are held in the same hall in [[Lilycove City]].&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;{{roundy|10px}} background: #{{locationcolor/med|{{{1|building}}}}}; margin-right: 5px; border: 2px solid #{{locationcolor/dark|{{{1|building}}}}}&amp;quot; colspan=4 cellspacing=&amp;quot;2&amp;quot; cellpadding=&amp;quot;4&amp;quot;  | }}&lt;br /&gt;
|- style=&amp;quot;background: #{{locationcolor/light|{{{1|building}}}}};&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#{{locationcolor/light|{{{1|building}}}}}; {{roundytl|5px}};&amp;quot; | Contest category&lt;br /&gt;
! style=&amp;quot;background:#{{locationcolor/light|{{{1|building}}}}};&amp;quot; | Painting example&lt;br /&gt;
! style=&amp;quot;background:#{{locationcolor/light|{{{1|building}}}}};&amp;quot; | Sprite effects&lt;br /&gt;
! style=&amp;quot;background:#{{locationcolor/light|{{{1|building}}}}}; {{roundytr|5px}};&amp;quot; | Descriptions&lt;br /&gt;
|- style=&amp;quot;background: #FFFFFF;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#{{beauty color light}}&amp;quot; | Beauty&lt;br /&gt;
| [[File:Beauty Painting RSE.png]]&lt;br /&gt;
| A soft &amp;quot;shimmer&amp;quot; effect is created by inverting the sprite&#039;s colors, blurring it twice, then inverting the colors again.&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&amp;quot;This century&#039;s last Venus - the beautiful &amp;lt;Name&amp;gt;&amp;quot;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&amp;quot;{{ScPkmn}} &amp;lt;sc&amp;gt;Center&amp;lt;/sc&amp;gt;&#039;s super idol - the incomparable &amp;lt;Name&amp;gt;&amp;quot;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&amp;quot;&amp;lt;Name&amp;gt;&#039;s dazzling, glittering smile&amp;quot;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background: #FFFFFF;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#{{cool color light}}&amp;quot; | Cool&lt;br /&gt;
| [[File:Cool Painting RSE.png]]&lt;br /&gt;
| A vivid &amp;quot;colored outline&amp;quot; effect is created by changing light pixels to white (which can result in some details being inadvertently erased), and dark pixels to black, creating a thick outline that is then recolored to either teal, yellow, purple, red, blue, or green. The color that is used is determined by the first 8 bits of the Pokémon&#039;s [[personality value]].  &lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&amp;quot;Nonstop super-cool - the inestimable &amp;lt;Name&amp;gt;&amp;quot;&#039;&#039; {{sup/3|RS}} / &#039;&#039;&amp;quot;Nonstop supercool - the inestimable &amp;lt;Name&amp;gt;&amp;quot;&#039;&#039; {{sup/3|E}}&lt;br /&gt;
* &#039;&#039;&amp;quot;Hey, there! The good-looking {{ScPkmn}} &amp;lt;Name&amp;gt;&amp;quot;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&amp;quot;The marvelous, wonderful, and very great &amp;lt;Name&amp;gt;&amp;quot;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background: #FFFFFF;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#{{cute color light}}&amp;quot; | Cute&lt;br /&gt;
|[[File:Cute Painting RSE.png]]&lt;br /&gt;
| A {{wikipedia|pointillism}}-style effect is applied by taking colors from the sprite and distributing similarly-colored pixels across it. The splatter pattern is applied through pre-defined array and is not random.&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&amp;quot;The lovely and sweet &amp;lt;Name&amp;gt;&amp;quot;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&amp;quot;Give us a wink! The cutie {{ScPkmn}} &amp;lt;Name&amp;gt;&amp;quot;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&amp;quot;The pretty &amp;lt;Name&amp;gt;&#039;s winning portrait&amp;quot;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background: #FFFFFF;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#{{smart color light}}&amp;quot; | Smart&lt;br /&gt;
| [[File:Smart Painting RSE.png]]&lt;br /&gt;
| A &amp;quot;charcoal&amp;quot; effect is applied through a combination of the black outline effect used for the Cool painting, several blurring effects, and converting to greyscale multiple times.&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&amp;quot;The smartness maestro - the wise {{ScPkmn}} &amp;lt;Name&amp;gt;&amp;quot;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&amp;quot;The chosen {{ScPkmn}} - The one among {{ScPkmn}} &amp;lt;Name&amp;gt;&amp;quot;&#039;&#039; {{sup/3|RS}} / &#039;&#039;&amp;quot;&amp;lt;Name&amp;gt; - the one above all {{ScPkmn}}&amp;quot;&#039;&#039; {{sup/3|E}}&lt;br /&gt;
* &#039;&#039;&amp;quot;The excellent &amp;lt;Name&amp;gt;&#039;s moment of elegance&amp;quot;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background: #FFFFFF;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#{{tough color light}}; {{roundybl|5px}}&amp;quot; | Tough&lt;br /&gt;
|[[File:Tough Painting RSE.png]]&lt;br /&gt;
| The sprite is converted to grayscale, with a delta to skew lighter, followed by the same effect being applied again using the red color channel as a mean.&lt;br /&gt;
| style=&amp;quot;{{roundybr|5px}}&amp;quot; |&lt;br /&gt;
* &#039;&#039;&amp;quot;The powerfully muscular speedster &amp;lt;Name&amp;gt;&amp;quot;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&amp;quot;The strong, stronger, and strongest &amp;lt;Name&amp;gt;&amp;quot;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&amp;quot;The mighty tough hyper {{ScPkmn}} &amp;lt;Name&amp;gt;!&amp;quot;&#039;&#039; {{sup/3|RS}} / &#039;&#039;&amp;quot;The mighty tough hyper {{ScPkmn}} &amp;lt;Name&amp;gt;&amp;quot;&#039;&#039; {{sup/3|E}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Pokémon Omega Ruby and Alpha Sapphire====&lt;br /&gt;
In {{g|Omega Ruby and Alpha Sapphire}}, up to 15 paintings can appear in the second floor exhibit, with up to 3 for each of the [[Pokémon Contest]] condition categories: [[Beautiful (condition)|Beauty]], [[Cool (condition)|Coolness]], [[Cute (condition)|Cuteness]], [[Clever (condition)|Cleverness]], and [[Tough (condition)|Toughness]]. Unlike the original games, a generic description is used for all paintings, with the only variation being the name of its subject and the category that was won. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coolness Contest paintings&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&amp;quot;This is a portrait of &amp;lt;Name&amp;gt;, which performed well in the Coolness Contest!&amp;quot;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&#039;&#039;&#039;Beauty Contest paintings&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&amp;quot;This is a portrait of &amp;lt;Name&amp;gt;, which performed well in the Beauty Contest!&amp;quot;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&#039;&#039;&#039;Cuteness Contest paintings&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&amp;quot;This is a portrait of &amp;lt;Name&amp;gt;, which performed well in the Cuteness Contest!&amp;quot;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&#039;&#039;&#039;Cleverness Contest paintings&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&amp;quot;This is a portrait of &amp;lt;Name&amp;gt;, which performed well in the Cleverness Contest!&amp;quot;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&#039;&#039;&#039;Toughness Contest paintings&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&amp;quot;This is a portrait of &amp;lt;Name&amp;gt;, which performed well in the Toughness Contest!&amp;quot;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Items==&lt;br /&gt;
{{itlisth|building}}&lt;br /&gt;
{{itemlist|Glass Ornament|sprite=GlassOrnamentSprite|2F, from the museum curator after winning each {{OBP|Rank|Contest|Master Rank}} {{pkmn|Contest}} with at least 800 points|Ru=yes|Sa=yes|E=yes|display={{DL|List of decorations in Generation III|Glass Ornament}}}}&lt;br /&gt;
{{itemlist|Glass Ornament|sprite=Glass Ornament VI|size=30|2F, from the museum curator after winning each Master Rank Contest at least three times|OR=yes|AS=yes|display={{DL|List of Decorations in Generation VI|Glass Ornament}}}}&lt;br /&gt;
{{itlistfoot|building}}&lt;br /&gt;
&lt;br /&gt;
==Layout==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; background:#000; border:3px solid #{{locationcolor/dark|building}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{locationcolor/light|building}}; {{roundytl|5px}}&amp;quot; | Version&lt;br /&gt;
! style=&amp;quot;background:#{{locationcolor/light|building}}&amp;quot; | Exterior&lt;br /&gt;
! style=&amp;quot;background:#{{locationcolor/light|building}}&amp;quot; | 1F&lt;br /&gt;
! style=&amp;quot;background:#{{locationcolor/light|building}}; {{roundytr|5px}}&amp;quot; | 2F&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{ruby color}}&amp;quot; | {{color2|fff|Pokémon Ruby and Sapphire Versions|Ruby}}&lt;br /&gt;
! rowspan=2 | [[File:Lilycove Museum RS.png|200px]]&lt;br /&gt;
! rowspan=3 | [[File:Lilycove Museum 1F RSE.png|175px]]&lt;br /&gt;
! rowspan=3 | [[File:Lilycove Museum 2F RSE.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{sapphire color}}&amp;quot; | {{color2|fff|Pokémon Ruby and Sapphire Versions|Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{emerald color}}&amp;quot; | {{color2|fff|Pokémon Emerald Version|Emerald}}&lt;br /&gt;
! [[File:Lilycove Museum E.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{omega ruby color}}&amp;quot; | {{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Omega Ruby}}&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | [[File:Lilycove Museum ORAS.png|200px]]&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | [[File:Lilycove Museum 1F ORAS.png|200px]]&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | [[File:Lilycove Museum 2F ORAS.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{alpha sapphire color}}&amp;quot; | {{color2|fff|Pokémon Omega Ruby and Alpha Sapphire|Alpha Sapphire}}&lt;br /&gt;
|-&lt;br /&gt;
| colspan=4 style=&amp;quot;background:#{{locationcolor/light|building}}; {{roundybottom|5px}}&amp;quot; | &amp;amp;nbsp;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Music==&lt;br /&gt;
{| class=&amp;quot;roundtable&amp;quot; style=&amp;quot;margin:auto; text-align: center; background: #{{locationcolor/med|road}}; border: 3px solid #{{locationcolor/dark|road}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#{{locationcolor/light|road}}&amp;quot;&lt;br /&gt;
! Games&lt;br /&gt;
! Situation&lt;br /&gt;
! Song name (Japanese)&lt;br /&gt;
! Song name (English)&lt;br /&gt;
! Composition&lt;br /&gt;
! Arrangement&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
! {{GameIcon|R}}{{GameIcon|Sa}}{{GameIcon|E}}&lt;br /&gt;
| Overworld&lt;br /&gt;
| 美術館&lt;br /&gt;
| [[Pokémon Ruby &amp;amp; Pokémon Sapphire: Super Music Collection|Museum]]&lt;br /&gt;
| [[Morikazu Aoki]]&lt;br /&gt;
| Morikazu Aoki&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
! {{GameIcon|OR}}{{GameIcon|AS}}&lt;br /&gt;
| Overworld&lt;br /&gt;
| 美術館&lt;br /&gt;
| [[Pokémon Omega Ruby &amp;amp; Pokémon Alpha Sapphire: Super Music Collection|Museum]]&lt;br /&gt;
| Morikazu Aoki&lt;br /&gt;
| [[Shota Kageyama]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==In the manga==&lt;br /&gt;
===Pokémon Adventures===&lt;br /&gt;
[[File:Lilycove Museum Adventures.png|thumb|150px|Lilycove Museum in [[Pokémon Adventures]]]]&lt;br /&gt;
===={{MangaArc|Ruby &amp;amp; Sapphire}}====&lt;br /&gt;
The Lilycove Museum appeared in &#039;&#039;[[PS247|The Beginning of the End with Kyogre &amp;amp; Groudon IX]]&#039;&#039; and &#039;&#039;[[PS248|X]]&#039;&#039; as the setting for a battle between [[Brawly]] and [[Blaise]]. Brawly was initially intimidated by Blaises&#039;s illusions when the paintings came to life, but eventually defeated Blaise using techniques he acquired from [[Bruno]] during a training camp.&lt;br /&gt;
&lt;br /&gt;
Two paintings were featured in this chapter: the painting of Grass-type Pokémon and the painting of a beautiful, smiling woman.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lilycove Museum Grass Pokémon painting Adventures.png|Painting of Grass-type Pokémon&lt;br /&gt;
File:Lilycove Museum woman painting Adventures.png|Painting of a beautiful, smiling woman&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{langtable|color={{locationcolor/light|building}}|bordercolor={{locationcolor/dark|building}}&lt;br /&gt;
|zh_yue=水靜美術館 &#039;&#039;{{tt|Séuijihng Méihseuhtgún|Lilycove Art Gallery}}&#039;&#039;&lt;br /&gt;
|zh_cmn=水靜美術館 / 水静美术馆&#039;&#039; {{tt|Shuǐjìng Měishùguǎn|Lilycove Art Gallery}}&#039;&#039;&lt;br /&gt;
|fr=Musée Nénucrique&lt;br /&gt;
|de=Museum von Seegrasulb City&lt;br /&gt;
|it=Museo di Alghepoli&lt;br /&gt;
|ko=해안 미술관 &#039;&#039;{{tt|Haean Misulgwan|Lilycove Art Gallery}}&lt;br /&gt;
|pt_br=Museu de Arte de Lilycove&lt;br /&gt;
|es=Museo de Calagua&lt;br /&gt;
|vi=Bảo tàng Mĩ thuật Minamo&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Related articles==&lt;br /&gt;
{{Museum}}&lt;br /&gt;
{{Hoenn}}&lt;br /&gt;
{{Project Locations notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Hoenn locations]]&lt;br /&gt;
[[Category:Ruby and Sapphire locations]]&lt;br /&gt;
[[Category:Emerald locations]]&lt;br /&gt;
[[Category:Omega Ruby and Alpha Sapphire locations]]&lt;br /&gt;
&lt;br /&gt;
[[es:Museo de Ciudad Calagua]]&lt;br /&gt;
[[fr:Musée de Nénucrique]]&lt;br /&gt;
[[it:Museo di Alghepoli]]&lt;br /&gt;
[[ja:ミナモびじゅつかん]]&lt;br /&gt;
[[zh:水静美术馆]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Raid_Battle_(GO)&amp;diff=4525598</id>
		<title>Raid Battle (GO)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Raid_Battle_(GO)&amp;diff=4525598"/>
		<updated>2026-04-09T09:26:08Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech from Journeys&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Pokémon GO raids artwork.png|thumb|300px|Promotional artwork featuring Raid Battles]]&lt;br /&gt;
A &#039;&#039;&#039;Raid Battle&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;レイドバトル&#039;&#039;&#039; &#039;&#039;Raid Battle&#039;&#039;) is a type of battle in {{g|GO}} that takes place at a {{GO|Gym}}.&lt;br /&gt;
&lt;br /&gt;
==In Pokémon GO==&lt;br /&gt;
[[File:GO Guide Raid 1.jpg|thumb|200px|Nearby Raid Battles]]&lt;br /&gt;
:&#039;&#039;A raid is a battle where you and up to 19 other Trainers work together to defeat the Raid Boss—an extremely powerful Pokémon. Win to receive fantastic rewards and a chance to catch a stronger-than-normal Pokémon of your own!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The goal of a Raid Battle is for players to collaboratively defeat the Raid Boss, a [[giant Pokémon]] with significantly inflated stats, within the time limit. Each Raid Boss is stationed at a particular Gym for a limited period of time, and players must use a [[Raid Pass]] to challenge it. As with other battles at Gyms, up to 20 trainers can join to fight the Raid Boss. After defeating the Raid Boss, players receive a variety of rewards and are given the opportunity to catch the Raid Boss.&lt;br /&gt;
&lt;br /&gt;
From 5:00 a.m. to 7:44 p.m. local time, a Raid Egg may randomly spawn at any Gym, which does not already have a Raid Egg or Raid Boss, with a timer counting down until it hatches. Raid Eggs normally have a one-hour timer, but this may vary during certain in-game events. Once the Raid Egg hatches, the Raid Boss appears, and a new timer begins counting down until the Raid Boss disappears. Raid Bosses normally have a 45-minute timer, but this may also vary during certain in-game events. Effectively, a raid may begin any time from 6:00 a.m. to 8:44 p.m., and the latest a raid may be challenged is 9:29 p.m.&lt;br /&gt;
&lt;br /&gt;
While a Raid Boss is present, Gym defenders cannot be challenged, cannot be fed [[Berry]] treats, and will not experience {{DL|Gym (GO)|motivation}} decay. Players will also not be able to deploy any more Pokémon to defend the Gym.&lt;br /&gt;
&lt;br /&gt;
When a player uses a Raid Pass to join a raid, they enter a lobby with a two-minute countdown (from when the first player in that challenge entered the lobby), after which the Raid Battle immediately begins. Players can also press a &amp;quot;Ready&amp;quot; button; if all players press the button, the timer will immediately lower to 10 seconds. While in the lobby, players can choose their team of six Pokémon to battle, use items from their [[Bag]], or invite {{OBP|friends|GO}} to join the raid [[Remote Raid Pass|remotely]], assuming the raid is not local-only. Additionally, starting on December 3, 2024, players are able to remotely join Raid Battles that are being challenged locally by Friends that are Great Friends or higher via the Friend List without need of an invite. However, joining a raid through the Friend List functions the same as being invited, meaning players must join the same lobby as the friend and cannot invite any friends themselves. &lt;br /&gt;
&lt;br /&gt;
The game automatically recommends a party to use based on the Raid Boss&#039;s weaknesses, as well as resistances against its move set. In the lobby, the player can see the other players currently waiting in that same lobby, along with which [[Team (GO)|teams]] they belong to and whether their party has any [[Mega Evolution (GO)|Mega-Evolved]] Pokémon. Each lobby can hold up to 20 players; once a lobby has 20 players, newly joining players will instead be placed in a separate lobby for a separate challenge of that Raid Boss. If a player specifically chooses to quit a Raid Battle, either from the lobby or after the start of the Raid Battle, they cannot rejoin that same challenge{{tt|*|If the game crashes or is force-closed, a player will automatically rejoin the same raid upon interacting with the Gym again}}. Players can also opt to join a private group using a specific group code.&lt;br /&gt;
&lt;br /&gt;
A Raid Pass is not removed from the Bag until the Raid Battle officially commences. After spending a Raid Pass, a player may repeatedly attempt that same raid until either they defeat the Raid Boss or the raid&#039;s timer expires. Raid Passes are not refunded if the player fails to complete a raid.&lt;br /&gt;
&lt;br /&gt;
{{Current Raid Bosses (GO)}}&lt;br /&gt;
&lt;br /&gt;
===Difficulty===&lt;br /&gt;
The difficulty of a Raid Battle varies depending on its level (also referred to as its &amp;quot;tier&amp;quot; or by a &amp;quot;star&amp;quot; rating). A raid&#039;s difficulty can be seen as soon as the Raid Egg spawns on the Gym, as the difficulty also determines the Raid Egg&#039;s color and pattern. Typically, a one-star Raid Boss is a basic Pokémon that can usually by defeated by a single player. A three-star Raid Boss is typically either a stronger single-stage Pokémon or an evolved (middle or final Evolution) Pokémon.&lt;br /&gt;
&lt;br /&gt;
Prior to the changes to the raid tiers on August 27, 2020, there were also two-star and four-star raids, which were combined with one-star and three-star raids, respectively. With their retirement, the one-star and three-star raid rewards were increased to match the respective two-star and four-star rewards.&lt;br /&gt;
&lt;br /&gt;
Raid Bosses of the same tier all have in common a fixed HP value, Attack and Defense multiplier, and time limit for the raid. The following table details the Raid Eggs and values associated with Raid Bosses at each level.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;roundtable&amp;quot; style=&amp;quot;background:#{{GO color}}; border:3px solid #{{GO color dark}};&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#{{GO color light}}; color:#fff;&amp;quot;&lt;br /&gt;
! width=&amp;quot;140px&amp;quot; | Rating&lt;br /&gt;
! Egg&lt;br /&gt;
! Raid&lt;br /&gt;
! Boss HP&lt;br /&gt;
! Multiplier&lt;br /&gt;
! Time limit(s)&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#{{cute color}}&amp;quot;| [[File:GO Raid Boss icon.png|20px]]&lt;br /&gt;
| [[File:GO Raid Egg Normal.png|60px]]&lt;br /&gt;
| One-star Raid&lt;br /&gt;
| 600&lt;br /&gt;
| 0.5974&lt;br /&gt;
| rowspan=3 | 180&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#{{tough color}}&amp;quot; | [[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]]&lt;br /&gt;
| [[File:GO Raid Egg Rare.png|60px]]&lt;br /&gt;
| Three-star Raid&lt;br /&gt;
| 3600&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot; name=&amp;quot;2019-02-03&amp;quot;&amp;gt;Prior to February 3, 2019, the amount of HP were as follows: 3000 for three-star Raid Bosses; and 12500 for Legendary Raid Bosses.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 0.73&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#{{unova color}}&amp;quot; | [[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]]&lt;br /&gt;
| [[File:GO Raid Egg Event.png|60px]]&lt;br /&gt;
| [[Community Day]] Raid&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;(local only)&amp;lt;/small&amp;gt;&lt;br /&gt;
| 9000&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot;&amp;gt;Prior to July 17, 2022, the amount of HP for the Community Day Raid Bosses was 15000.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| 0.79&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#{{kalos color}}&amp;quot; | [[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]]&lt;br /&gt;
| [[File:GO Mega Raid Egg.png|60px]]&lt;br /&gt;
| Mega Raid&lt;br /&gt;
| 9000&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot;&amp;gt;Prior to April 28, 2022, the amount of HP for Mega Raid Bosses was 15000.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; | 0.79 &amp;lt;!--Change if it&#039;s wrong for both Mega Raids--&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; | 300&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#525252&amp;quot; rowspan=&amp;quot;4&amp;quot; | [[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]]&lt;br /&gt;
| [[File:GO Legendary Raid Egg.png|60px]]&lt;br /&gt;
| Legendary Raid&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | 15000&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot; name=&amp;quot;2019-02-03&amp;quot;/&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| [[File:GO Ultra Raid Wormhole.png|60px]]&lt;br /&gt;
| Ultra Wormhole&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| [[File:GO Elite Raid Egg.png|60px]]&lt;br /&gt;
| Elite Raid&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;(local only)&amp;lt;/small&amp;gt;&lt;br /&gt;
| 20000&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| [[File:GO Primal Raid Egg.png|60px]]&lt;br /&gt;
| Primal Raid&lt;br /&gt;
| 22500&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#{{hoenn color}}&amp;quot; | [[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]]&lt;br /&gt;
| [[File:GO Legendary Mega Raid Egg.png|60px]]&lt;br /&gt;
| Legendary Mega Raid&lt;br /&gt;
| 22500&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#{{kalos color}}&amp;quot; rowspan=&amp;quot;2&amp;quot; | [[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]]&lt;br /&gt;
| [[File:GO Super Mega Raid Egg.png|60px]]&lt;br /&gt;
| Super Mega Raid&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |25000&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| [[File:GO Super Legendary Mega Raid Egg.png|60px]]&lt;br /&gt;
| Super Legendary Mega Raid&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A Raid Boss&#039;s CP, as displayed during the raid, is determined using the standard CP formula. Note that the Attack and Defense multipliers are not factored into this calculation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;CP = \left \lfloor \dfrac{\sqrt{HP} \times Attack \times \sqrt{Defense}}{10} \right \rfloor&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where&lt;br /&gt;
* &amp;lt;math&amp;gt;HP&amp;lt;/math&amp;gt; is a fixed Boss HP value based on the raid level&lt;br /&gt;
* &amp;lt;math&amp;gt;Attack&amp;lt;/math&amp;gt; = base Attack + 15&lt;br /&gt;
* &amp;lt;math&amp;gt;Defense&amp;lt;/math&amp;gt; = base Defense + 15&lt;br /&gt;
&lt;br /&gt;
During past in-game events, Legendary Raid Bosses have used different HP values than normal, while still being classified as a five-star raid and giving the same rewards as standard five-star raids:&lt;br /&gt;
* &amp;quot;4.5-star&amp;quot; Raid Bosses have the same HP as four-star raids  (9000{{tt|*|7500 before 2019}} HP), but still use the longer, 300-second timer from five-star raids.&lt;br /&gt;
** {{p|Articuno}}, {{p|Zapdos}}, and {{p|Moltres}} — Raid Days (2018)&lt;br /&gt;
** {{p|Regirock}}, {{p|Regice}}, and {{p|Registeel}} — [https://pokemongolive.com/en/post/a-regi-return-2019/ A Regi Return]&lt;br /&gt;
* These Raid Bosses have 50% more HP than normal (22500{{tt|*|18750 before 2019}} HP), and were colloquially known as “six-star” Raid Bosses.&lt;br /&gt;
** {{p|Mewtwo}} — Ultra Bonus 2018 and 2019&lt;br /&gt;
** {{p|Darkrai}} — [https://pokemongolive.com/en/post/halloween2019/ Halloween 2019]&lt;br /&gt;
&lt;br /&gt;
===Battle mechanics===&lt;br /&gt;
{{outdated|section|needs=details on Party Power}}&lt;br /&gt;
The group of players must defeat the Raid Boss within the time limit, otherwise the Raid Battle is lost. If all six of a player&#039;s Pokémon faint, the player is returned to the lobby, where they can heal their Pokémon using items from their Bag and choose six Pokémon to use to reenter the battle with; meanwhile the players who still have conscious Pokémon in their party continue to battle the Raid Boss.&lt;br /&gt;
&lt;br /&gt;
The moves that a Raid Boss knows is randomly selected from its standard move pool and will remain the same throughout the entire raid. Therefore, different lobbies of players challenging the same Raid Boss will all battle against the same move set. If a Raid Boss knows {{m|Hidden Power}}, it will always be set to {{t|Fighting}} type. &lt;br /&gt;
&lt;br /&gt;
During the Raid Battle, all normal battle techniques from Gym battles are available to the players. The Raid Boss attacks similarly to a [[Gym (GO)#Defender|Gym defender]]. As such, when a Raid Boss attacks, the damage is applied to all Pokémon on the battlefield. &lt;br /&gt;
&lt;br /&gt;
Players who raid with {{OBP|friends|GO}} may deal extra damage depending on their highest Friendship level with another player. These bonuses are:&lt;br /&gt;
* 3% for Good Friends&lt;br /&gt;
* 5% for Great Friends&lt;br /&gt;
* 7% for Ultra Friends&lt;br /&gt;
* 10% for Best Friends&lt;br /&gt;
&lt;br /&gt;
If any [[Mega Evolution (GO)|Mega-Evolved]] Pokémon are present on the battlefield on the players&#039; side, then every ally will deal bonus damage. The same bonus is also applied if a Primal Reversion or Mega {{p|Rayquaza}} is in the party, regardless if it is currently on the battlefield.&lt;br /&gt;
* ×1.3 damage for all moves whose types are boosted by Mega Evolution or Primal Reversion&lt;br /&gt;
** For Mega Evolution, the move&#039;s type must match the type (or one of the types) of the Mega-Evolved Pokémon&lt;br /&gt;
** For Primal Reversion and Mega Rayquaza, the move&#039;s type must be boosted by the corresponding weather&lt;br /&gt;
* ×1.1 damage increase for all other ally Pokémon&#039;s moves&lt;br /&gt;
&lt;br /&gt;
Damage bonuses do not stack for having multiple Mega Evolutions or Primal Reversions present at once, and only the highest damage bonus will be used. Note that the damage bonus is not applied to the user or, for Primal Reversion and Mega Rayquaza, its own party. However, if multiple players use Mega Evolution or Primal Reversion, they can boost each other.&lt;br /&gt;
&lt;br /&gt;
===Rewards===&lt;br /&gt;
{{outdated|needs=newer rewards such as Rare Candy XL (Lv. 31+) and Shadow Shards}}&lt;br /&gt;
Upon completing a first attempt of a raid, participants are rewarded {{stardust}}1000 regardless of victory. Winning a raid rewards all participants:&lt;br /&gt;
* [[Trainer level]] XP (amount depends on raid level)&lt;br /&gt;
* 1000 Gym Badge XP&lt;br /&gt;
* Various item rewards&lt;br /&gt;
&lt;br /&gt;
The following table was last updated on November 15, 2020. It shows the quantity per bundle and an estimated probability based on empirical data.&amp;lt;ref&amp;gt;[https://web.archive.org/web/20230326161744/https://thesilphroad.com/science/exploring-raid-rewards Exploring Raid Rewards - The Silph Road]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since December 5, 2019, four-star raids guarantee a [[Charged TM]] as one of the reward bundles.&amp;lt;ref&amp;gt;[https://twitter.com/NianticHelp/status/1202706416986923010 Niantic Support Twitter]&amp;lt;/ref&amp;gt; Following the retirement of two- and four-star raids, the prizes for one- and three-star raids have been increased to match what used to be given from two- and four-star raids, respectively.&amp;lt;ref&amp;gt;[https://twitter.com/NianticHelp/status/1298779087696064512 Niantic Support Twitter]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Six-star Legendary Mega Raids yield the same rewards as four-star Mega Raids.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;roundtable&amp;quot; style=&amp;quot;background:#{{GO color}}; border:3px solid #{{GO color dark}}; text-align:center&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;color:#fff&amp;quot; | &#039;&#039;&#039;Quantity (Probability) per reward bundle&#039;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#{{GO color light}}; color:#fff&amp;quot;&lt;br /&gt;
! colspan=2 style=&amp;quot;{{roundytl|5px}}&amp;quot;| Reward&lt;br /&gt;
! width=&amp;quot;105px&amp;quot; | [[File:GO Raid Boss icon.png|20px]]&lt;br /&gt;
! width=&amp;quot;105px&amp;quot; | [[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]]&lt;br /&gt;
! width=&amp;quot;105px&amp;quot; | [[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]]&lt;br /&gt;
! style=&amp;quot;width:105px; {{roundytr|5px}}&amp;quot; | [[File:GO Mega Raid icon.png|20px]]&lt;br /&gt;
|- style=&amp;quot;background:#eef&amp;quot;&lt;br /&gt;
! colspan=6 | Guaranteed&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;height:40px; text-align:center&amp;quot;| &amp;lt;big&amp;gt;&#039;&#039;&#039;XP&#039;&#039;&#039;&amp;lt;/big&amp;gt; || style=&amp;quot;text-align:left&amp;quot; | [[Trainer level|Experience]] || 3500 XP || 5000 XP || colspan=2 | 10000 XP&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| [[File:GO Golden Razz Berry.png|40px]] || style=&amp;quot;text-align:left&amp;quot; | [[Golden Razz Berry]] || ×1 || ×2 || ×3 || ×2&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| [[File:GO Charged TM.png|40px]]&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | [[Charged TM]]&lt;br /&gt;
| style=&amp;quot;background:#ccc&amp;quot; |&lt;br /&gt;
| ×1&lt;br /&gt;
| style=&amp;quot;background:#ccc&amp;quot; |&lt;br /&gt;
| ×1&lt;br /&gt;
|- style=&amp;quot;background:#eef&amp;quot;&lt;br /&gt;
! colspan=6 | Random&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| {{bag/GO|Super Potion|size=40px}} || style=&amp;quot;text-align:left&amp;quot; | [[Super Potion]] || ×1 (39.41%) || ×2 || style=&amp;quot;background:#ccc&amp;quot; colspan=2 |&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| {{bag/GO|Hyper Potion|size=40px}} || style=&amp;quot;text-align:left&amp;quot; | [[Hyper Potion]]&lt;br /&gt;
| style=&amp;quot;background:#ccc&amp;quot; |&lt;br /&gt;
| ×2 || ×3 (35.71%) || ×2&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| {{bag/GO|Revive|size=40px}} || style=&amp;quot;text-align:left&amp;quot; | [[Revive]] || ×2 (19.70%) || ×3 (18.35%) || ×3 (17.86%) || ×3&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| {{bag/GO|Golden Razz Berry|size=40px}} || style=&amp;quot;text-align:left&amp;quot; | [[Golden Razz Berry]] || ×1 (19.70%) || ×1 (18.35%) || ×2 (17.86%) || ×1&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| {{bag/GO|Silver Pinap Berry|size=40px}} || style=&amp;quot;text-align:left&amp;quot; | [[Silver Pinap Berry]] || style=&amp;quot;background:#ccc&amp;quot; colspan=3 | || ×2&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| {{bag/GO|Rare Candy|size=40px}} || style=&amp;quot;text-align:left&amp;quot; | [[Rare Candy]] || ×1 (19.70%) || ×2 (18.35%) || ×3 (17.86%) || ×2&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| {{bag/GO|Fast TM|size=40px}} || style=&amp;quot;text-align:left&amp;quot; | [[Fast TM]]&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;(Lv. 15+)&amp;lt;/small&amp;gt; || ×1 (0.99%) || ×1 (4.59%) || ×1 (5.36%) || ×1&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| {{bag/GO|Charged TM|size=40px}} || style=&amp;quot;text-align:left&amp;quot; | [[Charged TM]]&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;(Lv. 25+)&amp;lt;/small&amp;gt; || ×1 (0.49%) || ×1 (3.67%) || ×1 (5.36%) || ×1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Bonus challenge===&lt;br /&gt;
After being defeated, a Raid Boss will shrink down to normal size and can be captured during the bonus challenge. In Mega Raids, a Mega-Evolved Raid Boss will also revert to its normal form. In Fusion Raids, a Fused Raid Boss will Separate; the base Pokémon can be captured, while the Pokémon it was Fused with will disappear. The Raid Boss&#039;s base stats will return to normal; its [[Power up|level]] will be set at 20 (or 25 if its type is [[Weather]] Boosted); and, like Pokémon hatched from {{pkmn|Egg}}s, it will have random {{IV}}s of at least 10 per [[statistic|stat]]. The [[move]]s are also randomly re-rolled, so once captured, the Raid Boss may not necessarily know the same moves it used during the raid. [[Gender]] is the only fixed property, so different players winning the same raid will always encounter the Pokémon with the same gender. Raid Bosses have a chance of being [[Shiny Pokémon (GO)|Shiny]] during the bonus challenge if its Shiny form is obtainable by encounter. Since March 2018, with the introduction of Shiny Pokémon in Legendary raids, a Shiny Pokémon is guaranteed capture when successfully hit by a Ball.&lt;br /&gt;
&lt;br /&gt;
For the bonus challenge, players are given [[Premier Ball]]s to capture the defeated Raid Boss; certain events replace the Premier Balls with [[Beast Ball]]s. These Premier or Beast Balls and the [[Master Ball]] are the only Poké Balls that can be used, but players may still use [[Berry|Berries]] from their Bag. If the player successfully catches the Raid Boss, any remaining Premier or Beast Balls will be discarded and cannot be used for future raid challenges. If the player runs out of Premier or Beast Balls, the Raid Boss will flee, but will not flee otherwise. Even if the player fails to catch the Raid Boss, once they have successfully completed a Raid Battle, they cannot participate in it again.&lt;br /&gt;
&lt;br /&gt;
A player may receive between 6 and 24 Premier or Beast Balls in the bonus challenge, though the exact number depends on various factors listed below. In Mega and Primal Raids, the speed bonus awards [[Mega Energy]] corresponding to the Raid Boss; all other raids award bonus Premier or Beast Balls instead.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;roundtable&amp;quot; style=&amp;quot;background:#{{GO color}}; border:3px solid #{{GO color dark}}; text-align:center&amp;quot;&lt;br /&gt;
|- style=&amp;quot;color:#fff&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#{{GO color light}}&amp;quot; | Quantifier&lt;br /&gt;
! style=&amp;quot;background:#{{GO color light}}&amp;quot; colspan=5 | Premier/Beast Balls&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | Boss Defeated || colspan=5 | {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+6&lt;br /&gt;
|- style=&amp;quot;background:#eef;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background:#FFF; text-align:left&amp;quot; rowspan=2| Damage&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;(Individual contribution)&amp;lt;/small&amp;gt;&lt;br /&gt;
! width=80px | 0% !! 5% !! 10% || 15% !! 20%&amp;lt;!--Approximated, estimated values--&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+0 || {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+1 || {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+2 || {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+3 || {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+4&lt;br /&gt;
|- style=&amp;quot;background:#fff;&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | Gym Control&lt;br /&gt;
| colspan=5 | {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+2&lt;br /&gt;
|- style=&amp;quot;background:#eef;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background:#FFF; text-align:left&amp;quot; rowspan=2 | Friendship level&lt;br /&gt;
! Friend&lt;br /&gt;
! Good Friend&lt;br /&gt;
! Great Friend&lt;br /&gt;
! Ultra Friend&lt;br /&gt;
! Best Friend&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| colspan=2 | {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+0&lt;br /&gt;
| {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+1&lt;br /&gt;
| {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+2&lt;br /&gt;
| {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+4&lt;br /&gt;
|- style=&amp;quot;background:#eef;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background:#FFF; text-align:left; &amp;quot; rowspan=5 | Speed&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;(% of time used)&amp;lt;/small&amp;gt;&lt;br /&gt;
! ≤100% !! &amp;lt;75% !! &amp;lt;50% !! &amp;lt;25% !! &amp;lt;10%&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+2&lt;br /&gt;
| {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+3&lt;br /&gt;
| {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+4&lt;br /&gt;
| {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+6&lt;br /&gt;
| {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+8&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| {{bag/GO|Beedrill Mega Energy|Mega Evolution (GO)}}150&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot; name=&amp;quot;Mega Energy Bonus Challenge&amp;quot;&amp;gt;Prior to May 3, 2020, the amount of Mega Energy earned for winning a Mega Raid within a time limit were as follows: 50 if won before the timer hits 225 seconds; 60 if won between 225 seconds and 150 seconds; 70 if won between 150 seconds and 75 seconds; 80 if won between 75 seconds and 30 seconds; and 90 if won after the timer hits 30 seconds.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| {{bag/GO|Beedrill Mega Energy|Mega Evolution (GO)}}175&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot; name=&amp;quot;Mega Energy Bonus Challenge&amp;quot;/&amp;gt;&lt;br /&gt;
| {{bag/GO|Beedrill Mega Energy|Mega Evolution (GO)}}200&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot; name=&amp;quot;Mega Energy Bonus Challenge&amp;quot;/&amp;gt;&lt;br /&gt;
| {{bag/GO|Beedrill Mega Energy|Mega Evolution (GO)}}225&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot; name=&amp;quot;Mega Energy Bonus Challenge&amp;quot;/&amp;gt;&lt;br /&gt;
| {{bag/GO|Beedrill Mega Energy|Mega Evolution (GO)}}250&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot; name=&amp;quot;Mega Energy Bonus Challenge&amp;quot;/&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| {{bag/GO|Groudon Primal Energy|Mega Evolution (GO)}}60&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot; name=&amp;quot;Primal Raid&amp;quot;&amp;gt;Applies to Primal Raids and prior to 2025, Mega Rayquaza Raids&amp;lt;/ref&amp;gt;&lt;br /&gt;
| {{bag/GO|Groudon Primal Energy|Mega Evolution (GO)}}70&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot; name=&amp;quot;Primal Raid&amp;quot;/&amp;gt;&lt;br /&gt;
| {{bag/GO|Groudon Primal Energy|Mega Evolution (GO)}}80&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot; name=&amp;quot;Primal Raid&amp;quot;/&amp;gt;&lt;br /&gt;
| {{bag/GO|Groudon Primal Energy|Mega Evolution (GO)}}90&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot; name=&amp;quot;Primal Raid&amp;quot;/&amp;gt;&lt;br /&gt;
| {{bag/GO|Groudon Primal Energy|Mega Evolution (GO)}}100&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot; name=&amp;quot;Primal Raid&amp;quot;/&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| {{bag/GO|Dragonite Mega Energy|Mega Evolution (GO)}}300&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot; name=&amp;quot;Super Mega Raid&amp;quot;&amp;gt;Applies to Super Mega Raids&amp;lt;/ref&amp;gt;&lt;br /&gt;
| {{bag/GO|Dragonite Mega Energy|Mega Evolution (GO)}}350&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot; name=&amp;quot;Super Mega Raid&amp;quot;/&amp;gt;&lt;br /&gt;
| {{bag/GO|Dragonite Mega Energy|Mega Evolution (GO)}}400&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot; name=&amp;quot;Super Mega Raid&amp;quot;/&amp;gt;&lt;br /&gt;
| {{bag/GO|Dragonite Mega Energy|Mega Evolution (GO)}}450&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot; name=&amp;quot;Super Mega Raid&amp;quot;/&amp;gt;&lt;br /&gt;
| {{bag/GO|Dragonite Mega Energy|Mega Evolution (GO)}}500&amp;lt;ref group=&amp;quot;lower-alpha&amp;quot; name=&amp;quot;Super Mega Raid&amp;quot;/&amp;gt;&lt;br /&gt;
|}{{-}}&lt;br /&gt;
&lt;br /&gt;
The number of random bundles awarded depends on the raid level and scales upward with the number of Premier or Beast Balls earned. The following table shows the number of random bundles rewarded based on the Premier or Beast Balls earned from:&lt;br /&gt;
* Damage&lt;br /&gt;
* Gym Control&lt;br /&gt;
* Speed (this does not apply to Mega and Primal Raids, in which speed does not award Premier or Beast Balls)&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;roundtable&amp;quot; style=&amp;quot;text-align:center; background:#{{GO color}}; border:3px solid #{{GO color dark}}&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color:#{{GO color light}}; color:#fff&amp;quot;&lt;br /&gt;
! Premier/Beast Balls&lt;br /&gt;
! width=&amp;quot;105px&amp;quot; | [[File:GO Raid Boss icon.png|20px]]&lt;br /&gt;
! width=&amp;quot;105px&amp;quot; | [[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]]&lt;br /&gt;
! width=&amp;quot;105px&amp;quot; | [[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]]&lt;br /&gt;
! width=&amp;quot;105px&amp;quot; | [[File:GO Mega Raid icon.png|20px]]&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+0&lt;br /&gt;
| ×2&lt;br /&gt;
| ×3 &amp;lt;!-- -1 from Tier 5 due to guaranteed Charged TM--&amp;gt;&lt;br /&gt;
| ×4&lt;br /&gt;
| ×4&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+1&lt;br /&gt;
| ×3&lt;br /&gt;
| ×4&lt;br /&gt;
| ×5&lt;br /&gt;
| ×5&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+2&lt;br /&gt;
| ×3&lt;br /&gt;
| ×5&lt;br /&gt;
| ×6&lt;br /&gt;
| ×6&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+3&lt;br /&gt;
| ×3&lt;br /&gt;
| ×5&lt;br /&gt;
| ×7&lt;br /&gt;
| ×6&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+4&lt;br /&gt;
| ×3&lt;br /&gt;
| ×6&lt;br /&gt;
| ×7&lt;br /&gt;
| ×7&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+5&lt;br /&gt;
| ×3&lt;br /&gt;
| ×6&lt;br /&gt;
| ×7&lt;br /&gt;
| ×8&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+6&lt;br /&gt;
| ×3&lt;br /&gt;
| ×6&lt;br /&gt;
| ×8&lt;br /&gt;
| ×8&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+7&lt;br /&gt;
| ×3&lt;br /&gt;
| ×6&lt;br /&gt;
| ×8&lt;br /&gt;
| style=&amp;quot;background:#ccc;&amp;quot; rowspan=&amp;quot;8&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+8&lt;br /&gt;
| ×4&lt;br /&gt;
| ×7&lt;br /&gt;
| ×8&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+9&lt;br /&gt;
| ×4&lt;br /&gt;
| ×7&lt;br /&gt;
| ×9&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+10&lt;br /&gt;
| ×4&lt;br /&gt;
| ×7&lt;br /&gt;
| ×9&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+11&lt;br /&gt;
| ×4&lt;br /&gt;
| ×8&lt;br /&gt;
| ×9&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+12&lt;br /&gt;
| ×4&lt;br /&gt;
| ×8&lt;br /&gt;
| ×10&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+13&lt;br /&gt;
| ×4&lt;br /&gt;
| ×8&lt;br /&gt;
| ×10&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! {{bag/GO|Premier Ball}}{{bag/GO|Beast Ball}}+14&lt;br /&gt;
| ×4&lt;br /&gt;
| ×8&lt;br /&gt;
| ×10&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Trainer Achievements===&lt;br /&gt;
{{incomplete|section|Mechanics on how/which achievements are awarded}}&lt;br /&gt;
Raid Battle Trainer Achievements is a feature that was added to Raid Battles on June 24, 2021. Upon successfully completing a Raid Battle, a screen will display any individual achievements earned by players during that raid. Trainer Achievements have no effect on the other rewards earned from a raid. Each type of achievement can only be awarded to at most one player, and each player can only earn at most one achievement.&lt;br /&gt;
&lt;br /&gt;
The following lists all the Trainer Achievements that can be awarded from a raid:&lt;br /&gt;
* &#039;&#039;&#039;Charged and Ready&#039;&#039;&#039; — Performed ___ Charged Attacks&lt;br /&gt;
* &#039;&#039;&#039;Final Strike&#039;&#039;&#039; — Delivered the final attack&lt;br /&gt;
* &#039;&#039;&#039;Flush with Friends&#039;&#039;&#039; — Battled with ___ friends in the raid&lt;br /&gt;
* &#039;&#039;&#039;Hardest Hitter&#039;&#039;&#039; — Dealt ___ damage&lt;br /&gt;
* &#039;&#039;&#039;Mega Master&#039;&#039;&#039; — Used a Mega-Evolved Pokémon in battle&lt;br /&gt;
* &#039;&#039;&#039;Raid Buddy&#039;&#039;&#039; — Brought a Buddy Pokémon into battle&lt;br /&gt;
* &#039;&#039;&#039;Stamina Specialist&#039;&#039;&#039; — Battled for ___ seconds&lt;br /&gt;
* &#039;&#039;&#039;Style Savant&#039;&#039;&#039; — Dressed to Impress&lt;br /&gt;
* &#039;&#039;&#039;The Big One&#039;&#039;&#039; — Brought the largest Pokémon into battle&lt;br /&gt;
* &#039;&#039;&#039;Traveler&#039;&#039;&#039; — Joined from ___ km away&lt;br /&gt;
* &#039;&#039;&#039;Walk Star&#039;&#039;&#039; — Walked ___ km yesterday before the raid&lt;br /&gt;
&lt;br /&gt;
===Special types of Raid Battles===&lt;br /&gt;
====Shadow Raids====&lt;br /&gt;
{{main|Shadow Raid}}&lt;br /&gt;
[[File:GO Shadow Raid.png|x280px|thumb|right|Shadow Mewtwo Raid]]&lt;br /&gt;
Shadow Raids were introduced into Pokémon GO on May 22, 2023. They are a variation on standard one-star, three-star, and five-star raids, in which [[Team GO Rocket]] has taken over a Gym and deployed a {{GO|Shadow Pokémon}} as a Raid Boss. As of May 13, 2025, Shadow Raids can be participated in remotely.&lt;br /&gt;
&lt;br /&gt;
One-star Shadow Raids are mechanically identical to standard one-star Raid Bosses. In three-star and Legendary Shadow Raids, however, the Shadow Raid Boss will become enraged mid-battle, receiving a boost to its Attack and Defense stats. It can be subdued using [[Purified Gem]]s, an item crafted from [[Shadow Shard]]s dropped by Team GO Rocket members.&lt;br /&gt;
&lt;br /&gt;
One-star and three-star Shadow Raid Bosses are controlled by {{tc|Team GO Rocket Grunt}}s, and Legendary Shadow Raid Bosses are controlled by {{GO|Giovanni}} or {{tc|Team GO Rocket Leader}}s.&lt;br /&gt;
&lt;br /&gt;
====Mega and Primal Raids====&lt;br /&gt;
Mega Raids feature [[Mega Evolution (GO)|Mega Evolved]] Pokémon as their Raid Bosses. They award [[Mega Energy]] based on how fast the Boss was defeated instead of additional Premier Balls. Primal Raids function the same way, but reward Primal Energy instead.&lt;br /&gt;
&lt;br /&gt;
Standard Mega Raids feature non-Legendary Pokémon, and these bosses have an HP of 9500, and an Attack and Defence multiplier of 0.79, equivalent to those of a four-star raid. Unlike four-star raids, these battles last 300 seconds. Prior to April 28, 2022, standard Mega Raids were instead equivalent to five-star raid bosses, with an HP of 15000.&lt;br /&gt;
&lt;br /&gt;
Legendary Mega Raids feature Mega Evolved Legendary or Mythical Pokémon. They are classified as six-star raids. In the past, Mega {{p|Latias}} and Mega {{p|Latios}} raids have taken the place of both Legendary and Mega Raids in the raid rotation, and were the only Raid Boss of either type available at the time.&lt;br /&gt;
&lt;br /&gt;
Primal Raids feature Primal {{p|Groudon}} or Primal {{p|Kyogre}}. Despite having the same HP as six-star Mega Raid Bosses, they are classified as five-star raids.&lt;br /&gt;
&lt;br /&gt;
As of February 20, 2026, players can either use a Premium Battle Pass or [[Link Charge]]s to participate in Mega Raids locally.&lt;br /&gt;
&lt;br /&gt;
====Super Mega Raids====&lt;br /&gt;
Super Mega Raids are a type of Mega Raid that are more difficult than standard Mega Raids. During Super Mega Raids, the Boss [[Mega Evolution (GO)|Mega Evolved]] Pokémon will become enraged and put up shields that reduce the amount of damage it takes from normal attacks. Each participant of the Raid can only take down one shield. Once the opposing Pokémon becomes enraged and activates its shields, a Mega-Evolved Pokémon from the player&#039;s battle party will be automatically sent into battle if one is not already out. The Mega-Evolved Pokémon&#039;s next attack will be powered up significantly, allowing players to break one of the opposing Pokémon&#039;s shields easily. However, Primal {{p|Kyogre}}, Primal {{p|Groudon}}, and {{p|Ditto}} that have transformed into a Mega-Evolved Pokémon are not able to break shields in Super Mega Raids. After enough shields have been broken, the opposing Pokémon will return to its normal state, and attacks will do normal damage again until the end of the battle.&lt;br /&gt;
&lt;br /&gt;
Players can either use a Premium Battle Pass or [[Link Charge]]s to participate in Super Mega Raids locally, while joining a Super Mega Raid remotely requires using both a Remote Raid Pass and Link Charges. Unlike other types of Raid Battles, more than 20 players can join a Super Mega Raid lobby.&lt;br /&gt;
&lt;br /&gt;
====Fusion Raids====&lt;br /&gt;
Fusion Raids feature Legendary [[Fusion (GO)|Fused]] Pokémon as their Raid Bosses. They award a random amount of Fusion Energy. Fusion Raids are equivalent to five-star raid bosses, with an HP of 15000.&lt;br /&gt;
&lt;br /&gt;
====Community Day Raid====&lt;br /&gt;
Community Day Raid Battles are four-star local-only raids that take place after [[Community Day]]. After the main three-hour event ends, four-star Raid Eggs will begin to spawn on Gyms for up to five hours. The Raid Boss is the penultimate evolutionary stage of the featured Community Day Pokémon. These raids can only be battled locally, so [[Remote Raid Pass]]es cannot be used. If the player successfully completes the raid, the featured Community Day Pokémon will spawn in a 300-meter radius around the Gym for 30 minutes with the same boosted chance of being [[Shiny Pokémon (GO)|Shiny]] as during the main event.&lt;br /&gt;
&lt;br /&gt;
Zweilous was the first Community Day Raid Battle following Deino Community Day on June 25, 2022. Zweilous Raid Bosses had 15000 HP, though all subsequent Community Day Raid Bosses have had 9000 HP.&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;display: table-caption; text-align: center&amp;quot; | &#039;&#039;&#039;List of Community Day Raids&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;roundtable&amp;quot; style=&amp;quot;background:#{{beauty color dark}}; border:3px solid #{{orange color}}; text-align:center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#{{beauty color}}; {{roundytop|5px}}; height:24px&amp;quot; colspan=4 | [[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]]&lt;br /&gt;
|- style=&amp;quot;background-color:#{{orange color light}}&amp;quot;&lt;br /&gt;
! Pokémon&lt;br /&gt;
! Boss CP&lt;br /&gt;
! width=&amp;quot;7.5em&amp;quot; | Catch CP&lt;br /&gt;
! Availability&lt;br /&gt;
{{Lop/raid/GO|0634|Zweilous|15000|176|159|135|no|type1=Dark|type2=Dragon|shadow=no|form=|note=|159|135}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | June 25, 2022&lt;br /&gt;
{{Lop/raid/GO|0397|Staravia|9000|146|142|94|no|type1=Normal|type2=Flying|shadow=no|form=|note=|142|94}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | July 17, 2022&lt;br /&gt;
{{Lop/raid/GO|0264G|Linoone|9000|186|142|128|no|type1=Dark|type2=Normal|shadow=no|form=Galarian Form|note=|142|128}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | August 13, 2022&lt;br /&gt;
{{Lop/raid/GO|0525|Boldore|9000|172|174|143|no|type1=Rock|type2=|shadow=no|form=|note=|174|143}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | September 18, 2022&lt;br /&gt;
{{Lop/raid/GO|0608|Lampent|9000|155|169|115|no|type1=Ghost|type2=Fire|shadow=no|form=|note=|169|115}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | October 15, 2022&lt;br /&gt;
{{Lop/raid/GO|0217|Ursaring|9000|207|236|144|no|type1=Normal|type2=|shadow=no|form=|note=|236|144}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | November 12, 2022&lt;br /&gt;
{{Lop/raid/GO|0651|Quilladin|9000|156|146|156|no|type1=Grass|type2=|shadow=no|form=|note=|146|156}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | January 7, 2023&lt;br /&gt;
{{Lop/raid/GO|0714|Noibat|9000|120|83|73|yes|type1=Flying|type2=Dragon|shadow=no|form=|note=|83|73}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | February 5, 2023&lt;br /&gt;
{{Lop/raid/GO|0079|Slowpoke|9000|207|109|98|yes|type1=Water|type2=Psychic|shadow=no|form=|note=|109|98}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;&amp;quot; | March 18, 2023&lt;br /&gt;
{{Lop/raid/GO|0079G|Slowpoke|9000|207|109|98|yes|type1=Psychic|type2=|shadow=no|form=Galarian Form|note=|109|98}}&lt;br /&gt;
{{Lop/raid/GO|0176|Togetic|9000|146|139|181|yes|type1=Fairy|type2=Flying|shadow=no|form=|note=|139|181}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | April 15, 2023&lt;br /&gt;
{{Lop/raid/GO|0654|Braixen|9000|153|171|130|no|type1=Fire|type2=|shadow=no|form=|note=|171|130}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | May 21, 2023&lt;br /&gt;
{{Lop/raid/GO|0611|Fraxure|9000|165|212|123|no|type1=Dragon|type2=|shadow=no|form=|note=|212|123}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | June 10, 2023&lt;br /&gt;
{{Lop/raid/GO|0061|Poliwhirl|9000|163|130|123|no|type1=Water|type2=|shadow=no|form=|note=|130|123}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | July 30, 2023&lt;br /&gt;
{{Lop/raid/GO|0657|Frogadier|9000|144|168|114|no|type1=Water|type2=|shadow=no|form=|note=|168|114}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | August 13, 2023&lt;br /&gt;
{{Lop/raid/GO|0737|Charjabug|9000|149|145|161|no|type1=Bug|type2=Electric|shadow=no|form=|note=|145|161}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | September 23, 2023&lt;br /&gt;
{{Lop/raid/GO|0533|Gurdurr|9000|198|180|134|no|type1=Fighting|type2=|shadow=no|form=|note=|180|134}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | October 15, 2023&lt;br /&gt;
{{Lop/raid/GO|0194|Wooper|9000|146|75|66|yes|type1=Water|type2=Ground|shadow=no|form=|note=|75|66}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;&amp;quot; | November 5, 2023&lt;br /&gt;
{{Lop/raid/GO|0194P|Wooper|9000|146|75|66|yes|type1=Poison|type2=Ground|shadow=no|form=Paldean Form|note=|75|66}}&lt;br /&gt;
{{Lop/raid/GO|0723|Dartrix|9000|186|142|139|no|type1=Grass|type2=Flying|shadow=no|form=|note=|142|139}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | January 6, 2024&lt;br /&gt;
{{Lop/raid/GO|0113|Chansey|9000|487|60|128|yes|type1=Normal|type2=|shadow=no|form=|note=|60|128}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | February 4, 2024&lt;br /&gt;
{{Lop/raid/GO|0726|Torracat|9000|163|174|103|no|type1=Fire|type2=|shadow=no|form=|note=|174|103}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | March 16, 2024&lt;br /&gt;
{{Lop/raid/GO|0070|Weepinbell|9000|163|172|92|no|type1=Grass|type2=Poison|shadow=no|form=|note=|172|92}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | April 20, 2024&lt;br /&gt;
{{Lop/raid/GO|0762|Steenee|9000|141|78|94|no|type1=Grass|type2=|shadow=no|form=|note=|78|94}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | May 19, 2024&lt;br /&gt;
{{Lop/raid/GO|0705|Sliggoo|9000|169|159|176|no|type1=Dragon|type2=|shadow=no|form=|note=|159|176}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | June 9, 2024&lt;br /&gt;
{{Lop/raid/GO|0603|Eelektrik|9000|163|156|130|no|type1=Electric|type2=|shadow=no|form=|note=|156|130}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | July 21, 2024&lt;br /&gt;
{{Lop/raid/GO|0729|Brionne|9000|155|168|145|no|type1=Water|type2=|shadow=no|form=|note=|168|145}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | August 31, 2024&lt;br /&gt;
{{Lop/raid/GO|0077|Ponyta|9000|137|170|127|yes|type1=Fire|type2=|shadow=no|form=|note=|170|127}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;&amp;quot; | September 14, 2024&lt;br /&gt;
{{Lop/raid/GO|0077G|Ponyta|9000|137|170|127|yes|type1=Psychic|type2=|shadow=no|form=Galarian Form|note=|170|127}}&lt;br /&gt;
{{Lop/raid/GO|0541|Swadloon|9000|146|115|162|no|type1=Bug|type2=Grass|shadow=no|form=|note=|115|162}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | October 5, 2024&lt;br /&gt;
{{Lop/raid/GO|0057|Primeape|9000|163|207|138|no|type1=Fighting|type2=|shadow=no|form=|note=|207|138}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | November 10, 2024&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====EX Raids====&lt;br /&gt;
{{main|EX Raid Battle}}&lt;br /&gt;
[[File:GO EX Raid Pass.png|150px|thumb|An EX Raid Pass]]&lt;br /&gt;
EX Raids are five-star raids that require an EX Raid Pass to join. EX Raid Passes are given out to players that have completed a raid at a chosen EX Raid Gym in the previous week. &lt;br /&gt;
&lt;br /&gt;
EX Raids were indefinitely suspended on March 14, 2020 due to the [[COVID-19 pandemic]] and appeared to have been replaced with Elite Raids on October 16, 2022. It is speculated that EX Raids will not be reinstated and have been permanently replaced with Elite Raids.&amp;lt;ref&amp;gt;[https://pokemongo.fandom.com/wiki/EX_Raid_Battle EX Raid Battle]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Elite Raids====&lt;br /&gt;
Elite Raids are a special, exceptionally challenging type of raid that only appear during certain events. They are the apparent successor to EX Raids.&lt;br /&gt;
* Like with EX Raids, Elite Raids will only spawn at certain Gyms. Former EX Raid Gyms appear to have been designated as Elite Raid Gyms.&lt;br /&gt;
* Elite Raid Eggs have a hatch timer of up to 24 hours. Once hatched, the Elite Raid Boss remains at the Gym for 30{{tt|*|Hoopa Unbound, Regidrago, Regieleki}} or 45{{tt|*|Incarnate Forme Enamorus, Mega Rayquaza}} minutes.&lt;br /&gt;
* Elite Raids can only be challenged locally using a [[Raid Pass|free Raid Pass or Premium Battle Pass]]. Remote Raid Passes cannot be used to enter an Elite Raid.&lt;br /&gt;
* Elite Raid Bosses have more HP than those of standard five-star raids.&lt;br /&gt;
&lt;br /&gt;
The first Elite Raids featured {{p|Hoopa|Hoopa Unbound}} and took place on October 16, 2022.&amp;lt;ref&amp;gt;[https://pokemongolive.com/en/post/elite-raids-new-feature/ Introducing: Elite Raids – Pokémon GO]&amp;lt;/ref&amp;gt; Hoopa Unbound, {{p|Regidrago}}, and {{p|Regieleki}} Elite Raids appeared at 11:00 a.m., 2:00 p.m., and 5:00 p.m. local time on their respective dates. {{p|Enamorus|Incarnate Forme Enamorus}} and {{me|Rayquaza}} Elite Raids appeared at 12:00 p.m., 1:00 p.m., 5:00 p.m., and 6:00 p.m. local time on their respective dates. The special raid makeup event for Mega Rayquaza took the form of Legendary Raid Hours at 11:00 a.m., 1:00 p.m., and 6:00 p.m. local time on August 3, 2024.&lt;br /&gt;
&lt;br /&gt;
;List of Elite Raids&lt;br /&gt;
{| class=&amp;quot;roundtable&amp;quot; style=&amp;quot;background:#{{ruby color dark}}; border:3px solid #{{orange color}}; text-align:center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#{{ruby color}}; {{roundytop|5px}}; height:24px&amp;quot; colspan=4 | [[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]][[File:GO Raid Boss icon.png|20px]]&lt;br /&gt;
|- style=&amp;quot;background-color:#{{orange color light}}&amp;quot;&lt;br /&gt;
! Pokémon&lt;br /&gt;
! Boss CP&lt;br /&gt;
! width=&amp;quot;7.5em&amp;quot; | Catch CP&lt;br /&gt;
! Availability&lt;br /&gt;
{{Lop/raid/GO|0720U|Hoopa|20000|173|311|191|no|type1=Psychic|type2=Dark|shadow=no|form=Hoopa Unbound|note=|311|191}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | October 16, 2022&amp;lt;br&amp;gt;November 13, 2022&amp;lt;br&amp;gt;December 10, 2022&lt;br /&gt;
{{Lop/raid/GO|0895|Regidrago|20000|400|202|101|no|type1=Dragon|type2=|shadow=no|form=|note=|202|101}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | March 11, 2023&amp;lt;br&amp;gt;May 13, 2023 (makeup)&lt;br /&gt;
{{Lop/raid/GO|0894|Regieleki|20000|190|250|125|no|type1=Electric|type2=|shadow=no|form=|note=|250|125}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | April 9, 2023&lt;br /&gt;
{{Lop/raid/GO|0905|Enamorus|20000|179|281|162|no|type1=Fairy|type2=Flying|shadow=no|form=Incarnate Forme|note=|281|162}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | February 14, 2024&lt;br /&gt;
{{Lop/raid/GO|0384M|Rayquaza|22500|213|377|210|yes|type1=Dragon|type2=Flying|shadow=no|form=Mega Rayquaza|note=|284|170}}&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | June 29, 2024&amp;lt;br&amp;gt;August 3, 2024 (makeup)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Special events===&lt;br /&gt;
====Raid Day====&lt;br /&gt;
{{main|Raid Day}}&lt;br /&gt;
&#039;&#039;&#039;Raid Days&#039;&#039;&#039; (also known as &#039;&#039;&#039;Special Raid Challenges&#039;&#039;&#039;) are events which allow players to defeat a featured Raid Boss. Raid Days are typically scheduled from 2 p.m. to 5 p.m. local time. Most Gyms during this period will have the Raid Boss active for one hour, and the raids repeat every hour approximately on the hour until the event ends. If the player successfully completes the Raid Battle, the Pokémon will have a heightened chance (10%) of being [[Shiny Pokémon (GO)|Shiny]] in the bonus challenge.&lt;br /&gt;
&lt;br /&gt;
====Legendary Raid Hour====&lt;br /&gt;
&#039;&#039;&#039;Legendary Raid Hours&#039;&#039;&#039; (also known as &#039;&#039;&#039;Raid Hours&#039;&#039;&#039;) are events in which the current five-star Raid Boss spawns in all eligible Gyms for approximately one hour. Every Wednesday at 6:00 p.m. and 6:30 p.m. local time, the Raid Boss spawns with a 25 minute timer in all available Gyms. Every Gym that does not currently have a Raid Boss or Egg may spawn a raid for Legendary Raid Hour.&lt;br /&gt;
&lt;br /&gt;
The Legendary Raid Hour was introduced to provide more opportunities for players to participate in Legendary Raids. Initially as an experiment, the event was known as &#039;&#039;&#039;Legendary Lunch Hour&#039;&#039;&#039;, and five-star Raid Bosses spawned all at once in most Gyms at 12 p.m. for one hour. After receiving player feedback, the event was changed to start at 6 p.m. for one hour. During the first Raid Hours, Raid Eggs spawned with a 60&amp;lt;!--this used to say 20, though I can&#039;t find any info for that?--&amp;gt; minute timer.&lt;br /&gt;
&lt;br /&gt;
* {{p|Dialga}} - March 13, 2019, from 12:00 p.m. to 1:00 p.m.&amp;lt;ref&amp;gt;[https://pokemongolive.com/en/post/legendarylunchhour2019/ Legendary Lunch Hour: A new experiment!]&amp;lt;/ref&amp;gt;&lt;br /&gt;
* {{p|Giratina}} (Origin Forme) - April 10, 2019, from 12:00 p.m. to 1:00 p.m.&amp;lt;ref&amp;gt;[https://pokemongolive.com/en/post/letsgetlunchagain2019/ Legendary Lunch Hour experiment: Origin Forme Giratina]&amp;lt;/ref&amp;gt;&lt;br /&gt;
* {{p|Latios}} - April 19, 2019, from 6:00 p.m. to 7:00 p.m. (unannounced)&lt;br /&gt;
* {{p|Groudon}} - May 1, 2019, from 6:00 p.m. to 7:00 p.m. (unannounced)&lt;br /&gt;
&lt;br /&gt;
Since June 5, 2019, Legendary Raid Hour has been scheduled to occur every Wednesday from 6:00 p.m. to 7:00 p.m. local time.&amp;lt;ref&amp;gt;[https://pokemongolive.com/en/post/legendaryraidhoursjune2019/ Get ready for Legendary Raid Hours every Wednesday evening in June!]&amp;lt;/ref&amp;gt; The Raid Hour was canceled on July 10 and July 31, 2019, due to the Legendary Raid Boss rotating the same day, which would have resulted in different Raid Bosses depending on the time zone. On September 18, 2019, the Raid Hour for {{p|Mewtwo}} was cancelled for most nations following reports of raids not appearing in New Zealand and appearing 30 minutes ahead of schedule in South Australia and Northern Territory; a makeup date was rescheduled for October 8, 2019, with players being able to obtain two additional free Raid Passes during the hour. Due to the gathering restrictions put into effect because of the [[COVID-19 pandemic]], the Raid Hour was cancelled from March 18 to April 29, 2020. They were reinstated with the ability to complete the Raid Hour remotely on May 6, 2020.&amp;lt;ref&amp;gt;[https://pokemongolive.com/post/remoteraidpass-giratinaraidhour/?hl=en Try out a new Remote Raid Pass during Altered Forme Giratina Raid Hour!]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The number of raids taking place at participating Raid Hour Gyms was doubled on February 19, 2024; spawns changed from 60 minutes at 6:00 p.m. to be 25 minutes each at 6:00 p.m. and 6:30 p.m.&amp;lt;ref&amp;gt;[https://x.com/niantichelp/status/1759428570089418854 NianticHelp status on Twitter]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Pokémon GO at Pikachu Outbreak====&lt;br /&gt;
During the Pikachu Outbreak event on August 9–15, 2017, special Raid Bosses were available at Pokémon GO Park events in Japan. These were all classified as level 4 Bosses.&lt;br /&gt;
&lt;br /&gt;
{{p|Mewtwo}} was also available as a level 5 Raid Boss during the event on August 14, 2017, at Yokohama Stadium, marking the first time that it had become available to players. Players who won the raid also received a minimum of 50 Premier Balls (instead of 6) for their bonus challenge.&lt;br /&gt;
&lt;br /&gt;
{{lop/raid/GO-head|4}}&lt;br /&gt;
{{lop/raid/GO|025|Pikachu|type1=Electric|7500|70|112|101}}&lt;br /&gt;
{{lop/raid/GO|052|Meowth|type1=Normal|7500|80|92|81}}&lt;br /&gt;
{{lop/raid/GO|149|Dragonite|type1=Dragon|type2=Flying|7500|182|263|201}}&lt;br /&gt;
{{lop/raid/GO|202|Wobbuffet|type1=Psychic|7500|380|60|106}}&lt;br /&gt;
{{lop/raid/GO|217|Ursaring|type1=Normal|7500|180|236|144}}&lt;br /&gt;
{{lop/raid/GO|221|Piloswine|type1=Ice|type2=Ground|7500|200|181|147}}&lt;br /&gt;
{{lop/raid/GO|229|Houndoom|type1=Dark|type2=Fire|7500|150|224|159}}&lt;br /&gt;
|}&lt;br /&gt;
{{lop/raid/GO-head|5}}&lt;br /&gt;
{{lop/raid/GO|150|Mewtwo|type1=Psychic|12500|193|300|182}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Updates===&lt;br /&gt;
* On February 3, 2019, the HP of three-, four-, and five-star Raid Bosses were increased by 20%. This adjustment was made to account for the recently increased multiplier for super effective moves.&lt;br /&gt;
* On August 27, 2020, Raid Battles have been consolidated from five levels to three; two-star Raid Bosses were added to the one-star pool, and four-star Raid Bosses were added to the three-star pool.&amp;lt;ref&amp;gt;[https://twitter.com/NianticHelp/status/1298779086332993536 Niantic Support Twitter]&amp;lt;/ref&amp;gt;&lt;br /&gt;
* On September 3, 2020, the amount of [[Mega Energy]] earned from a Mega Raid was significantly increased.&amp;lt;ref&amp;gt;[https://pokemongolive.com/post/megaevolution-updates Community Note: Updates to Mega Evolution - Pokémon GO]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==In animation==&lt;br /&gt;
[[File:Raid Battle anime.png|thumb|250px|A Raid Battle in {{aniseries|JN}}]]&lt;br /&gt;
===&#039;&#039;Pokémon the Series&#039;&#039;===&lt;br /&gt;
===={{aniseries|JN}}====&lt;br /&gt;
A Raid Battle was first seen in &#039;&#039;[[JN002|Legend? Go! Friends? Go!]]&#039;&#039;, where a group of {{pkmn|Trainer}}s, including {{Ash}}, teamed up to battle a {{p|Lugia}} that appeared in [[Vermilion City]]. However, Lugia was able to easily withstand all of the attacks thrown at it and defeat its opponents with little effort.&lt;br /&gt;
&lt;br /&gt;
Another Raid Battle took place in &#039;&#039;[[JN014|Raid Battle in The Ruins!]]&#039;&#039;, where Ash, [[Goh]], {{OBP|Kira|JN014}}, the excavation {{OBP|leader|JN014}}, and [[Shane Seeker]] participated in one against a {{pkmn2|giant}} {{TP|Goh|Golurk}} in the [[Colossus Ruins]]. After Golurk was defeated, it was {{pkmn2|caught}} by Goh.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[JN040|A Crackling Raid Battle!]]&#039;&#039;, Ash, Goh, [[Jessie]], and [[James]] fought a {{p|Zapdos}} in a Raid Battle at the [[Kanto Power Plant]]. However, {{TRT}} soon abandoned the Raid Battle in favor of trying to steal [[Ash&#039;s Pikachu]], leaving Goh to battle Zapdos alone. Despite managing to land some hits on it, Goh ultimately failed to catch the [[Legendary Pokémon]].&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[JN102|Battling in the Freezing Raid!]]&#039;&#039;, Ash, Goh, {{Gary}}, and [[Horace]] took part in a Raid Battle against an {{p|Articuno}} at the [[Seafoam Islands]]. For the last three, the Raid Battle served as a [[Project Mew]] [[Field Research|Trial Mission]]. While they failed to defeat Articuno, they still fared well enough to pass the mission.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;[[JN135|Heroes Unite!]]&#039;&#039;, Lugia reappeared before Ash and Goh while they were camping, and they challenged it to a Raid Battle. The battle took place in the [[JN136|next episode]], with Ash and Goh failing to deal any visible [[damage]] on Lugia, despite giving it their best efforts.&lt;br /&gt;
&lt;br /&gt;
====List of Raid Battles in &#039;&#039;Pokémon the Series&#039;&#039;====&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;background:#{{GO color}}; border:3px solid #{{GO color dark}}; margin:auto; text-align:center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#{{GO color light}}; {{roundytl|5px}}&amp;quot; | Pokémon&lt;br /&gt;
! style=&amp;quot;background:#{{GO color light}}&amp;quot; | Region&lt;br /&gt;
! style=&amp;quot;background:#{{GO color light}}&amp;quot; | Episode&lt;br /&gt;
! style=&amp;quot;background:#{{GO color light}}&amp;quot; | Trainers&lt;br /&gt;
! style=&amp;quot;background:#{{GO color light}}; {{roundytr|5px}}&amp;quot; | Pokémon&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| rowspan=3 | [[File:Lugia anime.png|150px]]&amp;lt;br&amp;gt;{{p|Lugia}}&lt;br /&gt;
! rowspan=3 style=&amp;quot;background:#{{kanto color light}}&amp;quot; | {{color2|{{kanto color dark}}|Kanto}}&lt;br /&gt;
| rowspan=3 | &#039;&#039;[[JN002|Legend? Go! Friends? Go!]]&#039;&#039;&lt;br /&gt;
| {{Ash}}&lt;br /&gt;
| {{MS/HOME|0025|Ash&#039;s Pikachu}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| [[Eevee Evolution Lab#Staff|Lab assistant]]&lt;br /&gt;
| {{MSP/HOME|0135|Jolteon}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| Unnamed&amp;lt;br&amp;gt;Trainers&lt;br /&gt;
| {{MSP/HOME|0008|Wartortle}}{{MSP/HOME|0094|Gengar}}{{MSP/HOME|0185|Sudowoodo}}{{MSP/HOME|0302|Sableye}}&amp;lt;br&amp;gt;{{MSP/HOME|0625|Bisharp}}{{MSP/HOME|0445 f|Garchomp}}{{MSP/HOME|0823|Corviknight}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| rowspan=5 | [[File:Goh Golurk.png|150px]]&amp;lt;br&amp;gt;{{TP|Goh|Golurk}}&lt;br /&gt;
! rowspan=5 style=&amp;quot;background:#{{unova color light}}&amp;quot; | {{color2|{{unova color dark}}|Unova}}&lt;br /&gt;
| rowspan=5 | &#039;&#039;[[JN014|Raid Battle in The Ruins!]]&#039;&#039;&lt;br /&gt;
| {{Ash}}&lt;br /&gt;
| {{MS/HOME|0025|Ash&#039;s Pikachu}}{{MS/HOME|0149|Ash&#039;s Dragonite}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| [[Goh]]&lt;br /&gt;
| {{MS/HOME|0813|Goh&#039;s Scorbunny}}{{MS/HOME|0015|Goh&#039;s Beedrill}}{{MS/HOME|0555|Goh&#039;s Darmanitan}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| {{OBP|Kira|JN014}}&lt;br /&gt;
| {{MSP/HOME|0307|Meditite}}{{MSP/HOME|0628|Braviary}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| {{OBP|Leader|JN014}}&lt;br /&gt;
| {{MSP/HOME|0607|Litwick}}{{MSP/HOME|0608|Lampent}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| [[Shane Seeker]]&lt;br /&gt;
| {{MSP/HOME|0054 s|Psyduck}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| rowspan=4 | [[File:Zapdos anime.png|150px]]&amp;lt;br&amp;gt;{{p|Zapdos}}&lt;br /&gt;
! rowspan=4 style=&amp;quot;background:#{{kanto color light}}&amp;quot; | {{color2|{{kanto color dark}}|Kanto}}&lt;br /&gt;
| rowspan=4 | &#039;&#039;[[JN040|A Crackling Raid Battle!]]&#039;&#039;&lt;br /&gt;
| {{Ash}}&lt;br /&gt;
| {{MS/HOME|0025|Ash&#039;s Pikachu}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| [[Goh]]&lt;br /&gt;
| {{MS/HOME|0814|Goh&#039;s Raboot}}{{MS/HOME|0330|Goh&#039;s Flygon}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| [[Jessie]]&lt;br /&gt;
| {{MSP/HOME|0112|Rhydon}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| [[James]]&lt;br /&gt;
| {{MSP/HOME|0618|Stunfisk}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| rowspan=4 | [[File:Seafoam Islands Articuno.png|150px]]&amp;lt;br&amp;gt;{{p|Articuno}}&lt;br /&gt;
! rowspan=4 style=&amp;quot;background:#{{kanto color light}}&amp;quot; | {{color2|{{kanto color dark}}|Kanto}}&lt;br /&gt;
| rowspan=4 | &#039;&#039;[[JN102|Battling in the Freezing Raid!]]&#039;&#039;&lt;br /&gt;
| [[Goh]]&lt;br /&gt;
| {{MS/HOME|0555|Goh&#039;s Darmanitan}}{{MS/HOME|0815|Goh&#039;s Cinderace}}{{MS/HOME|0525|Goh&#039;s Boldore}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| {{Gary}}&lt;br /&gt;
| {{MSP/HOME|0248|Tyranitar}}{{MS/HOME|0197|Gary&#039;s Umbreon}}{{MS/HOME|0059|Gary&#039;s Arcanine}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| [[Horace]]&lt;br /&gt;
| {{MSP/HOME|0876 f|Indeedee}}{{MSP/HOME|0282|Gardevoir}}{{MSP/HOME|0153|Bayleef}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| {{Ash}}&lt;br /&gt;
| {{MS/HOME|0865|Ash&#039;s Sirfetch&#039;d}}{{MS/HOME|0448|Ash&#039;s Lucario}}{{MS/HOME|0025|Ash&#039;s Pikachu}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| rowspan=2 | [[File:Lugia anime.png|150px]]&amp;lt;br&amp;gt;{{p|Lugia}}&lt;br /&gt;
! rowspan=2 style=&amp;quot;background:#{{kanto color light}}&amp;quot; | {{color2|{{kanto color dark}}|Kanto}}&lt;br /&gt;
| rowspan=2 | &#039;&#039;[[JN136|This Could be the Start of Something Big!]]&#039;&#039;&lt;br /&gt;
| {{Ash}}&lt;br /&gt;
| {{MS/HOME|0448|Ash&#039;s Lucario}}{{MS/HOME|0025|Ash&#039;s Pikachu}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
| [[Goh]]&lt;br /&gt;
| {{MS/HOME|0815|Goh&#039;s Cinderace}}{{MS/HOME|0818|Goh&#039;s Inteleon}}{{MS/HOME|0810|Goh&#039;s Grookey}}&lt;br /&gt;
|- style=&amp;quot;background:#FFF&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Gallery====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Lugia Raid Egg.png|Lugia&#039;s Raid Egg&lt;br /&gt;
Golurk Raid Egg.png|Golurk&#039;s Raid Egg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{langtable|color={{GO color}}|bordercolor={{GO color dark}}&lt;br /&gt;
|zh_yue=團體戰 &#039;&#039;{{tt|Tyùhntái Jin|Team Battle}}&#039;&#039;&lt;br /&gt;
|zh_cmn=團體戰 &#039;&#039;{{tt|Tuántǐ Zhàn|Team Battle}}&#039;&#039;&lt;br /&gt;
|cs=Hromadný zápas&lt;br /&gt;
|fi=Raid-ottelu&lt;br /&gt;
|fr=Combat de Raid&lt;br /&gt;
|it=Battaglie Raid&lt;br /&gt;
|de=Raid-Kämpfe&lt;br /&gt;
|ko=레이드배틀 &#039;&#039;Raid Battle&#039;&#039;&lt;br /&gt;
|pl=Bitwa Grupowa&lt;br /&gt;
|pt_br=Batalha de Reide&lt;br /&gt;
|es=Combates de incursión&lt;br /&gt;
|ru=Рейд &#039;&#039;Reyd&#039;&#039;&lt;br /&gt;
|sv=Rädstrid&lt;br /&gt;
|th=แบตเทิลตีบอส &#039;&#039;Battle Ti Boss&#039;&#039;&lt;br /&gt;
|tr=Akın Maçı&lt;br /&gt;
|ca=Combat d&#039;incursió&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&amp;lt;references group=&amp;quot;lower-alpha&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Project Sidegames notice|game mechanic}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Pokémon GO]]&lt;br /&gt;
[[Category:Game mechanics]]&lt;br /&gt;
[[Category:Methods of obtaining Pokémon]]&lt;br /&gt;
&lt;br /&gt;
[[de:Arena (Pokémon GO)#Raid-Kämpfe]]&lt;br /&gt;
[[es:Lista de jefes de incursiones]]&lt;br /&gt;
[[it:Lotte Raid]]&lt;br /&gt;
[[ja:レイドバトル]]&lt;br /&gt;
[[zh:团体战]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Grav_Apple_(move)&amp;diff=4520482</id>
		<title>Grav Apple (move)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Grav_Apple_(move)&amp;diff=4520482"/>
		<updated>2026-03-31T14:28:00Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech from HZ055&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MoveInfobox&lt;br /&gt;
|n=788&lt;br /&gt;
|name=Grav Apple&lt;br /&gt;
|jname=Ｇのちから&lt;br /&gt;
|jtrans=G-Force&lt;br /&gt;
|jtranslit=G no Chikara&lt;br /&gt;
|gameimage=Grav Apple IX.png&lt;br /&gt;
|gameimage2=Grav Apple IX 2.png&lt;br /&gt;
|gameimagewidth=300&lt;br /&gt;
|type=Grass&lt;br /&gt;
|damagecategory=Physical&lt;br /&gt;
|basepp=10&lt;br /&gt;
|maxpp=16&lt;br /&gt;
|power=80&lt;br /&gt;
|accuracy=100&lt;br /&gt;
|gen=VIII&lt;br /&gt;
|touches=no&lt;br /&gt;
|protect=yes&lt;br /&gt;
|magiccoat=no&lt;br /&gt;
|snatch=no&lt;br /&gt;
|mirrormove=yes&lt;br /&gt;
|kingsrock=yes&lt;br /&gt;
|sound=no&lt;br /&gt;
|target=anyadjacent&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Grav Apple&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;{{tt|Ｇ|ジー}}のちから&#039;&#039;&#039; &#039;&#039;G-Force&#039;&#039;) is a damage-dealing {{type|Grass}} [[move]] introduced in [[Generation VIII]]. It is the [[signature move]] of {{p|Flapple}}.&lt;br /&gt;
&lt;br /&gt;
==Effect==&lt;br /&gt;
Grav Apple inflicts damage and lowers the target&#039;s {{stat|Defense}} stat by one stage.&lt;br /&gt;
&lt;br /&gt;
If {{m|Gravity}} is in effect, Grav Apple&#039;s base power increases to 120.&lt;br /&gt;
&lt;br /&gt;
===Generation VIII===&lt;br /&gt;
====Pokémon Brilliant Diamond and Shining Pearl====&lt;br /&gt;
Grav Apple cannot be selected in a battle.&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
{{movedesc|Grass}}&lt;br /&gt;
{{movedescentry|{{gameabbrev8|SwShLA}}&amp;lt;br&amp;gt;{{gameabbrev9|SV}}|The user inflicts damage by dropping an apple from high above. This also lowers the target&#039;s Defense stat.}}&lt;br /&gt;
{{movedescentry|{{gameabbrev8|BDSP}}|This move can’t be used. It’s recommended that this move is forgotten. Once forgotten, this move can’t be remembered.}}&lt;br /&gt;
|}&lt;br /&gt;
|}{{left clear}}&lt;br /&gt;
&lt;br /&gt;
==Learnset==&lt;br /&gt;
===By [[Level|leveling up]]===&lt;br /&gt;
{{Movehead/Games|Grass|g1=none|g2=none|g3=none|g4=none|g5=none|g6=none|g7=none|g8=1|g8g={{gameabbrev8|SwSh}}|g9=1|g9g={{gameabbrev9|SV}}}}&lt;br /&gt;
{{Moveentry/2|0841|Flapple|type=Grass|type2=Dragon|2|Grass|Dragon|32|32|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Movefoot|Grass|2}}&lt;br /&gt;
&lt;br /&gt;
==In animation==&lt;br /&gt;
===Pokémon animated series===&lt;br /&gt;
{{moveanime|type=grass|exp=yes|gen=The user drops onto the opponent from high above.|image1=Hassel Flapple Grav Apple.png|image1p=Flapple}}&lt;br /&gt;
{{movep|type=grass|ms=841|pkmn=Flapple|method=Flapple flies over the opponent and closes its wings over its body into the shape of an apple. It then drops down from above and hits the opponent.}}&lt;br /&gt;
{{movebtm|type=grass|user=Hassel|user1=Hassel&#039;s Flapple|startcode=HZ055|startname=Showdown! The Paldea Elite Four|notes=Debut}}&lt;br /&gt;
&lt;br /&gt;
==In other generations==&lt;br /&gt;
{{Movegen&lt;br /&gt;
|type=Grass&lt;br /&gt;
|genVIII=Grav Apple VIII&lt;br /&gt;
|genVIII2=Grav Apple VIII 2&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* The move is likely based on the popular story of how {{wp|Isaac Newton}} came up with his theory of gravity when he saw an apple fall from a tree.&lt;br /&gt;
** The move&#039;s name is also a pun on &#039;&#039;gravity&#039;&#039; and &#039;&#039;crab apple&#039;&#039;, a small type of apple that resembles a cherry.&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Langtable|color={{grass color}}|bordercolor={{grass color dark}}&lt;br /&gt;
|zh_yue=萬有引力 &#039;&#039;{{tt|Maahnyáuh Yáhnlihk|Universal Gravitation}}&#039;&#039;&lt;br /&gt;
|zh_cmn=萬有引力 / 万有引力 &#039;&#039;{{tt|Wànyǒu Yǐnlì|Universal Gravitation}}&#039;&#039;&lt;br /&gt;
|cs=Jablečný pád&lt;br /&gt;
|fr=Force G&lt;br /&gt;
|nl=G-kracht&lt;br /&gt;
|de=Gravitation&lt;br /&gt;
|it=Forza G&lt;br /&gt;
|ko=G의힘 &#039;&#039;{{tt|G-ui Him|G-Force}}&#039;&#039;&lt;br /&gt;
|pl=Grawijabłko&lt;br /&gt;
|pt=Força G&lt;br /&gt;
|es=Fuerza G&lt;br /&gt;
}}&lt;br /&gt;
{{Lunge|Grass}}&lt;br /&gt;
{{Project Moves and Abilities notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Signature moves]]&lt;br /&gt;
[[Category:Moves usable in Pokémon Sword and Shield]]&lt;br /&gt;
[[Category:Moves usable in Pokémon Scarlet and Violet]]&lt;br /&gt;
[[Category:Moves that can lower the target&#039;s Defense]]&lt;br /&gt;
[[Category:Moves that power up]]&lt;br /&gt;
&lt;br /&gt;
[[de:Gravitation]]&lt;br /&gt;
[[es:Fuerza G]]&lt;br /&gt;
[[fr:Force G]]&lt;br /&gt;
[[it:Forza G]]&lt;br /&gt;
[[ja:Gのちから]]&lt;br /&gt;
[[zh:万有引力（招式）]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Thermal_Exchange_(Ability)&amp;diff=4520479</id>
		<title>Thermal Exchange (Ability)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Thermal_Exchange_(Ability)&amp;diff=4520479"/>
		<updated>2026-03-31T14:26:58Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech from HZ055&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{AbilityInfobox/header&lt;br /&gt;
|name=Thermal Exchange&lt;br /&gt;
|jpname=ねつこうかん&lt;br /&gt;
|jptrans=Thermal Exchange&lt;br /&gt;
|jptranslit=Netsu Kōkan&lt;br /&gt;
|colorscheme=Ice&lt;br /&gt;
|gen=IX&lt;br /&gt;
}}&lt;br /&gt;
{{AbilityInfobox/desc|IX|Boosts the Attack stat when the Pokémon is hit by a Fire-type move. The Pokémon also cannot be burned.}}&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Thermal Exchange&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ねつこうかん&#039;&#039;&#039; &#039;&#039;Thermal Exchange&#039;&#039;) is an [[Ability]] introduced in [[Generation IX]]. It is the [[signature Ability]] of {{p|Frigibax}}&#039;s [[evolution]]ary line.&lt;br /&gt;
&lt;br /&gt;
==Effect==&lt;br /&gt;
===In battle===&lt;br /&gt;
When a Pokémon with Thermal Exchange is hit by a {{type|Fire}} damaging move, its {{stat|Attack}} is increased by one stage. It does not provide immunity or reduction to the damage. It also prevents the Pokémon from being {{status|burn}}ed. This Ability does not activate if the {{OBP|substitute|doll}} is hit.&lt;br /&gt;
&lt;br /&gt;
A Pokémon with this Ability will be cured of burn if it is burned while in battle (such as if it gains the Ability outside of battle or by an effect like {{m|Skill Swap}}, or is burned by a Pokémon with an Ability like {{a|Mold Breaker}}).&lt;br /&gt;
&lt;br /&gt;
===Outside of battle===&lt;br /&gt;
Thermal Exchange has no effect outside of battle.&lt;br /&gt;
&lt;br /&gt;
==Pokémon with Thermal Exchange==&lt;br /&gt;
{{Ability/head|Ice}}&lt;br /&gt;
{{Ability/entry|0996|Frigibax|Dragon|Ice|Thermal Exchange|None|Ice Body}}&lt;br /&gt;
{{Ability/entry|0997|Arctibax|Dragon|Ice|Thermal Exchange|None|Ice Body}}&lt;br /&gt;
{{Ability/entry|0998|Baxcalibur|Dragon|Ice|Thermal Exchange|None|Ice Body}}&lt;br /&gt;
{{Ability/foot|Ice}}&lt;br /&gt;
&lt;br /&gt;
==In animation==&lt;br /&gt;
===Pokémon animated series===&lt;br /&gt;
{{moveanime|type=ice|exp=yes|gen=The Pokémon&#039;s physical attacks become stronger if it is hit by a Fire-type move.|image1=Hassel Baxcalibur Thermal Exchange.png|image1p=Baxcalibur|image2=Hassel Baxcalibur Thermal Exchange 2.png|image2p=Powering up}}&lt;br /&gt;
{{movep|type=ice|ms=998|pkmn=Baxcalibur|method=When Baxcalibur is hit by a Fire-type move, its body becomes surrounded by cold air and its physical attacks become stronger.}}&lt;br /&gt;
{{movebtm|type=ice|user=Hassel|user1=Hassel&#039;s Baxcalibur|startcode=HZ055|startname=Showdown! The Paldea Elite Four|notes=Debut}}&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{langtable|color={{ice color}}|bordercolor={{ice color dark}}&lt;br /&gt;
|zh_yue=熱交換 &#039;&#039;{{tt|Yihtgāauwuhn|Thermal Exchange}}&#039;&#039;&lt;br /&gt;
|zh_cmn=熱交換 / 热交换 &#039;&#039;{{tt|Rèjiāohuàn|Thermal Exchange}}&#039;&#039;&lt;br /&gt;
|cs=Tepelná výměna&lt;br /&gt;
|de=Thermowandel&lt;br /&gt;
|fi=Lämpömuunnin&lt;br /&gt;
|fr=Thermodynamique&lt;br /&gt;
|it=Termoscambio&lt;br /&gt;
|ko=열교환 &#039;&#039;{{tt|Yeolgyohwan|Thermal Exchange}}&#039;&#039;&lt;br /&gt;
|pl=Termokonwersja&lt;br /&gt;
|pt=Termoconversão&lt;br /&gt;
|es=Termoconversión&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Stat raising Abilities]]&lt;br /&gt;
[[Category:Abilities that activate upon taking damage]]&lt;br /&gt;
[[Category:Abilities that prevent non-volatile status conditions]]&lt;br /&gt;
[[Category:Abilities that can heal non-volatile status conditions]]&lt;br /&gt;
[[Category:Ignorable Abilities]]&lt;br /&gt;
&lt;br /&gt;
[[de:Thermowandel]]&lt;br /&gt;
[[es:Termoconversión]]&lt;br /&gt;
[[fr:Thermodynamique]]&lt;br /&gt;
[[it:Termoscambio]]&lt;br /&gt;
[[ja:ねつこうかん]]&lt;br /&gt;
[[zh:热交换（特性）]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Glaive_Rush_(move)&amp;diff=4520477</id>
		<title>Glaive Rush (move)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Glaive_Rush_(move)&amp;diff=4520477"/>
		<updated>2026-03-31T14:25:17Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech from HZ055&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MoveInfobox&lt;br /&gt;
|n=862&lt;br /&gt;
|name=Glaive Rush &lt;br /&gt;
|jname=きょけんとつげき&lt;br /&gt;
|jtrans=Giant Sword Assault&lt;br /&gt;
|jtranslit=Kyoken Totsugeki&lt;br /&gt;
|gameimage=Glaive Rush IX.png&lt;br /&gt;
|gameimage2=&lt;br /&gt;
|gameimagewidth=300&lt;br /&gt;
|type=Dragon&lt;br /&gt;
|damagecategory=Physical&lt;br /&gt;
|basepp=5&lt;br /&gt;
|maxpp=8&lt;br /&gt;
|power=120&lt;br /&gt;
|accuracy=100&lt;br /&gt;
|priority=0&lt;br /&gt;
|gen=IX&lt;br /&gt;
|touches=yes&lt;br /&gt;
|protect=yes&lt;br /&gt;
|magiccoat=no&lt;br /&gt;
|snatch=no&lt;br /&gt;
|mirrormove=yes&lt;br /&gt;
|kingsrock=yes&lt;br /&gt;
|sound=no&lt;br /&gt;
|target=anyadjacent&lt;br /&gt;
|footnotes=&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Glaive Rush&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;きょけんとつげき&#039;&#039;&#039; &#039;&#039;Giant Sword Assault&#039;&#039;) is a damage-dealing {{type|Dragon}} [[move]] introduced in [[Generation IX]]. It is the signature move of {{p|Baxcalibur}}.&lt;br /&gt;
&lt;br /&gt;
==Effect==&lt;br /&gt;
Glaive Rush inflicts damage. If the move hits, until the next time the user acts, any attacks directed at the user (including [[One-hit knockout move|OHKO moves]]) deal double the damage (not applicable to {{cat|moves that deal direct damage}}) and bypass accuracy and evasion checks to always hit. The effect ends if a different move is used.&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
{{movedesc|dragon}}&lt;br /&gt;
{{movedescentry|{{gameabbrev9|SV}}|The user throws its entire body into a reckless charge. Attacks from opposing Pokémon during the next turn cannot miss and will inflict double damage.{{tt|*|Prior to Version 1.2.0}}&amp;lt;br&amp;gt;The user throws its entire body into a reckless charge. After this move is used, attacks on the user cannot miss and will inflict double damage until the user&#039;s next turn.{{tt|*|Version 1.2.0 onwards}}}}&lt;br /&gt;
{{movedescentry|{{gameabbrev9|ZA}}|The user attacks by throwing its entire body into a reckless charge. However, the user is left wide open and unable to move for a short time.}}&lt;br /&gt;
|}&lt;br /&gt;
|}{{left clear}}&lt;br /&gt;
&lt;br /&gt;
==Learnset==&lt;br /&gt;
===By [[Level|leveling up]]===&lt;br /&gt;
{{Movehead/Games|Dragon|g1=none|g2=none|g3=none|g4=none|g5=none|g6=none|g7=none|g8=none|g9=2}}&lt;br /&gt;
{{Moveentry/2|0998|Baxcalibur|type=Dragon|type2=Ice|2|Dragon|Mineral|{{tt|Evo.|Learned upon evolving}}|{{tt|Evo.|Learned upon evolving}}|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Movefoot|Dragon|2}}&lt;br /&gt;
&lt;br /&gt;
==In other games==&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; background:#{{dragon color}}; border:3px solid #{{dragon color dark}}; text-align:center; width:80%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #{{dragon color light}}&amp;quot;&lt;br /&gt;
! style=&amp;quot;{{roundytl|5px}}&amp;quot; | Name&lt;br /&gt;
! {{color2|000|Damage category|Category}}&lt;br /&gt;
! Move gauge cost&lt;br /&gt;
! MP&amp;lt;br&amp;gt;(uses)&lt;br /&gt;
! Base {{color2|000|power}}&lt;br /&gt;
! Max {{color2|000|power}}&lt;br /&gt;
! {{color2|000|Accuracy}}&lt;br /&gt;
! Target&lt;br /&gt;
! Effect tag&lt;br /&gt;
! Description&lt;br /&gt;
! style=&amp;quot;{{roundytr|5px}}&amp;quot; | Playable {{color2|000|Sync pair|sync pair(s)}}&lt;br /&gt;
|- style=&amp;quot;background:#{{dragon color light}}&amp;quot;&lt;br /&gt;
! colspan=12 | {{color2|000|Buddy move}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
|Top Glaive Rush&lt;br /&gt;
{{statustable|Physical}}&lt;br /&gt;
|—&lt;br /&gt;
|1&lt;br /&gt;
|350&lt;br /&gt;
|420&lt;br /&gt;
|—%&lt;br /&gt;
|All opponents&lt;br /&gt;
|• Quick Move&amp;lt;br&amp;gt;• Sure Hit&lt;br /&gt;
|&#039;&#039;&#039;Activation Condition:&#039;&#039;&#039; When the user uses any move once.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Deactivation Condition:&#039;&#039;&#039; Cannot be deactivated.&lt;br /&gt;
&lt;br /&gt;
Never misses. The power of this move is not lowered even if there are multiple targets. Applies the Enduring effect to the user. Applies the Physical Move Break effect and Special Move Break effect to the user. The more the currently targeted opponent&#039;s stats are lowered, the more the user&#039;s sync move countdown will be reduced (by zero to four) the first time this attack move is successful each battle.&lt;br /&gt;
|{{sync|Hassel|Baxcalibur}}&lt;br /&gt;
|- style=&amp;quot;background:#{{dragon color dark}}&amp;quot;&lt;br /&gt;
! colspan=12 |{{color2|fff|Sync move}}&lt;br /&gt;
|- style=&amp;quot;background: #{{dragon color light}}&amp;quot;&lt;br /&gt;
! Name&lt;br /&gt;
! {{color2|000|Damage category|Category}}&lt;br /&gt;
! colspan=2 | State&lt;br /&gt;
! Base {{color2|000|power}}&lt;br /&gt;
! Max {{color2|000|power}}&lt;br /&gt;
! colspan=2 | Target&lt;br /&gt;
! Effect tag&lt;br /&gt;
! Description&lt;br /&gt;
! Playable {{color2|000|sync pair}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundybl|5px}}&amp;quot; rowspan=3 | The Roaring Dragon&#039;s Glaive Rush&lt;br /&gt;
| rowspan=3 align=&amp;quot;center&amp;quot; style=&amp;quot;background:#{{physical color}}&amp;quot;|{{color2|{{physical textcolor}}|Physical move|Physical}}&lt;br /&gt;
| colspan=2 | Default&lt;br /&gt;
| rowspan=3 | 250&lt;br /&gt;
| rowspan=3 | 300&lt;br /&gt;
| colspan=2 rowspan=2 | An opponent&lt;br /&gt;
| rowspan=3 | —&lt;br /&gt;
| No additional effect.&lt;br /&gt;
| style=&amp;quot;{{roundybr|5px}}&amp;quot; rowspan=3 | {{sync|Hassel|Baxcalibur}}&lt;br /&gt;
|- style=&amp;quot;background:#{{white color light}}&amp;quot;&lt;br /&gt;
! colspan=2 | 6★ EX&lt;br /&gt;
! rowspan=2 | Implements the following field effect just before the user&#039;s sync move is used the first time each battle. Extends the field effect duration only that time.&amp;lt;br&amp;gt;• Dragon Zone&lt;br /&gt;
|- style=&amp;quot;background:#{{white color light}}&amp;quot;&lt;br /&gt;
! colspan=2 | 6★ EX with EX role&lt;br /&gt;
! colspan=2 | All opponents&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==In animation==&lt;br /&gt;
===Pokémon animated series===&lt;br /&gt;
{{moveanime|type=dragon|exp=yes|gen=The user throws its entire body into a reckless charge.|image1=Hassel Baxcalibur Glaive Rush.png|image1p=Baxcalibur}}&lt;br /&gt;
{{movep|type=dragon|ms=0998|pkmn=Baxcalibur|method=Baxcalibur&#039;s body becomes surrounded by a purple aura. It then flips its body upside down, blasts cold air out of its mouth to propel itself, and crashes into the opponent with its dorsal blade.}}&lt;br /&gt;
{{movebtm|type=dragon|user=Hassel|user1=Hassel&#039;s Baxcalibur|startcode=HZ055|startname=Showdown! The Paldea Elite Four|notes=Debut}}&lt;br /&gt;
&lt;br /&gt;
===POKÉTOON===&lt;br /&gt;
{{moveanime|type=dragon|exp=yes|gen=The user throws its entire body into a reckless charge.|image1=Baxcalibur Glaive Rush PT.png|image1p=Baxcalibur}}&lt;br /&gt;
{{movep|type=dragon|ms=0998|pkmn=Baxcalibur|method=Baxcalibur&#039;s body becomes surrounded by a purple aura. It then somersaults, turning its back to the opponent, blasts cold air out of its mouth to propel itself, and crashes into the opponent with its dorsal blade.}}&lt;br /&gt;
{{movebtm|type=dragon|user=Pokémon Champion|user1=A Champion&#039;s Baxcalibur|startcode=PT10|startname=PT10|notes=Debut}}&lt;br /&gt;
&lt;br /&gt;
==In other generations==&lt;br /&gt;
===Core series games===&lt;br /&gt;
{{Movegen&lt;br /&gt;
|type=Dragon&lt;br /&gt;
|ZA=Glaive Rush ZA&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Spin-off series games===&lt;br /&gt;
{{Movegen&lt;br /&gt;
|type=Dragon&lt;br /&gt;
|Masters=Glaive Rush Masters&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*This [[move]] is likely a reference to the [https://wikizilla.org/wiki/Godzilla_(franchise) &#039;&#039;Godzilla&#039;&#039;] film [https://wikizilla.org/wiki/Godzilla_vs._Hedorah &#039;&#039;Godzilla vs. Hedorah&#039;&#039;], which features [https://wikizilla.org/wiki/Godzilla Godzilla] propelling himself in a similar using his [https://wikizilla.org/wiki/Godzilla#Atomic_breath atomic breath],&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=kKFxf8p77MI&amp;lt;/ref&amp;gt; while the scene was invented as a presumed reference to {{wp|Gamera}} by the director {{wp|Yoshimitsu Banno}} who later launched a scrapped Gamera project, which was subsequently redeveloped into the 2014 film &#039;&#039;Godzilla&#039;&#039;.&amp;lt;ref&amp;gt;Shuntarō Ono, December 28, 2018, ガメラの精神史: 昭和から平成へ, p.121, Takanashi Shobou&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Langtable|color={{dragon color}}|bordercolor={{dragon color dark}}&lt;br /&gt;
|zh_yue=巨劍突擊 &#039;&#039;{{tt|Geuihgim Dahtgīk|Giant Sword Assault}}&#039;&#039;&lt;br /&gt;
|zh_cmn=巨劍突擊 / 巨剑突击 &#039;&#039;{{tt|Jùjiàn Tújí / Jùjiàn Tújī|Giant Sword Assault}}&#039;&#039;&lt;br /&gt;
|cs=Hřbetní čepel&lt;br /&gt;
|fr=Charge Glaive&lt;br /&gt;
|nl=Zwaardslag&lt;br /&gt;
|de=Großklingenstoß&lt;br /&gt;
|it=Spadoncarica&lt;br /&gt;
|ko=대검돌격 &#039;&#039;{{tt|Daegeom Dolgyeok|Greatsword Assault}}&#039;&#039;&lt;br /&gt;
|pl=Pęd Glewii&lt;br /&gt;
|pt_br=Fúria de Glaive&lt;br /&gt;
|pt_eu=Ataque de Gládio&lt;br /&gt;
|es=Asalto Espadón&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Project Moves and Abilities notice}}&lt;br /&gt;
[[Category:Signature moves]]&lt;br /&gt;
[[Category:Moves usable in Pokémon Scarlet and Violet]]&lt;br /&gt;
[[Category:Moves in Pokémon Legends: Z-A]]&lt;br /&gt;
&lt;br /&gt;
[[de:Großklingenstoß]]&lt;br /&gt;
[[es:Asalto Espadón]]&lt;br /&gt;
[[fr:Charge Glaive]]&lt;br /&gt;
[[it:Spadoncarica]]&lt;br /&gt;
[[ja:きょけんとつげき]]&lt;br /&gt;
[[zh:巨剑突击（招式）]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Electromorphosis_(Ability)&amp;diff=4520332</id>
		<title>Electromorphosis (Ability)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Electromorphosis_(Ability)&amp;diff=4520332"/>
		<updated>2026-03-31T08:02:01Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech from HZ050&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{AbilityInfobox/header&lt;br /&gt;
|name=Electromorphosis &lt;br /&gt;
|jpname=でんきにかえる&lt;br /&gt;
|jptrans=Change into Electricity&lt;br /&gt;
|jptranslit=Denki ni Kaeru&lt;br /&gt;
|colorscheme=electric&lt;br /&gt;
|gen=IX&lt;br /&gt;
}}&lt;br /&gt;
{{AbilityInfobox/desc|IX|The Pokémon becomes charged when it takes damage, boosting the power of the next Electric-type move the Pokémon uses.}}&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;Electromorphosis&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;でんきにかえる&#039;&#039;&#039; &#039;&#039;Change into Electricity&#039;&#039;) is an [[Ability]] introduced in [[Generation IX]]. It is the [[signature Ability]] of {{p|Bellibolt}}.&lt;br /&gt;
&lt;br /&gt;
==Effect==&lt;br /&gt;
===In battle===&lt;br /&gt;
When a Pokémon with this Ability is hit by a move, it becomes {{m|Charge|charged}}, boosting the power of the next {{type|Electric}} move it uses.&lt;br /&gt;
&lt;br /&gt;
If hit by a [[multistrike move]], each hit triggers the Ability, but the charges do not stack.&lt;br /&gt;
&lt;br /&gt;
When this Ability is triggered, the message &amp;quot;&#039;&#039;&#039;Being hit by &amp;lt;move&amp;gt; charged &amp;lt;name&amp;gt; with power!&#039;&#039;&#039;&amp;quot; is displayed, even if it causes the Pokémon with Electromorphosis to faint. If the opposing move causes the Pokémon to faint, Electromorphosis displays the message before the Pokémon faints.&lt;br /&gt;
&lt;br /&gt;
===Outside of battle===&lt;br /&gt;
Electromorphosis has no effect outside of battle.&lt;br /&gt;
&lt;br /&gt;
==Pokémon with Electromorphosis==&lt;br /&gt;
{{Ability/head|Electric}}&lt;br /&gt;
{{Ability/entry|0939|Bellibolt|Electric|Electric|Electromorphosis|Static|Damp}}&lt;br /&gt;
{{Ability/foot|Electric}}&lt;br /&gt;
&lt;br /&gt;
==In animation==&lt;br /&gt;
===Pokémon animated series===&lt;br /&gt;
{{moveanime|type=electric|exp=yes|gen=The Pokémon becomes charged when it takes damage, boosting the power of the next Electric-type move the Pokémon uses.|image1=Iono Bellibolt Electromorphosis.png|image1p=Bellibolt}}&lt;br /&gt;
{{movep|type=electric|ms=939|pkmn=Bellibolt|method=When Bellibolt takes damage from an attack, its body starts sparking and becomes charged with electricity, making its next Electric-type move more powerful.}}&lt;br /&gt;
{{movebtm|type=electric|user=Iono (anime)|user1=Iono&#039;s Bellibolt|startcode=HZ050|startname=Trending Terastallization! Dance, Dance, Quaxly!|notes=Debut}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* This Ability&#039;s Japanese name comprises a pun: かえる &#039;&#039;kaeru&#039;&#039; can be taken as a verb, 変える (to change); or as a noun, 蛙 (frog). This may explain the fact that it is signature to the {{pkmn|category|EleFrog Pokémon}}, {{p|Bellibolt}}. Its English name derives from a combination of &#039;&#039;electro-&#039;&#039; and &#039;&#039;{{wp|metamorphosis}}&#039;&#039;.&lt;br /&gt;
* In &#039;&#039;[[HZ055|Showdown! The Paldea Elite Four]]&#039;&#039;, [[Jacq]] describes Electromorphosis as the way Bellibolt is able to generate and store electricity after its abs shake from an impact.&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{langtable|color={{electric color}}|bordercolor={{electric color dark}}&lt;br /&gt;
|zh_yue=電力轉換 {{tt|&#039;&#039;Dihnlihk Jyunwuhn&#039;&#039;|Electric Conversion}}&lt;br /&gt;
|zh_cmn=電力轉換 / 电力转换 {{tt|&#039;&#039;Diànlì Zhuǎnhuàn&#039;&#039;|Electric Conversion}}&lt;br /&gt;
|cs=Elektromorfóza&lt;br /&gt;
|nl=Elektromorfose&lt;br /&gt;
|fi=Elektromorfoosi&lt;br /&gt;
|fr=Grecharge&lt;br /&gt;
|de=Dynamo&lt;br /&gt;
|it=Convertivolt&lt;br /&gt;
|ko=전기로바꾸기 {{tt|&#039;&#039;Jeongiro Bakkugi&#039;&#039;|Change into Electricity}}&lt;br /&gt;
|pl=Elektromorfoza&lt;br /&gt;
|pt_br=Electromorfose&lt;br /&gt;
|pt_eu=Eletromorfose&lt;br /&gt;
|es_la=Dinamo (games)&amp;lt;br&amp;gt;Dínamo (animated series)&lt;br /&gt;
|es_eu=Dinamo&lt;br /&gt;
}}&lt;br /&gt;
{{Project Moves and Abilities notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Type-enhancing Abilities]]&lt;br /&gt;
&lt;br /&gt;
[[de:Dynamo]]&lt;br /&gt;
[[es:Dinamo]]&lt;br /&gt;
[[fr:Grecharge]]&lt;br /&gt;
[[it:Convertivolt]]&lt;br /&gt;
[[ja:でんきにかえる]]&lt;br /&gt;
[[zh:电力转换（特性）]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Smoochurro&amp;diff=4520039</id>
		<title>Smoochurro</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Smoochurro&amp;diff=4520039"/>
		<updated>2026-03-30T19:02:45Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* Names */ Added Czech from HZ049&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Smoochurro.png|thumb|300px|A Smoochurro stand as seen in [[Mesagoza]]]]&lt;br /&gt;
&#039;&#039;&#039;Smoochurro&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;チュロスにチュ！&#039;&#039;&#039; &#039;&#039;Kiss the Churros!&#039;&#039;) is a chain of vendors located across the [[Paldea]] [[region]].&lt;br /&gt;
&lt;br /&gt;
==In the games==&lt;br /&gt;
Churros purchased at Smoochurro can be consumed to gain different types of {{DL|Sandwich|Meal Powers}}.&lt;br /&gt;
&lt;br /&gt;
===Locations===&lt;br /&gt;
Smoochurro has branches in the following locations:&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;text-align:center; background:#{{ground color}}; border:3px solid #{{ground color dark}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{ground color light}}; {{roundytl|5px}}&amp;quot; | Branch&lt;br /&gt;
! style=&amp;quot;background:#{{ground color light}}; {{roundytr|5px}}&amp;quot; | Detail&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| [[Artazon]]&lt;br /&gt;
| South of the [[Artazon Gym]]&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| rowspan=2 | [[Levincia]]&lt;br /&gt;
| Southern half, near the Levincia (South) [[Pokémon Center]]&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| Northern half, near the Levincia (North) [[Pokémon Center]]&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| [[Medali]]&lt;br /&gt;
| Near the Medali (West) [[Pokémon Center]]&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| [[Mesagoza]]&lt;br /&gt;
| Near the Mesagoza (East) [[Pokémon Center]]&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Churros===&lt;br /&gt;
All Smoochurro stalls sell the same products regardless of branch.&lt;br /&gt;
{| class=&amp;quot;roundtable c&amp;quot; style=&amp;quot;margin: auto; background:#{{ground color dark}}; border:3px solid #{{ground color}}&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 15%; background:#{{ground color light}}&amp;quot; | Name&lt;br /&gt;
! style=&amp;quot;width: 10%; background:#{{ground color light}}&amp;quot; | Cost&lt;br /&gt;
! style=&amp;quot;width: 0%; background:#{{ground color light}}&amp;quot; | Image&lt;br /&gt;
! style=&amp;quot;width: 15%; background:#{{ground color light}}&amp;quot; | Meal Power&lt;br /&gt;
! style=&amp;quot;width: 30%; background:#{{ground color light}}&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| Churro&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;チュロス&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;Churros&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
| {{PDollar}}850&lt;br /&gt;
| [[File:Churro SV.png|300x300px]]&lt;br /&gt;
| Exp. Point Power: {{typecolor|Psychic}} (1) &amp;lt;br&amp;gt; Catching Power: {{typecolor|Ground}} (1) &amp;lt;br&amp;gt; Teensy Power: {{typecolor|Fire}} (1)&lt;br /&gt;
| Standard Churro. Nothing fancy, but it&#039;s tasty all the same. &lt;br /&gt;
|-&lt;br /&gt;
| Chocolate Churro&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;チョコチュロス&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;Chocolate Churros&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
| {{PDollar}}950&lt;br /&gt;
| [[File:Chocolate Churro SV.png|300x300px]]&lt;br /&gt;
| Encounter Power: {{typecolor|Psychic}} (1) &amp;lt;br&amp;gt; Item Drop Power: {{typecolor|Bug}} (1) &amp;lt;br&amp;gt; Raid Power: {{typecolor|Normal}} (1)&lt;br /&gt;
| A churro covered in chocolate. Nothing fancy, but it&#039;s tasty all the same. &lt;br /&gt;
|-&lt;br /&gt;
| Cinnamon Churro&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;シナモンチュロス&amp;lt;/small&amp;gt;&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;Cinnamon Churros&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
| {{PDollar}}900&lt;br /&gt;
| [[File:Cinnamon Churro SV.png|300x300px]]&lt;br /&gt;
| Catching Power: {{typecolor|Dragon}} (1) &amp;lt;br&amp;gt; Egg Power: (1) &amp;lt;br&amp;gt; Teensy Power: {{typecolor|Grass}}&lt;br /&gt;
| This Churro is covered in cinnamon. Nothing fancy, but it&#039;s tasty all the same.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==In animation==&lt;br /&gt;
[[File:Smoochurro Levincia anime.png|thumb|250px|A Smoochurro stand in {{aniseries|HZ}}]]&lt;br /&gt;
===&#039;&#039;Pokémon Horizons: The Series&#039;&#039;===&lt;br /&gt;
A Smoochurro stand based in [[Levincia]] appeared in &#039;&#039;[[HZ049|Dot and Nidothing]]&#039;&#039;.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* {{wp|Churro}} is a type of fried dough in {{wp|Spanish cuisine|Spanish}} and {{wp|Portuguese cuisine}}. It is made by piping choux pastry dough into hot oil and can be dusted with sugar and cinnamon, as well as drizzled with or dipped in chocolate.&lt;br /&gt;
&lt;br /&gt;
==Names==&lt;br /&gt;
{| class=&amp;quot;roundtable&amp;quot; style=&amp;quot;background:#{{ground color}}; border:3px solid #{{ground color dark}}&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{ground color light}}&amp;quot; | Language&lt;br /&gt;
! style=&amp;quot;background:#{{ground color light}}&amp;quot; | Name&lt;br /&gt;
! style=&amp;quot;background:#{{ground color light}}&amp;quot; | Origin&lt;br /&gt;
|-&lt;br /&gt;
| Japanese&lt;br /&gt;
| チュロスにチュ！ &#039;&#039;Churros ni Chu!&lt;br /&gt;
| Literally &amp;quot;Kiss the Churros!&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| English&lt;br /&gt;
| Smoochurro&lt;br /&gt;
| From &#039;&#039;smooch&#039;&#039; and &#039;&#039;churro&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| German&lt;br /&gt;
| Chu-Chu-Churros&lt;br /&gt;
| From &#039;&#039;churro&#039;&#039; and possibly &#039;&#039;tschu-tschu&#039;&#039; (onomatopoeia for the sounds of a steam locomotive)&lt;br /&gt;
|-&lt;br /&gt;
| European Spanish&lt;br /&gt;
| Como Churros&lt;br /&gt;
| From &#039;&#039;churros&#039;&#039; and &#039;&#039;como churros&#039;&#039; (easy peasy) or &#039;&#039;vender como churros&#039;&#039; (to sell like hotcakes)&lt;br /&gt;
|-&lt;br /&gt;
| Latin American Spanish&lt;br /&gt;
| Apapachurro&lt;br /&gt;
| From &#039;&#039;apapachar&#039;&#039; (to cuddle) and &#039;&#039;churro&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| French&lt;br /&gt;
| Youpi Churros&lt;br /&gt;
| From &#039;&#039;youpi&#039;&#039; (yippee) and &#039;&#039;churros&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Italian&lt;br /&gt;
| Ritorno al Fu-churro&lt;br /&gt;
| From &#039;&#039;churro&#039;&#039; (market) and &#039;&#039;Ritorno al Futuro&#039;&#039; (&#039;&#039;{{wp|Back to the Future}}&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| Korean&lt;br /&gt;
| 강추 추로스! &#039;&#039;Gangchu Churros!&#039;&#039;&lt;br /&gt;
| From 강추 (強推) &#039;&#039;gangchu&#039;&#039; (strong recommendation) and &#039;&#039;churro&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Chinese (Traditional)&lt;br /&gt;
| 親親吉拿棒！ &#039;&#039;Qīn-Qīn Jínábàng!&#039;&#039; / &#039;&#039;Chān-Chān Gātnàhpáahng!&#039;&#039;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | From 親親 / 亲亲 &#039;&#039;qīnqīn / chānchān&#039;&#039; (to kiss) and 吉拿棒 &#039;&#039;jínábàng / gātnàhpáahng&#039;&#039; (churros)&lt;br /&gt;
|-&lt;br /&gt;
| Chinese (Simplified)&lt;br /&gt;
| 亲亲吉拿棒！ &#039;&#039;Qīn-Qīn Jínábàng!&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Brazilian Portuguese&lt;br /&gt;
| Beijo de Churros&lt;br /&gt;
| Literally &amp;quot;Kiss of Churros&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Czech&lt;br /&gt;
| Smoochurros&lt;br /&gt;
| From the English name&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
{{Project Locations notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Restaurants]]&lt;br /&gt;
[[Category:Pokémon world]]&lt;br /&gt;
[[Category:Paldea locations]]&lt;br /&gt;
[[Category:Scarlet and Violet locations]]&lt;br /&gt;
&lt;br /&gt;
[[de:Chu-Chu-Churros]]&lt;br /&gt;
[[es:Como Churros]]&lt;br /&gt;
[[fr:Youpi Churros]]&lt;br /&gt;
[[it:Ritorno al Fu-churro]]&lt;br /&gt;
[[ja:チュロスにチュ!]]&lt;br /&gt;
[[zh:亲亲吉拿棒！]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Double_Shock_(move)&amp;diff=4520033</id>
		<title>Double Shock (move)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Double_Shock_(move)&amp;diff=4520033"/>
		<updated>2026-03-30T18:50:17Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech from HZ048&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MoveInfobox&lt;br /&gt;
|n=892&lt;br /&gt;
|name=Double Shock&lt;br /&gt;
|jname=でんこうそうげき&lt;br /&gt;
|jtrans=Double Lightning Attack&lt;br /&gt;
|jtranslit=Denkō Sōgeki&lt;br /&gt;
|gameimage=Double Shock IX.png&lt;br /&gt;
|gameimage2=Double Shock IX 2.png&lt;br /&gt;
|gameimagewidth=300&lt;br /&gt;
|type=Electric&lt;br /&gt;
|damagecategory=Physical&lt;br /&gt;
|basepp=5&lt;br /&gt;
|maxpp=8&lt;br /&gt;
|power=120&lt;br /&gt;
|accuracy=100&lt;br /&gt;
|priority=0&lt;br /&gt;
|gen=IX&lt;br /&gt;
|touches=yes&lt;br /&gt;
|protect=yes&lt;br /&gt;
|magiccoat=no&lt;br /&gt;
|snatch=no&lt;br /&gt;
|mirrormove=yes&lt;br /&gt;
|kingsrock=yes&lt;br /&gt;
|sound=no&lt;br /&gt;
|target=anyadjacent&lt;br /&gt;
|footnotes=&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Double Shock&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;でんこうそうげき&#039;&#039;&#039; &#039;&#039;Double Lightning Attack&#039;&#039;) is a damage-dealing {{type|Electric}} [[move]] introduced in [[Generation IX]]. It is the [[signature move]] of {{p|Pawmot}}.&lt;br /&gt;
&lt;br /&gt;
==Effect==&lt;br /&gt;
If used by an {{type|Electric}} Pokémon, Double Shock will inflict damage to the target and cause the user to [[type change|lose]] its Electric type. Double Shock fails if the user is not Electric-type, making the move always fail after the first use until the Pokémon regains its Electric type (either by switching out, or other type changing effects such as through {{a|Protean}} or {{m|Reflect Type}}).&lt;br /&gt;
&lt;br /&gt;
If the user is a pure Electric-type Pokémon, it will become {{DL|Type|typeless}}.&lt;br /&gt;
&lt;br /&gt;
The Pokémon&#039;s type reverts to its default types if it is switched out.&lt;br /&gt;
&lt;br /&gt;
A Pokémon with {{a|Protean}} or {{a|Libero}} cannot successfully use Double Shock unless it already is Electric-type; otherwise, Double Shock will fail and Protean or Libero will not activate.&lt;br /&gt;
&lt;br /&gt;
A Pokémon that has {{Tera}}stallized into its Electric Tera Type will &#039;&#039;not&#039;&#039; lose its Electric type (although the message &amp;quot;&#039;&#039;{{tt|The &amp;lt;wild/opposing&amp;gt;|No prefix when referring to player&#039;s Pokémon}} &amp;lt;Pokémon&amp;gt; used up all its electricity!&#039;&#039;&amp;quot; is still displayed). Therefore, a Terastallized Pokémon can use Double Shock multiple times in a row without the need to switch out.&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
{{movedesc|Electric}}&lt;br /&gt;
{{movedescentry|{{gameabbrev9|SV}}|The user discharges all the electricity from its body to perform a high-damage attack. After using this move, the user will no longer be Electric type.}}&lt;br /&gt;
|}&lt;br /&gt;
|}{{left clear}}&lt;br /&gt;
&lt;br /&gt;
==Learnset==&lt;br /&gt;
===By [[Level|leveling up]]===&lt;br /&gt;
{{Movehead/Games|Electric|g1=none|g2=none|g3=none|g4=none|g5=none|g6=none|g7=none|g8=none|g9=1|g9g={{gameabbrev9|SV}}}}&lt;br /&gt;
{{Moveentry/1|0923|Pawmot|type=Electric|type2=Fighting|1|Field|Field|60|STAB=&#039;&#039;&#039;}}&lt;br /&gt;
{{Movefoot|Electric|1}}&lt;br /&gt;
&lt;br /&gt;
==In other games==&lt;br /&gt;
===[[Pokémon Masters EX]]===&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;margin:auto; background:#{{electric color}}; border:3px solid #{{electric color dark}}; text-align:center; width:80%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #{{electric color light}}&amp;quot;&lt;br /&gt;
! style=&amp;quot;{{roundytl|5px}}&amp;quot; | Name&lt;br /&gt;
! {{color2|000|Damage category|Category}}&lt;br /&gt;
! Move gauge cost&lt;br /&gt;
! MP&amp;lt;br&amp;gt;(uses)&lt;br /&gt;
! Base {{color2|000|power}}&lt;br /&gt;
! Max {{color2|000|power}}&lt;br /&gt;
! {{color2|000|Accuracy}}&lt;br /&gt;
! Target&lt;br /&gt;
! Effect tag&lt;br /&gt;
! Description&lt;br /&gt;
! style=&amp;quot;{{roundytr|5px}}&amp;quot; | Playable {{color2|000|Sync pair|sync pair(s)}}&lt;br /&gt;
|- style=&amp;quot;background:#{{electric color light}}&amp;quot;&lt;br /&gt;
! colspan=12 |{{color2|000|Buddy move}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
|Rapid Double Shock&lt;br /&gt;
{{statustable|Physical}}&lt;br /&gt;
|—&lt;br /&gt;
|1&lt;br /&gt;
|100&lt;br /&gt;
|120&lt;br /&gt;
|100%&lt;br /&gt;
|An opponent&lt;br /&gt;
|Quick Move&lt;br /&gt;
|&#039;&#039;&#039;Activation Condition:&#039;&#039;&#039; When the user&#039;s Speed is raised.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Deactivation Condition:&#039;&#039;&#039; When the user&#039;s Speed is not raised.&lt;br /&gt;
&lt;br /&gt;
The more the user&#039;s Speed is raised, the greater the power of this attack. Applies the Free Move Next effect to all allied sync pairs.&lt;br /&gt;
|{{sync|Nemona|Pawmot}}&lt;br /&gt;
|- style=&amp;quot;background:#{{electric color dark}}&amp;quot;&lt;br /&gt;
! colspan=12 |{{color2|fff|Sync move}}&lt;br /&gt;
|- style=&amp;quot;background: #{{electric color light}}&amp;quot;&lt;br /&gt;
!Name&lt;br /&gt;
!{{color2|000|Damage category|Category}}&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; |State&lt;br /&gt;
!Base {{color2|000|power}}&lt;br /&gt;
!Max {{color2|000|power}}&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; |Target&lt;br /&gt;
!Effect tag&lt;br /&gt;
!Description&lt;br /&gt;
!Playable {{color2|000|sync pair}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| style=&amp;quot;{{roundybl|5px}}&amp;quot; rowspan=3 | Coming to Fruition Double Shock&lt;br /&gt;
| rowspan=3 align=&amp;quot;center&amp;quot; style=&amp;quot;background:#{{physical color}}&amp;quot;|{{color2|{{physical textcolor}}|Physical move|Physical}}&lt;br /&gt;
| colspan=2 | Default&lt;br /&gt;
| rowspan=3 | 200&lt;br /&gt;
| rowspan=3 | 240&lt;br /&gt;
| colspan=2 rowspan=3 | An opponent&lt;br /&gt;
| rowspan=3 | —&lt;br /&gt;
| The more the user&#039;s Speed is raised, the greater the power of this attack.&lt;br /&gt;
| style=&amp;quot;{{roundybr|5px}}&amp;quot; rowspan=3 | {{sync|Nemona|Pawmot}}&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! colspan=2 | 6★ EX&lt;br /&gt;
! The first time the user&#039;s sync move is used each battle, the sync move countdown is reduced by three.&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
! colspan=2 | 6★ EX with EX role&lt;br /&gt;
! Implements the following field effect just before the user&#039;s sync move is used the first time each battle. Extends the field effect duration only that time.&amp;lt;br&amp;gt;• Electric Terrain&lt;br /&gt;
|}&lt;br /&gt;
Notes:&lt;br /&gt;
* &#039;&#039;&#039;Rapid Double Shock:&#039;&#039;&#039;&lt;br /&gt;
** This buddy move was known as B Double Shock prior to version 2.38.0.&lt;br /&gt;
&lt;br /&gt;
==In animation==&lt;br /&gt;
===Pokémon animated series===&lt;br /&gt;
{{moveanime|type=electric|exp=yes|gen=The user discharges all the electricity from its body to perform a high-damage attack. After using this move, the user will no longer be Electric type.|image1=Nemona Pawmot Double Shock.png|image1p=Pawmot}}&lt;br /&gt;
{{movep|type=electric|ms=923|pkmn=Pawmot|method=Pawmot absorbs light blue and light yellow sparks of electricity into its body, causing it to become outlined in light blue energy. It then thrusts its hands forward and lands them on the opponent, releasing a burst of light blue electricity from them on contact. Afterwards, light blue sparks burst out of Pawmot&#039;s body as it loses its Electric typing.}}&lt;br /&gt;
{{movebtm|type=electric|user=Nemona (anime)|user1=Nemona&#039;s Pawmot|startcode=HZ048|startname=Sparkle! The Glow of Flame and Art|notes=Debut}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* If the {{player}} views the [[summary]] of a Pokémon that is currently {{DL|Type|typeless}}, such as through the use of Double Shock, the game may [[Game freeze|crash]].&amp;lt;ref&amp;gt;https://twitter.com/zakocky/status/1612373830718337027&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Langtable|color={{Electric color}}|bordercolor={{Electric color dark}}&lt;br /&gt;
|zh_yue=電光雙擊 &#039;&#039;{{tt|Dihngwōng Sēunggīk|Double Lightning Attack}}&#039;&#039;&lt;br /&gt;
|zh_cmn=電光雙擊 / 电光双击 &#039;&#039;{{tt|Diànguāng Shuāngjí / Diànguāng Shuāngjī|Double Lightning Attack}}&#039;&#039;&lt;br /&gt;
|cs=Dvojitý šok&lt;br /&gt;
|fr=Double Décharge&lt;br /&gt;
|de=Zweifachladung&lt;br /&gt;
|it=Doppiolampo&lt;br /&gt;
|ko=전광쌍격 &#039;&#039;{{tt|Jeongwang Ssanggyeok|Double Lightning Attack}}&#039;&#039;&lt;br /&gt;
|pl=Duoszok&lt;br /&gt;
|pt=Choque Duplo&lt;br /&gt;
|es=Electropalmas&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
{{Project Moves and Abilities notice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Moves that change a Pokémon&#039;s type]]&lt;br /&gt;
[[Category:Signature moves]]&lt;br /&gt;
[[Category:Moves usable in Pokémon Scarlet and Violet]]&lt;br /&gt;
&lt;br /&gt;
[[de:Zweifachladung]]&lt;br /&gt;
[[es:Electropalmas]]&lt;br /&gt;
[[fr:Double Décharge]]&lt;br /&gt;
[[it:Doppiolampo]]&lt;br /&gt;
[[ja:でんこうそうげき]]&lt;br /&gt;
[[zh:电光双击（招式）]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Tera_Training&amp;diff=4520029</id>
		<title>Tera Training</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Tera_Training&amp;diff=4520029"/>
		<updated>2026-03-30T18:31:48Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:HZ046.png|thumb|250px|[[Liko]], [[Roy]], and [[Dot]] starting their Tera Training]]&lt;br /&gt;
&#039;&#039;&#039;Tera Training&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;テラスタル研修&#039;&#039;&#039; &#039;&#039;Terastal Training&#039;&#039;) is an {{pkmn|animated series}}-exclusive special module taught at [[Naranja Academy]] for {{pkmn|Trainer}}s from all over the {{pkmn|world}} who want to learn about the [[Terastal phenomenon]]. [[Liko]], [[Roy]], [[Dot]], and [[Ann]] signed up for this course prior to &#039;&#039;[[HZ046|Welcome to Naranja Academy!]]&#039;&#039; and concluded in &#039;&#039;[[HZ067|Shine on, Terastallization! Liko vs. Roy!]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===Disciplines present in Tera Training===&lt;br /&gt;
====Integration for new students====&lt;br /&gt;
[[File:Clavell Geeta Tera Orb.png|thumb|250px|[[Geeta]] giving Liko, Roy, and Dot their respective [[Tera Orb|Tera Orbs]]]]&lt;br /&gt;
As part of the introduction, [[Clavell]] and [[Geeta]] explain what the Terastal phenomenon and Naranja Academy are and how the training works using a video presentation. Geeta also reveals that only approved Trainers are permitted to use Terastallization and gives each beginning Trainer a [[Tera Orb]].&lt;br /&gt;
&lt;br /&gt;
After this introduction, the current Student Council President gives a tour of Naranja Academy to the new students.&lt;br /&gt;
&lt;br /&gt;
====Introductory class====&lt;br /&gt;
As part of the first class, [[Dendra]] explains the remaining concepts of the Training process and a physical class that seeks to exercise Trainers and see if they are worthy of the Tera Orb they have received.&lt;br /&gt;
&lt;br /&gt;
[[Jacq]] also participates in the class and gives an additional exercise to each student, which consists of making reports and taking photos of wild Pokémon that each student interacts with.&lt;br /&gt;
&lt;br /&gt;
====Gym Leader challenge====&lt;br /&gt;
As part of the Training, each Trainer is assigned to battle a [[Paldea League]] [[Gym Leader]] who matches their own aptitude. The allocated Gym Leaders are shown in the app that is installed by [[Jacq]] on the [[Rotom Phone]] of each participating Trainer.&lt;br /&gt;
&lt;br /&gt;
Each Training session with a Gym Leader can be on two difficulties: basic aptitude and usage. After passing the challenge, the corresponding Gym Leader rewards them with a stamp on their Rotom Phone.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Basic Aptitude:&#039;&#039;&#039; In battles in this module, students and Gym Leaders can only use one Pokémon. It is not necessary for the challenger to win the battle to be approved.&lt;br /&gt;
* &#039;&#039;&#039;Usage:&#039;&#039;&#039; In the next module of Tera Training, students have 2-on-2 battles against their respective Gym Leaders. In Roy&#039;s [[rematch]] with Ryme, a special exception was made as the match was changed into a 1-on-1 confrontation.&lt;br /&gt;
{{-}}&lt;br /&gt;
{| class=&amp;quot;roundtable c&amp;quot; style=&amp;quot;background: #{{paldea color}}; border: 3px solid #{{paldea color dark}}; width: 30%; margin:auto; text-align:center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#{{paldea color dark}}&amp;quot; |Gym Leader&lt;br /&gt;
! style=&amp;quot;background:#{{paldea color dark}}&amp;quot; |Challenger(s)&lt;br /&gt;
! style=&amp;quot;background:#{{paldea color dark}}&amp;quot; |Difficulty&lt;br /&gt;
! style=&amp;quot;background:#{{paldea color dark}}&amp;quot; |Result&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot;|[[File:Katy anime.png|150px]]&amp;lt;br&amp;gt;[[Katy]]&lt;br /&gt;
|[[File:Liko.png|150px]]&amp;lt;br&amp;gt;[[Liko]]&lt;br /&gt;
| style=&amp;quot;background:#{{scarlet color light}};| Basic Aptitude&lt;br /&gt;
|[[HZ047|Loss&amp;lt;br&amp;gt;Approved]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Coral Naranja Academy.png|150px]]&amp;lt;br&amp;gt;[[Coral|&amp;quot;Cornbread&amp;quot;]]&lt;br /&gt;
| style=&amp;quot;background:#{{scarlet color light}};| Basic Aptitude&lt;br /&gt;
|[[HZ047|No battle&amp;lt;br&amp;gt;Disqualified]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Brassius anime.png|150px]]&amp;lt;br&amp;gt;[[Brassius]]&lt;br /&gt;
|[[File:Roy.png|150px]]&amp;lt;br&amp;gt;[[Roy]]&lt;br /&gt;
| style=&amp;quot;background:#{{scarlet color light}};| Basic Aptitude&lt;br /&gt;
|[[HZ048|Victory&amp;lt;br&amp;gt;Approved]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Iono anime.png|150px]]&amp;lt;br&amp;gt;[[Iono]]&lt;br /&gt;
|[[File:Dot 2.png|150px]]&amp;lt;br&amp;gt;[[Dot]]&lt;br /&gt;
| style=&amp;quot;background:#{{scarlet color light}};| Basic Aptitude&lt;br /&gt;
|[[HZ050|Loss&amp;lt;br&amp;gt;Approved]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Kofu anime.png|150px]]&amp;lt;br&amp;gt;[[Kofu]]&lt;br /&gt;
|[[File:Coral Naranja Academy.png|150px]]&amp;lt;br&amp;gt;[[Coral|&amp;quot;Cornbread&amp;quot;]]&lt;br /&gt;
| style=&amp;quot;background:#{{scarlet color light}};| Basic Aptitude&lt;br /&gt;
|[[HZ055|Unknown&amp;lt;br&amp;gt;Approved]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Tulip anime.png|150px]]&amp;lt;br&amp;gt;[[Tulip]]&lt;br /&gt;
|[[File:Sidian Naranja Academy.png|150px]]&amp;lt;br&amp;gt;[[Sidian|&amp;quot;Seasoning&amp;quot;]]&lt;br /&gt;
| style=&amp;quot;background:#{{scarlet color light}};| Basic Aptitude&lt;br /&gt;
|[[HZ055|Unknown&amp;lt;br&amp;gt;Approved]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Larry anime.png|150px]]&amp;lt;br&amp;gt;[[Larry]]&lt;br /&gt;
|[[File:Dot 2.png|150px]]&amp;lt;br&amp;gt;[[Dot]]&lt;br /&gt;
| style=&amp;quot;background:#{{violet color light}};| Usage&lt;br /&gt;
|[[HZ059|Loss&amp;lt;br&amp;gt;Approved]]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot;|[[File:Ryme anime.png|150px]]&amp;lt;br&amp;gt;[[Ryme]]&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot;|[[File:Roy.png|150px]]&amp;lt;br&amp;gt;[[Roy]]&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot;; style=&amp;quot;background:#{{violet color light}} | Usage&lt;br /&gt;
|[[HZ061|Loss&amp;lt;br&amp;gt;Failed]]&lt;br /&gt;
|-&lt;br /&gt;
|[[HZ062|Victory&amp;lt;br&amp;gt;Approved]]&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;([[rematch]])&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot;|[[File:Grusha anime.png|150px]]&amp;lt;br&amp;gt;[[Grusha]]&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot;|[[File:Liko.png|150px]]&amp;lt;br&amp;gt;[[Liko]]&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot;; style=&amp;quot;background:#{{violet color light}};| Usage&lt;br /&gt;
|[[HZ063|Loss&amp;lt;br&amp;gt;Failed]]&lt;br /&gt;
|-&lt;br /&gt;
|[[HZ066|Victory against Sidian&amp;lt;br&amp;gt;Approved]]&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;(reevaluation)&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|[[File:None.png|90px]]&amp;lt;br&amp;gt;[[Gym Leader#Paldea League|Unknown]]&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|[[File:Ann Indigo Uniform pre-timeskip.png|150px]]&amp;lt;br&amp;gt;[[Ann]]&lt;br /&gt;
| style=&amp;quot;background:#{{scarlet color light}};| Basic Aptitude&lt;br /&gt;
|[[HZ054|Unknown&amp;lt;br&amp;gt;Approved]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#{{violet color light}};| Usage&lt;br /&gt;
|[[HZ066|Unknown&amp;lt;br&amp;gt;Approved]] &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|[[File:None.png|90px]]&amp;lt;br&amp;gt;[[Gym Leader#Paldea League|All unknown]]&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|[[File:Niko Rob Dash.png|150px]]&amp;lt;br&amp;gt;[[Rob]], [[Niko]], and [[Dash]]&lt;br /&gt;
| style=&amp;quot;background:#{{scarlet color light}};| Basic Aptitude&lt;br /&gt;
|[[HZ055|All unknown&amp;lt;br&amp;gt;All approved]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#{{violet color light}};| Usage&lt;br /&gt;
|[[HZ066|All unknown&amp;lt;br&amp;gt;Only Niko and Rob approved]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Training Stamps=====&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Katy Tera Training Stamp.png|Katy&#039;s Tera Training Stamp&lt;br /&gt;
Brassius Tera Training Stamp.png|Brassius&#039;s Tera Training Stamp&lt;br /&gt;
Larry Tera Training Stamp.png|Larry&#039;s Tera Training Stamp&lt;br /&gt;
Ryme Tera Training Stamp.png|Ryme&#039;s Tera Training Stamp&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Field research====&lt;br /&gt;
Once students complete the Tera Training basic aptitude module, they have the option of doing the research work. Which according to Clavell, is a &amp;quot;rewarding&amp;quot; task. This school assignment consists of analyzing the habitat and peculiarities of wild Pokémon and delivering a written report to Jacq.&lt;br /&gt;
&lt;br /&gt;
====Tera Training Student Battle Tournament====&lt;br /&gt;
{{main|Tera Training Student Battle Tournament}}&lt;br /&gt;
After the usage tests are finished, students are able to participate in the Tera Training Student Battle Tournament, giving those who failed their Tera Training an opportunity to Terastallize for the last time.&lt;br /&gt;
&lt;br /&gt;
====Graduation ceremony====&lt;br /&gt;
In &#039;&#039;[[HZ066|Infiltrating the System! Naranja Academy in Danger!]]&#039;&#039;, Clavell revealed that after the aforementioned tournament, all those who managed to complete Tera Training are awarded the Tera Orb they used during the journey, and those who did not pass the Training eventually return the item back to Naranja Academy. [[Dash]] is one of the students who had to return her Tera Orb to the academy.&lt;br /&gt;
&lt;br /&gt;
===Extracurricular activities===&lt;br /&gt;
As students at Tera Training, training participants can participate in any events held by Naranja Academy. These are some that were shown during &#039;&#039;[[Pokémon Horizons: The Series]]&#039;&#039;:&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;text-align:center; background: #{{scarlet color}}; border: 3px solid #{{scarlet color dark}}; width: 50%; margin:auto; text-align:center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{scarlet color light}}; {{roundytl|5px}}&amp;quot; | {{color2|000|Pokémon academy|Institution}}&lt;br /&gt;
! style=&amp;quot;background:#{{scarlet color light}}; {{roundytr|5px}}&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background:#{{scarlet color light}}; {{roundytr|5px}}&amp;quot; | Episode(s)&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| [[File:Artazon Festival entrance.png|180px|Artazon Art Festival]]&amp;lt;br&amp;gt;[[Artazon Art Festival]]&lt;br /&gt;
| The [[Artazon Art Festival]] is an annual event that takes place in [[Artazon]] and is done in collaboration with the town&#039;s residents, members of [[Naranja Academy]], and guests passing through the town&lt;br /&gt;
| &#039;&#039;[[HZ048|Sparkle! The Glow of Fire and Art!]]&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
| [[File:HZ056.png|180px|Elite Four Tag Battle]]&amp;lt;br&amp;gt;[[Elite Four Tag Battle]]&lt;br /&gt;
| The [[Elite Four Tag Battle]] is an event that takes place at Naranja Academy. It is a friendly competition created by [[Clavell]] and arranged by [[Geeta]] to determine the skills of Trainers.&lt;br /&gt;
| &#039;&#039;[[HZ055|Showdown! The Paldea Elite Four]]&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;[[HZ056|Liko vs. Rika! Towards the Battle&#039;s End]]&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Known participants==&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; style=&amp;quot;text-align:center; background: #{{scarlet color}}; border: 3px solid #{{violet color dark}}; width: 50%;; margin:auto; text-align:center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#{{scarlet color light}}; {{roundytl|5px}}&amp;quot; |{{color2|000|Pokémon Trainer|Trainer}}&lt;br /&gt;
! style=&amp;quot;background:#{{scarlet color light}}&amp;quot; |Basic Aptitude&lt;br /&gt;
! style=&amp;quot;background:#{{scarlet color light}}&amp;quot; |Usage&lt;br /&gt;
! style=&amp;quot;background:#{{scarlet color light}}; {{roundytr|5px}}&amp;quot; |Final assessment&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
|[[Liko]]&lt;br /&gt;
|✔&lt;br /&gt;
|✔&lt;br /&gt;
! rowspan=1 style=&amp;quot;background:#{{green color light}}&amp;quot; |Graduated&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
|[[Roy]]&lt;br /&gt;
|✔&lt;br /&gt;
|✔&lt;br /&gt;
! rowspan=1 style=&amp;quot;background:#{{green color light}}&amp;quot; |Graduated&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
|[[Dot]]&lt;br /&gt;
|✔&lt;br /&gt;
|✔&lt;br /&gt;
! rowspan=1 style=&amp;quot;background:#{{green color light}}&amp;quot; |Graduated&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
|[[Coral|Cornbread]]&lt;br /&gt;
|✔&lt;br /&gt;
|N/A&lt;br /&gt;
! rowspan=1 style=&amp;quot;background:#{{yellow color light}}&amp;quot; |Not completed&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
|[[Sidian|Seasoning]]&lt;br /&gt;
|✔&lt;br /&gt;
|N/A&lt;br /&gt;
! rowspan=1 style=&amp;quot;background:#{{yellow color light}}&amp;quot; |Not completed&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
|[[Ann]]&lt;br /&gt;
|✔&lt;br /&gt;
|✔&lt;br /&gt;
! rowspan=1 style=&amp;quot;background:#{{green color light}}&amp;quot; |Graduated&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
|[[Niko]]&lt;br /&gt;
|✔&lt;br /&gt;
|✔&lt;br /&gt;
! rowspan=1 style=&amp;quot;background:#{{green color light}}&amp;quot; |Graduated&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
|[[Dash]]&lt;br /&gt;
|✔&lt;br /&gt;
|✘&lt;br /&gt;
! rowspan=1 style=&amp;quot;background:#{{red color light}}&amp;quot; |Failed&lt;br /&gt;
|- style=&amp;quot;background:#fff&amp;quot;&lt;br /&gt;
|[[Rob]]&lt;br /&gt;
|✔&lt;br /&gt;
|✔&lt;br /&gt;
! rowspan=1 style=&amp;quot;background:#{{green color light}}&amp;quot; |Graduated&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* As explained by [[Clavell]] and [[Dendra]], Tera Training has some socialization and discipline rules to be respected, such as:&lt;br /&gt;
** Students must not {{Tera}}stal {{pkmn|battle}} other students during the training.&lt;br /&gt;
** Students must maintain good relationships with each other, otherwise they will be disqualified from the training.&lt;br /&gt;
* In &#039;&#039;[[HZ056|Liko vs. Rika! Towards the Battle&#039;s End]]&#039;&#039;, it was revealed that [[Penny]] is responsible for registering Tera Training students.&lt;br /&gt;
* Unlike in a regular Gym battle in the animated series, in &#039;&#039;[[HZ059|Dance, Quaxly! The Blue Medali Step!]]&#039;&#039;, it was revealed that a Gym Leader can [[recall]] their Pokémon during the battle. In addition, no [[Battle judge|referee]] is present during these battles.&lt;br /&gt;
* [[Roy]] was the only character shown during the &#039;&#039;Terastal Debut arc&#039;&#039; to defeat a [[Gym Leader]] in battle during his time in the Tera Training.&lt;br /&gt;
* In [[HZ126]], it was revealed that a person can attempt Tera Training as many times as they want.&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{langtable|color={{Paldea color}}|bordercolor={{Paldea color dark}}&lt;br /&gt;
|cs=Teratrénink&lt;br /&gt;
|fi=Terastal-kurssi&lt;br /&gt;
|fr_eu=Entraînement Téracristal&lt;br /&gt;
|de=Tera-Training&lt;br /&gt;
|it=Terallenamento&lt;br /&gt;
|pt_br=Treinamento Tera&lt;br /&gt;
|es_la=Teraentrenamiento&lt;br /&gt;
|es_eu=Entrenamiento Teracristal&lt;br /&gt;
|sv=Terastal-träning&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Related articles==&lt;br /&gt;
*[[Paldea League]]&lt;br /&gt;
*[[Naranja Academy]]&lt;br /&gt;
&lt;br /&gt;
{{Project Anime notice|no}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Pokémon world]]&lt;br /&gt;
[[Category:Terminology]]&lt;br /&gt;
&lt;br /&gt;
[[es:Teraentrenamiento/Entrenamiento Teracristal]]&lt;br /&gt;
[[it:Terallenamento]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=HZ050&amp;diff=4520027</id>
		<title>HZ050</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=HZ050&amp;diff=4520027"/>
		<updated>2026-03-30T18:30:20Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EpicodePrevNext |&lt;br /&gt;
prevcode=HZ049 |&lt;br /&gt;
prevtitle=Dot and Nidothing |&lt;br /&gt;
nextcode=HZ051 |&lt;br /&gt;
nexttitle=The Flower Tower |&lt;br /&gt;
series=Pokémon Horizons: The Series |&lt;br /&gt;
colorscheme=Paldea&lt;br /&gt;
}}&lt;br /&gt;
{{EpisodeInfobox|&lt;br /&gt;
epcode=HZ050 |&lt;br /&gt;
altepcode=EP1282 |&lt;br /&gt;
colorscheme=Paldea |&lt;br /&gt;
title_en=Trending Terastallization! Dance, Dance, Quaxly! |&lt;br /&gt;
title_ja= 映えろテラスタル！ダンス・ダンス・クワッス！！ |&lt;br /&gt;
title_ja_trans=Shine, Terastal! Dance Dance Kuwassu!! |&lt;br /&gt;
broadcast_jp=May 17, 2024 |&lt;br /&gt;
broadcast_us=February 7, 2025 |&lt;br /&gt;
en_op=[[My Favorite Pokémon]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Will (song)|Will -Korean ver.-]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
en_ed=[[My Favorite Pokémon|My Favorite Pokémon (instrumental)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Make You Shine|Make You Shine (English Ver.)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
ja_op={{so|Will}} |&lt;br /&gt;
ja_ed=[[Let me battle]] |&lt;br /&gt;
olmteam=Team Kumemura |&lt;br /&gt;
scenarion=1 |&lt;br /&gt;
scenario=福島直浩 |&lt;br /&gt;
storyboardn=2 |&lt;br /&gt;
storyboard=齋藤徳明 |&lt;br /&gt;
storyboard2=忍田雄介 |&lt;br /&gt;
directorn=1 |&lt;br /&gt;
director=小島隆史 |&lt;br /&gt;
artn=5 |&lt;br /&gt;
art=忍田雄介 |&lt;br /&gt;
art2=萩原慶汰 |&lt;br /&gt;
art3=松本めぐみ |&lt;br /&gt;
art4=吉野真一 |&lt;br /&gt;
art5=田中修司 |&lt;br /&gt;
morecredits=yes |&lt;br /&gt;
epstaffpage=HZ041-HZ050 |&lt;br /&gt;
footnotes=* {{BMGf|301409|Preview thread on BMGf}} &#039;&#039;Closed&#039;&#039;&lt;br /&gt;
* {{BMGf|301640|Original review thread on BMGf}}&lt;br /&gt;
* {{BMGf|304821|Dub review thread on BMGf}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Trending Terastallization! Dance, Dance, Quaxly!&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;映えろテラスタル！ダンス・ダンス・クワッス！！&#039;&#039;&#039; &#039;&#039;Shine, Terastal! Dance Dance {{tt|Kuwassu|Quaxly}}!!&#039;&#039;) is the 50th episode of &#039;&#039;[[Pokémon Horizons: The Series]]&#039;&#039;, and the 1,282nd episode of the [[Pokémon animated series]]. It first aired in Japan on May 17, 2024, in the United Kingdom on January 13, 2025, and in the United States on February 7, 2025.&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
==Blurb==&lt;br /&gt;
&amp;lt;!--https://www.pokemon.com/us/animation/horizons/2/trending-terastallization-dance-dance-quaxly--&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;It’s almost time for Dot’s Tera Training aptitude test, but she’s worried because Quaxly, an unevolved Water type, will be at a disadvantage against Iono’s Electric-type, Bellibolt. Dot analyzes both Pokémon’s moves in an effort to come up with a plan, and she vows to stick to it when the battle begins. But in the heat of battle, she gets taken off guard by Bellibolt’s health-restoring Electromorphosis Ability. Realizing she needs to use a new strategy, Dot has Quaxly Terastallize for the first time, then relies on Quaxly’s innate skills to go on the offensive. Can she win the battle, and will she pass the test?&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
[[Dot]] posts a Nidothing video in collaboration with {{an|Iono}} regarding their upcoming [[Tera Training]] {{pkmn|battle}}, during which Iono expresses her hopes on her challenger battling true to herself. After the video has been posted, Dot talks with [[Liko]] and [[Roy]] about what she thinks &amp;quot;battling true to herself&amp;quot; means to her. Based on her [[HZ049|earlier battle]] against {{p|Varoom}}, she believes the answer to be creating a plan and following through with it. Having simulated a battle between {{TP|Dot|Quaxly}} and {{p|Bellibolt}} based on their [[move]]s, she believes she has a plan that she can follow. She does, however, acknowledge the fact that unexpected things can always happen, based on one of her Nidothing streams, where she accidentally messed up in the middle of a live broadcast, although this ended up spreading Nidothing&#039;s popularity further. As such, Dot spends the entire night refining her plan to be as comprehensive as possible, knowing full well that her unevolved {{t|Water}} type is at a severe disadvantage against a fully evolved {{t|Electric}} type.&lt;br /&gt;
[[File:Dot Quaxly Iono Bellibolt.png|thumb|250px|left|Quaxly fighting Bellibolt]]&lt;br /&gt;
The next morning, after refusing an offer from an ecstatic [[Murdock]] to come cheer for her in person, Dot heads out with Liko and Roy to prepare for her battle. Unnoticed by them, [[Sidian]] and [[Coral]] are following them to get intel on {{an|Terapagos}}, though Coral has more interest in getting some of the local {{wp|churro}}s. They are, though, noticed by [[Clavell]], who assumes that they have come to cheer for their fellow student and offers to join them in doing so, but the two walk away while Clavell is busy checking his phone. As the evening sun spreads orange light over [[Levincia]], Dot exits the [[Levincia Gym]], having been informed that the arrangements for her battle are done and that it&#039;ll take place at the central square. Clavell meets up with the three, wishes Dot good luck in her test, and asks how their journey has been going so far. Roy starts excitedly telling in length about what he [[HZ048|experienced]] in [[Artazon]], so Liko tells Dot to go ahead. Just as Dot heads off, Clavell turns to Liko and asks her how she&#039;s been doing.&lt;br /&gt;
&lt;br /&gt;
As night descends over the central square, Iono starts a livestream to broadcast her and Dot&#039;s Tera Training battle live. With a crowd around the square watching, Dot reminds herself to stick to the plan. Iono starts the battle with {{m|Spark}}, but Dot uses Quaxly&#039;s superior speed to avoid the attack. Iono orders another Spark from Bellibolt, but Quaxly again dodges it. Iono realizes that Dot had noticed that Bellibolt takes a moment to charge up the electricity required for the attack and used that opportunity to avoid it. While Dot orders a {{m|Water Gun}} as a counterattack, Liko and Clavell are still locked up in their conversation, until they notice Roy following Dot&#039;s battle on his [[Rotom Phone]] and are reminded of it. They rush to the central square, where Quaxly&#039;s Water Gun has only succeeded in triggering Bellibolt&#039;s {{a|Electromorphosis}} [[Ability]], building up electric power inside it. Dot tells Quaxly to dodge the incoming attack, but Iono surprises her by having Bellibolt unleash a powered-up {{m|Discharge}}, which covers the entire field and hits Quaxly hard. Struggling to stand back up, Quaxly only barely avoids a Spark before striking back with {{m|Low Kick}} and Water Gun. Deciding on a moment of healing, Iono tells Bellibolt to use {{m|Slack Off}}. Quaxly&#039;s Water Gun barrage fails to stop Bellibolt from healing itself, and it stands back up, fully reenergized. Iono orders a Discharge, but due to Quaxly&#039;s attacks having left the battlefield soaking wet, this inadvertently knocks out power from the central square, causing both the lights and the livestream to be plunged into darkness.&lt;br /&gt;
&lt;br /&gt;
Dot tries to come up with a new plan to deal with the situation, but her mind is drawing a blank due to the situation being too unexpected. She does, however, calm down upon seeing Quaxly dancing happily on the puddles around the square. Deciding to turn this disaster into success, Dot pulls out her [[Tera Orb]] and {{Tera}}stallizes Quaxly into a Water type. The timing of this maneuver catches Iono off-guard, and her confusion only grows when Dot tells Quaxly to repeatedly use Low Kick without taking advantage of the Terastallization. During the rapid-fire assault, Quaxly suddenly learns a new Water-type move and hits Bellibolt hard with a boosted {{m|Liquidation}}. Liko and Roy are happy about this, but at that moment, the lights and the cameras turn back on. With her livestream restored, Iono regains her usual confidence and decides to go all out too, Terastallizing Bellibolt into an Electric type and ordering another Discharge. Quaxly attempts a counterattack with Liquidation, but Discharge strikes first. When the attack dissipates, Quaxly&#039;s Terastallized state becomes undone and he [[Fainting|collapses]], making Iono the winner of the match. Dot admits that she lost, but, at Iono&#039;s insistence, also admits that she had fun. Iono emphasizes that having fun is a very important part of being a [[Pokémon Trainer]], and because of this and staying true to herself, she declares that Dot has passed her test. Liko and Roy come over to congratulate Dot while Iono concludes her livestream.&lt;br /&gt;
&lt;br /&gt;
Later, at the Levincia Gym, Clavell also congratulates Dot on passing her test, before extending the same congratulations to Liko and Roy as well. Now that all three of them have passed their tests, he asks them all to return to [[Naranja Academy]], though he also reminds them to interact with [[wild Pokémon]] along the way and write their reports for [[Jacq]]. Before that, though, he again addresses Dot and asks her to teach him all that she knows about streaming, leaving Liko and Roy to awkwardly wait as yet another lengthy conversation ensues.&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
&amp;lt;!-- This is not for summarizing everything that happens in this episode. Only events pertaining to the series as a whole, such as catching and releasing Pokémon and obtaining Badges, go here. --&amp;gt;&lt;br /&gt;
* [[Dot]] uses {{Tera}}stallization for the first time.&lt;br /&gt;
* [[Dot&#039;s Quaxly]]&#039;s Tera Type is revealed to be {{t|Water}}.&lt;br /&gt;
* Dot&#039;s Quaxly learns {{m|Liquidation}}.&lt;br /&gt;
* Dot has a Terastal {{pkmn|battle}} against {{an|Iono}} and loses.&lt;br /&gt;
* Dot passes her first test at [[Tera Training]] and receives her first stamp.&lt;br /&gt;
* [[Liko]], [[Roy]], and Dot head back to [[Naranja Academy]].&lt;br /&gt;
{{animeevents|HZ}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans ===&lt;br /&gt;
*[[Liko]]&lt;br /&gt;
*[[Roy]]&lt;br /&gt;
*[[Dot]]&lt;br /&gt;
*[[Friede]]&lt;br /&gt;
*[[Mollie]]&lt;br /&gt;
*[[Orla]]&lt;br /&gt;
*[[Ludlow]]&lt;br /&gt;
*[[Murdock]]&lt;br /&gt;
* {{an|Iono}}&lt;br /&gt;
*[[Clavell]]&lt;br /&gt;
*[[Coral]]&lt;br /&gt;
*[[Sidian]]&lt;br /&gt;
*Trainers&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Floragato}} ({{OP|Liko|Floragato}})&lt;br /&gt;
* {{p|Rotom}} ([[Liko]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Fuecoco}} ({{OP|Roy|Fuecoco}})&lt;br /&gt;
* {{p|Rotom}} ([[Roy]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Quaxly}} ({{OP|Dot|Quaxly}}; {{Tera}}stallized)&lt;br /&gt;
* {{p|Tinkatink}} ({{OP|Dot|Tinkatink}})&lt;br /&gt;
* {{p|Rotom}} ([[Dot]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Pikachu}} ([[Friede]]&#039;s; [[Captain Pikachu]])&lt;br /&gt;
* {{p|Chansey}} ({{OP|Mollie|Chansey}})&lt;br /&gt;
* {{p|Bellibolt}} ({{an|Iono}}&#039;s; {{Tera}}stallized)&lt;br /&gt;
* {{p|Tadbulb}} ({{an|Iono}}&#039;s; multiple)&lt;br /&gt;
* {{p|Rotom}} ({{an|Iono}}&#039;s; [[Rotom Phone]]; multiple)&lt;br /&gt;
* {{p|Rotom}} ([[Clavell]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Noctowl}} ([[Rising Volt Tacklers]]&#039;)&lt;br /&gt;
* {{p|Venomoth}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Magnemite}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Grimer}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Kangaskhan}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Sentret}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Flaaffy}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Ampharos}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Azumarill}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Misdreavus}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Donphan}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Smeargle}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Tropius}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Drifloon}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Bronzor}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Gible}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Tangrowth}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Rotom}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Stoutland}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Palpitoad}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Lilligant}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Cubchoo}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Rookidee}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Dreepy}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Smoliv}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Cyclizar}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Wingull}}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*[[Professor Friede&#039;s Pokémon Seminar]]: &amp;quot;&#039;&#039;What happens when {{p|Bellibolt}} generates electricity?&#039;&#039;&amp;quot;&lt;br /&gt;
**Choices: It trembles, its body expands and contracts, it rolls around&lt;br /&gt;
**Answer: Its body expands and contracts&lt;br /&gt;
*The first [[List of Pokémon Horizons: The Series eyecatches|eyecatch]] features [[Dot]] and her {{TP|Dot|Quaxly}}, and the second features {{an|Iono}} and her Bellibolt.&lt;br /&gt;
*This episode marks the first appearance of a {{p|Tangrowth}} in the {{pkmn|animated series}} since &#039;&#039;[[DP185|Working on a Right Move!]]&#039;&#039;, 631 episodes earlier.&lt;br /&gt;
*Iono&#039;s choice for {{Tera}}stallization in this episode is Bellibolt, a Pokémon of her [[Type expert|type specialty]], unlike in the games, where she always Terastallizes her {{p|Mismagius}} instead.&lt;br /&gt;
*[[Roy]], [[Liko]], Dot, and {{TP|Liko|Floragato}} narrate the preview for the [[HZ051|next episode]].&lt;br /&gt;
&lt;br /&gt;
===Errors===&lt;br /&gt;
&lt;br /&gt;
===Dub edits===&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Epilang|color=AE7BD0|bordercolor=F34134&lt;br /&gt;
|ar={{tt|!تغير تيرا الماسي الرائج&amp;lt;br&amp;gt;!أرقص، أرقص، كواكسلي|The trending Terastallisation! Dance, dance, Quaxly!}}&lt;br /&gt;
|en_gb=Trending Terastallisation! Dance, Dance, Quaxly! {{tt|*|BBC and Apple TV listings}}&lt;br /&gt;
|zh_yue={{tt|奪目的太晶化！翩翩起舞的潤水鴨!!|Trending Terastallisation! Dance, Dance, Quaxly!!}}&lt;br /&gt;
|zh_cmn={{tt|引人注目的太晶化！翩翩起舞的潤水鴨!!|Trending Terastallisation! Dance, Dance, Quaxly!!}}&lt;br /&gt;
|cs={{tt|Trendující terastalizace! Tanči dál, Quaxly!|Trending Terastallization! Dance on, Quaxly!}}&lt;br /&gt;
|nl={{tt|Trending Terastallization! Dans, dans, Quaxly!|Trending Terastallization! Dance, Dance, Quaxly!}}&lt;br /&gt;
|fi={{tt|Trendaava terastallisaatio! Tanssi, Quaxly, tanssi!|Trending Terastallization! Dance, Quaxly, dance!}}&lt;br /&gt;
|de={{tt|Werd zum Trend, Terakristall! Tanz, Kwaks!|Become the trend, Tera crystal! Dance, Quaxly!}}&lt;br /&gt;
|he={{tt|!טראסטאל פופולרי! תרקוד, קוואקסלי|Popular Terastallization! Dance, Quaxly!}}&lt;br /&gt;
|id={{tt|Terastal Trending! Tari, Tari, Quaxly!|Trending Terastallization! Dance, Dance, Quaxly!}}&lt;br /&gt;
|it={{tt|La teracristallizzazione fa tendenza! Danza, Quaxly, danza!|Terastallization is trending! Dance, Quaxly, dance!}}&lt;br /&gt;
|no={{tt|Terastallisering trender! Dans, dans, Quaxly!|Terastallization trends! Dance, dance, Quaxly!}}&lt;br /&gt;
|pl={{tt|Terastalizacja jest trendy! Tańcz, tańcz, Quaxly!|Terastallization is trendy! Dance, dance, Quaxly!}}&lt;br /&gt;
|pt_br={{tt|A moda da Terastalização! Dance, dance, Quaxly!|The Terastallization trend! Dance, dance, Quaxly!}}&lt;br /&gt;
|pt_eu={{tt|Nova tendência Terastalização! Dança, dança, Quaxly!|New Terastallization trend! Dance, dance, Quaxly!}}&lt;br /&gt;
|es_la={{tt|¡Teracristalización en tendencia! ¡Baila, Quaxly, baila!|Trending Terastallization! Dance, Quaxly, dance!}} {{tt|*|In Netflix title, Quaxly is misspelled as Quazly}}&lt;br /&gt;
|es_eu={{tt|¡La teracristalización es tendencia! ¡Baila, baila, Quaxly!|Terastalization is trending! Dance, dance, Quaxly!}}&lt;br /&gt;
|sv={{tt|En viral terastallisering! Quaxly dansar loss!|A viral Terastallization! Quacky dances away!}}&lt;br /&gt;
|tr={{tt|Terakristalleşme Trendi! Dans et, Quaxly!!|Trending Terastallization! Dance, Quaxly!}}&lt;br /&gt;
}}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{EpicodePrevNext|&lt;br /&gt;
prevcode=HZ049 |&lt;br /&gt;
prevtitle=Dot and Nidothing |&lt;br /&gt;
nextcode=HZ051 |&lt;br /&gt;
nexttitle=The Flower Tower |&lt;br /&gt;
series=Pokémon Horizons: The Series |&lt;br /&gt;
colorscheme=Paldea&lt;br /&gt;
}}&lt;br /&gt;
{{Project Anime notice}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:1282}}&lt;br /&gt;
[[Category:Pokémon Horizons: The Series episodes|050]]&lt;br /&gt;
[[Category:Episodes written by Naohiro Fukushima]]&lt;br /&gt;
[[Category:Episodes storyboarded by Noriaki Saitō]]&lt;br /&gt;
[[Category:Episodes storyboarded by Yusuke Oshida]]&lt;br /&gt;
[[Category:Episodes by one-time storyboarders]]&lt;br /&gt;
[[Category:Episodes by multiple storyboarders]]&lt;br /&gt;
&amp;lt;!--[[Category:Episodes directed by Takashi Kojima]]--&amp;gt;&lt;br /&gt;
[[Category:Episodes by one-time directors]]&lt;br /&gt;
[[Category:Episodes animated by Yusuke Oshida]]&lt;br /&gt;
[[Category:Episodes animated by Keita Hagiwara]]&lt;br /&gt;
[[Category:Episodes animated by Megumi Matsumoto]]&lt;br /&gt;
[[Category:Episodes animated by Shin&#039;ichi Yoshino]]&lt;br /&gt;
[[Category:Episodes animated by Shūji Tanaka]]&lt;br /&gt;
[[Category:Episodes by multiple animation directors]]&lt;br /&gt;
[[Category:Episodes focusing on Dot]]&lt;br /&gt;
[[Category:Episodes which aired in the United Kingdom before the United States]]&lt;br /&gt;
&lt;br /&gt;
[[de:Werd zum Trend, Terakristall! Tanz, Kwaks!]]&lt;br /&gt;
[[es:EP1286]]&lt;br /&gt;
[[fr:LH050]]&lt;br /&gt;
[[it:OP050]]&lt;br /&gt;
[[ja:2023年版第50話]]&lt;br /&gt;
[[zh:宝可梦 地平线 第50集]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=HZ049&amp;diff=4520026</id>
		<title>HZ049</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=HZ049&amp;diff=4520026"/>
		<updated>2026-03-30T18:30:17Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EpicodePrevNext |&lt;br /&gt;
prevcode=HZ048 |&lt;br /&gt;
prevtitle=Sparkle! The Glow of Flame and Art |&lt;br /&gt;
nextcode=HZ050 |&lt;br /&gt;
nexttitle=Trending Terastallization! Dance, Dance, Quaxly! |&lt;br /&gt;
series=Pokémon Horizons: The Series |&lt;br /&gt;
colorscheme=Paldea&lt;br /&gt;
}}&lt;br /&gt;
{{EpisodeInfobox|&lt;br /&gt;
epcode=HZ049 |&lt;br /&gt;
altepcode=EP1281 |&lt;br /&gt;
colorscheme=Paldea |&lt;br /&gt;
title_en=Dot and Nidothing |&lt;br /&gt;
title_ja=ドットとぐるみん |&lt;br /&gt;
title_ja_trans=Dot and Gurumin |&lt;br /&gt;
broadcast_jp=May 10, 2024 |&lt;br /&gt;
broadcast_us=February 7, 2025 |&lt;br /&gt;
en_op=[[My Favorite Pokémon]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Will (song)|Will -Korean ver.-]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
en_ed=[[My Favorite Pokémon|My Favorite Pokémon (instrumental)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Make You Shine|Make You Shine (English Ver.)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
ja_op={{so|Will}} |&lt;br /&gt;
ja_ed=[[Let me battle]] |&lt;br /&gt;
olmteam=Team Kumemura |&lt;br /&gt;
scenarion=1 |&lt;br /&gt;
scenario=福島直浩 |&lt;br /&gt;
storyboardn=2 |&lt;br /&gt;
storyboard=尼野浩正 |&lt;br /&gt;
storyboard2=浅田裕二 |&lt;br /&gt;
directorn=1 |&lt;br /&gt;
director=野田泰宏 |&lt;br /&gt;
artn=3 |&lt;br /&gt;
art=柳原好貴 |&lt;br /&gt;
art2=服部奈津美 |&lt;br /&gt;
art3=大西雅也 |&lt;br /&gt;
morecredits=yes |&lt;br /&gt;
epstaffpage=HZ041-HZ050 |&lt;br /&gt;
footnotes=* {{BMGf|301310|Preview thread on BMGf}} &#039;&#039;Closed&#039;&#039;&lt;br /&gt;
* {{BMGf|301585|Original review thread on BMGf}}&lt;br /&gt;
* {{BMGf|304820|Dub review thread on BMGf}}&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Dot and Nidothing&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;ドットとぐるみん&#039;&#039;&#039; &#039;&#039;Dot and {{tt|Gurumin|Nidothing}}&#039;&#039;) is the 49th episode of &#039;&#039;[[Pokémon Horizons: The Series]]&#039;&#039;, and the 1,281st episode of the [[Pokémon animated series]]. It first aired in Japan on May 10, 2024, in the United Kingdom on January 13, 2025, and in the United States on February 7, 2025.&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
&lt;br /&gt;
==Blurb==&lt;br /&gt;
&amp;lt;!--https://www.pokemon.com/us/animation/horizons/2/dot-and-nidothing--&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;Dot’s upcoming Tera Training test against Iono has brought Liko, Roy, and Dot back to Levincia. Iono wants to hold a rehearsal before the official battle, which she plans to livestream on the Iono Zone. Upon hearing this, Dot panics: she has no experience being on camera as herself—only as Nidothing. After losing the rehearsal battle against Roy, she decides to take the test in character as Nidothing. But a Varoom suddenly makes off with her costume, leaving her no choice but to battle in the open as a crowd begins to gather….&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
On the way to [[Levincia]], where [[Dot]]&#039;s [[Tera Training]] test is set to take place, [[Liko]] and Dot notice how happy [[Roy]] is that he [[HZ048|passed]] his test. Liko tries to give Dot confidence before being notified about a new Nidothing video that Dot scheduled in advance. Liko, blushing, asks Dot if any of her videos would be filmed out and about, and Dot denies it. Roy calls the girls over to show that they&#039;ve arrived in Levincia.&lt;br /&gt;
&lt;br /&gt;
In the city, Roy says it looks just as awesome as always. Liko turns {{TP|Liko|Floragato}}&#039;s attention to a {{p|Sprigatito}} billboard, asking if it takes her back. Dot contacts the [[Rising Volt Tacklers]] to tell them that they&#039;ve arrived in town. [[Murdock]] tells Dot that he got some of the sweets from [[Cortondo|Patisserie Soapberry]] for her and the others. {{an|Iono}} greets everyone and presents [[Wasabi]] sauce. Roy wonders if they could see her before the Tera Training course, but Dot says she&#039;s busy and doesn&#039;t have that kind of time. However, to their surprise, Iono is right there at the dock waiting for them, revealing that it was her who showed it to the Rising Volt Tacklers. Murdock hands out the sweets he got from his part-time job, thrilling Liko and Roy. Everyone enjoys the sweets as Friede, Liko, and Roy talk about how the Tera Training course is going. Iono then asks Dot for a favor.&lt;br /&gt;
&lt;br /&gt;
Everyone heads out to the dock, which is lit up by a circle of {{p|Tadbulb}}. Iono tells Dot that her Tera Training tests are shown on livestreams, ready for the rehearsal {{pkmn|battle}}. As lots of [[Rotom Phone]]s surround a nervous Dot, Iono wants her to battle like this rehearsal is the real deal. She then chooses Roy to be her opponent. Liko notices how nervous Dot is acting before the battle begins. {{TP|Roy|Fuecoco}} starts off with {{m|Flame Charge}}, which scores a direct hit on {{TP|Dot|Quaxly}}. Dot is about to give a command, but gets distracted by the cameras of the surrounding Rotom Phones. Fuecoco scores another direct hit on Quaxly with {{m|Stomping Tantrum}}, followed by a slew of {{m|Flamethrower}}s, all while Dot is too anxious to give any commands at all, resulting in her defeat. Liko sees how Dot isn&#039;t acting like herself. Iono asks Dot what&#039;s wrong, and she says that she can&#039;t concentrate with all those cameras pointed at her. Iono understands and takes the phones back before giving Dot the advice to put on a good show in a {{Tera}}stal battle. Dot finds it hard to believe that she can&#039;t have that kind of battle as herself and not Nidothing.&lt;br /&gt;
&lt;br /&gt;
On the [[Brave Olivine]], Dot looks at her Nidothing suit before picking it up. Roy talks with Liko about Iono&#039;s offer to let Dot battle in her Tera Training test as Nidothing. Liko wonders if Dot is okay with it, saying that Nidothing and Dot aren&#039;t the same in terms of personality. Liko gets notified about a Nidothing livestream, becomes shocked to see that it&#039;s being recorded on the Brave Olivine&#039;s upper deck. Nidothing announces something big coming up, leading Roy and Liko to think that Dot accepted Iono&#039;s offer. Nidothing is about to come out and say it, but after a moment of silence, she says that it&#039;s coming up soon.&lt;br /&gt;
&lt;br /&gt;
Dot is in town wearing her Nidothing costume and filming Quaxly and {{TP|Dot|Tinkatink}} eating churros from [[Smoochurro]]. Liko and Roy are watching her from a bush, Liko noticing Quaxly is not as into it as Nidothing. Nidothing continues to do her thing, getting several people to record her as Quaxly becomes more disappointed. Dot takes off the Nidothing suit in an alley and checks the response. Liko and Roy find her and point out how much fun she was having. The cameras don&#039;t bother Dot when she&#039;s Nidothing. Liko and Roy ask her if she&#039;s planning on battling as Nidothing during the Tera Training course, and Dot says that she got Iono&#039;s permission. Liko, starting to feel uneasy, asks Dot if that&#039;s what she wants as Tinkatink finds a sleeping {{p|Varoom}} on a crate. Liko thinks Dot was forcing herself in the act, and Dot is quick to nervously deny it. Just then, Dot notices an annoyed Quaxly dragging the Nidothing costume away. Dot tries to get it back, but Quaxly stands in her way. Liko questions Dot again about battling as Nidothing, and Dot, overwhelmed once again, insists that her decision is final.&lt;br /&gt;
&lt;br /&gt;
Just then, the kids see Tinkatink being attacked by Varoom. Roy has Fuecoco use Flamethrower, and Varoom leans to the side to avoid it. Varoom sets its sights on Fuecoco and revs up, scaring the {{pkmn|category|Fire Croc Pokémon}}. Tinkatink starts crying, forcing Dot to [[recall]] her back into her {{i|Poké Ball}}. Varoom charges at the group, only to have the Nidothing suit land on top of the Single-Cyl Pokémon as it speeds away with it. The group follows Varoom to the city&#039;s central square, where it confronts them in front of everyone. Dot again becomes nervous at everyone breaking out their cameras to record the scene. Quaxly charges in and gets knocked back by Varoom. Dot sees Quaxly&#039;s determination, but still can&#039;t fight with all the cameras out. Quaxly uses {{m|Pound}}, but his vision is obscured by smoke from Varoom, leaving it open to be rammed again by the Single-Cyl Pokémon. Seeing Dot and Quaxly struggle, Liko and Roy run in to help, only for Dot to stop them and join Quaxly. Dot commands a {{m|Water Gun}}, which Varoom dodges with rapid movements. Quaxly reminds Dot to keep her focus away from the cameras. Finally taking her mind off the cameras, Dot commands Quaxly to use Water Gun over and over. As Dot pays attention to Varoom&#039;s movements, it charges again, only for Quaxly to toss it aside with {{m|Low Kick}} and leave it open for one last Water Gun.&lt;br /&gt;
&lt;br /&gt;
Varoom gets back up, but this time, it has calmed down and warms up to Quaxly. The people watching are amazed by Dot&#039;s performance as Iono announces that she will facing Dot in the Terastal course and it will be livestreamed. Dot remembers the Nidothing costume, only to see that it has vanished. Liko and Roy carry the Nidothing costume into the ally, just as Dot comes over and thanks them for grabbing it. She then apologizes to them before saying that the cameras didn&#039;t bother her when she was battling with Quaxly. This battle makes Dot think that she&#039;s earned some respect from Iono and decides to take the test as herself, which amazes Liko and Roy.&lt;br /&gt;
&lt;br /&gt;
In her recording studio, Iono admits that battling Nidothing would have built even more hype, but this is fun every now and then. She tells Dot not to hold back.&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
&amp;lt;!-- This is not for summarizing everything that happens in this episode. Only events pertaining to the series as a whole, such as catching and releasing Pokémon and obtaining Badges, go here. --&amp;gt;&lt;br /&gt;
* [[Liko]], [[Roy]], and [[Dot]] arrive in [[Levincia]] and meet {{an|Iono}} again.&lt;br /&gt;
* Dot begins to overcome her fear of appearing in public.&lt;br /&gt;
{{animeevents|HZ}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
* {{p|Flamigo}}&lt;br /&gt;
* {{p|Varoom}}&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* [[Liko]]&lt;br /&gt;
* [[Roy]]&lt;br /&gt;
* [[Dot]]&lt;br /&gt;
* [[Friede]]&lt;br /&gt;
* [[Mollie]]&lt;br /&gt;
* [[Orla]]&lt;br /&gt;
* [[Ludlow]]&lt;br /&gt;
* [[Murdock]]&lt;br /&gt;
* {{an|Iono}}&lt;br /&gt;
* {{pkmn|Trainers}}&lt;br /&gt;
* Citizens&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Floragato}} ({{OP|Liko|Floragato}})&lt;br /&gt;
* {{p|Hatenna}} ({{OP|Liko|Hatenna}})&lt;br /&gt;
* {{p|Rotom}} ([[Liko]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Fuecoco}} ({{OP|Roy|Fuecoco}})&lt;br /&gt;
* {{p|Wattrel}} ({{OP|Roy|Wattrel}})&lt;br /&gt;
* {{p|Rotom}} ([[Roy]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Quaxly}} ({{OP|Dot|Quaxly}})&lt;br /&gt;
* {{p|Tinkatink}} ({{OP|Dot|Tinkatink}})&lt;br /&gt;
* {{p|Rotom}} ([[Dot]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Pikachu}} ([[Friede]]&#039;s; [[Captain Pikachu]])&lt;br /&gt;
* {{p|Chansey}} ({{OP|Mollie|Chansey}})&lt;br /&gt;
* {{p|Metagross}} ([[Orla]]&#039;s)&lt;br /&gt;
* {{p|Rockruff}} ({{OP|Murdock|Rockruff}})&lt;br /&gt;
* {{p|Alcremie}} ({{OP|Murdock|Alcremie}}; {{form|Alcremie|Strawberry Ruby Swirl}})&lt;br /&gt;
* {{p|Bellibolt}} ({{an|Iono}}&#039;s)&lt;br /&gt;
* {{p|Tadbulb}} ({{an|Iono}}&#039;s; multiple)&lt;br /&gt;
* {{p|Rotom}} ({{an|Iono}}&#039;s; [[Rotom Phone]]; multiple)&lt;br /&gt;
* {{p|Dreepy}} (Trainers&#039;; ×2)&lt;br /&gt;
* {{p|Flamigo}} (Trainers&#039;; ×2; debut)&lt;br /&gt;
* {{p|Cyclizar}} (Trainers&#039;; ×2)&lt;br /&gt;
* {{p|Toxel}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Dedenne}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Lechonk}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Cleffa}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Blitzle}} (Trainers&#039;; ×2)&lt;br /&gt;
* {{p|Jolteon}} (Trainers&#039;; ×3)&lt;br /&gt;
* {{p|Electrike}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Wynaut}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Shinx}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Grimer}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Gulpin}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Azurill}} (Tranier&#039;s)&lt;br /&gt;
* {{p|Sentret}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Flaaffy}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Stoutland}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Cubchoo}} (Trainers&#039;; ×2)&lt;br /&gt;
* {{p|Rookidee}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Smoliv}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Voltorb}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Rotom}} (Trainers&#039;; [[Rotom Phone]]; multiple)&lt;br /&gt;
* {{p|Wingull}} (x3)&lt;br /&gt;
* {{p|Pawmi}} ([[Rising Volt Tacklers]]&#039;)&lt;br /&gt;
* {{p|Snorunt}} ([[Rising Volt Tacklers]]&#039;)&lt;br /&gt;
* {{p|Muk}} ([[Rising Volt Tacklers]]&#039;; [[Alolan form]])&lt;br /&gt;
* {{p|Nosepass}} ([[Rising Volt Tacklers]]&#039;)&lt;br /&gt;
* {{p|Maushold}} ([[Rising Volt Tacklers]]&#039;; {{form|Maushold|Family of Four}})&lt;br /&gt;
* {{p|Terapagos}} ({{an|Terapagos|anime}}; {{form|Terapagos|Normal Form}})&lt;br /&gt;
* {{p|Varoom}} (debut)&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* [[Professor Friede&#039;s Pokémon Seminar]]: &#039;&#039;Why does {{p|Varoom}} need rocks for?&#039;&#039;&lt;br /&gt;
** Choices: Energy source, transportation, armor for protection&lt;br /&gt;
** Answer: Energy source&lt;br /&gt;
* The first [[List of Pokémon Horizons: The Series eyecatches|eyecatch]] features [[Dot]] and her {{TP|Dot|Tinkatink}}, and the second features Dot and her {{TP|Dot|Quaxly}}.&lt;br /&gt;
* Nidothing sings her verse of [[RVR ~Rising Volt Tacklers Rap~]] Part 2 while walking through [[Levincia]], although it is partially rewritten in the English [[dub]].&lt;br /&gt;
* Dot, {{TP|Dot|Quaxly}}, [[Roy]], [[Liko]], and {{TP|Liko|Floragato}} narrate the preview of the [[HZ050|next episode]].&lt;br /&gt;
&lt;br /&gt;
===Errors===&lt;br /&gt;
&lt;br /&gt;
===Dub edits===&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Epilang|color=AE7BD0|bordercolor=F34134&lt;br /&gt;
|ar={{tt|دوت ونيدوثينغ|Dot and Nidothing}}&lt;br /&gt;
|zh_yue={{tt|小點和咕嚕咪|Dot and Nidothing}}&lt;br /&gt;
|zh_cmn={{tt|小點和咕嚕咪|Dot and Nidothing}}&lt;br /&gt;
|cs={{tt|Dot a Nidotina|Dot and Nidothing}}&lt;br /&gt;
|nl={{tt|Dot en Nidothing|Dot and Nidothing}}&lt;br /&gt;
|fi={{tt|Dot ja Nidothing!|Dot and Nidothing!}}&lt;br /&gt;
|de={{tt|Dot und Nidothing!|Dot and Nidothing!}}&lt;br /&gt;
|he={{tt|דוט ונידוטינג|Dot and Nidothing}}&lt;br /&gt;
|id={{tt|Dot dan Nidothing|Dot and Nidothing}}&lt;br /&gt;
|it={{tt|Dot e Nidotina|Dot and Nidothing}}&lt;br /&gt;
|no={{tt|Dot og Nidothing|Dot and Nidothing}}&lt;br /&gt;
|pl={{tt|Dot i Nidothing|Dot and Nidothing}}&lt;br /&gt;
|pt_br={{tt|Dot e Nidotina|Dot and Nidothing}}&lt;br /&gt;
|pt_eu={{tt|Dot e Gururina!|Dot and Nidothing!}}&lt;br /&gt;
|es_la={{tt|Doti y Nidotina|Dot and Nidothing}}&lt;br /&gt;
|es_eu={{tt|Doti y Nidotina|Dot and Nidothing}}&lt;br /&gt;
|sv={{tt|Dot och Nidothing|Dot and Nidothing}}&lt;br /&gt;
|tr={{tt|Dot ve Nidothing|Dot and Nidothing}}&lt;br /&gt;
}}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{EpicodePrevNext|&lt;br /&gt;
|prevcode=HZ048&lt;br /&gt;
|prevtitle=Sparkle! The Glow of Flame and Art&lt;br /&gt;
|nextcode=HZ050&lt;br /&gt;
|nexttitle=Trending Terastallization! Dance, Dance, Quaxly!&lt;br /&gt;
|series=Pokémon Horizons: The Series&lt;br /&gt;
|colorscheme=Paldea&lt;br /&gt;
}}&lt;br /&gt;
{{Project Anime notice}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:1281}}&lt;br /&gt;
[[Category:Pokémon Horizons: The Series episodes|049]]&lt;br /&gt;
[[Category:Episodes written by Naohiro Fukushima]]&lt;br /&gt;
[[Category:Episodes storyboarded by Hiromasa Amano]]&lt;br /&gt;
[[Category:Episodes storyboarded by Yūji Asada]]&lt;br /&gt;
[[Category:Episodes by multiple storyboarders]]&lt;br /&gt;
[[Category:Episodes directed by Yasuhiro Noda]]&lt;br /&gt;
[[Category:Episodes animated by Kōki Yanagihara]]&lt;br /&gt;
[[Category:Episodes animated by Natsumi Hattori]]&lt;br /&gt;
[[Category:Episodes animated by Masaya Ōnishi]]&lt;br /&gt;
[[Category:Episodes by multiple animation directors]]&lt;br /&gt;
[[Category:Episodes in which a Legendary Pokémon appears]]&lt;br /&gt;
[[Category:Episodes focusing on Dot]]&lt;br /&gt;
[[Category:Episodes which aired in the United Kingdom before the United States]]&lt;br /&gt;
&lt;br /&gt;
[[de:Dot und Nidothing!]]&lt;br /&gt;
[[es:EP1285]]&lt;br /&gt;
[[fr:LH049]]&lt;br /&gt;
[[it:OP049]]&lt;br /&gt;
[[ja:2023年版第49話]]&lt;br /&gt;
[[zh:宝可梦 地平线 第49集]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=HZ048&amp;diff=4520025</id>
		<title>HZ048</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=HZ048&amp;diff=4520025"/>
		<updated>2026-03-30T18:30:15Z</updated>

		<summary type="html">&lt;p&gt;Maty93: /* In other languages */ Added Czech&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{EpicodePrevNext|&lt;br /&gt;
prevcode=HZ047 |&lt;br /&gt;
prevtitle=Put Your Heart Into It! |&lt;br /&gt;
nextcode=HZ049 |&lt;br /&gt;
nexttitle=Dot and Nidothing |&lt;br /&gt;
series=Pokémon Horizons: The Series |&lt;br /&gt;
colorscheme=Paldea}}&lt;br /&gt;
{{EpisodeInfobox|&lt;br /&gt;
epcode=HZ048 |&lt;br /&gt;
altepcode=EP1280 |&lt;br /&gt;
colorscheme=Paldea |&lt;br /&gt;
title_en=Sparkle! The Glow of Flame and Art |&lt;br /&gt;
title_ja=輝け！炎とアートのきらめき |&lt;br /&gt;
title_ja_trans=Shine! The Brilliance of Fire and Art |&lt;br /&gt;
broadcast_jp=May 3, 2024 |&lt;br /&gt;
broadcast_us=February 7, 2025 |&lt;br /&gt;
en_op=[[My Favorite Pokémon]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Will (song)|Will -Korean ver.-]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
en_ed=[[My Favorite Pokémon|My Favorite Pokémon (instrumental)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(international)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;[[Make You Shine|Make You Shine (English Ver.)]] &amp;lt;span style=&amp;quot;font-size:x-small&amp;quot;&amp;gt;(Asia)&amp;lt;/span&amp;gt; |&lt;br /&gt;
ja_op={{so|Will}} |&lt;br /&gt;
ja_ed=[[Let me battle]] |&lt;br /&gt;
olmteam=Team Kumemura |&lt;br /&gt;
scenarion=1 |&lt;br /&gt;
scenario=土屋理敬 |&lt;br /&gt;
storyboardn=1 |&lt;br /&gt;
storyboard=浅田裕二 |&lt;br /&gt;
directorn=1 |&lt;br /&gt;
director=浅田裕二 |&lt;br /&gt;
artn=2 |&lt;br /&gt;
art=岩根雅明 |&lt;br /&gt;
art2=志村泉 |&lt;br /&gt;
morecredits=yes |&lt;br /&gt;
epstaffpage=HZ041-HZ050 |&lt;br /&gt;
footnotes=* {{BMGf|301309|Preview thread on BMGf}} &#039;&#039;Closed&#039;&#039;&lt;br /&gt;
* {{BMGf|301495|Original review thread on BMGf}}&lt;br /&gt;
* {{BMGf|304819|Dub review thread on BMGf}}&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Sparkle! The Glow of Flame and Art&#039;&#039;&#039; (Japanese: &#039;&#039;&#039;輝け！炎とアートのきらめき&#039;&#039;&#039; &#039;&#039;Shine! The Brilliance of Fire and Art&#039;&#039;) is the 48th episode of &#039;&#039;[[Pokémon Horizons: The Series]]&#039;&#039;, and the 1,280th episode of the [[Pokémon animated series]]. It first aired in Japan on May 3, 2024, in the United Kingdom on January 13, 2025, and in the United States on February 7, 2025.&lt;br /&gt;
{{spoilers}}&lt;br /&gt;
&lt;br /&gt;
==Blurb==&lt;br /&gt;
&amp;lt;!--https://www.pokemon.com/us/animation/horizons/2/sparkle-the-glow-of-flame-and-art--&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;Returning to Artazon once more, Liko, Roy, and Dot meet up with Hassel, Brassius, and Alex as they prepare for an upcoming arts festival. Roy is eager to start his Tera Training aptitude test against Brassius, but the Gym Leader is too busy, so Roy battles Nemona instead. After Roy loses, Brassius tells him he’s not ready for his test, so the young Trainers work on art projects in the meantime. The process leads Roy to realize what he’d been overlooking in battle, and Brassius finally accepts his challenge. Will Roy and Fuecoco be able to successfully use Terastallization to pass the test?&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
On their way to [[Artazon]] for [[Roy]]&#039;s [[Tera Training]] {{pkmn|battle}} against [[Brassius]], [[Liko]], Roy, and [[Dot]] make a brief stop for Roy to do some {{pkmn|training}} with {{TP|Roy|Fuecoco}}, though in a moment of passion, Fuecoco&#039;s series of overenthusiastic {{m|Stomping Tantrum}}s ends up collapsing the ground underneath him. Eventually, though, the trio safely arrives in Artazon, where they find the streets bustling with people and Pokémon. From [[Hassel]], who is setting up a sign, they learn that the yearly [[Artazon Art Festival]] is currently taking place, with Brassius working as its director. After seeing the unveiling of this year&#039;s festival&#039;s centerpiece, the [[Black Rayquaza]] statue that Brassius was [[HZ010|previously working on]], Roy asks for Hassel to take them to Brassius for his Tera Training battle. Hassel leads them to the town&#039;s battle court, where Brassius is working on his latest sculpture. When he and Hassel greet each other, Liko is surprised to learn that the two are actually friends, with Hassel having acted as Brassius&#039;s mentor and helped him to get out of a slump. Another surprise appears in the form of Liko&#039;s father, [[Alex]], whom Brassius had invited to the festival due to his work with picture books. Roy tries to challenge Brassius, but while the [[Gym Leader]] is curious to see how much Roy has improved since they last fought, he refuses for now, as he needs to finish his sculpture first. When Roy keeps asking for a battle right away, {{an|Nemona}} suddenly appears and happily agrees to battle him, finally being able to do so without an interruption.&lt;br /&gt;
&lt;br /&gt;
Taking their places at the battle court, Nemona chooses to use her {{p|Pawmot}} and to not use Terastallization in order to allow Roy to not break the Tera Training rules. Roy has Fuecoco use Stomping Tantrum, which Pawmot dodges and counters with {{m|Quick Attack}}. Fuecoco follows up with a [[Type#Type effectiveness|supereffective]] {{m|Disarming Voice}}, stunning Pawmot long enough for Fuecoco to land a direct hit with {{m|Flamethrower}}. [[Rain]] starts to fall, but Roy, completely focused on the battle, does not notice this, instead ordering Fuecoco to use Stomping Tantrum again. This time, Pawmot dodges the attack with {{m|Dig}}. When the {{pkmn|category|Hands-On Pokémon}} resurfaces, Roy orders a Flamethrower, which ends up fizzling out in the falling rain, giving Nemona the chance to order a {{m|Double Shock}}, which is enough to knock Fuecoco out. It is not until Roy goes to pick up his [[Fainting|fainted]] partner that he notices the rain and realizes why Flamethrower failed. He tries to ask Nemona for another battle, claiming the rain was the only reason he lost, but Brassius says that he will never win if he continues battling this way, declaring that until he can find out what he&#039;s missing, he can never master Terastallization, and putting their battle on indefinite hold. Hassel suggests the children make art for the festival as a change of pace, with Alex specifying that this year&#039;s theme is creating art with Pokémon. While Roy is initially reluctant, he eventually agrees after seeing Fuecoco watching Brassius&#039;s sculpture.&lt;br /&gt;
&lt;br /&gt;
At the [[Artazon Gym]], the children are provided with materials for their own art projects. Liko gets the idea to use Pokémon [[footprint]]s to make a painting, Dot borrows [[Roy&#039;s Wattrel]] for a mechanical project inspired by {{TP|Dot|Tinkatink}}&#039;s hammer-making, and Roy gets inspired by a {{p|Charizard}} painting to make a clay sculpture of Fuecoco&#039;s idol. However, Roy is not satisfied with his sculpture, which then also starts falling apart. Brassius approaches him and tells him to remember that anything within his reach could be a clue to how to create art. At first, Roy fails to understand what that&#039;s supposed to mean, but when Fuecoco accidentally burns one of the sculpture&#039;s wings and makes it hard, he remembers the festival&#039;s theme of working together with Pokémon, making [[Move|Pokémon moves]] another thing he can use. As he and Fuecoco complete their sculpture, he also understands that using things within his reach as hints can also be applied for battles. Later, the children present their art projects to the others: Nemona has created a carving of Pawmot, Liko and her Pokémon have created a painting of {{p|Arboliva}}, Dot has constructed a miniature electric ferris wheel featuring Tinkatink&#039;s hammers, and Roy presents his Charizard sculpture, which he finishes by having Fuecoco ignite its eyes, mouth, hands, and tail. Roy&#039;s finished sculpture makes Brassius realize that Roy understood his advice and declares that he&#039;ll be waiting for him at the battle court.&lt;br /&gt;
&lt;br /&gt;
Roy and Brassius take their spots on the battle court. Just like last time, Brassius uses {{p|Sudowoodo}}, which has a [[type]] advantage over Fuecoco, but can Terastallize into a {{t|Grass}} type, meaning that Roy must find a way to turn the type advantages around in order to win. The battle begins, with Fuecoco making the first move with Stomping Tantrum, but Sudowoodo uses {{m|Substitute}} to avoid the attack, before countering with {{m|Stone Edge}}, which lands a hit on Fuecoco. Fuecoco uses Disarming Voice, which Sudowoodo blocks with another Stone Edge. Roy has Fuecoco use a flurry of Flamethrowers, but yet again, Brassius is prepared for a move he&#039;s seen before, and has Sudowoodo use Substitute to block every single one of these attacks. Brassius is feeling disappointed, but Roy starts paying attention to Sudowoodo, and notices that the real one is starting to sweat with effort as the battle drags on, allowing him to start distinguishing the real Sudowoodo from the {{OBP|substitute|doll}} and land repeated hits on it. Forced to go on the offensive, Brassius orders a Stone Edge, but it is overpowered by a Stomping Tantrum. Impressed by Roy&#039;s performance, Brassius pulls out his [[Tera Orb]] and Terastallizes Sudowoodo. In response, Roy reveals his own Tera Orb and performs his first Terastallization. Sudowoodo moves in with a boosted {{m|Trailblaze}}, which Fuecoco meets with a boosted {{m|Flame Charge}}, finally catching Brassius by surprise with an unexpected move. The two Pokémon clash, but eventually, Fuecoco succeeds in pushing Sudowoodo back, before following up with Flamethrower, which is enough to defeat Sudowoodo.&lt;br /&gt;
&lt;br /&gt;
Brassius admits his defeat, allowing Roy and Fuecoco to celebrate their victory. After hearing Roy&#039;s explanation on how he was able to locate the real Sudowoodo, Brassius deems him a worthy {{pkmn|Trainer}} to use Terastallization and rewards him with a stamp to signify him having passed the test. Knowing she&#039;ll be next to take on a test, Dot starts feeling nervous, but assures herself that she can do it. First, however, the children, especially Roy and Fuecoco, decide to chow down after the exhausting battle.&lt;br /&gt;
&lt;br /&gt;
==Major events==&lt;br /&gt;
&amp;lt;!-- This is not for summarizing everything that happens in this episode. Only events pertaining to the series as a whole, such as catching and releasing Pokémon and obtaining Badges, go here. --&amp;gt;&lt;br /&gt;
* [[Liko]], [[Roy]], and [[Dot]] arrive in [[Artazon]] and meet {{an|Nemona}} and [[Hassel]] again.&lt;br /&gt;
** Liko and Roy also meet [[Brassius]] again, while Dot meets him for the first time.&lt;br /&gt;
* Roy has a {{pkmn|battle}} with Nemona and loses.&lt;br /&gt;
* Roy uses {{Tera}}stallization for the first time.&lt;br /&gt;
* [[Roy&#039;s Fuecoco]]&#039;s Tera Type is revealed to be {{t|Fire}}.&lt;br /&gt;
* Roy has an official [[rematch]] with Brassius and wins.&lt;br /&gt;
* Roy passes his first test at [[Tera Training]] and receives his first stamp.&lt;br /&gt;
{{animeevents|HZ}}&lt;br /&gt;
&lt;br /&gt;
===Debuts===&lt;br /&gt;
====Pokémon debuts====&lt;br /&gt;
* {{p|Grafaiai}}&lt;br /&gt;
&lt;br /&gt;
==Characters==&lt;br /&gt;
===Humans===&lt;br /&gt;
* [[Liko]]&lt;br /&gt;
* [[Roy]]&lt;br /&gt;
* [[Dot]]&lt;br /&gt;
* {{an|Nemona}}&lt;br /&gt;
* [[Brassius]]&lt;br /&gt;
* [[Hassel]]&lt;br /&gt;
* [[Alex]]&lt;br /&gt;
* Trainers&lt;br /&gt;
&lt;br /&gt;
===Pokémon===&lt;br /&gt;
* {{p|Floragato}} ({{OP|Liko|Floragato}})&lt;br /&gt;
* {{p|Hatenna}} ({{OP|Liko|Hatenna}})&lt;br /&gt;
* {{p|Fuecoco}} ({{OP|Roy|Fuecoco}}; {{Tera}}stallized)&lt;br /&gt;
* {{p|Wattrel}} ({{OP|Roy|Wattrel}})&lt;br /&gt;
* {{p|Rotom}} ([[Roy]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Quaxly}} ({{OP|Dot|Quaxly}})&lt;br /&gt;
* {{p|Tinkatink}} ({{OP|Dot|Tinkatink}})&lt;br /&gt;
* {{p|Gible}} ([[Hassel]]&#039;s)&lt;br /&gt;
* {{p|Dolliv}} ([[Brassius]]&#039;s)&lt;br /&gt;
* {{p|Sudowoodo}} ([[Brassius]]&#039;s; {{Tera}}stallized)&lt;br /&gt;
* {{p|Rotom}} ([[Brassius]]&#039;s; [[Rotom Phone]])&lt;br /&gt;
* {{p|Pawmot}} ({{an|Nemona}}&#039;s)&lt;br /&gt;
* {{p|Wynaut}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Torchic}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Pansage}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Nuzleaf}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Weepinbell}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Psyduck}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Mankey}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Teddiursa}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Chimecho}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Silicobra}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Gossifleur}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Azurill}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Larvitar}} (Trainer&#039;s)&lt;br /&gt;
* {{p|Terapagos}} ({{an|Terapagos|anime}}; {{form|Terapagos|Normal Form}})&lt;br /&gt;
* {{p|Klawf}}&lt;br /&gt;
* {{p|Smeargle}}&lt;br /&gt;
* {{p|Scizor}}&lt;br /&gt;
* {{p|Grafaiai}} (debut)&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* [[Professor Friede&#039;s Pokémon Seminar]]: &#039;&#039;Where does {{p|Pawmot}} store its electricity?&#039;&#039;&lt;br /&gt;
** Choices: Its paws, its cheeks, its fur&lt;br /&gt;
** Answer: Its fur&lt;br /&gt;
* The first [[List of Pokémon Horizons: The Series eyecatches|eyecatch]] features [[Roy]] and his {{TP|Roy|Fuecoco}}, and the second features [[Brassius]] and his {{p|Dolliv}}.&lt;br /&gt;
* Roy, [[Liko]], [[Dot]], and {{TP|Dot|Quaxly}} narrate the preview for the [[HZ049|next episode]].&lt;br /&gt;
&lt;br /&gt;
===Errors===&lt;br /&gt;
&lt;br /&gt;
===Dub edits===&lt;br /&gt;
&lt;br /&gt;
==In other languages==&lt;br /&gt;
{{Epilang|color=AE7BD0|bordercolor=F34134&lt;br /&gt;
|ar={{tt|إسطع! تألق اللهيب والفن|Sparkle! The glow of flame and art}}&lt;br /&gt;
|zh_yue={{tt|閃耀吧！火焰與藝術的光輝|Shine! The Brilliance of Fire and Art}}&lt;br /&gt;
|zh_cmn={{tt|閃耀吧！火焰與藝術的光輝|Shine! The Brilliance of Fire and Art}}&lt;br /&gt;
|cs={{tt|Zatřpyť se! Záře plamenů a umění!|Sparkle! The Glow of Flame and Art!}}&lt;br /&gt;
|nl={{tt|Fonkel! De gloed van vuur en kunst!|Sparkle! The Glow of Flame and Art!}}&lt;br /&gt;
|fi={{tt|Kimalla! Liekin ja taiteen hehku!|Sparkle! The glow of flame and art!}}&lt;br /&gt;
|de={{tt|Funkeln! Das Glühen von Flamme und Kunst!|Sparkle! The glow of flame and art!}}&lt;br /&gt;
|he={{tt|!נצנוץ! זוהר הלהבה והאמנות|Sparkle! The Glow of Flame and Art!}}&lt;br /&gt;
|id={{tt|Berkilaulah! Gemerlap Api dan Seni!|Shine! The Brilliance of Fire and Art!}}&lt;br /&gt;
|it={{tt|Risplendi, bagliore delle fiamme e dell&#039;arte!|Shine, gleam of flame and art!}}&lt;br /&gt;
|no={{tt|Strål klart! Flammene og kunstens glød!|Shine bright! The glow of flame and art!}}&lt;br /&gt;
|pl={{tt|Blask płomieni i sztuki!|The glow of flame and art!}}&lt;br /&gt;
|pt_br={{tt|O brilho das chamas e da arte|The glow of flames and art}}&lt;br /&gt;
|pt_eu={{tt|Reluz! O fulgor da alma e da arte!|Glitter! The glow of soul and art!}}&lt;br /&gt;
|es_la={{tt|¡A brillar! ¡El resplandor de las llamas y el arte!|Let&#039;s shine! The glow of flames and art!}}&lt;br /&gt;
|es_eu={{tt|¡Lucimiento! ¡El brillo de las llamas y el arte!|Dazzle! The shine of flames and art!}}&lt;br /&gt;
|sv={{tt|Gnistra! Ett ljus av konst och lågor|Sparkle! The light of art and flames}}&lt;br /&gt;
|tr={{tt|Pırıl Pırıl! Alev ve Sanatın Parıltısı!|Sparkling! The glow of flame and art!}}&lt;br /&gt;
}}&lt;br /&gt;
{{-}}&lt;br /&gt;
{{EpicodePrevNext|&lt;br /&gt;
prevcode=HZ047 |&lt;br /&gt;
prevtitle=Put Your Heart Into It! |&lt;br /&gt;
nextcode=HZ049 |&lt;br /&gt;
nexttitle=Dot and Nidothing |&lt;br /&gt;
series=Pokémon Horizons: The Series |&lt;br /&gt;
colorscheme=Paldea}}&lt;br /&gt;
{{Project Anime notice}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:1280}}&lt;br /&gt;
[[Category:Pokémon Horizons: The Series episodes|048]]&lt;br /&gt;
[[Category:Episodes written by Michihiro Tsuchiya]]&lt;br /&gt;
[[Category:Episodes storyboarded and directed by Yūji Asada]]&lt;br /&gt;
[[Category:Episodes storyboarded by Yūji Asada]]&lt;br /&gt;
[[Category:Episodes directed by Yūji Asada]]&lt;br /&gt;
[[Category:Episodes animated by Masaaki Iwane]]&lt;br /&gt;
[[Category:Episodes animated by Izumi Shimura]]&lt;br /&gt;
[[Category:Episodes by multiple animation directors]]&lt;br /&gt;
[[Category:Episodes in which a Legendary Pokémon appears]]&lt;br /&gt;
[[Category:Episodes in which a Champion appears]]&lt;br /&gt;
[[Category:Episodes featuring Elite Four members]]&lt;br /&gt;
[[Category:Episodes focusing on Roy]]&lt;br /&gt;
[[Category:Episodes which aired in the United Kingdom before the United States]]&lt;br /&gt;
&lt;br /&gt;
[[de:Funkeln! Das Glühen von Flamme und Kunst!]]&lt;br /&gt;
[[es:EP1284]]&lt;br /&gt;
[[fr:LH048]]&lt;br /&gt;
[[it:OP048]]&lt;br /&gt;
[[ja:2023年版第48話]]&lt;br /&gt;
[[zh:宝可梦 地平线 第48集]]&lt;/div&gt;</summary>
		<author><name>Maty93</name></author>
	</entry>
</feed>