diff options
Diffstat (limited to 'data/baseStats/shellder.asm')
-rwxr-xr-x | data/baseStats/shellder.asm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/shellder.asm b/data/baseStats/shellder.asm new file mode 100755 index 00000000..085674b3 --- /dev/null +++ b/data/baseStats/shellder.asm @@ -0,0 +1,29 @@ +ShellderBaseStats: ; 38d9a (e:4d9a) +db DEX_SHELLDER ; pokedex id +db 30 ; base hp +db 65 ; base attack +db 100 ; base defense +db 40 ; base speed +db 45 ; base special +db WATER ; species type 1 +db WATER ; species type 2 +db 190 ; catch rate +db 97 ; base exp yield +db $55 ; sprite dimensions +dw ShellderPicFront +dw ShellderPicBack +; attacks known at lvl 0 +db TACKLE +db WITHDRAW +db 0 +db 0 +db 5 ; growth rate +; learnset +db %00100000 +db %00111111 +db %00001000 +db %11100000 +db %01001011 +db %01001000 +db %00010011 +db 0 ; padding |