db DEX_CLEFABLE ; pokedex id db 95, 70, 73, 60, 85 ; hp atk def spd spc db NORMAL, NORMAL ; type db 25 ; catch rate db 129 ; base exp INCBIN "gfx/pokemon/front/clefable.pic", 0, 1 ; sprite dimensions dw ClefablePicFront, ClefablePicBack db SING, DOUBLESLAP, MINIMIZE, METRONOME ; level 1 learnset db 4 ; growth rate ; tm/hm learnset tmhm 1, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 22, 24, 25, 29, 30, 31, 32, 33, 34, 35, 38, 40, 44, 45, 46, 49, 50, 54, 55 ; end db 0 ; padding