Sword and Shield TM Location Guide [GP 2/2]

Status
Not open for further replies.

Light Sanctity

The Usurper
is a Community Contributor Alumnusis a Smogon Discord Contributor Alumnus
took me all day, but I am done:

HTML:
[title]
Sword and Shield TM Location Guide

[head]
<meta name="description" content="A list of all location of the TMs in Pokémon Sword and Shield (with images)." />
<link rel="stylesheet" href="../stylesheet.css" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css" />

<style type="text/css">
    .tm {
        display: flex;
        justify-content: center;
        margin-bottom: 1.5em;
    }

    ul.location > li {
        margin-bottom: 11px;
    }

    #toc {
        border: 1px solid black;
        width: 219px;
        margin-bottom: 1.5em;
    }

    #toc h3 {
        background-color: #BEBEE7;
        text-align: center;
        border-bottom: 1px solid black;
        margin-top: 0;
    }
    ul.links > li, ul.sublinks > li {
        list-style-type: none;
        margin-bottom: 4px;
    }

    ul.sublinks > li::before {
        content: '- ';
    }

</style>

<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
    $(function(){
        $('[data-link]').hide();

        $('[data-show-link]').click(function(evt) {
            evt.preventDefault();
            evt.stopPropagation();
            var link = $(this).data('show-link');
            $('[data-link="' + link + '"]').toggle();
            $(this).children('i').toggleClass('fa-caret-right');
        });
    });
</script>

[page]
<div class="author">By <a href="/forums/members/light-sanctity.491200/" target="_blank">Light Sanctity</a> and <a href="/forums/members/kalalokki.199661/" target="_blank">Kalalokki</a>.</div>

<h2>Introduction</h2>

<p>This guide is here to show you the exact location of all 100 Technical Machines (TM) in Pok&eacute;mon Sword and Shield.</p>

<hr />

<div id="toc">
    <h3>Table of contents</h3>
    <ul class="links">
        <li data-show-link="tm00-tm24"><a href="#"><i class="fa fa-caret-right fa-caret-down"></i> TM00 - TM24</a></li>
        <li data-link="tm00-tm24">
            <ul class="sublinks">
                <li><a href="#tm00">TM00</a></li>
                <li><a href="#tm01">TM01</a></li>
                <li><a href="#tm02">TM02</a></li>
                <li><a href="#tm03">TM03</a></li>
                <li><a href="#tm04">TM04</a></li>
                <li><a href="#tm05">TM05</a></li>
                <li><a href="#tm06">TM06</a></li>
                <li><a href="#tm07">TM07</a></li>
                <li><a href="#tm08">TM08</a></li>
                <li><a href="#tm09">TM09</a></li>
                <li><a href="#tm10">TM10</a></li>
                <li><a href="#tm11">TM11</a></li>
                <li><a href="#tm12">TM12</a></li>
                <li><a href="#tm13">TM13</a></li>
                <li><a href="#tm14">TM14</a></li>
                <li><a href="#tm15">TM15</a></li>
                <li><a href="#tm16">TM16</a></li>
                <li><a href="#tm17">TM17</a></li>
                <li><a href="#tm18">TM18</a></li>
                <li><a href="#tm19">TM19</a></li>
                <li><a href="#tm20">TM20</a></li>
                <li><a href="#tm21">TM21</a></li>
                <li><a href="#tm22">TM22</a></li>
                <li><a href="#tm23">TM23</a></li>
                <li><a href="#tm24">TM24</a></li>
            </ul>
        </li>
        <li data-show-link="tm25-tm49"><a href="#"><i class="fa fa-caret-right fa-caret-down"></i> TM25 - TM49</a></li>
        <li data-link="tm25-tm49">
            <ul class="sublinks">
                <li><a href="#tm25">TM25</a></li>
                <li><a href="#tm26">TM26</a></li>
                <li><a href="#tm27">TM27</a></li>
                <li><a href="#tm28">TM28</a></li>
                <li><a href="#tm29">TM29</a></li>
                <li><a href="#tm30">TM30</a></li>
                <li><a href="#tm31">TM31</a></li>
                <li><a href="#tm32">TM32</a></li>
                <li><a href="#tm33">TM33</a></li>
                <li><a href="#tm34">TM34</a></li>
                <li><a href="#tm35">TM35</a></li>
                <li><a href="#tm36">TM36</a></li>
                <li><a href="#tm37">TM37</a></li>
                <li><a href="#tm38">TM38</a></li>
                <li><a href="#tm39">TM39</a></li>
                <li><a href="#tm40">TM40</a></li>
                <li><a href="#tm41">TM41</a></li>
                <li><a href="#tm42">TM42</a></li>
                <li><a href="#tm43">TM43</a></li>
                <li><a href="#tm44">TM44</a></li>
                <li><a href="#tm45">TM45</a></li>
                <li><a href="#tm46">TM46</a></li>
                <li><a href="#tm47">TM47</a></li>
                <li><a href="#tm48">TM48</a></li>
                <li><a href="#tm49">TM49</a></li>
            </ul>
        </li>
        <li data-show-link="tm50-tm74"><a href="#"><i class="fa fa-caret-right fa-caret-down"></i> TM50 - TM74</a></li>
        <li data-link="tm50-tm74">
            <ul class="sublinks">
                <li><a href="#tm50">TM50</a></li>
                <li><a href="#tm51">TM51</a></li>
                <li><a href="#tm52">TM52</a></li>
                <li><a href="#tm53">TM53</a></li>
                <li><a href="#tm54">TM54</a></li>
                <li><a href="#tm55">TM55</a></li>
                <li><a href="#tm56">TM56</a></li>
                <li><a href="#tm57">TM57</a></li>
                <li><a href="#tm58">TM58</a></li>
                <li><a href="#tm59">TM59</a></li>
                <li><a href="#tm60">TM60</a></li>
                <li><a href="#tm61">TM61</a></li>
                <li><a href="#tm62">TM62</a></li>
                <li><a href="#tm63">TM63</a></li>
                <li><a href="#tm64">TM64</a></li>
                <li><a href="#tm65">TM65</a></li>
                <li><a href="#tm66">TM66</a></li>
                <li><a href="#tm67">TM67</a></li>
                <li><a href="#tm68">TM68</a></li>
                <li><a href="#tm69">TM69</a></li>
                <li><a href="#tm70">TM70</a></li>
                <li><a href="#tm71">TM71</a></li>
                <li><a href="#tm72">TM72</a></li>
                <li><a href="#tm73">TM73</a></li>
                <li><a href="#tm74">TM74</a></li>
            </ul>
        </li>
        <li data-show-link="tm75-tm99"><a href="#"><i class="fa fa-caret-right fa-caret-down"></i> TM75 - TM99</a></li>
        <li data-link="tm75-tm99">
            <ul class="sublinks">
                <li><a href="#tm75">TM75</a></li>
                <li><a href="#tm76">TM76</a></li>
                <li><a href="#tm77">TM77</a></li>
                <li><a href="#tm78">TM78</a></li>
                <li><a href="#tm79">TM79</a></li>
                <li><a href="#tm80">TM80</a></li>
                <li><a href="#tm81">TM81</a></li>
                <li><a href="#tm82">TM82</a></li>
                <li><a href="#tm83">TM83</a></li>
                <li><a href="#tm84">TM84</a></li>
                <li><a href="#tm85">TM85</a></li>
                <li><a href="#tm86">TM86</a></li>
                <li><a href="#tm87">TM87</a></li>
                <li><a href="#tm88">TM88</a></li>
                <li><a href="#tm89">TM89</a></li>
                <li><a href="#tm90">TM90</a></li>
                <li><a href="#tm91">TM91</a></li>
                <li><a href="#tm92">TM92</a></li>
                <li><a href="#tm93">TM93</a></li>
                <li><a href="#tm94">TM94</a></li>
                <li><a href="#tm95">TM95</a></li>
                <li><a href="#tm96">TM96</a></li>
                <li><a href="#tm97">TM97</a></li>
                <li><a href="#tm98">TM98</a></li>
                <li><a href="#tm99">TM99</a></li>
            </ul>
        </li>
    </ul>
