Roar (move): Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
m (missed)
m ((Automated edit) switching html entity to character)
 
(158 intermediate revisions by 62 users not shown)
Line 5: Line 5:
|jtranslit=Hoeru
|jtranslit=Hoeru
|jtrans=Roar
|jtrans=Roar
|gameimage=Roar.png
|gameimage=Roar IX.png
|gameimagewidth=300px
|gameimagewidth=300px
|type=Normal
|type=Normal
Line 24: Line 24:
|jam6=0
|jam6=0
|cdesc6=Causes the user to move later on the next turn.
|cdesc6=Causes the user to move later on the next turn.
|pokefordex=roar
|touches=no
|touches=no
|protect=yes
|protect=no
|magiccoat=yes
|magiccoat=yes
|snatch=no
|snatch=no
Line 42: Line 41:
|tm6=yes
|tm6=yes
|tm#6=05
|tm#6=05
|tm7=yes
|tm#7=05
|tmbdsp=yes
|tm#bdsp=05
|tm9=yes
|tm#9=172
|na=no
|na=no
|target=anyadjacent
|target=anyadjacent
|footnotes=
}}
}}
'''Roar''' (Japanese: '''ほえる''' ''Roar'') is a non-damaging {{type|Normal}} [[move]] introduced in [[Generation I]]. It has been [[TM05]] since [[Generation II]].
 
'''Roar''' (Japanese: '''ほえる''' ''Roar'') is a non-damaging {{type|Normal}} [[move]] introduced in [[Generation I]]. It was [[TM05]] from [[Generation II]] to {{g|Ultra Sun and Ultra Moon}} as well as in {{g|Brilliant Diamond and Shining Pearl}}, and is [[TM172]] in [[Generation IX]].


==Effect==
==Effect==
===Generation I===
===Generation I===
If Roar is used in a wild Pokémon battle by a Pokémon on either side, the battle will automatically end. In a Trainer battle, Roar has no effect. Roar has 100% accuracy and normal priority.
If Roar is successfully used in a wild Pokémon battle by either Pokémon, the battle will automatically end. In a Trainer battle, Roar has no effect. Roar has 100% accuracy and normal priority.
 
If the user's level is less than the target's level, there is a chance that Roar will fail, between approximately 10% and 25%, depending on the levels of the two Pokémon. The chance of failure typically<!--but not strictly--> increases the higher the target's level is than the user's. Specifically, the chance of failure is the following.
<math display="block">FailureChance = \frac{\left\lfloor {Level_{target} \over 4}\right\rfloor}{Level_{target} + Level_{user} + 1}</math>


===Generation II===
===Generation II===
When in a Trainer battle, Roar will now force the target to switch with a randomly chosen Pokémon from its Trainer's party. If there is no Pokémon for the target to switch with, Roar will fail. Roar now has a priority of -1. If Roar is used before the opponent can make its move, Roar will fail.
When in a Trainer battle, Roar will now force the target to switch with a randomly chosen Pokémon from its Trainer's party. If there is no Pokémon for the target to switch with, Roar will fail. Roar now has a priority of -1.
 
Roar's chance to fail does not apply to Trainer battles. However, in Trainer battles, Roar will always fail if used before the opponent has made its move. If the player uses Roar against the [[Red Gyarados]] or to try escaping from the forced wild Pokémon encounters at [[Team Rocket HQ]], the move will always fail.
 
===Generations III and IV===
Roar now has a priority of -6.


===Generation III to IV===
Roar is now a [[sound-based move]]. Roar fails when used against Pokémon with {{a|Soundproof}} (due to being a sound-based move) or against a Pokémon with {{a|Suction Cups}} or rooted by {{m|Ingrain}}. It no longer fails if it is not used last.
Roar will fail when used against Pokémon with the Abilities {{a|Soundproof}} and {{a|Suction Cups}} or rooted by {{m|Ingrain}}. It no longer fails if it is not used last.


If the user's level is less than the target's, there is now a chance that Roar will fail. The chance of failure starts at approximately 25%, but drops as the user's level increases. Given the terms ''T'' for the target's level, ''U'' for the user's level, and ''X'' for a random integer from 0 to 255, a term ''R'' can be calculated where <code>''R'' = FLOOR( ( ''T'' + ''U'' ) * ''X'' / 256 ) + 1</code>. If ''R'' is less than or equal to ''T''/4, Roar fails. The chance of Roar failing can generally be approximated by <code>( ''T'' / 4 + 1 ) / ( ''T'' + ''U'' )</code>; the true chance of failing may diverge moderately from that approximation for low values of ''T'' and ''U''.
The chance of failure if the user's level is less than the target's is now calculated slightly differently. Specifically, for a random integer ''X'' between 0 and 255, Roar fails if the following relation is true:
<math display="block">\left\lfloor \frac{X \times (Level_{target} + Level_{user})}{256} \right\rfloor + 1 \le \left\lfloor \frac {Level_{target}}{4} \right\rfloor</math>


Roar now has a priority of -6.
The chance of failure can be approximated by the following formula. However, this approximation may diverge moderately from the true probability for low user and target levels.
<math display="block">FailureChance \approx \frac{\left\lfloor \frac{Level_{target}}{4} \right\rfloor }{Level_{target} + Level_{user}}</math>


===Generation V===
===Generation V===
Line 67: Line 81:
Roar is now reflected by {{m|Magic Coat}} and {{a|Magic Bounce}}.
Roar is now reflected by {{m|Magic Coat}} and {{a|Magic Bounce}}.


===Generation VI===
If a battle with wild Pokémon ever involves more than one Pokémon on each side of the battle, Roar will fail if used by the player's Pokémon against a wild Pokémon, but if a wild Pokémon uses it against the player, it will force the target to switch with another Pokémon in the Trainer's party, regardless of the target's level.
Roar now bypasses {{stat|accuracy}} checks to always hit, unless the opponent is in the {{cat|Moves with a semi-invulnerable turn|semi-invulnerable turn}} of a move such as {{m|Dig}} or {{m|Fly}}. Roar can now hit a target even if it has used {{m|Protect}}, {{m|Detect}}, or {{m|Spiky Shield}}, but will fail if the target is protected by {{m|Crafty Shield}}.
 
===Generation VI onwards===
Roar now bypasses {{stat|accuracy}} checks to always hit, unless the target is in the [[semi-invulnerable turn]] of a move (such as {{m|Dig}} or {{m|Fly}}). Roar can now hit a target even if it has used {{m|Protect}}, {{m|Detect}}, or {{m|Spiky Shield}}, but will fail if the target is protected by {{m|Crafty Shield}}.


In a wild [[Horde Encounter]], if a wild Pokémon uses Roar, it will force the target to switch with a Pokémon from its Trainer's party, regardless of the target's level. If the Trainer's Pokémon uses Roar, however, it will fail.
Roar can be used as part of a [[Contest combination|Contest Spectacular combination]], with the user gaining extra three appeal points if any of the moves {{m|Spikes}}, {{m|Stealth Rock}}, or {{m|Toxic Spikes}} was used in the prior turn.
 
If used by the player's Pokémon in an [[SOS Battle]], Roar will fail.
 
If powered up by a [[Normalium Z]] into Z-Roar, the user's {{stat|Defense}} stat rises by one stage. {{m|Throat Chop}} cannot prevent a Pokémon from using Z-Roar.
 
Roar fails when used on a [[Dynamax]] or [[Gigantamax]] Pokémon.


==Description==
==Description==
Line 81: Line 103:
{{movedescentry|{{gameabbrev3|FRLG}}|The foe is made to switch out with an ally. In the wild, the battle ends.}}
{{movedescentry|{{gameabbrev3|FRLG}}|The foe is made to switch out with an ally. In the wild, the battle ends.}}
{{movedescentry|{{gameabbrev4|DPPtHGSS}}|The foe is scared off, to be replaced by another Pokémon in its party. In the wild, the battle ends.}}
{{movedescentry|{{gameabbrev4|DPPtHGSS}}|The foe is scared off, to be replaced by another Pokémon in its party. In the wild, the battle ends.}}
{{movedescentry|{{gameabbrevss|PBR}}|The foe is scared off and replaced by another Pokémon in its party.{{tt|*|Move}}<br/>The foe is scared off, to be replaced by another Pokémon in its party. In the wild, the battle ends.{{tt|*|TM}}}}
{{movedescentry|{{gameabbrev5|BW}}|The target is scared off and replaced by another Pokémon in its party. In the wild, the battle ends.}}
{{movedescentry|{{gameabbrev5|BW}}|The target is scared off and replaced by another Pokémon in its party. In the wild, the battle ends.}}
{{movedescentry|{{gameabbrev5|B2W2}}|The target is scared off and switched. In the wild, a battle against a single Pokémon ends.}}
{{movedescentry|{{gameabbrev5|B2W2}}|The target is scared off and switched. In the wild, a battle against a single Pokémon ends.}}
{{movedescentry|{{gameabbrev6|XYORAS}}|The target is scared off and a different Pokémon is dragged out. In the wild, this ends a battle against a single Pokémon.}}
{{movedescentry|{{gameabbrev6|XYORAS}}|The target is scared off and a different Pokémon is dragged out. In the wild, this ends a battle against a single Pokémon.}}
{{movedescentry|{{gameabbrev7|SMUSUM}}<br>{{gameabbrev8|SwShBDSPLA}}<br>{{gameabbrev9|SV}}|The target is scared off, and a different Pokémon is dragged out. In the wild, this ends a battle against a single Pokémon.}}
{{movedescentry|{{gameabbrev7|PE}}|The target is scared off, and a different Pokémon is dragged out.}}
|}
|}
|}{{left clear}}
|}{{left clear}}
Line 89: Line 114:
==Learnset==
==Learnset==
===By [[Level|leveling up]]===
===By [[Level|leveling up]]===
{{Moveheader/Level|Normal|1}}
{{Movehead/Games|Normal|g7=2|g8=2}}
{{Moveentry/Level1|037|Vulpix|1|Fire|Fire|21|13|9|7|7|7}}
{{Moveentry/11|0037|Vulpix|type=Fire|1|Field|Field|21|13|9|7|7|7|7|28|−|−|−}}
{{Moveentry/Level1|038|Ninetales|1|Fire|Fire|1|no|no|no|no|no}}
{{Moveentry/11|0037|formsig=A|Vulpix|type=Ice|1|Field|Field|form=Alolan Form|||||||7|28|||}}
{{Moveentry/Level1|058|Growlithe|1|Fire|Fire|1|1|1|1|1|1}}
{{Moveentry/11|0038|Ninetales|type=Fire|1|Field|Field|1|||−|−|−|−|−|−||}}
{{Moveentry/Level1|059|Arcanine|1|Fire|Fire|1|1|1|1|1|1}}
{{Moveentry/11|0058|Growlithe|type=Fire|1|Field|Field|1|1|1|1|1|1|1|1|44|44|44}}
{{Moveentry/Level1|142|Aerodactyl|2|Rock|Flying|no|no|no|9|9|9}}
{{Moveentry/11|0058|formsig=H|Growlithe|type=Fire|type2=Rock|1|Field|Field|form=Hisuian Form|||||||||||44}}
{{Moveentry/Level1|209|Snubbull|1|Fairy|Fairy|no|26|26|25|25|25}}
{{Moveentry/11|0059|Arcanine|type=Fire|1|Field|Field|1|1|1|1|1|1|1|1|1|1|1}}
{{Moveentry/Level1|210|Granbull|1|Fairy|Fairy|no|28|28|27|27|27}}
{{Moveentry/11|0059|formsig=H|Arcanine|type=Fire|type2=Rock|1|Field|Field|form=Hisuian Form|||||||||||1}}
{{Moveentry/Level1|228|Houndour|2|Dark|Fire|no|7|19|14|14|13}}
{{Moveentry/11|0142|Aerodactyl|type=Rock|type2=Flying|1|Flying|Flying|−|||9|9|9|9|7|25|25}}
{{Moveentry/Level1|229|Houndoom|2|Dark|Fire|no|7|19|14|14|13}}
{{Moveentry/11|0209|Snubbull|type=Fairy|2|Field|Fairy||26|26|25|25|25|25|||25|25}}
{{Moveentry/Level1|243|Raikou|1|Electric|Electric|no|21|21|15|15|15}}
{{Moveentry/11|0210|Granbull|type=Fairy|2|Field|Fairy||28|28|27|27|27|27|||27|27}}
{{Moveentry/Level1|244|Entei|1|Fire|Fire|no|21|21|15|15|15}}
{{Moveentry/11|0228|Houndour|type=Dark|type2=Fire|1|Field|Field||7|19|14|13|13|13|||13|13}}
{{Moveentry/Level1|245|Suicune|1|Water|Water|no|21|C=no|no|no|no|no}}
{{Moveentry/11|0229|Houndoom|type=Dark|type2=Fire|1|Field|Field||7|19|14|13|13|13|||13|13}}
{{Moveentry/Level1|261|Poochyena|1|Dark|Dark|no|no|21|21|21|{{tt|21|XY}}<br>{{tt|16|ORAS}}}}
{{Moveentry/11|0243|Raikou|type=Electric|1|No Eggs Discovered|No Eggs Discovered||21|21|15|15|15|15||24|24|24}}
{{Moveentry/Level1|262|Mightyena|1|Dark|Dark|no|no|22|22|22|{{tt|22|XY}}<br>{{tt|16|ORAS}}}}
{{Moveentry/11|0244|Entei|type=Fire|1|No Eggs Discovered|No Eggs Discovered||21|21|15|15|15|15||24|24|24}}
{{Moveentry/Level1|293|Whismur|1|Normal|Normal|no|no|35|35|35|{{tt|35|XY}}<br>{{tt|29|ORAS}}}}
{{Moveentry/11|0245|Suicune|type=Water|1|No Eggs Discovered|No Eggs Discovered||21{{sup/2|GS}}|−|−|−|−|−||24|24|24}}
{{Moveentry/Level1|294|Loudred|1|Normal|Normal|no|no|43|43|43|{{tt|43|XY}}<br>{{tt|29|ORAS}}}}
{{Moveentry/11|0261|Poochyena|type=Dark|1|Field|Field|||21|21|21|21{{sup/6|XY}}<br>16{{sup/6|ORAS}}|16|||16|16}}
{{Moveentry/Level1|295|Exploud|1|Normal|Normal|no|no|45|45|45|{{tt|45|XY}}<br>{{tt|29|ORAS}}}}
{{Moveentry/11|0262|Mightyena|type=Dark|1|Field|Field|||22|22|22|22{{sup/6|XY}}<br>16{{sup/6|ORAS}}|16|||16|16}}
{{Moveentry/Level1|304|Aron|2|Steel|Rock|no|no|21|22|22|B2W2=18|{{tt|18|XY}}<br>{{tt|19|ORAS}}}}
{{Moveentry/11|0293|Whismur|type=Normal|2|Monster|Field|||35|35|35|35{{sup/6|XY}}<br>29{{sup/6|ORAS}}|29||25|25}}
{{Moveentry/Level1|305|Lairon|2|Steel|Rock|no|no|21|22|22|B2W2=18|{{tt|18|XY}}<br>{{tt|19|ORAS}}}}
{{Moveentry/11|0294|Loudred|type=Normal|2|Monster|Field|||43|43|43|43{{sup/6|XY}}<br>32{{sup/6|ORAS}}|32||29|29}}
{{Moveentry/Level1|306|Aggron|2|Steel|Rock|no|no|21|22|22|B2W2=18|{{tt|18|XY}}<br>{{tt|19|ORAS}}}}
{{Moveentry/11|0295|Exploud|type=Normal|2|Monster|Field|||45|45|45|45{{sup/6|XY}}<br>32{{sup/6|ORAS}}|32||29|29}}
{{Moveentry/Level1|309|Electrike|1|Electric|Electric|no|no|28|36|36|{{tt|36|XY}}<br>{{tt|34|ORAS}}}}
{{Moveentry/11|0304|Aron|type=Steel|type2=Rock|1|Monster|Monster|||21|22|22{{sup/5|BW}}<br>18{{sup/5|B2W2}}|18{{sup/6|XY}}<br>19{{sup/6|ORAS}}|19||12|12}}
{{Moveentry/Level1|310|Manectric|1|Electric|Electric|no|no|31|42|42|{{tt|42|XY}}<br>{{tt|36|ORAS}}}}
{{Moveentry/11|0305|Lairon|type=Steel|type2=Rock|1|Monster|Monster|||21|22|22{{sup/5|BW}}<br>18{{sup/5|B2W2}}|18{{sup/6|XY}}<br>19{{sup/6|ORAS}}|19||12|12}}
{{Moveentry/Level1|403|Shinx|1|Electric|Electric|no|no|no|21|21|21}}
{{Moveentry/11|0306|Aggron|type=Steel|type2=Rock|1|Monster|Monster|||21|22|22{{sup/5|BW}}<br>18{{sup/5|B2W2}}|18{{sup/6|XY}}<br>19{{sup/6|ORAS}}|19||12|12}}
{{Moveentry/Level1|404|Luxio|1|Electric|Electric|no|no|no|23|23|23}}
{{Moveentry/11|0309|Electrike|type=Electric|1|Field|Field|||28|36|36|36{{sup/6|XY}}<br>34{{sup/6|ORAS}}|34||28|28}}
{{Moveentry/Level1|405|Luxray|1|Electric|Electric|no|no|no|23|23|23}}
{{Moveentry/11|0310|Manectric|type=Electric|1|Field|Field|||31|42|42|42{{sup/6|XY}}<br>36{{sup/6|ORAS}}|36||30|30}}
{{Moveentry/Level1|498|Tepig|1|Fire|Fire|no|no|no|no|39|39}}
{{Moveentry/11|0403|Shinx|type=Electric|1|Field|Field||||21|21|21|21||20|20|20}}
{{Moveentry/Level1|499|Pignite|2|Fire|Fighting|no|no|no|no|47|47}}
{{Moveentry/11|0404|Luxio|type=Electric|1|Field|Field||||23|23|23|23||24|24|24}}
{{Moveentry/Level1|500|Emboar|2|Fire|Fighting|no|no|no|no|55|55}}
{{Moveentry/11|0405|Luxray|type=Electric|1|Field|Field||||23|23|23|23||24|24|24}}
{{Moveentry/Level1|506|Lillipup|1|Normal|Normal|no|no|no|no|26|26}}
{{Moveentry/11|0449|Hippopotas|type=Ground|1|Field|Field|||||||||32|32|32}}
{{Moveentry/Level1|507|Herdier|1|Normal|Normal|no|no|no|no|29|29}}
{{Moveentry/11|0450|Hippowdon|type=Ground|1|Field|Field|||||||||32|32|32}}
{{Moveentry/Level1|508|Stoutland|1|Normal|Normal|no|no|no|no|29|29}}
{{Moveentry/11|0498|Tepig|type=Fire|1|Field|Field|||||39|39|39||||39}}
{{Moveentry/Level1|633|Deino|2|Dark|Dragon|no|no|no|no|20|20}}
{{Moveentry/11|0499|Pignite|type=Fire|type2=Fighting|1|Field|Field|||||47|47|47||||47}}
{{Moveentry/Level1|634|Zweilous|2|Dark|Dragon|no|no|no|no|20|20}}
{{Moveentry/11|0500|Emboar|type=Fire|type2=Fighting|1|Field|Field|||||55|55|55||||55}}
{{Moveentry/Level1|635|Hydreigon|2|Dark|Dragon|no|no|no|no|20|20}}
{{Moveentry/11|0506|Lillipup|type=Normal|1|Field|Field|||||26|26|26||40}}
{{Moveentry/Level1|696|Tyrunt|2|Rock|Dragon|no|no|no|no|no|6}}
{{Moveentry/11|0507|Herdier|type=Normal|1|Field|Field|||||29|29|29||54}}
{{Moveentry/Level1|697|Tyrantrum|2|Rock|Dragon|no|no|no|no|no|6}}
{{Moveentry/11|0508|Stoutland|type=Normal|1|Field|Field|||||29|29|29||62}}
{{Movefooter|Normal|1}}
{{Moveentry/11|0633|Deino|type=Dark|type2=Dragon|1|Dragon|Dragon|||||20|20|20||12||12}}
{{Moveentry/11|0634|Zweilous|type=Dark|type2=Dragon|1|Dragon|Dragon|||||20|20|20||12||12}}
{{Moveentry/11|0635|Hydreigon|type=Dark|type2=Dragon|1|Dragon|Dragon|||||20|20|20||12||12}}
{{Moveentry/11|0696|Tyrunt|type=Rock|type2=Dragon|2|Monster|Dragon||||||6|6||4}}
{{Moveentry/11|0697|Tyrantrum|type=Rock|type2=Dragon|2|Monster|Dragon||||||6|1, 6||1}}
{{Moveentry/11|0725|Litten|type=Fire|1|Field|Field|||||||18||9||9}}
{{Moveentry/11|0726|Torracat|type=Fire|1|Field|Field|||||||19||9||9}}
{{Moveentry/11|0727|Incineroar|type=Fire|type2=Dark|1|Field|Field|||||||19||9||9}}
{{Moveentry/11|0744|Rockruff|type=Rock|1|Field|Field|||||||26||28||28}}
{{Moveentry/11|0745|Lycanroc|type=Rock|1|Field|Field|form=Midday Form|||||||26||30||30}}
{{Moveentry/11|0745|formsig=Mn|Lycanroc|type=Rock|1|Field|Field|form=Midnight Form|||||||26||30||30}}
{{Moveentry/11|0745|formsig=D|Lycanroc|type=Rock|1|Field|Field|form=Dusk Form|||||||26{{sup/7|USUM}}||30||30}}
{{Moveentry/11|0835|Yamper|type=Electric|1|Field|Field|||||||||15}}
{{Moveentry/11|0836|Boltund|type=Electric|1|Field|Field|||||||||15}}
{{Moveentry/11|0909|Fuecoco|type=Fire|1|Field|Field|||||||||||25}}
{{Moveentry/11|0910|Crocalor|type=Fire|1|Field|Field|||||||||||28}}
{{Moveentry/11|0911|Skeledirge|type=Fire|type2=Ghost|1|Field|Field|||||||||||28}}
{{Moveentry/11|0926|Fidough|type=Fairy|2|Field|Mineral|||||||||||30}}
{{Moveentry/11|0927|Dachsbun|type=Fairy|2|Field|Mineral|||||||||||33}}
{{Moveentry/11|0942|Maschiff|type=Dark|1|Field|Field|||||||||||18}}
{{Moveentry/11|0943|Mabosstiff|type=Dark|1|Field|Field|||||||||||18}}
{{Moveentry/11|0971|Greavard|type=Ghost|1|Field|Field|||||||||||9}}
{{Moveentry/11|0972|Houndstone|type=Ghost|1|Field|Field|||||||||||9}}
{{Moveentry/11|0993|Iron Jugulis|type=Dark|type2=Flying|1|No Eggs Discovered|No Eggs Discovered|||||||||||7}}
{{Movefoot|Normal|11}}
 
