diff options
Diffstat (limited to 'data/baseStats/weepinbell.asm')
-rwxr-xr-x | data/baseStats/weepinbell.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/weepinbell.asm b/data/baseStats/weepinbell.asm index e3e6bab1..1a974e20 100755 --- a/data/baseStats/weepinbell.asm +++ b/data/baseStats/weepinbell.asm @@ -9,7 +9,7 @@ db GRASS ; species type 1 db POISON ; species type 2 db 120 ; catch rate db 151 ; base exp yield -db $66 ; sprite dimensions +INCBIN "pic/bmon/weepinbell.pic",0,1 ; 66, sprite dimensions dw WeepinbellPicFront dw WeepinbellPicBack ; attacks known at lvl 0 |