diff options
Diffstat (limited to 'data/baseStats/electabuzz.asm')
-rwxr-xr-x | data/baseStats/electabuzz.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/electabuzz.asm b/data/baseStats/electabuzz.asm index 32fa0316..ac692436 100755 --- a/data/baseStats/electabuzz.asm +++ b/data/baseStats/electabuzz.asm @@ -9,7 +9,7 @@ db ELECTRIC ; species type 1 db ELECTRIC ; species type 2 db 45 ; catch rate db 156 ; base exp yield -db $66 ; sprite dimensions +INCBIN "pic/bmon/electabuzz.pic",0,1 ; 66, sprite dimensions dw ElectabuzzPicFront dw ElectabuzzPicBack ; attacks known at lvl 0 |