venomoth.asm 555 B

1234567891011121314151617181920212223242526272829
  1. db DEX_VENOMOTH ; pokedex id
  2. db 70 ; base hp
  3. db 65 ; base attack
  4. db 60 ; base defense
  5. db 90 ; base speed
  6. db 90 ; base special
  7. db BUG ; species type 1
  8. db POISON ; species type 2
  9. db 75 ; catch rate
  10. db 138 ; base exp yield
  11. INCBIN "pic/bmon/venomoth.pic",0,1 ; 77, sprite dimensions
  12. dw VenomothPicFront
  13. dw VenomothPicBack
  14. ; attacks known at lvl 0
  15. db TACKLE
  16. db DISABLE
  17. db POISONPOWDER
  18. db LEECH_LIFE
  19. db 0 ; growth rate
  20. ; learnset
  21. tmlearn 2,4,6
  22. tmlearn 9,10,15
  23. tmlearn 20,21,22
  24. tmlearn 29,30,31,32
  25. tmlearn 33,34,39
  26. tmlearn 44,46
  27. tmlearn 50
  28. db 0 ; padding