Organize base stats and wild mon data (Koolboyman)

This commit is contained in:
U-Fish-PC\Daniel 2014-05-16 22:26:26 -04:00
parent 1e86625c87
commit b438d0c1d7
255 changed files with 7188 additions and 9163 deletions

29
data/baseStats/spearow.asm Executable file
View file

@ -0,0 +1,29 @@
SpearowBaseStats: ; 3860e (e:460e)
db DEX_SPEAROW ; pokedex id
db 40 ; base hp
db 60 ; base attack
db 30 ; base defense
db 70 ; base speed
db 31 ; base special
db NORMAL ; species type 1
db FLYING ; species type 2
db 255 ; catch rate
db 58 ; base exp yield
db $55 ; sprite dimensions
dw SpearowPicFront
dw SpearowPicBack
; attacks known at lvl 0
db PECK
db GROWL
db 0
db 0
db 0 ; growth rate
; learnset
db %00101010
db %00000011
db %00001000
db %11000000
db %01000010
db %00001100
db %00001010
db 0 ; padding