gastly.asm 535 B

1234567891011121314151617181920212223242526272829
  1. db DEX_GASTLY ; pokedex id
  2. db 30 ; base hp
  3. db 35 ; base attack
  4. db 30 ; base defense
  5. db 80 ; base speed
  6. db 100 ; base special
  7. db GHOST ; species type 1
  8. db POISON ; species type 2
  9. db 190 ; catch rate
  10. db 95 ; base exp yield
  11. INCBIN "pic/bmon/gastly.pic",0,1 ; 77, sprite dimensions
  12. dw GastlyPicFront
  13. dw GastlyPicBack
  14. ; attacks known at lvl 0
  15. db LICK
  16. db CONFUSE_RAY
  17. db NIGHT_SHADE
  18. db 0
  19. db 3 ; growth rate
  20. ; learnset
  21. tmlearn 6
  22. tmlearn 0
  23. tmlearn 20,21,24
  24. tmlearn 25,29,31,32
  25. tmlearn 34,36
  26. tmlearn 42,44,46,47
  27. tmlearn 50
  28. db 0 ; padding