diff options
Diffstat (limited to 'data/baseStats/mankey.asm')
-rw-r--r-- | data/baseStats/mankey.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/mankey.asm b/data/baseStats/mankey.asm index 406a1364..07b961c5 100644 --- a/data/baseStats/mankey.asm +++ b/data/baseStats/mankey.asm @@ -8,7 +8,7 @@ db FIGHTING ; species type 1 db FIGHTING ; species type 2 db 190 ; catch rate db 74 ; base exp yield -INCBIN "pic/bmon/mankey.pic",0,1 ; 55, sprite dimensions +INCBIN "gfx/pokemon/front/mankey.pic",0,1 ; 55, sprite dimensions dw MankeyPicFront dw MankeyPicBack ; attacks known at lvl 0 |