diff options
Diffstat (limited to 'data/baseStats/tentacruel.asm')
-rwxr-xr-x | data/baseStats/tentacruel.asm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/tentacruel.asm b/data/baseStats/tentacruel.asm new file mode 100755 index 00000000..25dff714 --- /dev/null +++ b/data/baseStats/tentacruel.asm @@ -0,0 +1,29 @@ +TentacruelBaseStats: ; 38bbe (e:4bbe) +db DEX_TENTACRUEL ; pokedex id +db 80 ; base hp +db 70 ; base attack +db 65 ; base defense +db 100 ; base speed +db 120 ; base special +db WATER ; species type 1 +db POISON ; species type 2 +db 60 ; catch rate +db 205 ; base exp yield +db $66 ; sprite dimensions +dw TentacruelPicFront +dw TentacruelPicBack +; attacks known at lvl 0 +db ACID +db SUPERSONIC +db WRAP +db 0 +db 5 ; growth rate +; learnset +db %00100100 +db %01111111 +db %00011000 +db %11000000 +db %10000011 +db %00001000 +db %00010110 +db 0 ; padding |