</div>

<h2>TM00 - TM24</h2>

<h3 id="tm00">0. Mega Punch (Normal)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/hammerlocke_east_pokecenter.jpg" alt="Hammerlock Eastern Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm00.jpg" alt="TM00 location" />
</div>

<ul class="location">
    <li>General Location: Hammerlocke Eastern Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM00 at the Hammerlocke Eastern Pok&eacute;mon Center for 10,000 Pok&eacute; Dollars.</li>
</ul>



<h3 id="tm01">1. Mega Kick (Normal)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/hammerlocke_east_pokecenter.jpg" alt="Hammerlock Eastern Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm01.jpg" alt="TM01 location" />
</div>

<ul class="location">
    <li>General Location: Hammerlocke Eastern Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM01 at the Hammerlocke Eastern Pok&eacute;mon Center for 40,000 Pok&eacute; Dollars.</li>
</ul>



<h3 id="tm02">2. Pay Day (Normal)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm02.jpg" alt="TM02 location" />
</div>

<ul class="location">
    <li>General Location: Motostoke</li>
    <li>Specific Location: From the Motostoke Stadium, head left until you see see a Lapras on a garage, then head down. Follow the path to the TM.</li>
</ul>



<h3 id="tm03">3. Fire Punch (Fire)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/wyndon_stadium_pokecenter.jpg" alt="Wyndon Stadium Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm03.jpg" alt="TM03 location" />
</div>

<ul class="location">
    <li>General Location: Wyndon Stadium Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM03 at the Wyndon Stadium Pok&eacute;mon Center for 50,000 Pok&eacute; Dollars.</li>
</ul>



<h3 id="tm04">4. Ice Punch (Ice)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/wyndon_stadium_pokecenter.jpg" alt="Wyndon Stadium Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm04.jpg" alt="TM04 location" />
</div>

<ul class="location">
    <li>General Location: Wyndon Stadium Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM04 at the Wyndon Stadium Pok&eacute;mon Center for 50,000 Pok&eacute; Dollars.</li>
</ul>



<h3 id="tm05">5. Thunder Punch (Electric)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/wyndon_stadium_pokecenter.jpg" alt="Wyndon Stadium Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm05.jpg" alt="TM05 location" />
</div>

<ul class="location">
    <li>General Location: Wyndon Stadium Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM05 at the Wyndon Stadium Pok&eacute;mon Center for 50,000 Pok&eacute; Dollars.</li>
</ul>


<h3 id="tm06">6. Fly (Flying)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm06.jpg" alt="TM06 location" />
</div>

<ul class="location">
    <li>General Location: Stow-on-Side</li>
    <li>Specific Location: From the Pok&eacute;mon Center, head left and just before the stairs, enter the house on the left. Talk to the NPC to obtain Fly.</li>
</ul>



<h3 id="tm07">7. Pin Missile (Bug)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm07.jpg" alt="TM07 location" />
</div>

<ul class="location">
    <li>General Location: South of Turffield</li>
    <li>Specific Location: On Route 4, head right and look for a Pok&eacute; Kid (Pikachu variant).</li>
</ul>



<h3 id="tm08">8. Hyper Beam (Normal)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/wyndon_stadium_pokecenter.jpg" alt="Wyndon Stadium Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm08.jpg" alt="TM08 location" />
</div>

<ul class="location">
    <li>General Location: Wyndon Stadium Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM08 at the Wyndon Stadium Pok&eacute;mon Center for 50,000 Pok&eacute; Dollars.</li>
</ul>



<h3 id="tm09">9. Giga Impact (Normal)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/wyndon_stadium_pokecenter.jpg" alt="Wyndon Stadium Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm09.jpg" alt="TM09 location" />
</div>

<ul class="location">
    <li>General Location: Wyndon Stadium Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM09 at the Wyndon Stadium Pok&eacute;mon Center for 50,000 Pok&eacute; Dollars.</li>
</ul>



<h3 id="tm10">10. Magical Leaf (Grass)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm10.jpg" alt="TM10 location" />
</div>

<ul class="location">
    <li>General Location: Turffield</li>
    <li>Specific Location: Gift from Milo upon his defeat.</li>
</ul>



<h3 id="tm11">11. Solar Beam (Grass)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm11_1.jpg" alt="TM11 location" />
    <img src="/ingame/guides/tms/swsh_tm11_2.jpg" alt="TM11 location" />
