diff options
Diffstat (limited to 'data/baseStats/dodrio.asm')
-rwxr-xr-x | data/baseStats/dodrio.asm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/dodrio.asm b/data/baseStats/dodrio.asm new file mode 100755 index 00000000..fd104196 --- /dev/null +++ b/data/baseStats/dodrio.asm @@ -0,0 +1,29 @@ +DodrioBaseStats: ; 38d0e (e:4d0e) +db DEX_DODRIO ; pokedex id +db 60 ; base hp +db 110 ; base attack +db 70 ; base defense +db 100 ; base speed +db 60 ; base special +db NORMAL ; species type 1 +db FLYING ; species type 2 +db 45 ; catch rate +db 158 ; base exp yield +db $77 ; sprite dimensions +dw DodrioPicFront +dw DodrioPicBack +; attacks known at lvl 0 +db PECK +db GROWL +db FURY_ATTACK +db 0 +db 0 ; growth rate +; learnset +db %10101000 +db %01000011 +db %00001000 +db %11000000 +db %10000011 +db %00001100 +db %00001011 +db 0 ; padding |