diff options
Diffstat (limited to 'data/baseStats/machamp.asm')
-rwxr-xr-x | data/baseStats/machamp.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/machamp.asm b/data/baseStats/machamp.asm index c9ca26dd..ca3ffbaa 100755 --- a/data/baseStats/machamp.asm +++ b/data/baseStats/machamp.asm @@ -9,7 +9,7 @@ db FIGHTING ; species type 1 db FIGHTING ; species type 2 db 45 ; catch rate db 193 ; base exp yield -INCBIN "pic/bmon/machamp.pic",0,1 ; 77, sprite dimensions +INCBIN "pic/ymon/machamp.pic",0,1 ; 77, sprite dimensions dw MachampPicFront dw MachampPicBack ; attacks known at lvl 0 |