diff options
Diffstat (limited to 'data/baseStats/bellsprout.asm')
-rwxr-xr-x | data/baseStats/bellsprout.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/bellsprout.asm b/data/baseStats/bellsprout.asm index 335c9ff1..e8b7d97a 100755 --- a/data/baseStats/bellsprout.asm +++ b/data/baseStats/bellsprout.asm @@ -9,7 +9,7 @@ db GRASS ; species type 1 db POISON ; species type 2 db 255 ; catch rate db 84 ; base exp yield -db $55 ; sprite dimensions +INCBIN "pic/bmon/bellsprout.pic",0,1 ; 55, sprite dimensions dw BellsproutPicFront dw BellsproutPicBack ; attacks known at lvl 0 |