pokered/data/pokemon/base_stats/scyther.asm

21 lines
437 B
NASM
Raw Normal View History

db DEX_SCYTHER ; pokedex id
db 70, 110, 80, 105, 55
; hp atk def spd spc
db BUG, FLYING ; type
db 45 ; catch rate
db 187 ; base exp
INCBIN "gfx/pokemon/front/scyther.pic", 0, 1 ; sprite dimensions
dw ScytherPicFront, ScytherPicBack
db QUICK_ATTACK, NO_MOVE, NO_MOVE, NO_MOVE ; level 1 learnset
db 0 ; growth rate
; tm/hm learnset
tmhm 3, 6, 9, 10, 15, 20, 31, 32, 34, 39, 40, 44, 50, 51
; end
db 0 ; padding