pokered/data/pokemon/base_stats/persian.asm

21 lines
446 B
NASM
Raw Normal View History

db DEX_PERSIAN ; pokedex id
db 65, 70, 60, 115, 65
; hp atk def spd spc
db NORMAL, NORMAL ; type
db 90 ; catch rate
db 148 ; base exp
INCBIN "gfx/pokemon/front/persian.pic", 0, 1 ; sprite dimensions
dw PersianPicFront, PersianPicBack
db SCRATCH, GROWL, BITE, SCREECH ; level 1 learnset
db 0 ; growth rate
; tm/hm learnset
tmhm 6, 8, 9, 10, 11, 12, 15, 16, 20, 24, 25, 31, 32, 34, 39, 40, 44, 50
; end
db 0 ; padding