pokered/data/pokemon/base_stats/persian.asm
Rangi 66ebe56adc Port pokecrystal's base data and tmhm structure
To do: TM/HM constants named after moves
2020-07-05 21:59:32 -04:00

20 lines
446 B
NASM

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