===By [[TM]]===
{{Movehead/TMGames|Normal|g1=none
|g1tm=05
|g2tm=05
|g3tm=05
|g4tm=05
|g5tm=05
|g6tm=05
|g7=1|g7tm=05|g7g={{gameabbrev7|SMUSUM}}
|g8=1|g8tm=05|g8g={{gameabbrev8|BDSP}}
|g9tm=172}}
{{Moveentry/8|0002|Ivysaur|type=Grass|type2=Poison|2|Monster|Grass|−|−|−|−|−|−|−|✔}}
{{Moveentry/8|0003|Venusaur|type=Grass|type2=Poison|2|Monster|Grass|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0004|Charmander|type=Fire|2|Monster|Dragon|−|−|−|−|−|−|−|✔}}
{{Moveentry/8|0005|Charmeleon|type=Fire|2|Monster|Dragon|−|−|−|−|−|−|−|✔}}
{{Moveentry/8|0006|Charizard|type=Fire|type2=Flying|2|Monster|Dragon|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0009|Blastoise|type=Water|2|Monster|Water 1|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0020|Raticate|type=Normal|1|Field|Field|✔|✔|✔|✔|✔|✔|✔|}}
{{Moveentry/8|0020|formsig=A|Raticate|type=Dark|type2=Normal|1|Field|Field|form=Alolan Form||||||✔||}}
{{Moveentry/8|0031|Nidoqueen|type=Poison|type2=Ground|1|No Eggs Discovered|No Eggs Discovered|✔|✔|✔|✔|✔|✔|✔|}}
{{Moveentry/8|0034|Nidoking|type=Poison|type2=Ground|2|Monster|Field|✔|✔|✔|✔|✔|✔|✔|}}
{{Moveentry/8|0037|Vulpix|type=Fire|1|Field|Field|−|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0037|formsig=A|Vulpix|type=Ice|1|Field|Field|form=Alolan Form||||||✔||✔}}
{{Moveentry/8|0038|Ninetales|type=Fire|1|Field|Field|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0038|formsig=A|Ninetales|type=Ice|type2=Fairy|1|Field|Field|form=Alolan Form||||||✔||✔}}
{{Moveentry/8|0053|Persian|type=Normal|1|Field|Field|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0053|formsig=A|Persian|type=Dark|1|Field|Field|form=Alolan Form||||||✔||✔}}
{{Moveentry/8|0058|Growlithe|type=Fire|1|Field|Field|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0058|formsig=H|Growlithe|type=Fire|type2=Rock|1|Field|Field|form=Hisuian Form||||||||✔}}
{{Moveentry/8|0059|Arcanine|type=Fire|1|Field|Field|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0059|formsig=H|Arcanine|type=Fire|type2=Rock|1|Field|Field|form=Hisuian Form||||||||✔}}
{{Moveentry/8|0076|Golem|type=Rock|type2=Ground|1|Mineral|Mineral|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0076|formsig=A|Golem|type=Rock|type2=Electric|1|Mineral|Mineral|form=Alolan Form||||||✔||✔}}
{{Moveentry/8|0095|Onix|type=Rock|type2=Ground|1|Mineral|Mineral|✔|✔|✔|✔|✔|✔|✔|}}
{{Moveentry/8|0111|Rhyhorn|type=Ground|type2=Rock|2|Monster|Field|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0112|Rhydon|type=Ground|type2=Rock|2|Monster|Field|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0115|Kangaskhan|type=Normal|1|Monster|Monster|✔|✔|✔|✔|✔|✔|✔|}}
{{Moveentry/8|0126|Magmar|type=Fire|1|Human-Like|Human-Like|−|−|−|−|−|−|−|✔}}
{{Moveentry/8|0130|Gyarados|type=Water|type2=Flying|2|Water 2|Dragon|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0131|Lapras|type=Water|type2=Ice|2|Monster|Water 1|−|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0133|Eevee|type=Normal|1|Field|Field|−|−|−|−|−|−|−|✔}}
{{Moveentry/8|0134|Vaporeon|type=Water|1|Field|Field|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0135|Jolteon|type=Electric|1|Field|Field|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0136|Flareon|type=Fire|1|Field|Field|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0142|Aerodactyl|type=Rock|type2=Flying|1|Flying|Flying|✔|✔|✔|✔|✔|✔|✔|}}
{{Moveentry/8|0144|Articuno|type=Ice|type2=Flying|1|No Eggs Discovered|No Eggs Discovered|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0145|Zapdos|type=Electric|type2=Flying|1|No Eggs Discovered|No Eggs Discovered|✔|✔|✔|✔|✔|✔|✔|−}}
{{Moveentry/8|0146|Moltres|type=Fire|type2=Flying|1|No Eggs Discovered|No Eggs Discovered|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0149|Dragonite|type=Dragon|type2=Flying|2|Water 1|Dragon|−|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0151|Mew|type=Psychic|1|No Eggs Discovered|No Eggs Discovered|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0155|Cyndaquil|type=Fire|1|Field|Field|−|−|−|−|−|−|−|✔}}
{{Moveentry/8|0156|Quilava|type=Fire|1|Field|Field|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0157|Typhlosion|type=Fire|1|Field|Field|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0157|formsig=H|Typhlosion|type=Fire|type2=Ghost|1|Field|Field|form=Hisuian Form||||||||✔}}
{{Moveentry/8|0159|Croconaw|type=Water|2|Monster|Water 1|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0160|Feraligatr|type=Water|2|Monster|Water 1|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0180|Flaaffy|type=Electric|2|Monster|Field|−|−|−|−|−|−|−|✔}}
{{Moveentry/8|0181|Ampharos|type=Electric|2|Monster|Field|−|−|−|−|−|−|−|✔}}
{{Moveentry/8|0196|Espeon|type=Psychic|1|Field|Field|−|−|−|−|−|−|−|✔}}
{{Moveentry/8|0197|Umbreon|type=Dark|1|Field|Field|−|−|−|−|−|−|−|✔}}
{{Moveentry/8|0208|Steelix|type=Steel|type2=Ground|1|Mineral|Mineral|✔|✔|✔|✔|✔|✔|✔|}}
{{Moveentry/8|0209|Snubbull|type=Fairy|2|Field|Fairy|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0210|Granbull|type=Fairy|2|Field|Fairy|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0216|Teddiursa|type=Normal|1|Field|Field|✔|✔|✔|✔|✔|✔|✔|−}}
{{Moveentry/8|0217|Ursaring|type=Normal|1|Field|Field|✔|✔|✔|✔|✔|✔|✔|−}}
{{Moveentry/8|0220|Swinub|type=Ice|type2=Ground|1|Field|Field|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0221|Piloswine|type=Ice|type2=Ground|1|Field|Field|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0227|Skarmory|type=Steel|type2=Flying|1|Flying|Flying|−|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0228|Houndour|type=Dark|type2=Fire|1|Field|Field|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0229|Houndoom|type=Dark|type2=Fire|1|Field|Field|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0231|Phanpy|type=Ground|1|Field|Field|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0232|Donphan|type=Ground|1|Field|Field|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0234|Stantler|type=Normal|1|Field|Field|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0243|Raikou|type=Electric|1|No Eggs Discovered|No Eggs Discovered|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0244|Entei|type=Fire|1|No Eggs Discovered|No Eggs Discovered|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0245|Suicune|type=Water|1|No Eggs Discovered|No Eggs Discovered|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0248|Tyranitar|type=Rock|type2=Dark|1|Monster|Monster|✔|✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0249|Lugia|type=Psychic|type2=Flying|1|No Eggs Discovered|No Eggs Discovered|✔|✔|✔|✔|✔|✔|✔|−}}
{{Moveentry/8|0250|Ho-Oh|type=Fire|type2=Flying|1|No Eggs Discovered|No Eggs Discovered|✔|✔|✔|✔|✔|✔|✔|−}}
{{Moveentry/8|0254|Sceptile|type=Grass|2|Monster|Dragon||✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0257|Blaziken|type=Fire|type2=Fighting|1|Field|Field||✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0258|Mudkip|type=Water|2|Monster|Water 1||−|−|−|−|−|−|✔}}
{{Moveentry/8|0259|Marshtomp|type=Water|type2=Ground|2|Monster|Water 1||−|−|−|−|−|−|✔}}
{{Moveentry/8|0260|Swampert|type=Water|type2=Ground|2|Monster|Water 1||✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0261|Poochyena|type=Dark|1|Field|Field||✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0262|Mightyena|type=Dark|1|Field|Field||✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0264|Linoone|type=Normal|1|Field|Field||✔|✔|✔|✔|✔|✔|}}
{{Moveentry/8|0288|Vigoroth|type=Normal|1|Field|Field||✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0289|Slaking|type=Normal|1|Field|Field||✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0293|Whismur|type=Normal|2|Monster|Field||✔|✔|✔|✔|✔|✔|}}
{{Moveentry/8|0294|Loudred|type=Normal|2|Monster|Field||✔|✔|✔|✔|✔|✔|}}
{{Moveentry/8|0295|Exploud|type=Normal|2|Monster|Field||✔|✔|✔|✔|✔|✔|}}
{{Moveentry/8|0304|Aron|type=Steel|type2=Rock|1|Monster|Monster||✔|✔|✔|✔|✔|✔|}}
{{Moveentry/8|0305|Lairon|type=Steel|type2=Rock|1|Monster|Monster||✔|✔|✔|✔|✔|✔|}}
{{Moveentry/8|0306|Aggron|type=Steel|type2=Rock|1|Monster|Monster||✔|✔|✔|✔|✔|✔|}}
{{Moveentry/8|0309|Electrike|type=Electric|1|Field|Field||✔|✔|✔|✔|✔|✔|}}
{{Moveentry/8|0310|Manectric|type=Electric|1|Field|Field||✔|✔|✔|✔|✔|✔|}}
{{Moveentry/8|0319|Sharpedo|type=Water|type2=Dark|1|Water 2|Water 2||✔|✔|✔|✔|✔|✔|}}
{{Moveentry/8|0320|Wailmer|type=Water|2|Field|Water 2||✔|✔|✔|✔|✔|✔|}}
{{Moveentry/8|0321|Wailord|type=Water|2|Field|Water 2||✔|✔|✔|✔|✔|✔|}}
{{Moveentry/8|0322|Numel|type=Fire|type2=Ground|1|Field|Field||−|−|−|−|−|−|✔}}
{{Moveentry/8|0323|Camerupt|type=Fire|type2=Ground|1|Field|Field||✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0334|Altaria|type=Dragon|type2=Flying|2|Flying|Dragon||✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0335|Zangoose|type=Normal|1|Field|Field||✔|✔|✔|✔|✔|✔|−}}
{{Moveentry/8|0357|Tropius|type=Grass|type2=Flying|2|Monster|Grass||✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0364|Sealeo|type=Ice|type2=Water|2|Water 1|Field||✔|✔|✔|✔|✔|✔|}}
{{Moveentry/8|0365|Walrein|type=Ice|type2=Water|2|Water 1|Field||✔|✔|✔|✔|✔|✔|}}
{{Moveentry/8|0371|Bagon|type=Dragon|1|Dragon|Dragon||✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0372|Shelgon|type=Dragon|1|Dragon|Dragon||✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0373|Salamence|type=Dragon|type2=Flying|1|Dragon|Dragon||✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0380|Latias|type=Dragon|type2=Psychic|1|No Eggs Discovered|No Eggs Discovered||✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0381|Latios|type=Dragon|type2=Psychic|1|No Eggs Discovered|No Eggs Discovered||✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0382|Kyogre|type=Water|1|No Eggs Discovered|No Eggs Discovered||✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0383|Groudon|type=Ground|1|No Eggs Discovered|No Eggs Discovered||✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0384|Rayquaza|type=Dragon|type2=Flying|1|No Eggs Discovered|No Eggs Discovered||✔|✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0387|Turtwig|type=Grass|2|Monster|Grass|||−|−|−|−|−|✔}}
{{Moveentry/8|0388|Grotle|type=Grass|2|Monster|Grass|||−|−|−|−|−|✔}}
{{Moveentry/8|0389|Torterra|type=Grass|type2=Ground|2|Monster|Grass|||✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0392|Infernape|type=Fire|type2=Fighting|2|Field|Human-Like|||✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0395|Empoleon|type=Water|type2=Steel|2|Water 1|Field|||✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0403|Shinx|type=Electric|1|Field|Field|||✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0404|Luxio|type=Electric|1|Field|Field|||✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0405|Luxray|type=Electric|1|Field|Field|||✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0408|Cranidos|type=Rock|1|Monster|Monster|||✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0409|Rampardos|type=Rock|1|Monster|Monster|||✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0410|Shieldon|type=Rock|type2=Steel|1|Monster|Monster|||✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0411|Bastiodon|type=Rock|type2=Steel|1|Monster|Monster|||✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0418|Buizel|type=Water|2|Water 1|Field|||−|−|−|−|−|✔}}
{{Moveentry/8|0419|Floatzel|type=Water|2|Water 1|Field|||✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0432|Purugly|type=Normal|1|Field|Field|||✔|✔|✔|✔|✔|}}
{{Moveentry/8|0434|Stunky|type=Poison|type2=Dark|1|Field|Field|||✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0435|Skuntank|type=Poison|type2=Dark|1|Field|Field|||✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0443|Gible|type=Dragon|type2=Ground|2|Monster|Dragon|||✔|✔|✔|✔|✔|−}}
{{Moveentry/8|0444|Gabite|type=Dragon|type2=Ground|2|Monster|Dragon|||✔|✔|✔|✔|✔|−}}
{{Moveentry/8|0445|Garchomp|type=Dragon|type2=Ground|2|Monster|Dragon|||✔|✔|✔|✔|✔|−}}
{{Moveentry/8|0447|Riolu|type=Fighting|1|No Eggs Discovered|No Eggs Discovered|||✔|✔|✔|✔|✔|−}}
{{Moveentry/8|0448|Lucario|type=Fighting|type2=Steel|2|Field|Human-Like|||✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0449|Hippopotas|type=Ground|1|Field|Field|||✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0450|Hippowdon|type=Ground|1|Field|Field|||✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0452|Drapion|type=Poison|type2=Dark|2|Bug|Water 3|||✔|✔|✔|✔|✔|}}
{{Moveentry/8|0464|Rhyperior|type=Ground|type2=Rock|2|Monster|Field|||✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0467|Magmortar|type=Fire|1|Human-Like|Human-Like|||−|−|−|−|−|✔}}
{{Moveentry/8|0470|Leafeon|type=Grass|1|Field|Field|||✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0471|Glaceon|type=Ice|1|Field|Field|||✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0473|Mamoswine|type=Ice|type2=Ground|1|Field|Field|||✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0483|Dialga|type=Steel|type2=Dragon|1|No Eggs Discovered|No Eggs Discovered|form=All available forms|||✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0484|Palkia|type=Water|type2=Dragon|1|No Eggs Discovered|No Eggs Discovered|form=All available forms|||✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0485|Heatran|type=Fire|type2=Steel|1|No Eggs Discovered|No Eggs Discovered|||✔|✔|✔|✔|✔|−}}
{{Moveentry/8|0487|Giratina|type=Ghost|type2=Dragon|1|No Eggs Discovered|No Eggs Discovered|form=All available forms|||✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0493|Arceus|type=Normal|1|No Eggs Discovered|No Eggs Discovered|form=All available forms|||✔|✔|✔|✔|✔|✔}}
{{Moveentry/8|0498|Tepig|type=Fire|1|Field|Field||||✔|✔|✔||✔}}
{{Moveentry/8|0499|Pignite|type=Fire|type2=Fighting|1|Field|Field||||✔|✔|✔||✔}}
{{Moveentry/8|0500|Emboar|type=Fire|type2=Fighting|1|Field|Field||||✔|✔|✔||✔}}
{{Moveentry/8|0506|Lillipup|type=Normal|1|Field|Field||||✔|✔|✔||}}
{{Moveentry/8|0507|Herdier|type=Normal|1|Field|Field||||✔|✔|✔||}}
{{Moveentry/8|0508|Stoutland|type=Normal|1|Field|Field||||✔|✔|✔||}}
{{Moveentry/8|0523|Zebstrika|type=Electric|1|Field|Field||||−|−|−||✔}}
{{Moveentry/8|0551|Sandile|type=Ground|type2=Dark|1|Field|Field||||✔|✔|✔||✔}}
{{Moveentry/8|0552|Krokorok|type=Ground|type2=Dark|1|Field|Field||||✔|✔|✔||✔}}
{{Moveentry/8|0553|Krookodile|type=Ground|type2=Dark|1|Field|Field||||✔|✔|✔||✔}}
{{Moveentry/8|0554|Darumaka|type=Fire|1|Field|Field||||✔|✔|✔||}}
{{Moveentry/8|0555|Darmanitan|type=Fire|1|Field|Field||||✔|✔|✔||}}
{{Moveentry/8|0559|Scraggy|type=Dark|type2=Fighting|2|Field|Dragon||||✔|✔|✔||✔}}
{{Moveentry/8|0560|Scrafty|type=Dark|type2=Fighting|2|Field|Dragon||||✔|✔|✔||✔}}
{{Moveentry/8|0566|Archen|type=Rock|type2=Flying|2|Flying|Water 3||||✔|✔|✔||}}
{{Moveentry/8|0567|Archeops|type=Rock|type2=Flying|2|Flying|Water 3||||✔|✔|✔||}}
{{Moveentry/8|0570|Zorua|type=Dark|1|Field|Field||||✔|✔|✔||✔}}
{{Moveentry/8|0570|formsig=H|Zorua|type=Normal|type2=Ghost|1|Field|Field|form=Hisuian Form||||||||✔}}
{{Moveentry/8|0571|Zoroark|type=Dark|1|Field|Field||||✔|✔|✔||✔}}
{{Moveentry/8|0571|formsig=H|Zoroark|type=Normal|type2=Ghost|1|Field|Field|form=Hisuian Form||||||||✔}}
{{Moveentry/8|0604|Eelektross|type=Electric|1|Amorphous|Amorphous||||✔|✔|✔||−}}
{{Moveentry/8|0610|Axew|type=Dragon|2|Monster|Dragon||||✔|✔|✔||✔}}
{{Moveentry/8|0611|Fraxure|type=Dragon|2|Monster|Dragon||||✔|✔|✔||✔}}
{{Moveentry/8|0612|Haxorus|type=Dragon|2|Monster|Dragon||||✔|✔|✔||✔}}
{{Moveentry/8|0614|Beartic|type=Ice|1|Field|Field||||✔|✔|✔||✔}}
{{Moveentry/8|0621|Druddigon|type=Dragon|2|Dragon|Monster||||✔|✔|✔||}}
{{Moveentry/8|0633|Deino|type=Dark|type2=Dragon|1|Dragon|Dragon||||✔|✔|✔||✔}}
{{Moveentry/8|0634|Zweilous|type=Dark|type2=Dragon|1|Dragon|Dragon||||✔|✔|✔||✔}}
{{Moveentry/8|0635|Hydreigon|type=Dark|type2=Dragon|1|Dragon|Dragon||||✔|✔|✔||✔}}
{{Moveentry/8|0638|Cobalion|type=Steel|type2=Fighting|1|No Eggs Discovered|No Eggs Discovered||||✔|✔|✔||✔}}
{{Moveentry/8|0639|Terrakion|type=Rock|type2=Fighting|1|No Eggs Discovered|No Eggs Discovered||||✔|✔|✔||✔}}
{{Moveentry/8|0640|Virizion|type=Grass|type2=Fighting|1|No Eggs Discovered|No Eggs Discovered||||✔|✔|✔||✔}}
{{Moveentry/8|0643|Reshiram|type=Dragon|type2=Fire|1|No Eggs Discovered|No Eggs Discovered||||−|−|−||✔}}
{{Moveentry/8|0644|Zekrom|type=Dragon|type2=Electric|1|No Eggs Discovered|No Eggs Discovered||||−|−|−||✔}}
{{Moveentry/8|0646|Kyurem|type=Dragon|type2=Ice|1|No Eggs Discovered|No Eggs Discovered|form=All forms||||−|−|−||✔}}
{{Moveentry/8|0647|Keldeo|type=Water|type2=Fighting|1|No Eggs Discovered|No Eggs Discovered|form=All available forms||||✔|✔|✔||✔}}
{{Moveentry/8|0650|Chespin|type=Grass|1|Field|Field|||||✔|✔||✔}}
{{Moveentry/8|0651|Quilladin|type=Grass|1|Field|Field|||||✔|✔||✔}}
{{Moveentry/8|0652|Chesnaught|type=Grass|type2=Fighting|1|Field|Field|||||✔|✔||✔}}
{{Moveentry/8|0667|Litleo|type=Fire|type2=Normal|1|Field|Field|||||✔|✔||✔}}
{{Moveentry/8|0668|Pyroar|type=Fire|type2=Normal|1|Field|Field|form=All forms|||||✔|✔||✔}}
{{Moveentry/8|0672|Skiddo|type=Grass|1|Field|Field|||||✔|✔||✔}}
{{Moveentry/8|0673|Gogoat|type=Grass|1|Field|Field|||||✔|✔||✔}}
{{Moveentry/8|0674|Pancham|type=Fighting|2|Field|Human-Like|||||✔|✔||}}
{{Moveentry/8|0675|Pangoro|type=Fighting|type2=Dark|2|Field|Human-Like|||||✔|✔||}}
{{Moveentry/8|0676|Furfrou|type=Normal|1|Field|Field|form=All forms|||||✔|✔||}}
{{Moveentry/8|0696|Tyrunt|type=Rock|type2=Dragon|2|Monster|Dragon|||||✔|✔||}}
{{Moveentry/8|0697|Tyrantrum|type=Rock|type2=Dragon|2|Monster|Dragon|||||✔|✔||}}
{{Moveentry/8|0698|Amaura|type=Rock|type2=Ice|1|Monster|Monster|||||✔|✔||}}
{{Moveentry/8|0699|Aurorus|type=Rock|type2=Ice|1|Monster|Monster|||||✔|✔||}}
{{Moveentry/8|0700|Sylveon|type=Fairy|1|Field|Field|||||−|−||✔}}
{{Moveentry/8|0713|Avalugg|type=Ice|2|Monster|Mineral|||||✔|✔||−}}
{{Moveentry/8|0716|Xerneas|type=Fairy|1|No Eggs Discovered|No Eggs Discovered|||||✔|✔||}}
{{Moveentry/8|0721|Volcanion|type=Fire|type2=Water|1|No Eggs Discovered|No Eggs Discovered|||||✔|✔||✔}}
{{Moveentry/8|0725|Litten|type=Fire|1|Field|Field||||||✔||✔}}
{{Moveentry/8|0726|Torracat|type=Fire|1|Field|Field||||||✔||✔}}
{{Moveentry/8|0727|Incineroar|type=Fire|type2=Dark|1|Field|Field||||||✔||✔}}
{{Moveentry/8|0735|Gumshoos|type=Normal|1|Field|Field||||||✔||✔}}
{{Moveentry/8|0744|Rockruff|type=Rock|1|Field|Field||||||✔||✔}}
{{Moveentry/8|0745|Lycanroc|type=Rock|1|Field|Field|form=Midday Form||||||✔||✔}}
{{Moveentry/8|0745|formsig=Mn|Lycanroc|type=Rock|1|Field|Field|form=Midnight Form||||||✔||✔}}
{{Moveentry/8|0745|formsig=D|Lycanroc|type=Rock|1|Field|Field|form=Dusk Form||||||✔{{sup/7|USUM}}||✔}}
{{Moveentry/8|0749|Mudbray|type=Ground|1|Field|Field||||||✔||✔}}
{{Moveentry/8|0750|Mudsdale|type=Ground|1|Field|Field||||||✔||✔}}
{{Moveentry/8|0759|Stufful|type=Normal|type2=Fighting|1|Field|Field||||||✔||}}
{{Moveentry/8|0760|Bewear|type=Normal|type2=Fighting|1|Field|Field||||||✔||}}
{{Moveentry/8|0772|Type: Null|type=Normal|1|No Eggs Discovered|No Eggs Discovered||||||✔||}}
{{Moveentry/8|0773|Silvally|type=Normal|1|No Eggs Discovered|No Eggs Discovered|form=All forms||||||✔||}}
{{Moveentry/8|0776|Turtonator|type=Fire|type2=Dragon|2|Monster|Dragon||||||✔||}}
{{Moveentry/8|0780|Drampa|type=Normal|type2=Dragon|2|Monster|Dragon||||||✔||}}
{{Moveentry/8|0782|Jangmo-o|type=Dragon|1|Dragon|Dragon||||||✔||✔}}
{{Moveentry/8|0783|Hakamo-o|type=Dragon|type2=Fighting|1|Dragon|Dragon||||||✔||✔}}
{{Moveentry/8|0784|Kommo-o|type=Dragon|type2=Fighting|1|Dragon|Dragon||||||✔||✔}}
{{Moveentry/8|0785|Tapu Koko|type=Electric|type2=Fairy|1|No Eggs Discovered|No Eggs Discovered||||||✔||}}
{{Moveentry/8|0787|Tapu Bulu|type=Grass|type2=Fairy|1|No Eggs Discovered|No Eggs Discovered||||||✔||}}
{{Moveentry/8|0791|Solgaleo|type=Psychic|type2=Steel|1|No Eggs Discovered|No Eggs Discovered||||||✔||✔}}
{{Moveentry/8|0792|Lunala|type=Psychic|type2=Ghost|1|No Eggs Discovered|No Eggs Discovered||||||✔||−}}
{{Moveentry/8|0884|Duraludon|type=Steel|type2=Dragon|2|Mineral|Dragon||||||||✔}}
{{Moveentry/8|0889|Zamazenta|type=Fighting|1|No Eggs Discovered|No Eggs Discovered|form=All forms||||||||✔}}
{{Moveentry/8|0892|Urshifu|type=Fighting|type2=Dark|1|No Eggs Discovered|No Eggs Discovered|form=Single Strike Style||||||||✔}}
{{Moveentry/8|0893|Zarude|type=Dark|type2=Grass|1|No Eggs Discovered|No Eggs Discovered|form=All forms||||||||✔}}
{{Moveentry/8|0896|Glastrier|type=Ice|1|No Eggs Discovered|No Eggs Discovered||||||||✔}}
{{Moveentry/8|0898|formsig=I|Calyrex|type=Psychic|type2=Ice|1|No Eggs Discovered|No Eggs Discovered|form=Ice Rider||||||||✔}}
{{Moveentry/8|0899|Wyrdeer|type=Normal|type2=Psychic|1|Field|Field||||||||✔}}
{{Moveentry/8|0901|Ursaluna|type=Ground|type2=Normal|1|Field|Field||||||||✔}}
{{Moveentry/8|0901|formsig=B|Ursaluna|type=Ground|type2=Normal|1|Field|Field|form=Bloodmoon||||||||✔}}
{{Moveentry/8|0909|Fuecoco|type=Fire|1|Field|Field||||||||✔}}
{{Moveentry/8|0910|Crocalor|type=Fire|1|Field|Field||||||||✔}}
{{Moveentry/8|0911|Skeledirge|type=Fire|type2=Ghost|1|Field|Field||||||||✔}}
{{Moveentry/8|0926|Fidough|type=Fairy|2|Field|Mineral||||||||✔}}
{{Moveentry/8|0927|Dachsbun|type=Fairy|2|Field|Mineral||||||||✔}}
{{Moveentry/8|0942|Maschiff|type=Dark|1|Field|Field||||||||✔}}
{{Moveentry/8|0943|Mabosstiff|type=Dark|1|Field|Field||||||||✔}}
{{Moveentry/8|0971|Greavard|type=Ghost|1|Field|Field||||||||✔}}
{{Moveentry/8|0972|Houndstone|type=Ghost|1|Field|Field||||||||✔}}
{{Moveentry/8|0981|Farigiraf|type=Normal|type2=Psychic|1|Field|Field||||||||✔}}
{{Moveentry/8|0984|Great Tusk|type=Ground|type2=Fighting|1|No Eggs Discovered|No Eggs Discovered||||||||✔}}
{{Moveentry/8|0985|Scream Tail|type=Fairy|type2=Psychic|1|No Eggs Discovered|No Eggs Discovered||||||||✔}}
{{Moveentry/8|0993|Iron Jugulis|type=Dark|type2=Flying|1|No Eggs Discovered|No Eggs Discovered||||||||✔}}
{{Moveentry/8|1005|Roaring Moon|type=Dragon|type2=Dark|1|No Eggs Discovered|No Eggs Discovered||||||||✔}}
{{Moveentry/8|1007|Koraidon|type=Fighting|type2=Dragon|1|No Eggs Discovered|No Eggs Discovered||||||||✔}}
{{Moveentry/8|1009|Walking Wake|type=Water|type2=Dragon|1|No Eggs Discovered|No Eggs Discovered||||||||✔}}
{{Moveentry/8|1014|Okidogi|type=Poison|type2=Fighting|1|No Eggs Discovered|No Eggs Discovered||||||||✔}}
{{Moveentry/8|1018|Archaludon|type=Steel|type2=Dragon|2|Mineral|Dragon||||||||✔}}
{{Moveentry/8|1020|Gouging Fire|type=Fire|type2=Dragon|1|No Eggs Discovered|No Eggs Discovered||||||||✔}}
{{Moveentry/8|1021|Raging Bolt|type=Electric|type2=Dragon|1|No Eggs Discovered|No Eggs Discovered||||||||✔}}
{{Moveentry/8|1024|Terapagos|type=Normal|1|No Eggs Discovered|No Eggs Discovered||||||||✔}}
{{Movefoot|Normal|8}}


