seaking.asm 539 B

1234567891011121314151617181920212223242526272829
  1. db DEX_SEAKING ; pokedex id
  2. db 80 ; base hp
  3. db 92 ; base attack
  4. db 65 ; base defense
  5. db 68 ; base speed
  6. db 80 ; base special
  7. db WATER ; species type 1
  8. db WATER ; species type 2
  9. db 60 ; catch rate
  10. db 170 ; base exp yield
  11. INCBIN "pic/bmon/seaking.pic",0,1 ; 77, sprite dimensions
  12. dw SeakingPicFront
  13. dw SeakingPicBack
  14. ; attacks known at lvl 0
  15. db PECK
  16. db TAIL_WHIP
  17. db SUPERSONIC
  18. db 0
  19. db 0 ; growth rate
  20. ; learnset
  21. tmlearn 6,7
  22. tmlearn 9,10,11,12,13,14,15
  23. tmlearn 20
  24. tmlearn 31,32
  25. tmlearn 34,39,40
  26. tmlearn 44
  27. tmlearn 50,53
  28. db 0 ; padding