wartortle.asm 561 B

1234567891011121314151617181920212223242526272829
  1. db DEX_WARTORTLE ; pokedex id
  2. db 59 ; base hp
  3. db 63 ; base attack
  4. db 80 ; base defense
  5. db 58 ; base speed
  6. db 65 ; base special
  7. db WATER ; species type 1
  8. db WATER ; species type 2
  9. db 45 ; catch rate
  10. db 143 ; base exp yield
  11. INCBIN "pic/bmon/wartortle.pic",0,1 ; 66, sprite dimensions
  12. dw WartortlePicFront
  13. dw WartortlePicBack
  14. ; attacks known at lvl 0
  15. db TACKLE
  16. db TAIL_WHIP
  17. db BUBBLE
  18. db 0
  19. db 3 ; growth rate
  20. ; learnset
  21. tmlearn 1,5,6,8
  22. tmlearn 9,10,11,12,13,14
  23. tmlearn 17,18,19,20
  24. tmlearn 28,31,32
  25. tmlearn 33,34,40
  26. tmlearn 44
  27. tmlearn 50,53,54
  28. db 0 ; padding