poliwrath.asm 590 B

1234567891011121314151617181920212223242526272829
  1. db DEX_POLIWRATH ; pokedex id
  2. db 90 ; base hp
  3. db 85 ; base attack
  4. db 95 ; base defense
  5. db 70 ; base speed
  6. db 70 ; base special
  7. db WATER ; species type 1
  8. db FIGHTING ; species type 2
  9. db 45 ; catch rate
  10. db 185 ; base exp yield
  11. INCBIN "pic/bmon/poliwrath.pic",0,1 ; 77, sprite dimensions
  12. dw PoliwrathPicFront
  13. dw PoliwrathPicBack
  14. ; attacks known at lvl 0
  15. db HYPNOSIS
  16. db WATER_GUN
  17. db DOUBLESLAP
  18. db BODY_SLAM
  19. db 3 ; growth rate
  20. ; learnset
  21. tmlearn 1,5,6,8
  22. tmlearn 9,10,11,12,13,14,15
  23. tmlearn 17,18,19,20
  24. tmlearn 26,27,29,31,32
  25. tmlearn 34,35,40
  26. tmlearn 44,46
  27. tmlearn 50,53,54
  28. db 0 ; padding