diff options
Diffstat (limited to 'data/baseStats/meowth.asm')
-rwxr-xr-x | data/baseStats/meowth.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/meowth.asm b/data/baseStats/meowth.asm index 98b890a3..dc404d20 100755 --- a/data/baseStats/meowth.asm +++ b/data/baseStats/meowth.asm @@ -9,7 +9,7 @@ db NORMAL ; species type 1 db NORMAL ; species type 2 db 255 ; catch rate db 69 ; base exp yield -db $55 ; sprite dimensions +INCBIN "pic/bmon/meowth.pic",0,1 ; 55, sprite dimensions dw MeowthPicFront dw MeowthPicBack ; attacks known at lvl 0 |