diff options
Diffstat (limited to 'data/baseStats/venomoth.asm')
-rwxr-xr-x | data/baseStats/venomoth.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/venomoth.asm b/data/baseStats/venomoth.asm index c975ee6e..0a4d4461 100755 --- a/data/baseStats/venomoth.asm +++ b/data/baseStats/venomoth.asm @@ -9,7 +9,7 @@ db BUG ; species type 1 db POISON ; species type 2 db 75 ; catch rate db 138 ; base exp yield -db $77 ; sprite dimensions +INCBIN "pic/bmon/venomoth.pic",0,1 ; 77, sprite dimensions dw VenomothPicFront dw VenomothPicBack ; attacks known at lvl 0 |