From 57113a7651ba8a7f88e119ca3de7acb45a77db69 Mon Sep 17 00:00:00 2001 From: "U-Daniel-PC\\Daniel" Date: Tue, 15 Jul 2014 09:31:30 -0500 Subject: Don't redundantly define sprite dimensions dimensions are defined in the .pic files --- data/baseStats/venomoth.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/baseStats/venomoth.asm') 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 -- cgit v1.3.1-sl0p