diff options
Diffstat (limited to 'data/baseStats/scyther.asm')
-rwxr-xr-x | data/baseStats/scyther.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/scyther.asm b/data/baseStats/scyther.asm index ff7e9d29..6e20cddc 100755 --- a/data/baseStats/scyther.asm +++ b/data/baseStats/scyther.asm @@ -9,7 +9,7 @@ db BUG ; species type 1 db FLYING ; species type 2 db 45 ; catch rate db 187 ; base exp yield -db $77 ; sprite dimensions +INCBIN "pic/bmon/scyther.pic",0,1 ; 77, sprite dimensions dw ScytherPicFront dw ScytherPicBack ; attacks known at lvl 0 |