===By {{pkmn|breeding}}===
===By {{pkmn|breeding}}===
{{Moveheader/Breed|Normal|3}}
{{Movehead/Games|Normal|Egg Move|g1=none|g2=none|g5=none|g6=none|g7=none|g8=1|g8g={{gameabbrev8|SwSh}}}}
{{Moveentry/Breed3|335|Zangoose|1|Normal|Normal|{{MSP|037|Vulpix}}{{MSP|058|Growlithe}}{{MSP|059|Arcanine}}{{MSP|209|Snubbull}}{{MSP|210|Granbull}}{{MSP|228|Houndour}}{{MSP|229|Houndoom}}{{MSP|261|Poochyena}}{{MSP|262|Mightyena}}{{MSP|293|Whismur}}{{MSP|294|Loudred}}{{MSP|295|Exploud}}{{MSP|309|Electrike}}{{MSP|310|Manectric}}|{{MSP|037|Vulpix}}{{MSP|058|Growlithe}}{{MSP|059|Arcanine}}{{MSP|209|Snubbull}}{{MSP|210|Granbull}}{{MSP|228|Houndour}}{{MSP|229|Houndoom}}{{MSP|261|Poochyena}}{{MSP|262|Mightyena}}{{MSP|293|Whismur}}{{MSP|294|Loudred}}{{MSP|295|Exploud}}{{MSP|309|Electrike}}{{MSP|310|Manectric}}{{MSP|403|Shinx}}{{MSP|404|Luxio}}{{MSP|405|Luxray}}|no}}
{{Moveentry/4|0037|Vulpix|type=Fire|1|Field|Field||||}}
{{Movefooter|Normal|3}}
{{Moveentry/4|0037|formsig=A|Vulpix|type=Ice|1|Field|Field|form=Alolan Form||||}}
 
