sandslash.asm 558 B

1234567891011121314151617181920212223242526272829
  1. db DEX_SANDSLASH ; pokedex id
  2. db 75 ; base hp
  3. db 100 ; base attack
  4. db 110 ; base defense
  5. db 65 ; base speed
  6. db 55 ; base special
  7. db GROUND ; species type 1
  8. db GROUND ; species type 2
  9. db 90 ; catch rate
  10. db 163 ; base exp yield
  11. INCBIN "pic/bmon/sandslash.pic",0,1 ; 66, sprite dimensions
  12. dw SandslashPicFront
  13. dw SandslashPicBack
  14. ; attacks known at lvl 0
  15. db SCRATCH
  16. db SAND_ATTACK
  17. db 0
  18. db 0
  19. db 0 ; growth rate
  20. ; learnset
  21. tmlearn 3,6,8
  22. tmlearn 9,10,15
  23. tmlearn 17,19,20
  24. tmlearn 26,27,28,31,32
  25. tmlearn 34,39,40
  26. tmlearn 44,48
  27. tmlearn 50,51,54
  28. db 0 ; padding