mew.asm 653 B

123456789101112131415161718192021222324252627282930
  1. MewBaseStats:
  2. db DEX_MEW ; pokedex id
  3. db 100 ; base hp
  4. db 100 ; base attack
  5. db 100 ; base defense
  6. db 100 ; base speed
  7. db 100 ; base special
  8. db PSYCHIC ; species type 1
  9. db PSYCHIC ; species type 2
  10. db 45 ; catch rate
  11. db 64 ; base exp yield
  12. INCBIN "pic/bmon/mew.pic",0,1 ; 55, sprite dimensions
  13. dw MewPicFront
  14. dw MewPicBack
  15. ; attacks known at lvl 0
  16. db POUND
  17. db 0
  18. db 0
  19. db 0
  20. db 3 ; growth rate
  21. ; learnset
  22. tmlearn 1,2,3,4,5,6,7,8
  23. tmlearn 9,10,11,12,13,14,15,16
  24. tmlearn 17,18,19,20,21,22,23,24
  25. tmlearn 25,26,27,28,29,30,31,32
  26. tmlearn 33,34,35,36,37,38,39,40
  27. tmlearn 41,42,43,44,45,46,47,48
  28. tmlearn 49,50,51,52,53,54,55,56
  29. db %11111111 ; usually spacing