{{Moveentry/4|0335|Zangoose|type=Normal|1|Field|Field||||}}
===By [[TM]]===
{{Moveentry/4|0749|Mudbray|type=Ground|1|Field|Field||||}}
{{Moveheader/TM|Normal|1|no|TM05|TM05|TM05|TM05|TM05}}
{{Movefoot|Normal|9}}
{{Moveentry/TM1|003|Venusaur|2|Grass|Poison|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|006|Charizard|2|Fire|Flying|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|009|Blastoise|1|Water|Water|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|020|Raticate|1|Normal|Normal|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|031|Nidoqueen|2|Poison|Ground|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|034|Nidoking|2|Poison|Ground|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|037|Vulpix|1|Fire|Fire|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|038|Ninetales|1|Fire|Fire|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|053|Persian|1|Normal|Normal|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|058|Growlithe|1|Fire|Fire|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|059|Arcanine|1|Fire|Fire|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|076|Golem|2|Rock|Ground|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|095|Onix|2|Rock|Ground|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|111|Rhyhorn|2|Rock|Ground|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|112|Rhydon|2|Rock|Ground|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|115|Kangaskhan|1|Normal|Normal|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|130|Gyarados|2|Water|Flying|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|131|Lapras|2|Water|Ice|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|134|Vaporeon|1|Water|Water|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|135|Jolteon|1|Electric|Electric|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|136|Flareon|1|Fire|Fire|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|142|Aerodactyl|2|Rock|Flying|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|144|Articuno|2|Ice|Flying|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|145|Zapdos|2|Electric|Flying|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|146|Moltres|2|Fire|Flying|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|149|Dragonite|2|Dragon|Flying|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|151|Mew|1|Psychic|Psychic|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|156|Quilava|1|Fire|Fire|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|157|Typhlosion|1|Fire|Fire|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|159|Croconaw|1|Water|Water|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|160|Feraligatr|1|Water|Water|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|208|Steelix|2|Steel|Ground|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|209|Snubbull|1|Fairy|Fairy|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|210|Granbull|1|Fairy|Fairy|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|216|Teddiursa|1|Normal|Normal|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|217|Ursaring|1|Normal|Normal|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|220|Swinub|2|Ice|Ground|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|221|Piloswine|2|Ice|Ground|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|227|Skarmory|2|Steel|Flying|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|228|Houndour|2|Dark|Fire|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|229|Houndoom|2|Dark|Fire|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|231|Phanpy|1|Ground|Ground|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|232|Donphan|1|Ground|Ground|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|234|Stantler|1|Normal|Normal|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|243|Raikou|1|Electric|Electric|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|244|Entei|1|Fire|Fire|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|245|Suicune|1|Water|Water|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|248|Tyranitar|2|Rock|Dark|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|249|Lugia|2|Psychic|Flying|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|250|Ho-Oh|2|Fire|Flying|no|yes|yes|yes|yes|yes}}
{{Moveentry/TM1|254|Sceptile|1|Grass|Grass|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|257|Blaziken|2|Fire|Fighting|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|260|Swampert|2|Water|Ground|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|261|Poochyena|1|Dark|Dark|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|262|Mightyena|1|Dark|Dark|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|264|Linoone|1|Normal|Normal|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|288|Vigoroth|1|Normal|Normal|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|289|Slaking|1|Normal|Normal|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|293|Whismur|1|Normal|Normal|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|294|Loudred|1|Normal|Normal|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|295|Exploud|1|Normal|Normal|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|304|Aron|2|Steel|Rock|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|305|Lairon|2|Steel|Rock|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|306|Aggron|2|Steel|Rock|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|309|Electrike|1|Electric|Electric|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|310|Manectric|1|Electric|Electric|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|319|Sharpedo|2|Water|Dark|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|320|Wailmer|1|Water|Water|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|321|Wailord|1|Water|Water|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|323|Camerupt|2|Fire|Ground|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|334|Altaria|2|Dragon|Flying|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|335|Zangoose|1|Normal|Normal|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|357|Tropius|2|Grass|Flying|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|364|Sealeo|2|Ice|Water|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|365|Walrein|2|Ice|Water|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|371|Bagon|1|Dragon|Dragon|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|372|Shelgon|1|Dragon|Dragon|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|373|Salamence|2|Dragon|Flying|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|380|Latias|2|Dragon|Psychic|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|381|Latios|2|Dragon|Psychic|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|382|Kyogre|1|Water|Water|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|383|Groudon|1|Ground|Ground|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|384|Rayquaza|2|Dragon|Flying|no|no|yes|yes|yes|yes}}
{{Moveentry/TM1|389|Torterra|2|Grass|Ground|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|392|Infernape|2|Fire|Fighting|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|395|Empoleon|2|Water|Steel|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|403|Shinx|1|Electric|Electric|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|404|Luxio|1|Electric|Electric|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|405|Luxray|1|Electric|Electric|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|408|Cranidos|1|Rock|Rock|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|409|Rampardos|1|Rock|Rock|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|410|Shieldon|2|Rock|Steel|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|411|Bastiodon|2|Rock|Steel|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|419|Floatzel|1|Water|Water|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|432|Purugly|1|Normal|Normal|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|434|Stunky|2|Poison|Dark|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|435|Skuntank|2|Poison|Dark|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|443|Gible|2|Dragon|Ground|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|444|Gabite|2|Dragon|Ground|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|445|Garchomp|2|Dragon|Ground|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|447|Riolu|1|Fighting|Fighting|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|448|Lucario|2|Fighting|Steel|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|449|Hippopotas|1|Ground|Ground|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|450|Hippowdon|1|Ground|Ground|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|452|Drapion|2|Poison|Dark|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|464|Rhyperior|2|Ground|Rock|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|470|Leafeon|1|Grass|Grass|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|471|Glaceon|1|Ice|Ice|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|473|Mamoswine|2|Ice|Ground|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|483|Dialga|2|Steel|Dragon|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|484|Palkia|2|Water|Dragon|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|485|Heatran|2|Fire|Steel|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|487|Giratina|2|Ghost|Dragon|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|493|Arceus|1|Normal|Normal|no|no|no|yes|yes|yes}}
{{Moveentry/TM1|498|Tepig|1|Fire|Fire|no|no|no|no|yes|yes}}
{{Moveentry/TM1|499|Pignite|2|Fire|Fighting|no|no|no|no|yes|yes}}
{{Moveentry/TM1|500|Emboar|2|Fire|Fighting|no|no|no|no|yes|yes}}
{{Moveentry/TM1|506|Lillipup|1|Normal|Normal|no|no|no|no|yes|yes}}
{{Moveentry/TM1|507|Herdier|1|Normal|Normal|no|no|no|no|yes|yes}}
{{Moveentry/TM1|508|Stoutland|1|Normal|Normal|no|no|no|no|yes|yes}}
{{Moveentry/TM1|551|Sandile|2|Ground|Dark|no|no|no|no|yes|yes}}
{{Moveentry/TM1|552|Krokorok|2|Ground|Dark|no|no|no|no|yes|yes}}
{{Moveentry/TM1|553|Krookodile|2|Ground|Dark|no|no|no|no|yes|yes}}
{{Moveentry/TM1|554|Darumaka|1|Fire|Fire|no|no|no|no|yes|yes}}
{{Moveentry/TM1|555|Darmanitan|1|Fire|Fire|no|no|no|no|yes|yes}}
{{Moveentry/TM1|559|Scraggy|2|Dark|Fighting|no|no|no|no|yes|yes}}
{{Moveentry/TM1|560|Scrafty|2|Dark|Fighting|no|no|no|no|yes|yes}}
{{Moveentry/TM1|566|Archen|2|Rock|Flying|no|no|no|no|yes|yes}}
{{Moveentry/TM1|567|Archeops|2|Rock|Flying|no|no|no|no|yes|yes}}
{{Moveentry/TM1|570|Zorua|1|Dark|Dark|no|no|no|no|yes|yes}}
{{Moveentry/TM1|571|Zoroark|1|Dark|Dark|no|no|no|no|yes|yes}}
{{Moveentry/TM1|604|Eelektross|1|Electric|Electric|no|no|no|no|yes|yes}}
{{Moveentry/TM1|610|Axew|1|Dragon|Dragon|no|no|no|no|yes|yes}}
{{Moveentry/TM1|611|Fraxure|1|Dragon|Dragon|no|no|no|no|yes|yes}}
{{Moveentry/TM1|612|Haxorus|1|Dragon|Dragon|no|no|no|no|yes|yes}}
{{Moveentry/TM1|614|Beartic|1|Ice|Ice|no|no|no|no|yes|yes}}
{{Moveentry/TM1|621|Druddigon|1|Dragon|Dragon|no|no|no|no|yes|yes}}
{{Moveentry/TM1|633|Deino|2|Dark|Dragon|no|no|no|no|yes|yes}}
{{Moveentry/TM1|634|Zweilous|2|Dark|Dragon|no|no|no|no|yes|yes}}
{{Moveentry/TM1|635|Hydreigon|2|Dark|Dragon|no|no|no|no|yes|yes}}
{{Moveentry/TM1|638|Cobalion|2|Steel|Fighting|no|no|no|no|yes|yes}}
{{Moveentry/TM1|639|Terrakion|2|Rock|Fighting|no|no|no|no|yes|yes}}
{{Moveentry/TM1|640|Virizion|2|Grass|Fighting|no|no|no|no|yes|yes}}
{{Moveentry/TM1|647|Keldeo|2|Water|Fighting|no|no|no|no|yes|yes}}
{{Moveentry/TM1|650|Chespin|1|Grass|Grass|no|no|no|no|no|yes}}
{{Moveentry/TM1|651|Quilladin|1|Grass|Grass|no|no|no|no|no|yes}}
{{Moveentry/TM1|652|Chesnaught|2|Grass|Fighting|no|no|no|no|no|yes}}
{{Moveentry/TM1|667|Litleo|2|Fire|Normal|no|no|no|no|no|yes}}
{{Moveentry/TM1|668|Pyroar|2|Fire|Normal|no|no|no|no|no|yes}}
{{Moveentry/TM1|672|Skiddo|1|Grass|Grass|no|no|no|no|no|yes}}
{{Moveentry/TM1|673|Gogoat|1|Grass|Grass|no|no|no|no|no|yes}}
{{Moveentry/TM1|674|Pancham|1|Fighting|Fighting|no|no|no|no|no|yes}}
{{Moveentry/TM1|675|Pangoro|2|Fighting|Dark|no|no|no|no|no|yes}}
{{Moveentry/TM1|676|Furfrou|1|Normal|Normal|no|no|no|no|no|yes}}
{{Moveentry/TM1|696|Tyrunt|2|Rock|Dragon|no|no|no|no|no|yes}}
{{Moveentry/TM1|697|Tyrantrum|2|Rock|Dragon|no|no|no|no|no|yes}}
{{Moveentry/TM1|698|Amaura|2|Rock|Ice|no|no|no|no|no|yes}}
{{Moveentry/TM1|699|Aurorus|2|Rock|Ice|no|no|no|no|no|yes}}
{{Moveentry/TM1|713|Avalugg|1|Ice|Ice|no|no|no|no|no|yes}}
{{Moveentry/TM1|716|Xerneas|1|Fairy|Fairy|no|no|no|no|no|yes}}
{{Moveentry/TM1|721|Volcanion|2|Fire|Water|no|no|no|no|no|yes}}
{{Movefooter|Normal|1}}


