diff options
Diffstat (limited to 'data/baseStats/seaking.asm')
-rwxr-xr-x | data/baseStats/seaking.asm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/seaking.asm b/data/baseStats/seaking.asm new file mode 100755 index 00000000..0b0d40dc --- /dev/null +++ b/data/baseStats/seaking.asm @@ -0,0 +1,29 @@ +SeakingBaseStats: ; 390c6 (e:50c6) +db DEX_SEAKING ; pokedex id +db 80 ; base hp +db 92 ; base attack +db 65 ; base defense +db 68 ; base speed +db 80 ; base special +db WATER ; species type 1 +db WATER ; species type 2 +db 60 ; catch rate +db 170 ; base exp yield +db $77 ; sprite dimensions +dw SeakingPicFront +dw SeakingPicBack +; attacks known at lvl 0 +db PECK +db TAIL_WHIP +db SUPERSONIC +db 0 +db 0 ; growth rate +; learnset +db %01100000 +db %01111111 +db %00001000 +db %11000000 +db %11000010 +db %00001000 +db %00010010 +db 0 ; padding |