</div>
<ul class="location">
    <li>General Location: Turffield</li>
    <li>Specific Location: Head right from the Turffield Pokemon Center and bike onto the water (look for bridge); follow the path to the TM.</li>
</ul>



<h3 id="tm12">12. Solar Blade (Grass)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/wyndon_stadium_pokecenter.jpg" alt="Wyndon Stadium Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm12.jpg" alt="TM12 location" />
</div>
<ul class="location">
    <li>General Location: Wyndon Stadium Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM12 at the Wyndon Stadium Pokemon Center for 50,000 Pok&eacute; Dollars.</li>
</ul>



<h3 id="tm13">13. Fire Spin (Fire)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/hammerlocke_west_pokecenter.jpg" alt="Hammerlock Eastern Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm13.jpg" alt="TM13 location" />
</div>

<ul class="location">
    <li>General Location: Hammerlocke Western Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM13 at the Hammerlocke western Pok&eacute;mon Center for 10,000 Pok&eacute; Dollars.</li>
</ul>



<h3 id="tm14">14. Thunder Wave (Electric)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm14.jpg" alt="TM14 location" />
</div>

<ul class="location">
    <li>General Location: Wild Area (Nursery)</li>
    <li>Specific Location: Fly to Bridge Field, and play a game called Roto Rally. Please note that it does not matter which course you do just as long as you have completed it at least once!</li>
</ul>



<h3 id="tm15">15. Dig (Ground)</h3>

<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm15.jpg" alt="TM15 location" />
</div>

<ul class="locaiton">
    <li>General Location: Route 6</li>
    <li>Specific Location: TM15 can be found near a campsite by Cara Liss's fossil restoration site.</li>
</ul>



<h3 id="tm16">16. Screech (Normal)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm16.jpg" alt="TM16 location" />
</div>

<ul class="location">
    <li>General Location: Circhester</li>
    <li>Specific Location: When entering Circhester, head right toward the fountain area, and you should see Snom near a hotel. Take the elevator, and it will be the first door on the right. Talk to the Hiker to obtain TM16.</li>
</ul>



<h3 id="tm17">17. Light Screen (Psychic)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/motostoke_west_pokecenter.jpg" alt="Motostoke Western Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm17.jpg" alt="TM17 location" />
</div>

<ul class="location">
    <li>General Location: Motostoke Western Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM17 at the Motostoke Western Pok&eacute;mon Center for 10,000 Pok&eacute; Dollars.</li>
</ul>


<h3 id="tm18">18. Reflect (Psychic)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/motostoke_west_pokecenter.jpg" alt="Motostoke Western Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm18.jpg" alt="TM18 location" />
</div>

<ul class="location">
    <li>General Location: Motostoke Western Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM18 at the Motostoke Western Pok&eacute;mon Center for 10,000 Pok&eacute; Dollars.</li>
</ul>


<h3 id="tm19">19. Safeguard (Normal)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/motostoke_west_pokecenter.jpg" alt="Motostoke Western Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm19.jpg" alt="TM19 location" />
</div>

<ul class="location">
    <li>General Location: Motostoke Western Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM19 at the Motostoke Western Pok&eacute;mon Center for 10,000 Pok&eacute; Dollars.</li>
</ul>


<h3 id="tm20">20. Self-Destruct (Normal)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/wyndon_battletower.jpg" alt="Wyndon Battle Tower" />
    <img src="/ingame/guides/tms/swsh_tm20.jpg" alt="TM20 location" />
</div>

<ul class="location">
    <li>General Location: Wyndon Battle Tower</li>
    <li>Specific Location: Purchase TM20 at the Wyndon Battle Tower for 100,000 Pok&eacute; Dollars.</li>
</ul>


<h3 id="tm21">21. Rest (Psychic)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm21.jpg" alt="TM21 location" />
</div>

<ul class="location">
    <li>General Location: Ballonlea</li>
    <li>Specific Location: Near the Pokemon Center you should see a Chinchou sitting on some mushrooms. Follow the path left of the Pok&eacute;mon Center, head south, and TM21 will be there.</li>
</ul>



<h3 id="tm22">22. Rock Slide (Rock)</h3>

<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm22.jpg" alt="TM22 location" />
</div>

<ul class="location">
    <li>General Location: Route 9</li>
    <li>Specific Location: Fly to the Camp on Route 9, go down, and head left past a Black Belt; then, go down and immediately left.</li>
</ul>


<h3 id="tm3">23. Thief (Dark)</h3>

<div class="tm">
    <img src="/ingame/guides/tms/hammerlocke_west_pokecenter.jpg" alt="Hammerlocke Western Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm23.jpg" alt="TM23 location" />
</div>

<ul class="location">
    <li>General Location: Hammerlocke Western Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM23 at the Hammerlocke Western Pok&eacute;mon Center for 10,000 Pok&eacute; Dollars.</li>
</ul>


<h3 id="tm24">24. Snore (Normal)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm24.jpg" alt="TM24 location" />
</div>

<ul class="location">
    <li>General Location: Glimwood Tangle</li>
    <li>Specific Location: Starting from Ballonlea, upon entering the Glimwood Tangle, head southwest, and you should see a Madame and a ledge section. TM24 is located there.</li>
</ul>

<p><a href="#toc">Back to top!</a></p>

<hr />

<h2>TM25 - TM49</h2>

<h3 id="tm25">25. Protect (Normal)</h3>

<div class="tm">
    <img src="/ingame/guides/tms/motostoke_west_pokecenter.jpg" alt="Motostoke Western Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm25.jpg" alt="TM25 location" />
</div>

<ul class="location">
    <li>General Location: Motostoke Western Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM25 at the Motostoke Western Pok&eacute;mon Center for 10,000 Pok&eacute; Dollars.</li>
</ul>



<h3 id="tm26">26. Scary Face (Normal)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm26.jpg" alt="TM26 location" />
</div>

<ul class="location">
    <li>General Location: Galar Mine</li>
    <li>Specific Location: Upon entering the Mine, follow the train tracks until you encounter a Female Miner; then, follow the path left to find TM26.</li>
</ul>



<h3 id="tm27">27. Icy Wind (Ice)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm27.jpg" alt="TM27 location" />
</div>

<ul class="location">
    <li>General Location: Circhester</li>
    <li>Specific Location: Head north from the Pok&eacute;mon Center and enter the first house on the left (Sword). Gift from Melony >upon her defeat (Shield).</li>
