diff options
Diffstat (limited to 'data/baseStats/rhyhorn.asm')
-rwxr-xr-x | data/baseStats/rhyhorn.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/rhyhorn.asm b/data/baseStats/rhyhorn.asm index 8939e852..5521f37a 100755 --- a/data/baseStats/rhyhorn.asm +++ b/data/baseStats/rhyhorn.asm @@ -9,7 +9,7 @@ db GROUND ; species type 1 db ROCK ; species type 2 db 120 ; catch rate db 135 ; base exp yield -db $77 ; sprite dimensions +INCBIN "pic/bmon/rhyhorn.pic",0,1 ; 77, sprite dimensions dw RhyhornPicFront dw RhyhornPicBack ; attacks known at lvl 0 |