ProjectTitan313

Simple Guide to Wurmple

May 11th, 2012
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. In the words of Bond697, who is the amazingly smart guy who figured this out in a matter of minutes...
  2. "do ((pid >> 0x10) % 0xA, and if the result is 0-4 you get silcoon, if 5-9, cascoon"
  3.  
  4. Which doesn't mean much to me, but more knowledgable ones can use that.
  5.  
  6. For the simple minded:
  7.  
  8. -Find the PID of the Wurmple. Most productive way being Pokecheck.
  9. -It will be in Hexadecimal. This is good, for example it will look like 0x70BBD05C .
  10. -open Calculator and hit ALT+3
  11. -Paste the first 4 bits into the calc, make sure its set to Hex on left hand side. From previous example, the first four bits are 70BB.
  12. -Hit "Mod", hit "A", then hit Enter.
  13. -You have a number 0-9.
  14. -0-4 Evolves into Silcoon, 5-9 Evolves into Cascoon.
  15. -For the example PID, this returns 9, thus Wurmple will evolve into Cascoon.
  16.  
  17. EDIT: Or for even MORE simplicity, use Mandrew's Wurmple Evolution Calculator
  18. http://www.sendspace.com/file/x33f8j
Advertisement
Add Comment
Please, Sign In to add comment