diff options
Diffstat (limited to 'data/baseStats/ekans.asm')
-rw-r--r-- | data/baseStats/ekans.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/ekans.asm b/data/baseStats/ekans.asm index b029a67c..94295b51 100644 --- a/data/baseStats/ekans.asm +++ b/data/baseStats/ekans.asm @@ -8,7 +8,7 @@ db POISON ; species type 1 db POISON ; species type 2 db 255 ; catch rate db 62 ; base exp yield -INCBIN "pic/bmon/ekans.pic",0,1 ; 55, sprite dimensions +INCBIN "gfx/pokemon/front/ekans.pic",0,1 ; 55, sprite dimensions dw EkansPicFront dw EkansPicBack ; attacks known at lvl 0 |