diff options
Diffstat (limited to 'data/baseStats/parasect.asm')
-rwxr-xr-x | data/baseStats/parasect.asm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/parasect.asm b/data/baseStats/parasect.asm new file mode 100755 index 00000000..81231c0f --- /dev/null +++ b/data/baseStats/parasect.asm @@ -0,0 +1,29 @@ +ParasectBaseStats: ; 388e6 (e:48e6) +db DEX_PARASECT ; pokedex id +db 60 ; base hp +db 95 ; base attack +db 80 ; base defense +db 30 ; base speed +db 80 ; base special +db BUG ; species type 1 +db GRASS ; species type 2 +db 75 ; catch rate +db 128 ; base exp yield +db $77 ; sprite dimensions +dw ParasectPicFront +dw ParasectPicBack +; attacks known at lvl 0 +db SCRATCH +db STUN_SPORE +db LEECH_LIFE +db 0 +db 0 ; growth rate +; learnset +db %10100100 +db %01000011 +db %00111000 +db %11001000 +db %10000011 +db %00001000 +db %00000110 +db 0 ; padding |