diff options
Diffstat (limited to 'data/baseStats/mrmime.asm')
-rwxr-xr-x | data/baseStats/mrmime.asm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/mrmime.asm b/data/baseStats/mrmime.asm new file mode 100755 index 00000000..8d3d8bd7 --- /dev/null +++ b/data/baseStats/mrmime.asm @@ -0,0 +1,29 @@ +MrMimeBaseStats: ; 3911a (e:511a) +db DEX_MR_MIME ; pokedex id +db 40 ; base hp +db 45 ; base attack +db 65 ; base defense +db 90 ; base speed +db 100 ; base special +db PSYCHIC ; species type 1 +db PSYCHIC ; species type 2 +db 45 ; catch rate +db 136 ; base exp yield +db $66 ; sprite dimensions +dw MrMimePicFront +dw MrMimePicBack +; attacks known at lvl 0 +db CONFUSION +db BARRIER +db 0 +db 0 +db 0 ; growth rate +; learnset +db %10110001 +db %01000011 +db %10101111 +db %11110001 +db %10000111 +db %00111000 +db %01000010 +db 0 ; padding |