diff options
Diffstat (limited to 'data/baseStats/dugtrio.asm')
-rwxr-xr-x | data/baseStats/dugtrio.asm | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/data/baseStats/dugtrio.asm b/data/baseStats/dugtrio.asm new file mode 100755 index 00000000..dbea18df --- /dev/null +++ b/data/baseStats/dugtrio.asm @@ -0,0 +1,34 @@ +DugtrioBaseStats: ; 38956 (e:4956) +db DEX_DUGTRIO ; pokedex id +db 35 ; base hp +db 80 ; base attack +db 50 ; base defense +db 120 ; base speed +db 70 ; base special +db GROUND ; species type 1 +db GROUND ; species type 2 +db 50 ; catch rate +db 153 ; base exp yield +db $66 ; sprite dimensions +dw DugtrioPicFront +dw DugtrioPicBack +; attacks known at lvl 0 +db SCRATCH +db GROWL +db DIG +db 0 +db 0 ; growth rate +; learnset +db %10100000 +db %01000011 +db %00001000 +db %11001110 +db %00000010 +db %10001000 +IF !_YELLOW + db %00000010 +ENDC +IF _YELLOW + db %00000110 +ENDC +db 0 ; padding |