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

@ -0,0 +1,29 @@
KangaskhanBaseStats: ; 39056 (e:5056)
db DEX_KANGASKHAN ; pokedex id
db 105 ; base hp
db 95 ; base attack
db 80 ; base defense
db 90 ; base speed
db 40 ; base special
db NORMAL ; species type 1
db NORMAL ; species type 2
db 45 ; catch rate
db 175 ; base exp yield
db $77 ; sprite dimensions
dw KangaskhanPicFront
dw KangaskhanPicBack
; attacks known at lvl 0
db COMET_PUNCH
db RAGE
db 0
db 0
db 0 ; growth rate
; learnset
db %10110001
db %01111111
db %10001111
db %11000111
db %10100010
db %10001000
db %00110010
db 0 ; padding