diff options
Diffstat (limited to 'data/baseStats/exeggutor.asm')
-rwxr-xr-x | data/baseStats/exeggutor.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/exeggutor.asm b/data/baseStats/exeggutor.asm index 98c629cd..e28fb8c8 100755 --- a/data/baseStats/exeggutor.asm +++ b/data/baseStats/exeggutor.asm @@ -9,7 +9,7 @@ db GRASS ; species type 1 db PSYCHIC ; species type 2 db 45 ; catch rate db 212 ; base exp yield -db $77 ; sprite dimensions +INCBIN "pic/bmon/exeggutor.pic",0,1 ; 77, sprite dimensions dw ExeggutorPicFront dw ExeggutorPicBack ; attacks known at lvl 0 |