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/poliwag.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/baseStats/poliwag.asm') diff --git a/data/baseStats/poliwag.asm b/data/baseStats/poliwag.asm index 307e2009..6be8587d 100755 --- a/data/baseStats/poliwag.asm +++ b/data/baseStats/poliwag.asm @@ -9,7 +9,7 @@ db WATER ; species type 1 db WATER ; species type 2 db 255 ; catch rate db 77 ; base exp yield -db $55 ; sprite dimensions +INCBIN "pic/bmon/poliwag.pic",0,1 ; 55, sprite dimensions dw PoliwagPicFront dw PoliwagPicBack ; attacks known at lvl 0 -- cgit v1.3.1-sl0p