diff options
Diffstat (limited to 'data/baseStats/ditto.asm')
-rwxr-xr-x | data/baseStats/ditto.asm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/ditto.asm b/data/baseStats/ditto.asm new file mode 100755 index 00000000..f377a373 --- /dev/null +++ b/data/baseStats/ditto.asm @@ -0,0 +1,29 @@ +DittoBaseStats: ; 39232 (e:5232) +db DEX_DITTO ; pokedex id +db 48 ; base hp +db 48 ; base attack +db 48 ; base defense +db 48 ; base speed +db 48 ; base special +db NORMAL ; species type 1 +db NORMAL ; species type 2 +db 35 ; catch rate +db 61 ; base exp yield +db $55 ; sprite dimensions +dw DittoPicFront +dw DittoPicBack +; attacks known at lvl 0 +db TRANSFORM +db 0 +db 0 +db 0 +db 0 ; growth rate +; learnset +db %00000000 +db %00000000 +db %00000000 +db %00000000 +db %00000000 +db %00000000 +db %00000000 +db 0 ; padding |