diff options
Diffstat (limited to 'data/baseStats/jolteon.asm')
-rw-r--r-- | data/baseStats/jolteon.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/jolteon.asm b/data/baseStats/jolteon.asm index b33d6327..1752354b 100644 --- a/data/baseStats/jolteon.asm +++ b/data/baseStats/jolteon.asm @@ -8,7 +8,7 @@ db ELECTRIC ; species type 1 db ELECTRIC ; species type 2 db 45 ; catch rate db 197 ; base exp yield -INCBIN "pic/bmon/jolteon.pic",0,1 ; 66, sprite dimensions +INCBIN "gfx/pokemon/front/jolteon.pic",0,1 ; 66, sprite dimensions dw JolteonPicFront dw JolteonPicBack ; attacks known at lvl 0 |