diff options
Diffstat (limited to 'data/baseStats/mew.asm')
-rw-r--r-- | data/baseStats/mew.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/mew.asm b/data/baseStats/mew.asm index 046b4d86..f89a2864 100644 --- a/data/baseStats/mew.asm +++ b/data/baseStats/mew.asm @@ -9,7 +9,7 @@ db PSYCHIC ; species type 1 db PSYCHIC ; species type 2 db 45 ; catch rate db 64 ; base exp yield -INCBIN "pic/bmon/mew.pic",0,1 ; 55, sprite dimensions +INCBIN "gfx/pokemon/front/mew.pic",0,1 ; 55, sprite dimensions dw MewPicFront dw MewPicBack ; attacks known at lvl 0 |