diff options
Diffstat (limited to 'data/baseStats/pidgeotto.asm')
-rwxr-xr-x | data/baseStats/pidgeotto.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/pidgeotto.asm b/data/baseStats/pidgeotto.asm index 65a39130..c996b671 100755 --- a/data/baseStats/pidgeotto.asm +++ b/data/baseStats/pidgeotto.asm @@ -9,7 +9,7 @@ db NORMAL ; species type 1 db FLYING ; species type 2 db 120 ; catch rate db 113 ; base exp yield -db $66 ; sprite dimensions +INCBIN "pic/bmon/pidgeotto.pic",0,1 ; 66, sprite dimensions dw PidgeottoPicFront dw PidgeottoPicBack ; attacks known at lvl 0 |