pokered/data/pokemon/base_stats/dratini.asm

21 lines
464 B
NASM
Raw Normal View History

db DEX_DRATINI ; pokedex id
db 41, 64, 45, 50, 50
; hp atk def spd spc
db DRAGON, DRAGON ; type
db 45 ; catch rate
db 67 ; base exp
INCBIN "gfx/pokemon/front/dratini.pic", 0, 1 ; sprite dimensions
dw DratiniPicFront, DratiniPicBack
db WRAP, LEER, NO_MOVE, NO_MOVE ; level 1 learnset
db 5 ; growth rate
; tm/hm learnset
tmhm 6, 8, 9, 10, 11, 12, 13, 14, 20, 23, 24, 25, 31, 32, 33, 34, 38, 39, 40, 44, 45, 50, 53
; end
db 0 ; padding