diff options
Diffstat (limited to 'data/baseStats/tentacool.asm')
-rwxr-xr-x | data/baseStats/tentacool.asm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/tentacool.asm b/data/baseStats/tentacool.asm new file mode 100755 index 00000000..0bb1ff93 --- /dev/null +++ b/data/baseStats/tentacool.asm @@ -0,0 +1,29 @@ +TentacoolBaseStats: ; 38ba2 (e:4ba2) +db DEX_TENTACOOL ; pokedex id +db 40 ; base hp +db 40 ; base attack +db 35 ; base defense +db 70 ; base speed +db 100 ; base special +db WATER ; species type 1 +db POISON ; species type 2 +db 190 ; catch rate +db 105 ; base exp yield +db $55 ; sprite dimensions +dw TentacoolPicFront +dw TentacoolPicBack +; attacks known at lvl 0 +db ACID +db 0 +db 0 +db 0 +db 5 ; growth rate +; learnset +db %00100100 +db %00111111 +db %00011000 +db %11000000 +db %10000011 +db %00001000 +db %00010110 +db 0 ; padding |