pokered/data/pokemon/base_stats/cubone.asm

21 lines
473 B
NASM
Raw Normal View History

db DEX_CUBONE ; pokedex id
db 50, 50, 95, 35, 40
; hp atk def spd spc
db GROUND, GROUND ; type
db 190 ; catch rate
db 87 ; base exp
INCBIN "gfx/pokemon/front/cubone.pic", 0, 1 ; sprite dimensions
dw CubonePicFront, CubonePicBack
db BONE_CLUB, GROWL, NO_MOVE, NO_MOVE ; level 1 learnset
db 0 ; growth rate
; tm/hm learnset
tmhm 1, 5, 6, 8, 9, 10, 11, 12, 13, 14, 17, 18, 19, 20, 26, 27, 28, 31, 32, 34, 38, 40, 44, 50, 54
; end
db 0 ; padding