pokered/data/pokemon/base_stats/gastly.asm

21 lines
441 B
NASM
Raw Normal View History

db DEX_GASTLY ; pokedex id
db 30, 35, 30, 80, 100
; hp atk def spd spc
db GHOST, POISON ; type
db 190 ; catch rate
db 95 ; base exp
INCBIN "gfx/pokemon/front/gastly.pic", 0, 1 ; sprite dimensions
dw GastlyPicFront, GastlyPicBack
db LICK, CONFUSE_RAY, NIGHT_SHADE, NO_MOVE ; level 1 learnset
db 3 ; growth rate
; tm/hm learnset
tmhm 6, 20, 21, 24, 25, 29, 31, 32, 34, 36, 42, 44, 46, 47, 50
; end
db 0 ; padding