</ul>


<h3 id="tm28">28. Giga Drain (Grass)</h3>

<div class="tm">
    <img src="/ingame/guides/tms/wyndon_battletower.jpg" alt="Wyndon Battle Tower" />
    <img src="/ingame/guides/tms/swsh_tm28.jpg" alt="TM28 location" />
</div>

<ul class="location">
    <li>General Location: Wyndon Battle Tower</li>
    <li>Specific Location: Purchase TM28 at the Wyndon Battle Tower for 100,000 Pok&eacute; Dollars.</li>
</ul>


<h3 id="tm29">29. Charm (Fairy)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm29.jpg" alt="TM29 location" />
</div>

<ul class="location">
    <li>General Location: Hammerlocke</li>
    <li>Specific Location: From the western Pok&eacute;mon Center, walk a little left and you will soon see a door with Raihan's emblem; enter it. After going up some stairs, it will be on the right side.</li>
</ul>


<h3 id="tm30">30. Steel Wing (Steel)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm30.jpg" alt="TM30 location" />
</div>

<ul class="location">
    <li>General Location: Route 6</li>
    <li>Specific Location: From Stow-on-Side, head to Route 6. From here take the path on the right side and jump down those ledges to find TM30.</li>
</ul>


<h3 id="tm31">31. Attract (Normal)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm31_1.jpg" alt="TM31 location (1)" />
    <img src="/ingame/guides/tms/swsh_tm31_2.jpg" alt="TM31 location (2)" />
</div>

<ul class="location">
    <li>General Location: Route 5 Nursery</li>
    <li>Specific Location: Head immediately south from the Nursery.</li>
</ul>


<h3 id="tm32">32. Sandstorm (Rock)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/hammerlocke_west_pokecenter.jpg" alt="Hammerlocke Western Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm32.jpg" alt="TM32 location" />
</div>

<ul class="location">
    <li>General Location: Hammerlocke Western Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM32 at the Hammerlocke Western Pok&eacute;mon Center for 10,000 Pok&eacute; Dollars.</li>
</ul>



<h3 id="tm33">33. Rain Dance (Water)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/hammerlocke_west_pokecenter.jpg" alt="Hammerlocke Western Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm33.jpg" alt="TM33 location" />
</div>

<ul class="location">
    <li>General Location: Hammerlocke Western Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM33 at the Hammerlocke Western Pok&eacute;mon Center for 10,000 Pok&eacute; Dollars.</li>
</ul>


<h3 id="tm34">34. Sunny Day (Fire)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/hammerlocke_west_pokecenter.jpg" alt="Hammerlocke Western Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm34.jpg" alt="TM34 location" />
</div>

<ul class="location">
    <li>General Location: Hammerlocke Western Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM34 at the Hammerlocke Western Pok&eacute;mon Center for 10,000 Pok&eacute; Dollars.</li>
</ul>


<h3 id="tm35">35. Hail (Ice)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/hammerlocke_west_pokecenter.jpg" alt="Hammerlocke Western Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm35.jpg" alt="TM35 location" />
</div>

<ul class="location">
    <li>General Location: Hammerlocke Western Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM35 at the Hammerlocke Western Pok&eacute;mon Center for 10,000 Pok&eacute; Dollars.</li>
</ul>

<h3 id="tm36">36. Whirlpool (Water)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm36.jpg" alt="TM36 location" />
</div>
<ul class="location">
    <li>General Location: Hulbury</li>
    <li>Specific Location: Gift from Nessa upon her defeat.</li>
</ul>



<h3 id="tm37">37. Beat Up (Dark)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm37.jpg" alt="TM37 location" />
</div>
<ul class="location">
    <li>General Location: Route 3</li>
    <li>Specific Location: Fly to the Camp, head southeast, and follow that path to TM37.</li>
</ul>



<h3 id="tm38">38. Will-O-Wisp (Fire)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm.jpg" alt="TM38 location" />
</div>
<ul class="location">
    <li>General Location: Motostoke</li>
    <li>Specific Location: Gift from Kabu upon his defeat.</li>
</ul>



<h3 id="tm39">Facade (Normal)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm39_1.jpg" alt="TM39 location (1)" />
    <img src="/ingame/guides/tms/swsh_tm39_2.jpg" alt="TM39 location (2)" />
</div>

<ul class="location">
    <li>General Location: Wild Area (River Bank)</li>
    <li>Specific Location: From East Lake Axewell, head east and then head north to cross a bridge. Afterwards, you should see a pond of water. Head west from there.</li>
</ul>


<h3 id="tm40">40. Swift (Normal)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm40.jpg" alt="TM40 location" />
</div>
<ul class="location">
    <li>General Location: Wedgehurst</li>
    <li>Specific Location: Received from Hop at Wedgehurst Station.</li>
</ul>

<h3 id="tm41">41. Helping Hand (Normal)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/motostoke_west_pokecenter.jpg" alt="Motostoke Western Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm41.jpg" alt="TM41 location" />
</div>
<ul class="location">
    <li>General Location: Motostoke Western Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM41 at the Motostoke Western Pok&eacute;mon Center for 10,000 Pok&eacute; Dollars.</li>
</ul>
<h3 id="tm42">42. Revenge (Fighting)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm42_1.jpg" alt="TM42 location (1)" />
    <img src="/ingame/guides/tms/swsh_tm42_2.jpg" alt="TM42 location (2)" />
</div>
<ul class="location">
    <li>General Location: Stow-on-Side (Sword) and Ballonlea (Shield)</li>
    <li>Specific Location: Gift from Bea upon her defeat (Sword). Received from an elderly NPC in the second house in Ballonlea (Shield).</li>
</ul>

<h3 id="tm43">43. Brick Break (Fighting)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm43_1.jpg" alt="TM43 location (1)" />
    <img src="/ingame/guides/tms/swsh_tm43_2.jpg" alt="TM43 location (2)" />
</div>
<ul class="location">
    <li>General Location: Route 8</li>
    <li>Specific Location: From the Camp, head down left and look for a ladder. From here, follow the path to the left.</li>
</ul>

<h3 id="tm44">44. Imprison (Psychic)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/wyndon_battletower.jpg" alt="Wyndon Battle Tower" />
    <img src="/ingame/guides/tms/swsh_tm44.jpg" alt="TM44 location" />
