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/nidoranf.asm Executable file
View file

@ -0,0 +1,29 @@
NidoranFBaseStats: ; 386ee (e:46ee)
db DEX_NIDORAN_F ; pokedex id
db 55 ; base hp
db 47 ; base attack
db 52 ; base defense
db 41 ; base speed
db 40 ; base special
db POISON ; species type 1
db POISON ; species type 2
db 235 ; catch rate
db 59 ; base exp yield
db $55 ; sprite dimensions
dw NidoranFPicFront
dw NidoranFPicBack
; attacks known at lvl 0
db GROWL
db TACKLE
db 0
db 0
db 3 ; growth rate
; learnset
db %10100000
db %00100011
db %10001000
db %11000001
db %10000011
db %00001000
db %00000010
db 0 ; padding