<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../gen_i_pokedex.xslt"?>

<!-- This is a comment in the file -->
<pokedex>
  <general>
    <number>021</number>
    <imageRB>rbspr021.gif</imageRB>
    <imageY>gby021.gif</imageY>
	  <englishName>Spearow</englishName>
	  <japaneseName>オニスズメ Onisuzume</japaneseName>
	  <species>Tiny Bird Pokémon</species>
	  <elementalTypes>Normal/Flying</elementalTypes>
	  <pronunciation>SPEER-oh</pronunciation>
	  <height>1'00"</height>
	  <weight>4 lbs.</weight>
    <pokedexEntries>
      <!-- Make as many copies of the <version> section as necessary -->
      <rb_version>
        <entry>
        Eats bugs in grassy areas. It has to flap its short wings at high speed to stay airborne.
        </entry>
      </rb_version>
      <y_version>
        <entry>
        Inept at flying high. However, it can fly around very fast to protect its territory.
        </entry>
      </y_version>
    </pokedexEntries>
    <evolutionFamily>
      <!-- Make as many copies of the <form> section as necessary -->
      <form>
        <image>gby021.gif</image>
        <name>Spearow</name>
        <type>Fearow (Level 20)</type>
		</form>
	    <form>
        <image>gby022.gif</image>
        <name>Fearow</name>
        <type>None</type>
      </form>
    </evolutionFamily>
  </general>
  <vitalStatistics>
    <hp>40</hp>
    <attack>60</attack>
    <defense>30</defense>
    <speed>70</speed>
    <special>31</special>
    <total>231</total>
  </vitalStatistics>
  <effectiveness>
  	<weak>Rock (2x), Electric (2x), and Ice (2x)</weak>
	<normal>Normal (1x), Fighting (1x), Flying (1x), Poison (1x), Fire (1x), Water (1x), Psychic (1x), and Dragon (1x)</normal>
	<resistant>Bug (½x), and Grass (½x)</resistant>
	<immune>Ground (0x), and Ghost (0x)</immune>
  </effectiveness>
  <locations>
    <games>
      <!-- Make as many copies of the <version> section as necessary -->
      <red>
        <rarity>Common</rarity>
        <area>
        Routes 3, 4, 9, 10, 11, 16, 17, 18, 22, and 23
        </area>
      </red>
      <blue>
        <rarity>Common</rarity>
        <area>
        Routes 3, 4, 9, 10, 11, 16, 17, 18, 22, and 23
        </area>
      </blue>
      <yellow>
        <rarity>Common</rarity>
        <area>
        Routes 3, 4, 9, 10, 11, 16, 17, 18, 22, and 23
        </area>
      </yellow>
    </games>
  </locations>
  <levelUpMoves>
    <!-- Make as many copies of the <move> section as necessary -->
    <move>
      <name>Peck</name>
      <levelRB>Start</levelRB>
      <levelY>Start</levelY>
      <elementalType>Flying</elementalType>
      <power>35</power>
      <accuracy>100%</accuracy>
      <powerPoints>35 (max. 56)</powerPoints>
      <description>
      The foe is jabbed with a sharply pointed beak or horn.
      </description>
    </move>
    <move>
	  <name>Growl</name>
	  <levelRB>Start</levelRB>
	  <levelY>Start</levelY>
	  <elementalType>Normal</elementalType>
	  <power>-</power>
	  <accuracy>100%</accuracy>
	  <powerPoints>40 (max. 64)</powerPoints>
	  <description>
	  The user growls in an endearing way, making the foe less wary. The target's Attack stat is lowered.
	  </description>
    </move>
    <move>
	  <name>Leer</name>
	  <levelRB>9</levelRB>
	  <levelY>9</levelY>
	  <elementalType>Normal</elementalType>
	  <power>-</power>
	  <accuracy>100%</accuracy>
	  <powerPoints>30 (max. 48)</powerPoints>
	  <description>
	  The foe is given an intimidating leer with sharp eyes. The target's Defense stat is reduced.
	  </description>
    </move>
    <move>
      <name>Fury Attack</name>
      <levelRB>15</levelRB>
      <levelY>15</levelY>
      <elementalType>Normal</elementalType>
      <power>15</power>
      <accuracy>85%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
      The foe is jabbed repeatedly with a horn or beak two to five times in a row.
      </description>
    </move>
    <move>
	  <name>Mirror Move</name>
	  <levelRB>22</levelRB>
	  <levelY>22</levelY>
	  <elementalType>Flying</elementalType>
	  <power>-</power>
	  <accuracy>-%</accuracy>
	  <powerPoints>20 (max. 32)</powerPoints>
	  <description>
	  The user counters the foe by mimicking the move last used by the foe.
	  </description>
    </move>
    <move>
      <name>Drill Peck</name>
      <levelRB>29</levelRB>
      <levelY>29</levelY>
      <elementalType>Flying</elementalType>
      <power>80</power>
      <accuracy>100%</accuracy>
      <powerPoints>20 (max. 32)</powerPoints>
      <description>
      A corkscrewing attack with the sharp beak acting as a drill.
      </description>
    </move>
    <move>
      <name>Agility</name>
      <levelRB>36</levelRB>
      <levelY>36</levelY>
      <elementalType>Psychic</elementalType>
      <power>-</power>
      <accuracy>-%</accuracy>
      <powerPoints>30 (max. 48)</powerPoints>
      <description>
      The user relaxes, and lightens its body to move faster. It sharply boosts the Speed stat.
      </description>
    </move>
  </levelUpMoves>
  <technicalMoves>
    <!-- Make as many copies of the <move> section as necessary -->
    <move>
	  <name>Razor Wind</name>
	  <noRB>TM02</noRB>
	  <noY>TM02</noY>
	  <elementalType>Normal</elementalType>
	  <power>80</power>
	  <accuracy>100%</accuracy>
	  <powerPoints>10 (max. 16)</powerPoints>
	  <description>
	  A two-turn attack. Blades of wind hit the foe on the second turn. It has a high critical-hit ratio.
	  </description>
    </move>
    <move>
	  <name>Whirlwind</name>
	  <noRB>TM04</noRB>
	  <noY>TM04</noY>
	  <elementalType>Normal</elementalType>
	  <power>-</power>
	  <accuracy>100%</accuracy>
	  <powerPoints>20 (max. 32)</powerPoints>
	  <description>
	  The foe is blown away, to be replaced by another Pokémon in its party. In the wild, the battle ends
	  </description>
	</move>
	<move>
	  <name>Toxic</name>
	  <noRB>TM06</noRB>
	  <noY>TM06</noY>
	  <elementalType>Poison</elementalType>
	  <power>-</power>
	  <accuracy>85%</accuracy>
	  <powerPoints>10 (max. 16)</powerPoints>
	  <description>
	  A move that leaves the target badly poisoned. Its poison damage worsens every turn.
	  </description>
	</move>
	<move>
	  <name>Take Down</name>
	  <noRB>TM09</noRB>
	  <noY>TM09</noY>
	  <elementalType>Normal</elementalType>
	  <power>90</power>
	  <accuracy>85%</accuracy>
	  <powerPoints>20 (max. 32)</powerPoints>
	  <description>
	  A reckless, full-body charge attack for slamming into the foe. It also damages the user a little.
	  </description>
	</move>
	<move>
	  <name>Double-Edge</name>
	  <noRB>TM10</noRB>
	  <noY>TM10</noY>
	  <elementalType>Normal</elementalType>
	  <power>120</power>
	  <accuracy>100%</accuracy>
	  <powerPoints>15 (max. 24)</powerPoints>
	  <description>
	  A reckless, life-risking tackle. It also damages the user by a fairly large amount, however.
	  </description>
    </move>
    <move>
	  <name>Rage</name>
	  <noRB>TM20</noRB>
	  <noY>TM20</noY>
	  <elementalType>Normal</elementalType>
	  <power>20</power>
	  <accuracy>100%</accuracy>
	  <powerPoints>20 (max. 32)</powerPoints>
	  <description>
	  While this move is in use, it gains attack power each time the user is hit in battle.
	  </description>
    </move>
    <move>
	  <name>Mimic</name>
	  <noRB>TM31</noRB>
	  <noY>TM31</noY>
	  <elementalType>Normal</elementalType>
	  <power>-</power>
	  <accuracy>-%</accuracy>
	  <powerPoints>10 (max. 16)</powerPoints>
	  <description>
	  The user copies the move last used by the foe. The move can be used for the rest of the battle.
	  </description>
	</move>
	<move>
	  <name>Double Team</name>
	  <noRB>TM32</noRB>
	  <noY>TM32</noY>
	  <elementalType>Normal</elementalType>
	  <power>-</power>
	  <accuracy>-%</accuracy>
	  <powerPoints>15 (max. 24)</powerPoints>
	  <description>
	  By moving rapidly, the user makes illusory copies of itself to raise its evasiveness.
	  </description>
    </move>
    <move>
	  <name>Bide</name>
	  <noRB>TM34</noRB>
	  <noY>TM34</noY>
	  <elementalType>Normal</elementalType>
	  <power>-</power>
	  <accuracy>-%</accuracy>
	  <powerPoints>10 (max. 16)</powerPoints>
	  <description>
	  The user endures attacks for two turns, then strikes back to cause double the damage taken.
	  </description>
	</move>
	<move>
	  <name>Swift</name>
	  <noRB>TM39</noRB>
	  <noY>TM39</noY>
	  <elementalType>Normal</elementalType>
	  <power>60</power>
	  <accuracy>-%</accuracy>
	  <powerPoints>20 (max. 32)</powerPoints>
	  <description>
	  Star-shaped rays are shot at the foe. This attack never misses.
	  </description>
    </move>
    <move>
	  <name>Sky Attack</name>
	  <noRB>TM43</noRB>
	  <noY>TM43</noY>
	  <elementalType>Flying</elementalType>
	  <power>140</power>
	  <accuracy>90%</accuracy>
	  <powerPoints>5 (max. 8)</powerPoints>
	  <description>
	  A second-turn attack move with a high critical-hit ratio. It may also make the target flinch.
	  </description>
  	</move>
	<move>
	  <name>Rest</name>
	  <noRB>TM44</noRB>
	  <noY>TM44</noY>
	  <elementalType>Psychic</elementalType>
	  <power>-</power>
	  <accuracy>-%</accuracy>
	  <powerPoints>10 (max. 16)</powerPoints>
	  <description>
	  The user goes to sleep for two turns. It fully restores the user's HP, and heals any status problem.
	  </description>
	</move>
	<move>
	  <name>Substitute</name>
	  <noRB>TM50</noRB>
	  <noY>TM50</noY>
	  <elementalType>Normal</elementalType>
	  <power>-</power>
	  <accuracy>-%</accuracy>
	  <powerPoints>10 (max. 16)</powerPoints>
	  <description>
	  The user makes a copy of itself using some of its HP. The copy serves as the user's decoy.
	  </description>
    </move>
    <move>
	  <name>Fly</name>
	  <noRB>HM02</noRB>
	  <noY>HM02</noY>
	  <elementalType>Flying</elementalType>
	  <power>90</power>
	  <accuracy>95%</accuracy>
	  <powerPoints>15 (max. 24)</powerPoints>
	  <description>
	  The user soars, then strikes on the second turn. It can also be used for flying to any familiar town.
	  </description>
    </move>
  </technicalMoves>
  <biology>
    <physiology>
	This brown avian is very small. It has rough plumage. It has the beak shape similar to that of raptors. Spearow has three-taloned, light pink feet. Its wings are a pinkish-red.
	</physiology>
	<abilities>
	Spearow is required to flap its wings at incredibly high speeds to stay airborne, and thus can fly very fast.
	</abilities>
	<behavior>
	They are easily angered, and chase after foes in large flocks.
	</behavior>
	<habitat>
	Spearow are hardy, and are usually found in rough terrain, such as desolate wastelands, and fields.
	</habitat>
	<diet>
	Spearow usually eat weak bug-like Pokémon such as Caterpie, and Weedle. They have also been known to eat Dunsparce, and Pidgey eggs.
	</diet>
  </biology>
  <franchising>
    <design>
	It has been suggested that Spearow resembles a falcon of some sort rather than a sparrow. Appearance-wise, it is very much based on a kestrel.
	</design>
	<origin>
	Spearow's name may be a combination of the words ""spear", and "sparrow."
	</origin>
  </franchising>
</pokedex>
