rhyhorn.asm 535 B

1234567891011121314151617181920212223242526272829
  1. db DEX_RHYHORN ; pokedex id
  2. db 80 ; base hp
  3. db 85 ; base attack
  4. db 95 ; base defense
  5. db 25 ; base speed
  6. db 30 ; base special
  7. db GROUND ; species type 1
  8. db ROCK ; species type 2
  9. db 120 ; catch rate
  10. db 135 ; base exp yield
  11. INCBIN "pic/bmon/rhyhorn.pic",0,1 ; 77, sprite dimensions
  12. dw RhyhornPicFront
  13. dw RhyhornPicBack
  14. ; attacks known at lvl 0
  15. db HORN_ATTACK
  16. db 0
  17. db 0
  18. db 0
  19. db 5 ; growth rate
  20. ; learnset
  21. tmlearn 6,7,8
  22. tmlearn 9,10
  23. tmlearn 20,24
  24. tmlearn 25,26,27,28,31,32
  25. tmlearn 34,38,40
  26. tmlearn 44,48
  27. tmlearn 50,54
  28. db 0 ; padding