electabuzz.asm 580 B

1234567891011121314151617181920212223242526272829
  1. db DEX_ELECTABUZZ ; pokedex id
  2. db 65 ; base hp
  3. db 83 ; base attack
  4. db 57 ; base defense
  5. db 105 ; base speed
  6. db 85 ; base special
  7. db ELECTRIC ; species type 1
  8. db ELECTRIC ; species type 2
  9. db 45 ; catch rate
  10. db 156 ; base exp yield
  11. INCBIN "pic/bmon/electabuzz.pic",0,1 ; 66, sprite dimensions
  12. dw ElectabuzzPicFront
  13. dw ElectabuzzPicBack
  14. ; attacks known at lvl 0
  15. db QUICK_ATTACK
  16. db LEER
  17. db 0
  18. db 0
  19. db 0 ; growth rate
  20. ; learnset
  21. tmlearn 1,5,6,8
  22. tmlearn 9,10,15
  23. tmlearn 17,18,19,20,24
  24. tmlearn 25,29,30,31,32
  25. tmlearn 33,34,35,39,40
  26. tmlearn 44,45,46
  27. tmlearn 50,54,55
  28. db 0 ; padding