cloyster.asm 562 B

1234567891011121314151617181920212223242526272829
  1. db DEX_CLOYSTER ; pokedex id
  2. db 50 ; base hp
  3. db 95 ; base attack
  4. db 180 ; base defense
  5. db 70 ; base speed
  6. db 85 ; base special
  7. db WATER ; species type 1
  8. db ICE ; species type 2
  9. db 60 ; catch rate
  10. db 203 ; base exp yield
  11. INCBIN "pic/bmon/cloyster.pic",0,1 ; 77, sprite dimensions
  12. dw CloysterPicFront
  13. dw CloysterPicBack
  14. ; attacks known at lvl 0
  15. db WITHDRAW
  16. db SUPERSONIC
  17. db CLAMP
  18. db AURORA_BEAM
  19. db 5 ; growth rate
  20. ; learnset
  21. tmlearn 6
  22. tmlearn 9,10,11,12,13,14,15
  23. tmlearn 20
  24. tmlearn 30,31,32
  25. tmlearn 33,34,36,39
  26. tmlearn 44,47
  27. tmlearn 49,50,53
  28. db 0 ; padding