diff options
Diffstat (limited to 'data/baseStats/exeggutor.asm')
-rwxr-xr-x | data/baseStats/exeggutor.asm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/exeggutor.asm b/data/baseStats/exeggutor.asm new file mode 100755 index 00000000..4e2820c2 --- /dev/null +++ b/data/baseStats/exeggutor.asm @@ -0,0 +1,29 @@ +ExeggutorBaseStats: ; 38f06 (e:4f06) +db DEX_EXEGGUTOR ; pokedex id +db 95 ; base hp +db 95 ; base attack +db 85 ; base defense +db 55 ; base speed +db 125 ; base special +db GRASS ; species type 1 +db PSYCHIC ; species type 2 +db 45 ; catch rate +db 212 ; base exp yield +db $77 ; sprite dimensions +dw ExeggutorPicFront +dw ExeggutorPicBack +; attacks known at lvl 0 +db BARRAGE +db HYPNOSIS +db 0 +db 0 +db 5 ; growth rate +; learnset +db %00100000 +db %01000011 +db %00111000 +db %11110000 +db %00011011 +db %01101000 +db %00100010 +db 0 ; padding |