diff options
Diffstat (limited to 'data/baseStats/vileplume.asm')
-rwxr-xr-x | data/baseStats/vileplume.asm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/vileplume.asm b/data/baseStats/vileplume.asm new file mode 100755 index 00000000..60b58098 --- /dev/null +++ b/data/baseStats/vileplume.asm @@ -0,0 +1,29 @@ +VileplumeBaseStats: ; 388ae (e:48ae) +db DEX_VILEPLUME ; pokedex id +db 75 ; base hp +db 80 ; base attack +db 85 ; base defense +db 50 ; base speed +db 100 ; base special +db GRASS ; species type 1 +db POISON ; species type 2 +db 45 ; catch rate +db 184 ; base exp yield +db $77 ; sprite dimensions +dw VileplumePicFront +dw VileplumePicBack +; attacks known at lvl 0 +db STUN_SPORE +db SLEEP_POWDER +db ACID +db PETAL_DANCE +db 3 ; growth rate +; learnset +db %10100100 +db %01000011 +db %00111000 +db %11000000 +db %00000011 +db %00001000 +db %00000110 +db 0 ; padding |