From 385b109b07a604999b9fca2bf8d307aeb3a60df0 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sun, 8 Nov 2015 16:20:14 -0500 Subject: Move data, mon header data, cry data. Also remove bmon folder --- data/baseStats/cubone.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/baseStats/cubone.asm') diff --git a/data/baseStats/cubone.asm b/data/baseStats/cubone.asm index 74584844..7c8bd86b 100755 --- a/data/baseStats/cubone.asm +++ b/data/baseStats/cubone.asm @@ -9,14 +9,14 @@ db GROUND ; species type 1 db GROUND ; species type 2 db 190 ; catch rate db 87 ; base exp yield -INCBIN "pic/bmon/cubone.pic",0,1 ; 55, sprite dimensions +INCBIN "pic/ymon/cubone.pic",0,1 ; 55, sprite dimensions dw CubonePicFront dw CubonePicBack ; attacks known at lvl 0 -db BONE_CLUB db GROWL db 0 db 0 +db 0 db 0 ; growth rate ; learnset tmlearn 1,5,6,8 -- cgit v1.3.1-sl0p