</div>
<ul class="location">
    <li>General Location: Wyndon Battle Tower</li>
    <li>Specific Location: Purchase TM44 at the Wyndon Battle Tower for 100,000 Pok&eacute; Dollars.</li>
</ul>
<h3 id="tm45">45. Dive (Water)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm45.jpg" alt="TM45 location" />
</div>
<ul class="location">
    <li>General Location: Route 9</li>
    <li>Specific Location: From Route 9, head southwest and west until you see two Swimmers. Talk to them to obtain TM45.</li>
</ul>

<h3 id="tm46">46. Weather Ball (Normal)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/hammerlocke_east_pokecenter.jpg" alt="Hammerlocke Eastern Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm46.jpg" alt="TM46 location" />
</div>
<ul class="location">
    <li>General Location: Hammerlocke Eastern Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM46 at the Hammerlocke Eastern Pok&eacute;mon Center for 30,000 Pok&eacute; Dollars.</li>
</ul>

<h3 id="tm47">47. Fake Tears (Dark)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm47.jpg" alt="TM location" />
</div>
<ul class="location">
    <li>General Location: Circhester</li>
    <li>Specific Location: Head east and look for Snom (enter hotel) and go onto the elevator. Go right and enter the second door to talk to the Musician.</li>
</ul>
<h3 id="tm48">48. Rock Tomb (Rock)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm48_sword.jpg" alt="TM49 location (Sword)" />
    <img src="/ingame/guides/tms/swsh_tm48_shield.jpg" alt="TM49 location (Shield)" />
</div>
<ul class="location">
    <li>General Location: Circhester</li>
    <li>Specific Location: Gift from Gordie upon his defeat (Sword). Follow the path right from the Pok&eacute;mon Center and then go forward. Enter the first building on the left (Shield).</li>
</ul>

<h3 id="tm49">49. Sand Tomb (Ground)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm49.jpg" alt="TM49 location" />
</div>
<ul class="location">
    <li>General Location: Galar Mine No. 2</li>
    <li>Specific Location: In Galar Mine No. 2. Follow the path and look for a Rail Staff Trainer. TM49 will be to the right.</li>
</ul>

<p><a href="#toc">Back to top!</a></p>

<hr />

<h2>TM50 - TM74</h2>

<h3 id="tm50">50. Bullet Seed (Grass)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/hammerlocke_west_pokecenter.jpg" alt="Hammerlocke Western Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm50.jpg" alt="TM50 location" />
</div>
<ul class="location">
    <li>General Location: Hammerlocke Western Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM50 at the Hammerlocke Western Pok&eacute;mon Center for 10,000 Pok&eacute; Dollars.</li>
</ul>

<h3 id="tm51">51. Icicle Spear (Ice)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm51.jpg" alt="TM51 location" />
</div>
<ul class="location">
    <li>General Location: Circhester</li>
    <li>Specific Location: In Circhester, head to the hot spring. TM51 is found at the right side.</li>
</ul>
<h3 id="tm52">52. Bounce (Flying)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/wyndon_battletower.jpg" alt="Wyndon Battle Tower" />
    <img src="/ingame/guides/tms/swsh_tm52.jpg" alt="TM52 location" />
</div>
<ul class="location">
    <li>General Location: Wyndon Battle Tower</li>
    <li>Specific Location: Purchase TM52 at the Wyndon Battle Tower for 100,000 Pok&eacute; Dollars.</li>
</ul>

<h3 id="tm53">53. Mud Shot (Ground)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm53.jpg" alt="TM53 location" />
</div>
<ul class="location">
    <li>General Location: Galar Mine No. 2</li>
    <li>Specific Location: Upon entering Galar Mine No. 2, follow the path until you see a second NPC (Worker); head right and then go forward, crossing the water. Requires Roto-bike (water).</li>
</ul>

<h3 id="tm54">54. Rock Blast (Rock)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm54.jpg" alt="TM54 location" />
</div>
<ul class="location">
    <li>General Location: Route 3</li>
    <li>Specific Location: From Route 3, enter Galar Mine and follow the tracks until you reach a Worker. Follow the path within the Mine, which will bring you outside to TM54's location.</li>
</ul>
<h3 id="tm55">55. Brine (Water)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/hammerlocke_west_pokecenter.jpg" alt="Hammerlocke Western Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm55.jpg" alt="TM location" />
</div>
<ul class="location">
    <li>General Location: Hammerlocke Western Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM55 at the Hammerlocke Western Pok&eacute;mon Center for 10,000 Pok&eacute; Dollars.</li>
</ul>
<h3 id="tm56">U-turn (Bug)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm56.jpg" alt="TM56 location" />
</div>
<ul class="location">
    <li>General Location: Glimwood Tangle</li>
    <li>Specific Location: From Ballonlea, follow the path slightly down left, and you should see a Madame; follow the path and stay close to the left side.</li>
</ul>

<h3 id="tm57">57. Payback (Dark)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm57_1.jpg" alt="TM location (1)" />
    <img src="/ingame/guides/tms/swsh_tm57_2.jpg" alt="TM location (2)" />
</div>
<ul class="location">
    <li>General Location: Route 2</li>
    <li>Specific Location: Follow the path on the right side of the Professor's house; TM57 is found at the end.</li>
</ul>

<h3 id="tm58">58. Assurance (Dark)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm58.jpg" alt="TM58 location" />
</div>
<ul class="location">
    <li>General Location: Route 7</li>
    <li>Specific Location: Look to your right near the campsite.</li>
</ul>
<h3 id="tm59">59. Fling (Dark)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/wyndon_battletower.jpg" alt="Wyndon Battle Tower" />
    <img src="/ingame/guides/tms/swsh_tm59.jpg" alt="TM59 location" />
</div>
<ul class="location">
    <li>General Location: Wyndon Battle Tower</li>
    <li>Specific Location: Purchase TM59 at the Wyndon Battle Tower for 100,000 Pok&eacute; Dollars.</li>
</ul>

<h3 id="tm60">60. Power Swap (Psychic)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/wyndon_stadium_pokecenter.jpg" alt="Wyndon Stadium Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm60.jpg" alt="TM60 location" />
</div>
<ul class="location">
    <li>General Location: Wyndon Stadium Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM60 at the Wyndon Stadium Pok&eacute;mon Center for 30,000 Pok&eacute; Dollars.</li>
