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/cloyster.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/baseStats/cloyster.asm') diff --git a/data/baseStats/cloyster.asm b/data/baseStats/cloyster.asm index 0b70c8de..d57b651a 100755 --- a/data/baseStats/cloyster.asm +++ b/data/baseStats/cloyster.asm @@ -9,7 +9,7 @@ db WATER ; species type 1 db ICE ; species type 2 db 60 ; catch rate db 203 ; base exp yield -db $77 ; sprite dimensions +INCBIN "pic/bmon/cloyster.pic",0,1 ; 77, sprite dimensions dw CloysterPicFront dw CloysterPicBack ; attacks known at lvl 0 -- cgit v1.3.1-sl0p