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/koffing.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/baseStats/koffing.asm') diff --git a/data/baseStats/koffing.asm b/data/baseStats/koffing.asm index 0976b55a..d50e5bcf 100755 --- a/data/baseStats/koffing.asm +++ b/data/baseStats/koffing.asm @@ -9,7 +9,7 @@ db POISON ; species type 1 db POISON ; species type 2 db 190 ; catch rate db 114 ; base exp yield -db $66 ; sprite dimensions +INCBIN "pic/bmon/koffing.pic",0,1 ; 66, sprite dimensions dw KoffingPicFront dw KoffingPicBack ; attacks known at lvl 0 -- cgit v1.3.1-sl0p