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/dodrio.asm | |
parent | 9f29f21d9d43baa7124991dcf3b093fc6c615706 (diff) |
Don't redundantly define sprite dimensions
dimensions are defined in the .pic files
Diffstat (limited to 'data/baseStats/dodrio.asm')
-rwxr-xr-x | data/baseStats/dodrio.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/dodrio.asm b/data/baseStats/dodrio.asm index 53e38682..b872ba47 100755 --- a/data/baseStats/dodrio.asm +++ b/data/baseStats/dodrio.asm @@ -9,7 +9,7 @@ db NORMAL ; species type 1 db FLYING ; species type 2 db 45 ; catch rate db 158 ; base exp yield -db $77 ; sprite dimensions +INCBIN "pic/bmon/dodrio.pic",0,1 ; 77, sprite dimensions dw DodrioPicFront dw DodrioPicBack ; attacks known at lvl 0 |