</ul>

<h3 id="tm61">61. Guard Swap (Psychic)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/wyndon_stadium_pokecenter.jpg" alt="Wyndon Stadium Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm61.jpg" alt="TM61 location" />
</div>
<ul class="location">
    <li>General Location: Wyndon Stadium Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM61 at the Wyndon Stadium Pok&eacute;mon Center for 30,000 Pok&eacute; Dollars.</li>
</ul>

<h3 id="tm62">62. Speed Swap (Psychic)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/wyndon_stadium_pokecenter.jpg" alt="Wyndon Stadium Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm62.jpg" alt="TM location" />
</div>
<ul class="location">
    <li>General Location: Wyndon Stadium Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM62 at the Wyndon Stadium Pok&eacute;mon Center for 50,000 Pok&eacute; Dollars.</li>
</ul>

<h3 id="tm63">63. Drain Punch (Fighting)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/wyndon_stadium_pokecenter.jpg" alt="Wyndon Stadium Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm63.jpg" alt="TM63 location" />
</div>
<ul class="location">
    <li>General Location: Wyndon Stadium Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM63 at the Wyndon Stadium Pok&eacute;mon Center for 50,000 Pok&eacute; Dollars.</li>
</ul>

<h3 id="tm64">64. Avalanche (Ice)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm64.jpg" alt="TM64 location" />
</div>
<ul class="location">
    <li>General Location: Route 9</li>
    <li>Specific Location: Upon entering Route 9, after crossing bridge, go left and stay close to the rock formation. Follow the path to your right.</li>
</ul>

<h3 id="tm65">65. Shadow Claw (Ghost)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm65.jpg" alt="TM65 location" />
</div>

<ul class="location">
    <li>General Location: Wild Area (Lake of Outrage)</li>
    <li>Specific Location: After entering the Wild Area from the Hammerlocke Hills entrance, head right, and follow it until you see water. After entering the water, head to your right and then proceed forward.</li>
</ul>

<h3 id="tm66">66. Thunder Fang (Electric)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/hammerlocke_east_pokecenter.jpg" alt="Hammerlock Eastern Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm66.jpg" alt="TM66 location" />
</div>
<ul class="location">
    <li>General Location: Hammerlocke Eastern Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM66 at the Hammerlocke Eastern Pok&eacute;mon Center for 30,000 Pok&eacute; Dollars.</li>
</ul>

<h3 id="tm67">67. Ice Fang (Ice)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/hammerlocke_east_pokecenter.jpg" alt="Hammerlock Eastern Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm67.jpg" alt="TM67 location" />
</div>
<ul class="location">
    <li>General Location: Hammerlocke Eastern Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM67 at the Hammerlocke Eastern Pok&eacute;mon Center for 30,000 Pok&eacute; Dollars.</li>
</ul>

<h3 id="tm68">68. Fire Fang (Fire)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/hammerlocke_east_pokecenter.jpg" alt="Hammerlock Eastern Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm68.jpg" alt="TM68 location" />
</div>
<ul class="location">
    <li>General Location: Hammerlocke Eastern Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM68 at the Hammerlocke Eastern Pok&eacute;mon Center for 30,000 Pok&eacute; Dollars.</li>
</ul>


<h3 id="tm69">69. Psycho Cut (Psychic)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm69.jpg" alt="TM location" />
</div>
<ul class="location">
    <li>General Location: Route 2</li>
    <li>Specific Location: From the Professor's house, head left into the large body of water. Keep heading left, and then you should see some land; follow it to TM69.</li>
</ul>

<h3 id="tm70">70. Trick Room (Psychic)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/wyndon_battletower.jpg" alt="Wyndon Battle Tower" />
    <img src="/ingame/guides/tms/swsh_tm70.jpg" alt="TM70 location" />
</div>
<ul class="location">
    <li>General Location: Wyndon Battle Tower</li>
    <li>Specific Location: Purchase TM70 at the Wyndon Battle Tower for 50,000 Pok&eacute; Dollars.</li>
</ul>

<h3 id="tm71">71. Wonder Room (Psychic)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/wyndon_battletower.jpg" alt="Wyndon Battle Tower" />
    <img src="/ingame/guides/tms/swsh_tm71.jpg" alt="TM71 location" />
</div>
<ul class="location">
    <li>General Location: Wyndon Battle Tower</li>
    <li>Specific Location: Purchase TM71 at the Wyndon Battle Tower for 50,000 Pok&eacute; Dollars.</li>
</ul>

<h3 id="tm72">72. Magic Room (Psychic)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/wyndon_battletower.jpg" alt="Wyndon Battle Tower" />
    <img src="/ingame/guides/tms/swsh_tm72.jpg" alt="TM72 location" />
</div>
<ul class="location">
    <li>General Location: Wyndon Battle Tower</li>
    <li>Specific Location: Purchase TM72 at the Wyndon Battle Tower for 50,000 Pok&eacute; Dollars.</li>
</ul>

<h3 id="tm73">73. Cross Poison (Poison)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm73.jpg" alt="TM74 location" />
</div>
<ul class="location">
    <li>General Location: Wild Area (Dusty Bowl)</li>
    <li>Specific Location: From Hammerlocke Hills, head left and follow the path until you can turn right to Dusty Bowl. Proceed forward until you see two ponds of water. Cross over the bigger pond (requires Roto-bike (water)) to pickup TM73.</li>
</ul>

<h3 id="tm74">74. Venoshock (Poison)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm74.jpg" alt="TM74 location" />
</div>
<ul class="location">
    <li>General Location: Stow-on-Side</li>
    <li>Specific Location: Follow the path left upon entering Stow-on-Side (near Bronzong), head forward, and climb a few ladders.</li>
</ul>

<p><a href="#toc">Back to top!</a></p>

<hr />

<h2>TM75 - TM99</h2>

<h3 id="tm75">75. Low Sweep (Fighting)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm75.jpg" alt="TM75 location" />
</div>

<ul class="location">
    <li>General Location: Wild Area (Bridge Field)</li>
    <li>Specific Location: Fly to the Bridge Field area, go down, and proceed to your right. Requires Roto-bike (water).</li>
</ul>

