diff options
Diffstat (limited to 'data/baseStats/spearow.asm')
-rw-r--r-- | data/baseStats/spearow.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/spearow.asm b/data/baseStats/spearow.asm index eb8ab1ec..9b8db91d 100644 --- a/data/baseStats/spearow.asm +++ b/data/baseStats/spearow.asm @@ -8,7 +8,7 @@ db NORMAL ; species type 1 db FLYING ; species type 2 db 255 ; catch rate db 58 ; base exp yield -INCBIN "pic/bmon/spearow.pic",0,1 ; 55, sprite dimensions +INCBIN "gfx/pokemon/front/spearow.pic",0,1 ; 55, sprite dimensions dw SpearowPicFront dw SpearowPicBack ; attacks known at lvl 0 |