==In other games==
==In other games==
===[[Pokémon Mystery Dungeon series]]===
===[[Pokémon Mystery Dungeon series]]===
Roar blows away the opponent in front in a straight line, contrary to the direction it is facing. If it hits a wall, it takes 5 damage. If it hits another Pokémon, both Pokémon take 5 damage. If it falls to a space where it cannot stand, such as a sky or water tile, it will be randomly teleported elsewhere in the dungeon.
Roar targets the enemy in the front and blows them away by 10 tiles. If the enemy hits a wall, they will take 5 HP of damage; if they hit another Pokémon, they will both take 5 HP damage. A Pokémon that enters a tile they cannot walk on will be warped away. This move is affected by {{DL|Status condition (Mystery Dungeon)|Muzzled}} status condition. Being a sound-based move, the move is blocked by {{a|Soundproof}}.
 
{{MDMoveheader|type=normal}}
{{MDMoveRow|game=RB|pp=14|acc=100%|range=Front|target=Enemy|cuts=No}}
{{MDMoveRow|game=TDS|pp=14|acc=100%|range=Front|target=Enemy|cuts=No}}
{{MDMoveRow|game=BSL|pp=14|acc=100%|range=Front|target=Enemy|cuts=No}}
{{MDMoveRow|game=GTI|pp=17|ppmax=50|acc=100%|range=Front|target=Enemy|cuts=No}}
{{MDMoveRow|game=SMD|pp=17|ppmax=40|acc=100%|range=Front|target=Enemy|cuts=No}}
{{MDMovefoot|type=normal|RB=yes|TDS=yes|BSL=yes|GTI=yes|SMD=yes|RTDX=yes}}
 
==={{g|Rumble Rush}}===
In {{g|Rumble Rush}}, all [[status move]]s including Roar could only be used by opposing Pokémon and could not be obtained on any caught Pokémon. Roar could be seen as a move used by Boss {{p|Growlithe}} and {{p|Stoutland}}.
 
{{RumbleRushOtherAttack|move=Roar|type=Normal
|charge=0.78
|range=Arc (wide)
|target=Enemy
|effect=None}}
 
===[[Pokémon Masters EX]]===
{| class="roundy" style="margin:auto; background:#{{normal color}}; border:3px solid #{{normal color dark}}; text-align:center"
|- style="background: #{{normal color light}}"
! style="width: 50px"|Category
! style="width: 50px"|Move Gauge
! style="width: 50px"|MP
! style="width: 50px"|Base Power
! style="width: 50px"|Max Power
! style="width: 50px"|Accuracy
! style="width: 70px"|Target
! style="width: 50px"|Effect Tag
! style="width: 250px"|Description
|- style="background:#fff"
{{statustable|Status}}
|3
|—
|—
|—
|—%
|An opponent
|—
| Forces the target to switch out.
|- style="background:#fff"
|}
*Description prior to Version 2.10.0{{tt|*|from June 28, 2021}}: Forces the opponent's sync pair to switch out.


===Description===
===Description===
Line 306: Line 495:
{{movedescentry|{{gameabbrevmd|RB}}|Knocks the target flying. If the target hits a wall or another Pokémon, it sustains damage.}}
{{movedescentry|{{gameabbrevmd|RB}}|Knocks the target flying. If the target hits a wall or another Pokémon, it sustains damage.}}
{{movedescentry|{{gameabbrevmd|TDS}}|Sends the target flying. If the target hits a wall or another Pokémon, it sustains damage.}}
{{movedescentry|{{gameabbrevmd|TDS}}|Sends the target flying. If the target hits a wall or another Pokémon, it sustains damage.}}
{{movedescentry|{{gameabbrevmd|BSL}}|{{tt|てきポケモンを とおくに ふきとばす ふきとんださきで かべや ポケモンに あたると ダメージをうける|Sends the target flying. If the target hits a wall or another Pokémon, it sustains damage}}}}
{{movedescentry|{{gameabbrevmd|GTI}}|It blows away an enemy straight back. If the enemy crashes into a wall or a Pokémon, it takes damage.}}
{{movedescentry|{{gameabbrevmd|SMD}}|It blows an enemy away in a straight line. If the enemy crashes into a Pokémon or a wall, the enemy takes damage.}}
{{movedescentry|{{gameabbrevmd|RTDX}}|It blows an enemy away in a straight line. If the enemy crashes into any Pokémon or a wall, both Pokémon take damage.}}
|}
|}
|}{{left clear}}
|}{{left clear}}