<h3 id="tm76">76. Round (Normal)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/motostoke_west_pokecenter.jpg" alt="Motostoke Western Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm76.jpg" alt="TM76 location" />
</div>
<ul class="location">
    <li>General Location: Motostoke Western Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM76 at the Motostoke Western Pok&eacute;mon Center for 10,000 Pok&eacute; Dollars.</li>
</ul>
<h3 id="tm77">77. Hex (Ghost)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm77_1.jpg" alt="TM77 location (1)" />
    <img src="/ingame/guides/tms/swsh_tm77_2.jpg" alt="TM77 location (2)" />
</div>

<ul class="location">
    <li>General Location: Ballonea (Sword) and Stow-on-Side (Shield)</li>
    <li>Specific Location: Second house from Pok&eacute;mon Center (Sword). Gift from Allister upon his defeat (Shield).</li>
</ul>

<h3 id="tm78">78. Acrobatics (Flying)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm78_1.jpg" alt="TM78 location (1)" />
    <img src="/ingame/guides/tms/swsh_tm78_2.jpg" alt="TM78 location (2)" />
</div>

<ul class="location">
    <li>General Location: Ballonlea, after buying clothes in Hammerlocke</li>
    <li>Specific Location: Talk to the Artist west of the Pok&eacute;mon Center. You need to dress up like a Fire-type Pok&eacute;mon which requires you to purchase the following: Sports Travel Bag, Trackie Bottoms, Sport Sunglasses, Sport Cap, Tracksuit Jacket, and Fire Uniform.</li>
</ul>

<h3 id="tm79">79. Retaliate (Normal)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm79.jpg" alt="TM79 location" />
</div>
<ul class="location">
    <li>General Location: Hulbury</li>
    <li>Specific Location: Hulbury Seafood Restaurant; walk a little bit to the right of the Pok&eacute;mon Center.</li>
</ul>

<h3 id="tm80">80. Volt Switch (Electric)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm80_1.jpg" alt="TM80 location(1)" />
    <img src="/ingame/guides/tms/swsh_tm80_2.jpg" alt="TM80 location(2)" />
</div>

<ul class="location">
    <li>General Location: Wild Area (Bridge Field)</li>
    <li>Specific Location: Obtain a score of 20,000 or more in the Rotom Rally at Bridge Field. I recommend to upgrade your bike once or twice. The best advice is to avoid the Pok&eacute;mon as much you can, as they can interfere with your speed. Be sure to hit every Speed Boost Balloon and Time Balloon.</li>
</ul>

