weedle.asm 498 B

1234567891011121314151617181920212223242526272829
  1. db DEX_WEEDLE ; pokedex id
  2. db 40 ; base hp
  3. db 35 ; base attack
  4. db 30 ; base defense
  5. db 50 ; base speed
  6. db 20 ; base special
  7. db BUG ; species type 1
  8. db POISON ; species type 2
  9. db 255 ; catch rate
  10. db 52 ; base exp yield
  11. INCBIN "pic/bmon/weedle.pic",0,1 ; 55, sprite dimensions
  12. dw WeedlePicFront
  13. dw WeedlePicBack
  14. ; attacks known at lvl 0
  15. db POISON_STING
  16. db STRING_SHOT
  17. db 0
  18. db 0
  19. db 0 ; growth rate
  20. ; learnset
  21. tmlearn 0
  22. tmlearn 0
  23. tmlearn 0
  24. tmlearn 0
  25. tmlearn 0
  26. tmlearn 0
  27. tmlearn 0
  28. db 0 ; padding