==In the anime==
==In the anime==
{{moveanime|type=normal|exp=yes|gen=The user growls at another Pokémon, sending it back to its Poké Ball.|image1=Lenora Lillipup Roar.png|image1p=Lillipup|image2=Lenora Herdier Roar.png|image2p=Herdier|image3=Arcanine Roar.png|image3p=Arcanine|image4=Suicune Roar.png|image4p=Suicune}}
{{moveanime|type=normal|exp=yes|gen=The user roars at the opposing Pokémon, causing the opponent to flee the battle.|image1=Arcanine Roar.png|image1p=Arcanine|image2=Lenora Herdier Roar.png|image2p=Herdier|image3=Officer Jenny Growlithe Roar.png|image3p=Growlithe|image4=Suicune Roar.png|image4p=Suicune}}
{{movep|type=normal|ms=245|pkmn=Suicune|method=The horn on Suicune's head glows bright blue and it lets out a fierce roar, scaring the opponent and making it go back into its Poké Ball.}}
{{movep|type=normal|ms=245|pkmn=Suicune|method=The horn on Suicune's head glows bright blue and it lets out a fierce roar, scaring the opponent and making it go back into its Poké Ball.}}
{{movemid|type=normal|user=Recurring wild Pokémon in the anime|user1=A wild Suicune|startcode=EP227|startname=For Ho-Oh the Bells Toll!|notes=Debut}}
{{movemid|type=normal|user=Suicune (recurring)|startcode=EP227|startname=For Ho-Oh the Bells Toll!|notes=Debut}}
{{movep|type=normal|ms=244|pkmn=Entei|method=Entei growls and black waves come off its body, sending the opponent back to its Poké Ball.}}
{{movep|type=normal|ms=244|pkmn=Entei|method=Entei growls and black waves come off its body, sending the opponent back to its Poké Ball.}}
{{movemid|type=normal|user=Entei (Pokémon)|user1=A wild Entei|startcode=EP259|startname=Entei at your Own Risk}}
{{movemid|type=normal|user=Entei (Pokémon)|user1=A wild Entei|startcode=EP259|startname=Entei at Your Own Risk}}
{{movep|type=normal|ms=229|pkmn=Houndoom|method=Houndoom barks loudly at the opponent, causing the opponent to be scared and go back into its Poké Ball.}}
{{movep|type=normal|ms=229|pkmn=Houndoom|method=Houndoom barks loudly at the opponent, causing the opponent to be scared and go back into its Poké Ball.}}
{{movemid|type=normal|user=Team Magma Grunt (Trainer class)|user1=Team Magma Grunts' two Houndoom|startcode=AG002|startname=A Ruin with a View}}
{{movemid|type=normal|user=Team Magma Grunt (Trainer class)|user1=Team Magma Grunts' two Houndoom|startcode=AG002|startname=A Ruin with a View}}
{{movep|type=normal|ms=304|pkmn=Aron|method=Aron roars loudly, letting out a cyclone of sound waves from its mouth, causing rampaging Pokémon to calm down.}}
{{movep|type=normal|ms=304|pkmn=Aron|method=Aron roars loudly, letting out a cyclone of sound waves from its mouth, causing rampaging Pokémon to calm down.}}
{{movemid|type=normal|user=Steven Stone|user1=Steven's Aron|startcode=AG022|startname=A Hole Lotta Trouble}}
{{movemid|type=normal|user=Steven Stone (anime)|user1=Steven's Aron|startcode=AG022|startname=A Hole Lotta Trouble}}
{{movep|type=normal|ms=059|pkmn=Arcanine|method=Arcanine roars loudly, causing the opponent to be scared and go back into its Poké Ball.}}
{{movep|type=normal|ms=059|pkmn=Arcanine|method=Arcanine roars loudly, causing the opponent to be scared and go back into its Poké Ball.}}
{{movemid|type=normal|user=Arcanine (Pokémon)|user1=A wild Arcanine|startcode=AG139|startname=On Cloud Arcanine}}
{{movemid|type=normal|user=Arcanine (Pokémon)|user1=A wild Arcanine|startcode=AG139|startname=On Cloud Arcanine}}
{{movep|type=normal|ms=295|pkmn=Exploud|method=Exploud yells loudly and light blue circles come out of its mouth and at the opponent, causing it to become scared and run away. Sometimes, before it uses the attack, a flash of light blue light appears inside of Exploud's mouth.}}
{{movep|type=normal|ms=295|pkmn=Exploud|method=Exploud yells loudly and light blue circles come out of its mouth and at the opponent, causing it to become scared and run away. Sometimes, before it uses the attack, a flash of light blue light appears inside of Exploud's mouth.}}
{{movemid|type=normal|user=Exploud (Pokémon)|user1=A wild Exploud|startcode=PK17|startname=Pikachu's Island Adventure}}
{{movemid|type=normal|user=Exploud (Pokémon)|user1=A wild Exploud|startcode=PK17|startname=Pikachu's Island Adventure}}
{{movep|type=normal|ms=506|pkmn=Lillipup|method=Lillipup's body becomes outlined in a crimson aura and it yells loudly, releasing invisible shock waves from its mouth that expand outward. The yell has enough force to almost blow the opponent away. The opponent then goes back into its Poké Ball.}}
{{movep|type=normal|ms=506|pkmn=Lillipup|method=Lillipup's body becomes outlined in a crimson aura and it yells loudly, releasing invisible shock waves from its mouth that expand outward. The yell has enough force to almost blow the opponent away and causes them to go back into its Poké Ball. This can also force another Pokémon to be switched out in the recalled opponent's place.}}
{{movemid|type=normal|user=Lenora|user1=Lenora's Lillipup|startcode=BW015|startname=The Battle According to Lenora!}}
{{movemid|type=normal|user=Lenora|user1=Lenora's Lillipup|startcode=BW015|startname=The Battle According to Lenora!}}
{{movep|type=normal|ms=507|pkmn=Herdier|method=Herdier's body becomes outlined in red energy and it howls loudly, releasing invisible circles from its mouth that expand outward. The howl has enough force to almost blow away the opponent. The opponent then goes into its Poké Ball.}}
{{movep|type=normal|ms=507|pkmn=Herdier|method=Herdier's body becomes outlined in red energy and it howls loudly, releasing invisible circles from its mouth that expand outward. The howl has enough force to almost blow away the opponent and causes them to go into its Poké Ball. This can also force another Pokémon to be switched out in the recalled opponent's place.}}
{{movebtm|type=normal|user=Lenora|user1=Lenora's Herdier|startcode=BW016|startname=Rematch at the Nacrene Gym!}}
{{movemid|type=normal|user=Lenora|user1=Lenora's Herdier|startcode=BW016|startname=Rematch at the Nacrene Gym!}}
{{movep|type=normal|ms=058|pkmn=Growlithe|method=Growlithe roars, releasing powerful transparent soundwaves from its mouth and scaring the opponent away.}}
{{movebtm|type=normal|user=Officer Jenny's Growlithe|startcode=JN020|startname=Dreams Are Made of These!}}


==In the manga==
==In the manga==
===In the Pokémon Adventures manga===
===Pokémon Adventures===
{{movemanga|type=normal|exp=yes|gen=The user roars loudly. If the opponent has a will to fight, they become unable to move.|image1=Nana Roar.png|image1p=Mightyena|image2=Wattson Manectric Roar Adventures.png|image2p=Manectric|image3=Loudred Roar Adventures.png|image3p=Loudred|image4=Lenora Stoutland Roar Adventures.png|image4p=Stoutland}}
{{movemanga|type=normal|exp=yes|gen=The user roars loudly at the target, scaring it so much that it returns to its Poké Ball or loses its will to fight.|image1=Nana Roar.png|image1p=Mightyena|image2=Wattson Manectric Roar Adventures.png|image2p=Manectric|image3=Loudred Roar Adventures.png|image3p=Loudred|image4=Lenora Stoutland Roar Adventures.png|image4p=Stoutland}}
{{movep|type=normal|ms=262|pkmn=Mightyena|method=Mightyena lets out a loud yell.|notes=Debut}}
{{movep|type=normal|ms=053|pkmn=Persian|method=Persian roars at the opponent, making it lose its will to fight.}}
{{movemidManga|type=normal|user=Sham|user1=Sham's three Persian|startcode=PS163|startname=Bringing up Bellossom|notes=Debut}}
{{movep|type=normal|ms=229|pkmn=Houndoom|method=Houndoom roars at the opponent, making it lose its will to fight.}}
{{movemid|type=normal|user=Carl|user1=Carl's three Houndoom|startcode=PS163|startname=Bringing up Bellossom|notes=Debut}}
{{movep|type=normal|ms=262|pkmn=Mightyena|method=Mightyena lets out a loud roar.}}
{{movemid|type=normal|user=Nana|user1=Ruby's Nana|startcode=PS223|startname=I More Than Like You, Luvdisc I}}
{{movemid|type=normal|user=Nana|user1=Ruby's Nana|startcode=PS223|startname=I More Than Like You, Luvdisc I}}
{{movep|type=normal|ms=310|pkmn=Manectric|method=Manectric growls menacingly at the opponent, causing it to become scared and retreat back into its Poké Ball.}}
{{movep|type=normal|ms=310|pkmn=Manectric|method=Manectric roars savagely at the opponent, causing it to become scared and retreat back into its Poké Ball.}}
{{movemid|type=normal|user=Wattson's Manectric|startcode=PS246|startname=Can I Ninjask You a Question?}}
{{movemid|type=normal|user=Wattson's Manectric|startcode=PS246|startname=Can I Ninjask You a Question?}}
{{movep|type=normal|ms=294|pkmn=Loudred|method=Loudred yells loudly at the opponent, forcing it back into its Poké Ball.}}
{{movep|type=normal|ms=294|pkmn=Loudred|method=Loudred roars loudly at the opponent, forcing it back into its Poké Ball.}}
{{movemid|type=normal|user=Loudred (Pokémon)|user1=The Battle Factory's Loudred|startcode=PS427|startname=Uprooting Seedot}}
{{movemid|type=normal|user=Loudred (Pokémon)|user1=The Battle Factory's Loudred|startcode=PS427|startname=Uprooting Seedot}}
{{movep|type=normal|ms=508|pkmn=Stoutland|method=Stoutland releases a loud roar, frightening the opponent and knocking it back into its Poké Ball.}}
{{movep|type=normal|ms=508|pkmn=Stoutland|method=Stoutland releases a loud roar, frightening the opponent and knocking it back into its Poké Ball.}}
{{movebtmManga|type=normal|user=Lenora|user1=Lenora's Stoutland|startcode=PS473|startname=Battle at the Museum}}
{{movebtmManga|type=normal|user=Lenora|user1=Lenora's Stoutland|startcode=PS473|startname=Battle at the Museum}}
* [[Blaine]]'s {{p|Growlithe}} was revealed to know Roar on the official website, but he was never shown using the move.


==In other generations==
==In other generations==
===Core series games===
{{movegen
{{movegen
|type=Normal
|type=Normal
Line 348: Line 550:
|genIV=Roar IV
|genIV=Roar IV
}}
}}
{{Movegen
{{Movegen
|type=Normal
|type=Normal
|genV=Roar V
|genV=Roar V
|PMDRB=Roar PMD RB
|genVI=Roar VI
|genVII=Roar VII
|genVIII=Roar VIII
}}
}}


===Side series games===
{{Movegen
{{Movegen
|type=Normal
|type=Normal
Line 361: Line 565:
|Colo=Roar Colo
|Colo=Roar Colo
|XD=Roar XD
|XD=Roar XD
}}
{{Movegen
|type=Normal
|PBR=Roar PBR
}}
===Spin-off series games===
{{Movegen
|type=Normal
|PMDRB=Roar PMD RB
|PMDGTI=Roar PMD GTI
|PSMD=Roar PSMD
}}
}}


==Trivia==
==Trivia==
* Although the sound-based move mechanic was introduced in [[Generation III]], Roar is listed in move [[index number]] near other [[Generation I]] sound-based moves: {{m|Growl}}, {{m|Sing}}, and {{m|Supersonic}}.
* Although the sound-based move mechanic was introduced in [[Generation III]], Roar is listed in move [[index number]] near other [[Generation I]] sound-based moves: {{m|Growl}}, {{m|Sing}}, and {{m|Supersonic}}.
* In {{2v2|FireRed|LeafGreen}}, if Roar is used by a [[roaming Pokémon]], a {{DL|List of glitches (Generation III)|Roaming Roar bug|glitch}} will cause the Pokémon to disappear from the game altogether. In practice, this affects {{p|Raikou}} if the {{player}}'s [[first partner Pokémon]] was {{p|Squirtle}} and {{p|Entei}} if the first partner Pokémon was {{p|Bulbasaur}}. ({{p|Suicune}} is unaffected because it does not know Roar when found as a roaming Pokémon)


==In other languages==
==In other languages==
{{Langtable|color={{normal color}}|bordercolor={{normal color dark}}
{{Langtable|color={{normal color}}|bordercolor={{normal color dark}}
|zh_cmn=吼叫 ''{{tt|Hǒujiào|Roar}}''
|zh_yue=吼叫 ''{{tt|Hāaugiu|Roar}}'' {{tt|*|Games}}<br>咆哮 ''{{tt|Pàauhhāau|Roar}}'' {{tt|*|Pre-Gen VII Media}}
|zh_cmn=吼叫 ''{{tt|Hǒujiào|Roar}}'' {{tt|*|Games, later anime, Adventures}}<br>吠叫 ''{{tt|Fèijiào|Bark}}'' {{tt|*|Early anime}}
|cs=Řev <!--source: Czech version of The Official Pokémon Handbook-->
|da=Brøl<!--source: Danish version of The Official Pokémon Handbook-->
|da=Brøl<!--source: Danish version of The Official Pokémon Handbook-->
|nl=Brul
|nl=Brul
Line 375: Line 593:
|de=Brüller
|de=Brüller
|el=Βρυχηθμός
|el=Βρυχηθμός
|id=Raungan<br>{{tt|Menggonggong|Barking.}}
|id=Raungan<br>{{tt|Menggonggong|Barking}}
|it=Boato
|it=Boato
|ko=울부짖기 ''Ulbujitki''
|ko=울부짖기 ''{{tt|Ulbujitgi|Roaring}}''
|no=Brøl
|no=Brøl
|pl=Ryk
|pl=Ryk<!---{{tt|*|Black and White series onwards}}<br>Wrzask{{tt|*|Advanced}}--->
|pt_br=Rugido
|pt_br=Rugido (anime, TCG, manga, The Official Pokémon Handbook)<br>Rugir (The Official Pokémon Handbook)
|pt_eu=Rugido
|pt_eu=Rugido
|sr=Rikanje
|sr=Rikanje
|es=Rugido
|es=Rugido
|tr=Kükreme}}
|tr=Kükreme
|vi=Rống
}}
{{-}}
{{-}}
{{Roar}}
{{Roar}}
Line 392: Line 612:
{{Generation V TMs}}
{{Generation V TMs}}
{{Generation VI TMs}}
{{Generation VI TMs}}
{{Generation VII TMs}}
{{Generation VIII TMs}}
{{Generation IX TMs}}
{{-}}
{{-}}
{{Project Moves and Abilities notice}}
{{Project Moves and Abilities notice}}
Line 397: Line 620:
[[Category:Decreased priority moves]]
[[Category:Decreased priority moves]]
[[Category:Moves that cannot miss]]
[[Category:Moves that cannot miss]]
[[Category:Moves that switch the target out]]
[[Category:Moves in Pokémon: Let's Go, Pikachu! and Let's Go, Eevee!]]
[[Category:Moves usable in Pokémon Sword and Shield]]
[[Category:Moves usable in Pokémon Scarlet and Violet]]
[[Category:Moves that require use of mouth]]


[[de:Brüller]]
[[de:Brüller]]
[[es:Rugido]]
[[fr:Hurlement]]
[[fr:Hurlement]]
[[it:Boato (mossa)]]
[[it:Boato]]
[[ja:ほえる]]
[[ja:ほえる]]
[[pl:Roar]]
[[zh:吼叫(招式)]]
[[zh:吼叫(招式)]]

Latest revision as of 21:19, 10 March 2024

Roar
ほえる Roar
Roar IX.png
[[File:|300pxpx|center]]
Type  Normal
Category  Status
PP  20 (max. 32)
Power  —
Accuracy  %
Priority  -6*
Target
Foe Foe Foe
Self Ally Ally
May affect anyone adjacent to the user
Availability
Introduced  Generation I
Condition  Cool
Appeal  3 ♥♥♥
Jam  0  
Scrambles the order of appeals on the next turn.
Condition  Cool
Appeal  2 ♥♥
Prevents the Voltage from going down in the same turn.
Condition  Cool
Appeal  3 ♥♥♥
Jamming  0  
Causes the user to move later on the next turn.

Roar (Japanese: ほえる Roar) is a non-damaging Normal-type move introduced in Generation I. It was TM05 from Generation II to Pokémon Ultra Sun and Ultra Moon as well as in Pokémon Brilliant Diamond and Shining Pearl, and is TM172 in Generation IX.

Effect

Generation I

If Roar is successfully used in a wild Pokémon battle by either Pokémon, the battle will automatically end. In a Trainer battle, Roar has no effect. Roar has 100% accuracy and normal priority.

If the user's level is less than the target's level, there is a chance that Roar will fail, between approximately 10% and 25%, depending on the levels of the two Pokémon. The chance of failure typically increases the higher the target's level is than the user's. Specifically, the chance of failure is the following.

Generation II

When in a Trainer battle, Roar will now force the target to switch with a randomly chosen Pokémon from its Trainer's party. If there is no Pokémon for the target to switch with, Roar will fail. Roar now has a priority of -1.

Roar's chance to fail does not apply to Trainer battles. However, in Trainer battles, Roar will always fail if used before the opponent has made its move. If the player uses Roar against the Red Gyarados or to try escaping from the forced wild Pokémon encounters at Team Rocket HQ, the move will always fail.

Generations III and IV

Roar now has a priority of -6.

Roar is now a sound-based move. Roar fails when used against Pokémon with Soundproof (due to being a sound-based move) or against a Pokémon with Suction Cups or rooted by Ingrain. It no longer fails if it is not used last.

The chance of failure if the user's level is less than the target's is now calculated slightly differently. Specifically, for a random integer X between 0 and 255, Roar fails if the following relation is true:

The chance of failure can be approximated by the following formula. However, this approximation may diverge moderately from the true probability for low user and target levels.

Generation V

In wild Pokémon battles, Roar will now always fail if the user's level is less than the target's. In Trainer battles, Roar will now succeed if it hits, regardless of either Pokémon's level.

Roar is now reflected by Magic Coat and Magic Bounce.

If a battle with wild Pokémon ever involves more than one Pokémon on each side of the battle, Roar will fail if used by the player's Pokémon against a wild Pokémon, but if a wild Pokémon uses it against the player, it will force the target to switch with another Pokémon in the Trainer's party, regardless of the target's level.

Generation VI onwards

Roar now bypasses accuracy checks to always hit, unless the target is in the semi-invulnerable turn of a move (such as Dig or Fly). Roar can now hit a target even if it has used Protect, Detect, or Spiky Shield, but will fail if the target is protected by Crafty Shield.

Roar can be used as part of a Contest Spectacular combination, with the user gaining extra three appeal points if any of the moves Spikes, Stealth Rock, or Toxic Spikes was used in the prior turn.

If used by the player's Pokémon in an SOS Battle, Roar will fail.

If powered up by a Normalium Z into Z-Roar, the user's Defense stat rises by one stage. Throat Chop cannot prevent a Pokémon from using Z-Roar.

Roar fails when used on a Dynamax or Gigantamax Pokémon.

Description

Games Description
Stad A terrifying roar that drives wild Pokémon away. It is useful only in the wild.
Stad2 A terrifying roar that drives the target away. The opposing trainer must use a new Pokémon.
GSC Scares wild foes to end battle.
RSE Makes the foe flee to end the battle.*
A savage roar that makes the foe flee to end the battle.*
Colo.XD Causes the target to flee and switch out of battle.*
A savage roar that swaps the target out of battle.*
FRLG The foe is made to switch out with an ally. In the wild, the battle ends.
DPPtHGSS The foe is scared off, to be replaced by another Pokémon in its party. In the wild, the battle ends.
PBR The foe is scared off and replaced by another Pokémon in its party.*
The foe is scared off, to be replaced by another Pokémon in its party. In the wild, the battle ends.*
BW The target is scared off and replaced by another Pokémon in its party. In the wild, the battle ends.
B2W2 The target is scared off and switched. In the wild, a battle against a single Pokémon ends.
XYORAS The target is scared off and a different Pokémon is dragged out. In the wild, this ends a battle against a single Pokémon.
SMUSUM
SwShBDSPLA
SV
The target is scared off, and a different Pokémon is dragged out. In the wild, this ends a battle against a single Pokémon.
PE The target is scared off, and a different Pokémon is dragged out.


Learnset

By leveling up

# Pokémon Types Egg Groups Level
0037 Vulpix FireIC Big.png Field Field 21 13 9 7 7 7 7 28
0037 Vulpix
Vulpix
Alolan Form
IceIC Big.png Field Field 7 28
0038 Ninetales FireIC Big.png Field Field 1
0058 Growlithe FireIC Big.png Field Field 1 1 1 1 1 1 1 1 44 44 44
0058 Growlithe
Growlithe
Hisuian Form
FireIC Big.png
RockIC Big.png
Field Field 44
0059 Arcanine FireIC Big.png Field Field 1 1 1 1 1 1 1 1 1 1 1
0059 Arcanine
Arcanine
Hisuian Form
FireIC Big.png
RockIC Big.png
Field Field 1
0142 Aerodactyl RockIC Big.png
FlyingIC Big.png
Flying Flying 9 9 9 9 7 25 25
0209 Snubbull FairyIC Big.png Field Fairy 26 26 25 25 25 25 25 25
0210 Granbull FairyIC Big.png Field Fairy 28 28 27 27 27 27 27 27
0228 Houndour DarkIC Big.png
FireIC Big.png
Field Field 7 19 14 13 13 13 13 13
0229 Houndoom DarkIC Big.png
FireIC Big.png
Field Field 7 19 14 13 13 13 13 13
0243 Raikou ElectricIC Big.png No Eggs Discovered No Eggs Discovered 21 21 15 15 15 15 24 24 24
0244 Entei FireIC Big.png No Eggs Discovered No Eggs Discovered 21 21 15 15 15 15 24 24 24
0245 Suicune WaterIC Big.png No Eggs Discovered No Eggs Discovered 21GS 24 24 24
0261 Poochyena DarkIC Big.png Field Field 21 21 21 21XY
16ORAS
16 16 16
0262 Mightyena DarkIC Big.png Field Field 22 22 22 22XY
16ORAS
16 16 16
0293 Whismur NormalIC Big.png Monster Field 35 35 35 35XY
29ORAS
29 25 25
0294 Loudred NormalIC Big.png Monster Field 43 43 43 43XY
32ORAS
32 29 29
0295 Exploud NormalIC Big.png Monster Field 45 45 45 45XY
32ORAS
32 29 29
0304 Aron SteelIC Big.png
RockIC Big.png
Monster Monster 21 22 22BW
18B2W2
18XY
19ORAS
19 12 12
0305 Lairon SteelIC Big.png
RockIC Big.png
Monster Monster 21 22 22BW
18B2W2
18XY
19ORAS
19 12 12
0306 Aggron SteelIC Big.png
RockIC Big.png
Monster Monster 21 22 22BW
18B2W2
18XY
19ORAS
19 12 12
0309 Electrike ElectricIC Big.png Field Field 28 36 36 36XY
34ORAS
34 28 28
0310 Manectric ElectricIC Big.png Field Field 31 42 42 42XY
36ORAS
36 30 30
0403 Shinx ElectricIC Big.png Field Field 21 21 21 21 20 20 20
0404 Luxio ElectricIC Big.png Field Field 23 23 23 23 24 24 24
0405 Luxray ElectricIC Big.png Field Field 23 23 23 23 24 24 24
0449 Hippopotas GroundIC Big.png Field Field 32 32 32
0450 Hippowdon GroundIC Big.png Field Field 32 32 32
0498 Tepig FireIC Big.png Field Field 39 39 39 39
0499 Pignite FireIC Big.png
FightingIC Big.png
Field Field 47 47 47 47
0500 Emboar FireIC Big.png
FightingIC Big.png
Field Field 55 55 55 55
0506 Lillipup NormalIC Big.png Field Field 26 26 26 40
0507 Herdier NormalIC Big.png Field Field 29 29 29 54
0508 Stoutland NormalIC Big.png Field Field 29 29 29 62
0633 Deino DarkIC Big.png
DragonIC Big.png
Dragon Dragon 20 20 20 12 12
0634 Zweilous DarkIC Big.png
DragonIC Big.png
Dragon Dragon 20 20 20 12 12
0635 Hydreigon DarkIC Big.png
DragonIC Big.png
Dragon Dragon 20 20 20 12 12
0696 Tyrunt RockIC Big.png
DragonIC Big.png
Monster Dragon 6 6 4
0697 Tyrantrum RockIC Big.png
DragonIC Big.png
Monster Dragon 6 1, 6 1
0725 Litten FireIC Big.png Field Field 18 9 9
0726 Torracat FireIC Big.png Field Field 19 9 9
0727 Incineroar FireIC Big.png
DarkIC Big.png
Field Field 19 9 9
0744 Rockruff RockIC Big.png Field Field 26 28 28
0745 Lycanroc
Lycanroc
Midday Form
RockIC Big.png Field Field 26 30 30
0745 Lycanroc
Lycanroc
Midnight Form
RockIC Big.png Field Field 26 30 30
0745 Lycanroc
Lycanroc
Dusk Form
RockIC Big.png Field Field 26USUM 30 30
0835 Yamper ElectricIC Big.png Field Field 15
0836 Boltund ElectricIC Big.png Field Field 15
0909 Fuecoco FireIC Big.png Field Field 25
0910 Crocalor FireIC Big.png Field Field 28
0911 Skeledirge FireIC Big.png
GhostIC Big.png
Field Field 28
0926 Fidough FairyIC Big.png Field Mineral 30
0927 Dachsbun FairyIC Big.png Field Mineral 33
0942 Maschiff DarkIC Big.png Field Field 18
0943 Mabosstiff DarkIC Big.png Field Field 18
0971 Greavard GhostIC Big.png Field Field 9
0972 Houndstone GhostIC Big.png Field Field 9
0993 Iron Jugulis DarkIC Big.png
FlyingIC Big.png
No Eggs Discovered No Eggs Discovered 7
Bold indicates a Pokémon gains STAB from this move.
Italics indicates a Pokémon whose evolution or alternate form receives STAB from this move.
A dash (−) indicates a Pokémon cannot learn the move by the designated method.
An empty cell indicates a Pokémon that is unavailable in that game/generation.


By TM

# Pokémon Types Egg Groups Compatibility
TM05
0002 Ivysaur GrassIC Big.png
PoisonIC Big.png
Monster Grass
0003 Venusaur GrassIC Big.png
PoisonIC Big.png
Monster Grass
0004 Charmander FireIC Big.png Monster Dragon
0005 Charmeleon FireIC Big.png Monster Dragon
0006 Charizard FireIC Big.png
FlyingIC Big.png
Monster Dragon
0009 Blastoise WaterIC Big.png Monster Water 1
0020 Raticate NormalIC Big.png Field Field
0020 Raticate
Raticate
Alolan Form
DarkIC Big.png
NormalIC Big.png
Field Field
0031 Nidoqueen PoisonIC Big.png
GroundIC Big.png
No Eggs Discovered No Eggs Discovered
0034 Nidoking PoisonIC Big.png
GroundIC Big.png
Monster Field
0037 Vulpix FireIC Big.png Field Field
0037 Vulpix
Vulpix
Alolan Form
IceIC Big.png Field Field
0038 Ninetales FireIC Big.png Field Field
0038 Ninetales
Ninetales
Alolan Form
IceIC Big.png
FairyIC Big.png
Field Field
0053 Persian NormalIC Big.png Field Field
0053 Persian
Persian
Alolan Form
DarkIC Big.png Field Field
0058 Growlithe FireIC Big.png Field Field
0058 Growlithe
Growlithe
Hisuian Form
FireIC Big.png
RockIC Big.png
Field Field
0059 Arcanine FireIC Big.png Field Field
0059 Arcanine
Arcanine
Hisuian Form
FireIC Big.png
RockIC Big.png
Field Field
0076 Golem RockIC Big.png
GroundIC Big.png
Mineral Mineral
0076 Golem
Golem
Alolan Form
RockIC Big.png
ElectricIC Big.png
Mineral Mineral
0095 Onix RockIC Big.png
GroundIC Big.png
Mineral Mineral
0111 Rhyhorn GroundIC Big.png
RockIC Big.png
Monster Field
0112 Rhydon GroundIC Big.png
RockIC Big.png
Monster Field
0115 Kangaskhan NormalIC Big.png Monster Monster
0126 Magmar FireIC Big.png Human-Like Human-Like
0130 Gyarados WaterIC Big.png
FlyingIC Big.png
Water 2 Dragon
0131 Lapras WaterIC Big.png
IceIC Big.png
Monster Water 1
0133 Eevee NormalIC Big.png Field Field
0134 Vaporeon WaterIC Big.png Field Field
0135 Jolteon ElectricIC Big.png Field Field
0136 Flareon FireIC Big.png Field Field
0142 Aerodactyl RockIC Big.png
FlyingIC Big.png
Flying Flying
0144 Articuno IceIC Big.png
FlyingIC Big.png
No Eggs Discovered No Eggs Discovered
0145 Zapdos ElectricIC Big.png
FlyingIC Big.png
No Eggs Discovered No Eggs Discovered
0146 Moltres FireIC Big.png
FlyingIC Big.png
No Eggs Discovered No Eggs Discovered
0149 Dragonite DragonIC Big.png
FlyingIC Big.png
Water 1 Dragon
0151 Mew PsychicIC Big.png No Eggs Discovered No Eggs Discovered
0155 Cyndaquil FireIC Big.png Field Field
0156 Quilava FireIC Big.png Field Field
0157 Typhlosion FireIC Big.png Field Field
0157 Typhlosion
Typhlosion
Hisuian Form
FireIC Big.png
GhostIC Big.png
Field Field
0159 Croconaw WaterIC Big.png Monster Water 1
0160 Feraligatr WaterIC Big.png Monster Water 1
0180 Flaaffy ElectricIC Big.png Monster Field
0181 Ampharos ElectricIC Big.png Monster Field
0196 Espeon PsychicIC Big.png Field Field
0197 Umbreon DarkIC Big.png Field Field
0208 Steelix SteelIC Big.png
GroundIC Big.png
Mineral Mineral
0209 Snubbull FairyIC Big.png Field Fairy
0210 Granbull FairyIC Big.png Field Fairy
0216 Teddiursa NormalIC Big.png Field Field
0217 Ursaring NormalIC Big.png Field Field
0220 Swinub IceIC Big.png
GroundIC Big.png
Field Field
0221 Piloswine IceIC Big.png
GroundIC Big.png
Field Field
0227 Skarmory SteelIC Big.png
FlyingIC Big.png
Flying Flying
0228 Houndour DarkIC Big.png
FireIC Big.png
Field Field
0229 Houndoom DarkIC Big.png
FireIC Big.png
Field Field
0231 Phanpy GroundIC Big.png Field Field
0232 Donphan GroundIC Big.png Field Field
0234 Stantler NormalIC Big.png Field Field
0243 Raikou ElectricIC Big.png No Eggs Discovered No Eggs Discovered
0244 Entei FireIC Big.png No Eggs Discovered No Eggs Discovered
0245 Suicune WaterIC Big.png No Eggs Discovered No Eggs Discovered
0248 Tyranitar RockIC Big.png
DarkIC Big.png
Monster Monster
0249 Lugia PsychicIC Big.png
FlyingIC Big.png
No Eggs Discovered No Eggs Discovered
0250 Ho-Oh FireIC Big.png
FlyingIC Big.png
No Eggs Discovered No Eggs Discovered
0254 Sceptile GrassIC Big.png Monster Dragon
0257 Blaziken FireIC Big.png
FightingIC Big.png
Field Field
0258 Mudkip WaterIC Big.png Monster Water 1
0259 Marshtomp WaterIC Big.png
GroundIC Big.png
Monster Water 1
0260 Swampert WaterIC Big.png
GroundIC Big.png
Monster Water 1
0261 Poochyena DarkIC Big.png Field Field
0262 Mightyena DarkIC Big.png Field Field
0264 Linoone NormalIC Big.png Field Field
0288 Vigoroth NormalIC Big.png Field Field
0289 Slaking NormalIC Big.png Field Field
0293 Whismur NormalIC Big.png Monster Field
0294 Loudred NormalIC Big.png Monster Field
0295 Exploud NormalIC Big.png Monster Field
0304 Aron SteelIC Big.png
RockIC Big.png
Monster Monster
0305 Lairon SteelIC Big.png
RockIC Big.png
Monster Monster
0306 Aggron SteelIC Big.png
RockIC Big.png
Monster Monster
0309 Electrike ElectricIC Big.png Field Field
0310 Manectric ElectricIC Big.png Field Field
0319 Sharpedo WaterIC Big.png
DarkIC Big.png
Water 2 Water 2
0320 Wailmer WaterIC Big.png Field Water 2
0321 Wailord WaterIC Big.png Field Water 2
0322 Numel FireIC Big.png
GroundIC Big.png
Field Field
0323 Camerupt FireIC Big.png
GroundIC Big.png
Field Field
0334 Altaria DragonIC Big.png
FlyingIC Big.png
Flying Dragon
0335 Zangoose NormalIC Big.png Field Field
0357 Tropius GrassIC Big.png
FlyingIC Big.png
Monster Grass
0364 Sealeo IceIC Big.png
WaterIC Big.png
Water 1 Field
0365 Walrein IceIC Big.png
WaterIC Big.png
Water 1 Field
0371 Bagon DragonIC Big.png Dragon Dragon
0372 Shelgon DragonIC Big.png Dragon Dragon
0373 Salamence DragonIC Big.png
FlyingIC Big.png
Dragon Dragon
0380 Latias DragonIC Big.png
PsychicIC Big.png
No Eggs Discovered No Eggs Discovered
0381 Latios DragonIC Big.png
PsychicIC Big.png
No Eggs Discovered No Eggs Discovered
0382 Kyogre WaterIC Big.png No Eggs Discovered No Eggs Discovered
0383 Groudon GroundIC Big.png No Eggs Discovered No Eggs Discovered
0384 Rayquaza DragonIC Big.png
FlyingIC Big.png
No Eggs Discovered No Eggs Discovered
0387 Turtwig GrassIC Big.png Monster Grass
0388 Grotle GrassIC Big.png Monster Grass
0389 Torterra GrassIC Big.png
GroundIC Big.png
Monster Grass
0392 Infernape FireIC Big.png
FightingIC Big.png
Field Human-Like
0395 Empoleon WaterIC Big.png
SteelIC Big.png
Water 1 Field
0403 Shinx ElectricIC Big.png Field Field
0404 Luxio ElectricIC Big.png Field Field
0405 Luxray ElectricIC Big.png Field Field
0408 Cranidos RockIC Big.png Monster Monster
0409 Rampardos RockIC Big.png Monster Monster
0410 Shieldon RockIC Big.png
SteelIC Big.png
Monster Monster
0411 Bastiodon RockIC Big.png
SteelIC Big.png
Monster Monster
0418 Buizel WaterIC Big.png Water 1 Field
0419 Floatzel WaterIC Big.png Water 1 Field
0432 Purugly NormalIC Big.png Field Field
0434 Stunky PoisonIC Big.png
DarkIC Big.png
Field Field
0435 Skuntank PoisonIC Big.png
DarkIC Big.png
Field Field
0443 Gible DragonIC Big.png
GroundIC Big.png
Monster Dragon
0444 Gabite DragonIC Big.png
GroundIC Big.png
Monster Dragon
0445 Garchomp DragonIC Big.png
GroundIC Big.png
Monster Dragon
0447 Riolu FightingIC Big.png No Eggs Discovered No Eggs Discovered
0448 Lucario FightingIC Big.png
SteelIC Big.png
Field Human-Like
0449 Hippopotas GroundIC Big.png Field Field
0450 Hippowdon GroundIC Big.png Field Field
0452 Drapion PoisonIC Big.png
DarkIC Big.png
Bug Water 3
0464 Rhyperior GroundIC Big.png
RockIC Big.png
Monster Field
0467 Magmortar FireIC Big.png Human-Like Human-Like
0470 Leafeon GrassIC Big.png Field Field
0471 Glaceon IceIC Big.png Field Field
0473 Mamoswine IceIC Big.png
GroundIC Big.png
Field Field
0483 Dialga
Dialga
All available forms
SteelIC Big.png
DragonIC Big.png
No Eggs Discovered No Eggs Discovered
0484 Palkia
Palkia
All available forms
WaterIC Big.png
DragonIC Big.png
No Eggs Discovered No Eggs Discovered
0485 Heatran FireIC Big.png
SteelIC Big.png
No Eggs Discovered No Eggs Discovered
0487 Giratina
Giratina
All available forms
GhostIC Big.png
DragonIC Big.png
No Eggs Discovered No Eggs Discovered
0493 Arceus
Arceus
All available forms
NormalIC Big.png No Eggs Discovered No Eggs Discovered
0498 Tepig FireIC Big.png Field Field
0499 Pignite FireIC Big.png
FightingIC Big.png
Field Field
0500 Emboar FireIC Big.png
FightingIC Big.png
Field Field
0506 Lillipup NormalIC Big.png Field Field
0507 Herdier NormalIC Big.png Field Field
0508 Stoutland NormalIC Big.png Field Field
0523 Zebstrika ElectricIC Big.png Field Field
0551 Sandile GroundIC Big.png
DarkIC Big.png
Field Field
0552 Krokorok GroundIC Big.png
DarkIC Big.png
Field Field
0553 Krookodile GroundIC Big.png
DarkIC Big.png
Field Field
0554 Darumaka FireIC Big.png Field Field
0555 Darmanitan FireIC Big.png Field Field
0559 Scraggy DarkIC Big.png
FightingIC Big.png
Field Dragon
0560 Scrafty DarkIC Big.png
FightingIC Big.png
Field Dragon
0566 Archen RockIC Big.png
FlyingIC Big.png
Flying Water 3
0567 Archeops RockIC Big.png
FlyingIC Big.png
Flying Water 3
0570 Zorua DarkIC Big.png Field Field
0570 Zorua
Zorua
Hisuian Form
NormalIC Big.png
GhostIC Big.png
Field Field
0571 Zoroark DarkIC Big.png Field Field
0571 Zoroark
Zoroark
Hisuian Form
NormalIC Big.png
GhostIC Big.png
Field Field
0604 Eelektross ElectricIC Big.png Amorphous Amorphous
0610 Axew DragonIC Big.png Monster Dragon
0611 Fraxure DragonIC Big.png Monster Dragon
0612 Haxorus DragonIC Big.png Monster Dragon
0614 Beartic IceIC Big.png Field Field
0621 Druddigon DragonIC Big.png Dragon Monster
0633 Deino DarkIC Big.png
DragonIC Big.png
Dragon Dragon
0634 Zweilous DarkIC Big.png
DragonIC Big.png
Dragon Dragon
0635 Hydreigon DarkIC Big.png
DragonIC Big.png
Dragon Dragon
0638 Cobalion SteelIC Big.png
FightingIC Big.png
No Eggs Discovered No Eggs Discovered
0639 Terrakion RockIC Big.png
FightingIC Big.png
No Eggs Discovered No Eggs Discovered
0640 Virizion GrassIC Big.png
FightingIC Big.png
No Eggs Discovered No Eggs Discovered
0643 Reshiram DragonIC Big.png
FireIC Big.png
No Eggs Discovered No Eggs Discovered
0644 Zekrom DragonIC Big.png
ElectricIC Big.png
No Eggs Discovered No Eggs Discovered
0646 Kyurem
Kyurem
All forms
DragonIC Big.png
IceIC Big.png
No Eggs Discovered No Eggs Discovered
0647 Keldeo
Keldeo
All available forms
WaterIC Big.png
FightingIC Big.png
No Eggs Discovered No Eggs Discovered
0650 Chespin GrassIC Big.png Field Field
0651 Quilladin GrassIC Big.png Field Field
0652 Chesnaught GrassIC Big.png
FightingIC Big.png
Field Field
0667 Litleo FireIC Big.png
NormalIC Big.png
Field Field
0668 Pyroar
Pyroar
All forms
FireIC Big.png
NormalIC Big.png
Field Field
0672 Skiddo GrassIC Big.png Field Field
0673 Gogoat GrassIC Big.png Field Field
0674 Pancham FightingIC Big.png Field Human-Like
0675 Pangoro FightingIC Big.png
DarkIC Big.png
Field Human-Like
0676 Furfrou
Furfrou
All forms
NormalIC Big.png Field Field
0696 Tyrunt RockIC Big.png
DragonIC Big.png
Monster Dragon
0697 Tyrantrum RockIC Big.png
DragonIC Big.png
Monster Dragon
0698 Amaura RockIC Big.png
IceIC Big.png
Monster Monster
0699 Aurorus RockIC Big.png
IceIC Big.png
Monster Monster
0700 Sylveon FairyIC Big.png Field Field
0713 Avalugg IceIC Big.png Monster Mineral
0716 Xerneas FairyIC Big.png No Eggs Discovered No Eggs Discovered
0721 Volcanion FireIC Big.png
WaterIC Big.png
No Eggs Discovered No Eggs Discovered
0725 Litten FireIC Big.png Field Field
0726 Torracat FireIC Big.png Field Field
0727 Incineroar FireIC Big.png
DarkIC Big.png
Field Field
0735 Gumshoos NormalIC Big.png Field Field
0744 Rockruff RockIC Big.png Field Field
0745 Lycanroc
Lycanroc
Midday Form
RockIC Big.png Field Field
0745 Lycanroc
Lycanroc
Midnight Form
RockIC Big.png Field Field
0745 Lycanroc
Lycanroc
Dusk Form
RockIC Big.png Field Field USUM
0749 Mudbray GroundIC Big.png Field Field
0750 Mudsdale GroundIC Big.png Field Field
0759 Stufful NormalIC Big.png
FightingIC Big.png
Field Field
0760 Bewear NormalIC Big.png
FightingIC Big.png
Field Field
0772 Type: Null NormalIC Big.png No Eggs Discovered No Eggs Discovered
0773 Silvally
Silvally
All forms
NormalIC Big.png No Eggs Discovered No Eggs Discovered
0776 Turtonator FireIC Big.png
DragonIC Big.png
Monster Dragon
0780 Drampa NormalIC Big.png
DragonIC Big.png
Monster Dragon
0782 Jangmo-o DragonIC Big.png Dragon Dragon
0783 Hakamo-o DragonIC Big.png
FightingIC Big.png
Dragon Dragon
0784 Kommo-o DragonIC Big.png
FightingIC Big.png
Dragon Dragon
0785 Tapu Koko ElectricIC Big.png
FairyIC Big.png
No Eggs Discovered No Eggs Discovered
0787 Tapu Bulu GrassIC Big.png
FairyIC Big.png
No Eggs Discovered No Eggs Discovered
0791 Solgaleo PsychicIC Big.png
SteelIC Big.png
No Eggs Discovered No Eggs Discovered
0792 Lunala PsychicIC Big.png
GhostIC Big.png
No Eggs Discovered No Eggs Discovered
0884 Duraludon SteelIC Big.png
DragonIC Big.png
Mineral Dragon
0889 Zamazenta
Zamazenta
All forms
FightingIC Big.png No Eggs Discovered No Eggs Discovered
0892 Urshifu
Urshifu
Single Strike Style
FightingIC Big.png
DarkIC Big.png
No Eggs Discovered No Eggs Discovered
0893 Zarude
Zarude
All forms
DarkIC Big.png
GrassIC Big.png
No Eggs Discovered No Eggs Discovered
0896 Glastrier IceIC Big.png No Eggs Discovered No Eggs Discovered
0898 Calyrex
Calyrex
Ice Rider
PsychicIC Big.png
IceIC Big.png
No Eggs Discovered No Eggs Discovered
0899 Wyrdeer NormalIC Big.png
PsychicIC Big.png
Field Field
0901 Ursaluna GroundIC Big.png
NormalIC Big.png
Field Field
0901 Ursaluna
Ursaluna
Bloodmoon
GroundIC Big.png
NormalIC Big.png
Field Field
0909 Fuecoco FireIC Big.png Field Field
0910 Crocalor FireIC Big.png Field Field
0911 Skeledirge FireIC Big.png
GhostIC Big.png
Field Field
0926 Fidough FairyIC Big.png Field Mineral
0927 Dachsbun FairyIC Big.png Field Mineral
0942 Maschiff DarkIC Big.png Field Field
0943 Mabosstiff DarkIC Big.png Field Field
0971 Greavard GhostIC Big.png Field Field
0972 Houndstone GhostIC Big.png Field Field
0981 Farigiraf NormalIC Big.png
PsychicIC Big.png
Field Field
0984 Great Tusk GroundIC Big.png
FightingIC Big.png
No Eggs Discovered No Eggs Discovered
0985 Scream Tail FairyIC Big.png
PsychicIC Big.png
No Eggs Discovered No Eggs Discovered
0993 Iron Jugulis DarkIC Big.png
FlyingIC Big.png
No Eggs Discovered No Eggs Discovered
1005 Roaring Moon DragonIC Big.png
DarkIC Big.png
No Eggs Discovered No Eggs Discovered
1007 Koraidon FightingIC Big.png
DragonIC Big.png
No Eggs Discovered No Eggs Discovered
1009 Walking Wake WaterIC Big.png
DragonIC Big.png
No Eggs Discovered No Eggs Discovered
1014 Okidogi PoisonIC Big.png
FightingIC Big.png
No Eggs Discovered No Eggs Discovered
1018 Archaludon SteelIC Big.png
DragonIC Big.png
Mineral Dragon
1020 Gouging Fire FireIC Big.png
DragonIC Big.png
No Eggs Discovered No Eggs Discovered
1021 Raging Bolt ElectricIC Big.png
DragonIC Big.png
No Eggs Discovered No Eggs Discovered
1024 Terapagos NormalIC Big.png No Eggs Discovered No Eggs Discovered
Bold indicates a Pokémon gains STAB from this move.
Italics indicates a Pokémon whose evolution or alternate form receives STAB from this move.
A dash (−) indicates a Pokémon cannot learn the move by the designated method.
An empty cell indicates a Pokémon that is unavailable in that game/generation.


By breeding

# Pokémon Types Egg Groups Egg Move
0037 Vulpix FireIC Big.png Field Field
0037 Vulpix
Vulpix
Alolan Form
IceIC Big.png Field Field
0335 Zangoose NormalIC Big.png Field Field
0749 Mudbray GroundIC Big.png Field Field
Bold indicates a Pokémon gains STAB from this move.
Italics indicates a Pokémon whose evolution or alternate form receives STAB from this move.
A dash (−) indicates a Pokémon cannot learn the move by the designated method.
An empty cell indicates a Pokémon that is unavailable in that game/generation.


In other games

Pokémon Mystery Dungeon series

Roar targets the enemy in the front and blows them away by 10 tiles. If the enemy hits a wall, they will take 5 HP of damage; if they hit another Pokémon, they will both take 5 HP damage. A Pokémon that enters a tile they cannot walk on will be warped away. This move is affected by Muzzled status condition. Being a sound-based move, the move is blocked by Soundproof.

Game Base
Power
Max
Power
Base
PP
Max
PP
Base
Accuracy
Max
Accuracy
Range Target Cuts
corners
MDRB - - 14 - 100% - Front Enemy No
MDTDS - - 14 - 100% - Front Enemy No
BSL - - 14 - 100% - Front Enemy No
MDGtI - - 17 50 100% - Front Enemy No
SMD - - 17 40 100% - Front Enemy No
With some exceptions, Pokémon learnsets match those from the core series games:

Pokémon Rumble Rush

In Pokémon Rumble Rush, all status moves including Roar could only be used by opposing Pokémon and could not be obtained on any caught Pokémon. Roar could be seen as a move used by Boss Growlithe and Stoutland.

NormalIC RR.png Roar
Charge time 0.78 seconds
Range type Arc (wide)
Target Enemy
Additional effect None
Roar Rumble Rush.png

Pokémon Masters EX

Category Move Gauge MP Base Power Max Power Accuracy Target Effect Tag Description
Status 3 —% An opponent Forces the target to switch out.
  • Description prior to Version 2.10.0*: Forces the opponent's sync pair to switch out.

Description

Games Description
MDRB Knocks the target flying. If the target hits a wall or another Pokémon, it sustains damage.
MDTDS Sends the target flying. If the target hits a wall or another Pokémon, it sustains damage.
BSL てきポケモンを とおくに ふきとばす ふきとんださきで かべや ポケモンに あたると ダメージをうける
MDGtI It blows away an enemy straight back. If the enemy crashes into a wall or a Pokémon, it takes damage.
SMD It blows an enemy away in a straight line. If the enemy crashes into a Pokémon or a wall, the enemy takes damage.
MDRTDX It blows an enemy away in a straight line. If the enemy crashes into any Pokémon or a wall, both Pokémon take damage.


In the anime

Officer Jenny Growlithe Roar.png
Growlithe
Arcanine Roar.png
Arcanine
Lenora Herdier Roar.png
Herdier
Suicune Roar.png
Suicune
The user roars at the opposing Pokémon, causing the opponent to flee the battle.
Pokémon Method
User First Used In Notes
Suicune The horn on Suicune's head glows bright blue and it lets out a fierce roar, scaring the opponent and making it go back into its Poké Ball.
Suicune (recurring) For Ho-Oh the Bells Toll! Debut
Entei Entei growls and black waves come off its body, sending the opponent back to its Poké Ball.
A wild Entei Entei at Your Own Risk None
Houndoom Houndoom barks loudly at the opponent, causing the opponent to be scared and go back into its Poké Ball.
Team Magma Grunts' two Houndoom A Ruin with a View None
Aron Aron roars loudly, letting out a cyclone of sound waves from its mouth, causing rampaging Pokémon to calm down.
Steven's Aron A Hole Lotta Trouble None
Arcanine Arcanine roars loudly, causing the opponent to be scared and go back into its Poké Ball.
A wild Arcanine On Cloud Arcanine None
Exploud Exploud yells loudly and light blue circles come out of its mouth and at the opponent, causing it to become scared and run away. Sometimes, before it uses the attack, a flash of light blue light appears inside of Exploud's mouth.
A wild Exploud Pikachu's Island Adventure None
Lillipup Lillipup's body becomes outlined in a crimson aura and it yells loudly, releasing invisible shock waves from its mouth that expand outward. The yell has enough force to almost blow the opponent away and causes them to go back into its Poké Ball. This can also force another Pokémon to be switched out in the recalled opponent's place.
Lenora's Lillipup The Battle According to Lenora! None
Herdier Herdier's body becomes outlined in red energy and it howls loudly, releasing invisible circles from its mouth that expand outward. The howl has enough force to almost blow away the opponent and causes them to go into its Poké Ball. This can also force another Pokémon to be switched out in the recalled opponent's place.
Lenora's Herdier Rematch at the Nacrene Gym! None
Growlithe Growlithe roars, releasing powerful transparent soundwaves from its mouth and scaring the opponent away.
Officer Jenny's Growlithe Dreams Are Made of These! None


In the manga

Pokémon Adventures


  • Blaine's Growlithe was revealed to know Roar on the official website, but he was never shown using the move.

In other generations

Core series games

Side series games

Spin-off series games

Trivia

In other languages

Language Title
Chinese Cantonese 吼叫 Hāaugiu *
咆哮 Pàauhhāau *
Mandarin 吼叫 Hǒujiào *
吠叫 Fèijiào *
The Czech Republic Flag.png Czech Řev
Denmark Flag.png Danish Brøl
The Netherlands Flag.png Dutch Brul
Finland Flag.png Finnish Karjaisu
France Flag.png French Hurlement
Germany Flag.png German Brüller
Greece Flag.png Greek Βρυχηθμός
Indonesia Flag.png Indonesian Raungan
Menggonggong
Italy Flag.png Italian Boato
South Korea Flag.png Korean 울부짖기 Ulbujitgi
Norway Flag.png Norwegian Brøl
Poland Flag.png Polish Ryk
Portuguese Brazil Flag.png Brazil Rugido (anime, TCG, manga, The Official Pokémon Handbook)
Rugir (The Official Pokémon Handbook)
Portugal Flag.png Portugal Rugido
Serbia Flag.png Serbian Rikanje
Spain Flag.png Spanish Rugido
Turkey Flag.png Turkish Kükreme
Vietnam Flag.png Vietnamese Rống


Variations of the move Roar
StatusIC HOME.png RoarWhirlwind


Generation II TMs
01020304050607080910111213141516171819202122232425
26272829303132333435363738394041424344454647484950
Generation II HMs
01020304050607
Generation III TMs
01020304050607080910111213141516171819202122232425
26272829303132333435363738394041424344454647484950
Generation III HMs
0102030405060708RSE
Generation IV TMs
0102030405060708091011121314151617181920212223
2425262728293031323334353637383940414243444546
4748495051525354555657585960616263646566676869
7071727374757677787980818283848586878889909192
Generation IV HMs
01020304 • 05 (DPPtHGSS) • 060708
Generation V TMs
01020304050607080910111213141516171819
20212223242526272829303132333435363738
39404142434445464748495051525354555657
58596061626364656667686970717273747576
77787980818283848586878889909192939495
Generation V HMs
010203040506
Generation VI TMs
0102030405060708091011121314151617181920212223242526
2728293031323334353637383940414243444546474849505152
5354555657585960616263646566676869707172737475767778
798081828384858687888990919293 • 94 (XYORAS) • 9596979899100
Generation VI HMs
010203040506ORAS07ORAS
Generation VII TMs
SMUSUM
0102030405060708091011121314151617181920
2122232425262728293031323334353637383940
4142434445464748495051525354555657585960
6162636465666768697071727374757677787980
81828384858687888990919293949596979899100
PE
0102030405060708091011121314151617181920
2122232425262728293031323334353637383940
4142434445464748495051525354555657585960
Generation VIII TMs
SwSh
0001020304050607080910111213141516171819
2021222324252627282930313233343536373839
4041424344454647484950515253545556575859
6061626364656667686970717273747576777879
8081828384858687888990919293949596979899
BDSP
0102030405060708091011121314151617181920
2122232425262728293031323334353637383940
4142434445464748495051525354555657585960
6162636465666768697071727374757677787980
81828384858687888990919293949596979899100
Generation VIII TRs (SwSh)
0001020304050607080910111213141516171819
2021222324252627282930313233343536373839
4041424344454647484950515253545556575859
6061626364656667686970717273747576777879
8081828384858687888990919293949596979899
Generation IX TMs
SV
001002003004005006007008009010011012013014015016017018019
020021022023024025026027028029030031032033034035036037038
039040041042043044045046047048049050051052053054055056057
058059060061062063064065066067068069070071072073074075076
077078079080081082083084085086087088089090091092093094095
096097098099100101102103104105106107108109110111112113114
115116117118119120121122123124125126127128129130131132133
134135136137138139140141142143144145146147148149150151152
153154155156157158159160161162163164165166167168169170171
Added in SV 2.0.1
172173174175176177178179180181182183184185186
187188189190191192193194195196197198199200201
Added in SV 3.0.0
202203204205206207208209210211212213214215216
217218219220221222223224225226227228229


Project Moves and Abilities logo.png This article is part of Project Moves and Abilities, a Bulbapedia project that aims to write comprehensive articles on two related aspects of the Pokémon games.