<h3 id="tm81">81. Bulldoze (Ground)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm81.jpg" alt="TM81 location" />
</div>
<ul class="location">
    <li>General Location: Wild Area (Giant's Seat)</li>
    <li>Specific Location: From East Lake Axewell, head down right to Giant's Seat.</li>
</ul>
<h3 id="tm82">82. Electroweb (Electric)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm82_1.jpg" alt="TM82 location" />
    <img src="/ingame/guides/tms/swsh_tm82_2.jpg" alt="TM82 location" />
</div>
<ul class="location">
    <li>General Location: Hulbury</li>
    <li>Specific Location: Found in Hulbury where you first encountered Nessa near the lighthouse.</li>
</ul>

<h3 id="tm83">83. Razor Shell (Water)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/wyndon_battletower.jpg" alt="Wyndon Battle Tower" />
    <img src="/ingame/guides/tms/swsh_tm83.jpg" alt="TM83 location" />
</div>

<ul class="location">
    <li>General Location: Wyndon Battle Tower</li>
    <li>Specific Location: Purchase TM83 at the Wyndon Battle Tower for 100,000 Pok&eacute; Dollars.</li>
</ul>

<h3 id="tm84">84. Tail Slap (Normal)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm84_1.jpg" alt="TM84 location (1)" />
    <img src="/ingame/guides/tms/swsh_tm84_2.jpg" alt="TM84 location (2)" />
</div>
<ul class="location">
    <li>General Location: Wild Area (Rolling Fields)</li>
    <li>Specific Location: Fly to the Meetup Spot, follow the side while staying close to the left wall to Rolling Fields; here, look for a fallen log.</li>
</ul>

<h3 id="tm85">85. Snarl (Dark)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm85.jpg" alt="TM85 location" />
</div>
<ul class="location">
    <li>General Location: Spikemuth</li>
    <li>Specific Location: Gift from a Team Yell Grunt after defeating Piers.</li>
</ul>

<h3 id="tm86">86. Phantom Force (Ghost)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm86.jpg" alt="TM86 location" />
</div>
<ul class="location">
    <li>General Location: Slumbering Weald</li>
    <li>Specific Location: Make your way through Slumbering Weald, and eventually you will come across two paths. Take the leftmost path and follow it closely to the right side up a log.</li>
</ul>

<h3 id="tm87">87. Draining Kiss (Fairy)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm87.jpg" alt="TM87 location" />
</div>
<ul class="location">
    <li>General Location: Ballonlea</li>
    <li>Specific Location: Gift from Opal upon her defeat.</li>
</ul>
<h3 id="tm88">88. Grassy Terrain (Grass)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/hammerlocke_east_pokecenter.jpg" alt="Hammerlock Eastern Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm88.jpg" alt="TM88 location" />
</div>
<ul class="location">
    <li>General Location: Hammerlocke Eastern Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM88 at the Hammerlocke Eastern Pok&eacute;mon Center for 20,000 Pok&eacute; Dollars.</li>
</ul>
<h3 id="tm89">89. Misty Terrain (Fairy)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/hammerlocke_east_pokecenter.jpg" alt="Hammerlock Eastern Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm89.jpg" alt="TM89 location" />
</div>
<ul class="location">
    <li>General Location: Hammerlocke Eastern Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM89 at the Hammerlocke Eastern Pok&eacute;mon Center for 20,000 Pok&eacute; Dollars.</li>
</ul>

<h3 id="tm90">90. Electric Terrain (Electric)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/hammerlocke_east_pokecenter.jpg" alt="Hammerlock Eastern Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm90.jpg" alt="TM90 location" />
</div>
<ul class="location">
    <li>General Location: Hammerlocke Eastern Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM90 at the Hammerlocke Eastern Pok&eacute;mon Center for 20,000 Pok&eacute; Dollars.</li>
</ul>

<h3 id="tm91">Psychic Terrain (Psychic)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/hammerlocke_east_pokecenter.jpg" alt="Hammerlock Eastern Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm91.jpg" alt="TM91 location" />
</div>
<ul class="location">
    <li>General Location: Hammerlocke Eastern Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM91 at the Hammerlocke Eastern Pok&eacute;mon Center for 20,000 Pok&eacute; Dollars.</li>
</ul>

<h3 id="tm92">92. Mystical Fire (Fire)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/wyndon_battletower.jpg" alt="Wyndon Battle Tower" />
    <img src="/ingame/guides/tms/swsh_tm92.jpg" alt="TM92 location" />
</div>
<ul class="location">
    <li>General Location: Wyndon Battle Tower</li>
    <li>Specific Location: Purchase TM92 at the Wyndon Battle Tower for 100,000 Pok&eacute; Dollars.</li>
</ul>

<h3 id="tm93">93. Eerie Impulse (Electric)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm93.jpg" alt="TM94 location" />
</div>
<ul class="location">
    <li>General Location: Wyndon</li>
    <li>Specific Location: Fly to Battle Tower and check by the sign.</li>
</ul>

<h3 id="tm94">94. False Swipe (Normal)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/motostoke_west_pokecenter.jpg" alt="Motostoke Western Pok&eacute;mon Center" />
    <img src="/ingame/guides/tms/swsh_tm94.jpg" alt="TM94 location" />
</div>
<ul class="location">
    <li>General Location: Motostoke Western Pok&eacute;mon Center</li>
    <li>Specific Location: Purchase TM94 at the Motostoke Western Pok&eacute;mon Center for 10,000 Pok&eacute; Dollars.</li>
</ul>

<h3 id="tm95">95. Air Slash (Flying)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm95.jpg" alt="TM95 location" />
</div>
<ul class="location">
    <li>General Location: Wild Area (East Lake Axewell)</li>
    <li>Specific Location: Go immediately down from Lake Axewell, and use the Rotom Bike to cross over the water.</li>
</ul>

<h3 id="tm96">96. Smart Strike (Steel)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm96.jpg" alt="TM96 location" />
</div>
<ul class="location">
    <li>General Location: Route 8</li>
    <li>Specific Location: Upon entering Route 8, take the first ladder, climb the second ladder, then go slightly right, down, and left.</li>
</ul>
<h3 id="tm97">97. Brutal Swing (Dark)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm97.jpg" alt="TM97 location" />
</div>
<ul class="location">
    <li>General Location: Turffield</li>
    <li>Specific Location: Outside of the Pok&eacute;mon Center, follow the path to the right of the center, then head left and follow the path to the tree.</li>
</ul>

<h3 id="tm98">98. Stomping Tantrum (Ground)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm98.jpg" alt="TM98 location" />
</div>
<ul class="location">
    <li>General Location: Route 10</li>
    <li>Specific Location: Proceed up a large hill (covered in snow and forced Trainers) and stay close to the right side; TM98 will be there.</li>
</ul>

<h3 id="tm99">99. Breaking Swipe (Dragon)</h3>
<div class="tm">
    <img src="/ingame/guides/tms/swsh_tm99.jpg" alt="TM99 location" />
</div>

<ul class="location">
    <li>General Location: Hammerlocke</li>
    <li>Specific Location: Gift from Raihan upon his defeat.</li>
</ul>

<p><a href="#toc">Back to top!</a></p>
Thunder Wave TM images looked the same so I only put it once. I assume this was just an error when uploading the images

I added a TOC and "split" the content into 4 parts to make navigation easier, especially for mobile users. Light Sanctity I am only asking, as a small favor, to check if links lead to the intended parts of the article, as I have zero energy (I worked on it the whole day with breaks between) and I am not in condition to check properly (I will apply any changes tomorrow, as I am gonna sleep soon)

Feel free to also let me know if I put the wrong image somewhere, I got some wrong initially and fixed those that I saw were wrong.

live preview: https://scms-u-agreement_patient_next.www.smogon.com/ingame/guides/swsh_tm_locations

The Dutch Plumberjack
shiny finder I feel sorry for you when you have to upload this :psysad:

e: larger images were resized to the same size as others and converted to .jpg for consistency
I tested it and everything looks stellar! I appreciate your hard work and hope it wasn’t too painful :psysad: Thanks a lot Ryota. Okay when you’re back there are two issues I am finding at the moment one is for TM23. It won’t drop down to it and the image for TM38 I don't see it as well.
 
Last edited:

Lumari

empty spaces
is a Site Content Manageris a Top Social Media Contributoris a Member of Senior Staffis a Community Contributoris a Top Contributoris a Top Smogon Media Contributoris an Administrator Alumnus
TFP Leader
.png >>>>> .jpg tbh, i don't think consistency™ is worth throwing that out for

this checks out Ryota Mitarai, just would probably look better with the bullets removed from the lists + some sort of css on the location labels (probably just a simple underline or smth but i haven't tried anything out; you can do find replace all General Location -> <span class="location">General Location</span> if you're worried converting it will take hours)
 

Ryota Mitarai

Shrektimus Prime
is a Tiering Contributoris a Contributor to Smogonis a Top Smogon Media Contributor
.png >>>>> .jpg tbh, i don't think consistency™ is worth throwing that out for

this checks out Ryota Mitarai, just would probably look better with the bullets removed from the lists + some sort of css on the location labels (probably just a simple underline or smth but i haven't tried anything out; you can do find replace all General Location -> <span class="location">General Location</span> if you're worried converting it will take hours)
I went with bold. I originally wanted both underline and bold, but it doesn't look well to me how the "p" in "Specific" pierces the line:
specific_location.jpg

and it looked worse without bold, so...

I have edited this into my post. As for .png vs .jpg, all images were .jpg bar some, that's why I converted the .pngs to .jpgs. I am about to start converting them all to .png and, if there are no other comments, I am gonna send the fork to shinyfinder so he doesn't have to upload every single image...




i don't think you rly need to convert all the jpgs to png either tbh, i'm not 100% sure but the reason for png > jpg is quality and logically at least you can't insert improved quality into jpgs so. i'm fine with just uploading everything as is, just don't wanna see the pngs converted to jpg
--tdp
 
Last edited by a moderator:
Status
Not open for further replies.

Users Who Are Viewing This Thread (Users: 1, Guests: 0)

Top