shithub: pokered

ref: b97d571e8e3de28f705b709d1446e0748678eb8c
dir: /data/baseStats/rapidash.asm/

View raw version
RapidashBaseStats: ; 38c4a (e:4c4a)
db DEX_RAPIDASH ; pokedex id
db 65 ; base hp
db 100 ; base attack
db 70 ; base defense
db 105 ; base speed
db 80 ; base special
db FIRE ; species type 1
db FIRE ; species type 2
db 60 ; catch rate
db 192 ; base exp yield
INCBIN "pic/bmon/rapidash.pic",0,1 ; 77, sprite dimensions
dw RapidashPicFront
dw RapidashPicBack
; attacks known at lvl 0
db EMBER
db TAIL_WHIP
db STOMP
db GROWL
db 0 ; growth rate
; learnset
db %11100000
db %01000011
db %00001000
db %11000000
db %11100011
db %00001000
db %00000010
db 0 ; padding