diff options
Diffstat (limited to 'data/baseStats/tentacool.asm')
-rwxr-xr-x | data/baseStats/tentacool.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/tentacool.asm b/data/baseStats/tentacool.asm index 6d81f5ad..f7569d65 100755 --- a/data/baseStats/tentacool.asm +++ b/data/baseStats/tentacool.asm @@ -9,7 +9,7 @@ db WATER ; species type 1 db POISON ; species type 2 db 190 ; catch rate db 105 ; base exp yield -db $55 ; sprite dimensions +INCBIN "pic/bmon/tentacool.pic",0,1 ; 55, sprite dimensions dw TentacoolPicFront dw TentacoolPicBack ; attacks known at lvl 0 |