diff options
author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2014-07-15 09:31:30 -0500 |
---|---|---|
committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2014-07-15 09:31:30 -0500 |
commit | 57113a7651ba8a7f88e119ca3de7acb45a77db69 (patch) | |
tree | 8bb1ae312276a9e10d5c0eeb0dc82766048a813d /data/baseStats/paras.asm | |
parent | 9f29f21d9d43baa7124991dcf3b093fc6c615706 (diff) |
Don't redundantly define sprite dimensions
dimensions are defined in the .pic files
Diffstat (limited to 'data/baseStats/paras.asm')
-rwxr-xr-x | data/baseStats/paras.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/paras.asm b/data/baseStats/paras.asm index 8fbb729c..c1f9dbdd 100755 --- a/data/baseStats/paras.asm +++ b/data/baseStats/paras.asm @@ -9,7 +9,7 @@ db BUG ; species type 1 db GRASS ; species type 2 db 190 ; catch rate db 70 ; base exp yield -db $55 ; sprite dimensions +INCBIN "pic/bmon/paras.pic",0,1 ; 55, sprite dimensions dw ParasPicFront dw ParasPicBack ; attacks known at lvl 0 |