diff options
Diffstat (limited to 'data/baseStats/graveler.asm')
-rw-r--r-- | data/baseStats/graveler.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/graveler.asm b/data/baseStats/graveler.asm index 08776ab1..0525c587 100644 --- a/data/baseStats/graveler.asm +++ b/data/baseStats/graveler.asm @@ -8,7 +8,7 @@ db ROCK ; species type 1 db GROUND ; species type 2 db 120 ; catch rate db 134 ; base exp yield -INCBIN "pic/bmon/graveler.pic",0,1 ; 66, sprite dimensions +INCBIN "gfx/pokemon/front/graveler.pic",0,1 ; 66, sprite dimensions dw GravelerPicFront dw GravelerPicBack ; attacks known at lvl 0 |