electrode.asm 557 B

1234567891011121314151617181920212223242526272829
  1. db DEX_ELECTRODE ; pokedex id
  2. db 60 ; base hp
  3. db 50 ; base attack
  4. db 70 ; base defense
  5. db 140 ; base speed
  6. db 80 ; base special
  7. db ELECTRIC ; species type 1
  8. db ELECTRIC ; species type 2
  9. db 60 ; catch rate
  10. db 150 ; base exp yield
  11. INCBIN "pic/bmon/electrode.pic",0,1 ; 55, sprite dimensions
  12. dw ElectrodePicFront
  13. dw ElectrodePicBack
  14. ; attacks known at lvl 0
  15. db TACKLE
  16. db SCREECH
  17. db SONICBOOM
  18. db 0
  19. db 0 ; growth rate
  20. ; learnset
  21. tmlearn 6
  22. tmlearn 9,15
  23. tmlearn 20,24
  24. tmlearn 25,30,31,32
  25. tmlearn 33,34,36,39,40
  26. tmlearn 44,45,47
  27. tmlearn 50,55
  28. db 0 ; padding