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 0ccb8615..1c10c96e 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 -db $77 ; sprite dimensions +INCBIN "pic/bmon/machamp.pic",0,1 ; 77, sprite dimensions dw MachampPicFront dw MachampPicBack ; attacks known at lvl 0 |