Advertisement
Torchickens

Low HP cries information

Sep 1st, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. Though there are 151 Pokémon, they use only 38 base cries. The rest of the cry data consists of a pitch and length value.
  2.  
  3. For example, Kadabra's cry data is base $1C, pitch $A8, length $C0.
  4. More values can be found here. https://github.com/iimarckus/pokered/blob/master/data/cries.asm
  5.  
  6. When a Pokémon with low HP is sent out, it means that the game will effectively play the cry with pitch $00 instead of the normal pitch.
  7.  
  8. Gastly has the data $1C, $00, $80 (note it has pitch 00!); so Kadabra on low HP will sound like a lengthened version of Gastly's cry.
  9.  
  10. If you use the GameShark code 0100F1C0 for Red/Blue/Yellow (which modifies the pitch of a Pokémon cry to 0), then you can make a Pokémon's cry sound like the low HP equivalent without actually needing low HP.
  11.  
  12. Other cries include:
  13.  
  14. Mew ~ Staryu
  15. Kadabra ~ Gastly
  16. Paras ~ Staryu
  17. Parasect ~ Staryu
  18. Starmie ~ Staryu
  19. Raticate ~ Rattata
  20. Magneton ~ Gastly
  21. Krabby ~ Mr. Mime
  22. Vulpix ~ Graveler
  23. Ninetales ~ Graveler
  24. Geodude ~ Graveler
  25. Metapod ~ Gastly
  26. Mewtwo ~ Staryu
  27. Krabby ~ Mr. Mime
  28. Kingler ~ Mr. Mime
  29. Alakazam ~ Gastly
  30. Magnemite ~ Gastly
  31.  
  32. (You can listen to them in this video if you like https://www.youtube.com/watch?v=sEvX92byEaw)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement