diff options
Diffstat (limited to 'data/baseStats/sandslash.asm')
-rw-r--r-- | data/baseStats/sandslash.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/sandslash.asm b/data/baseStats/sandslash.asm index 30477eb4..c596265c 100644 --- a/data/baseStats/sandslash.asm +++ b/data/baseStats/sandslash.asm @@ -8,7 +8,7 @@ db GROUND ; species type 1 db GROUND ; species type 2 db 90 ; catch rate db 163 ; base exp yield -INCBIN "pic/bmon/sandslash.pic",0,1 ; 66, sprite dimensions +INCBIN "gfx/pokemon/front/sandslash.pic",0,1 ; 66, sprite dimensions dw SandslashPicFront dw SandslashPicBack ; attacks known at lvl 0 |