diff options
Diffstat (limited to 'data/baseStats/ekans.asm')
-rwxr-xr-x | data/baseStats/ekans.asm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/ekans.asm b/data/baseStats/ekans.asm new file mode 100755 index 00000000..00bdcb25 --- /dev/null +++ b/data/baseStats/ekans.asm @@ -0,0 +1,29 @@ +EkansBaseStats: ; 38646 (e:4646) +db DEX_EKANS ; pokedex id +db 35 ; base hp +db 60 ; base attack +db 44 ; base defense +db 55 ; base speed +db 40 ; base special +db POISON ; species type 1 +db POISON ; species type 2 +db 255 ; catch rate +db 62 ; base exp yield +db $55 ; sprite dimensions +dw EkansPicFront +dw EkansPicBack +; attacks known at lvl 0 +db WRAP +db LEER +db 0 +db 0 +db 0 ; growth rate +; learnset +db %10100000 +db %00000011 +db %00011000 +db %11001110 +db %10000010 +db %10001000 +db %00100010 +db 0 ; padding |