diff options
Diffstat (limited to 'data/baseStats/golem.asm')
-rwxr-xr-x | data/baseStats/golem.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/golem.asm b/data/baseStats/golem.asm index 3a23f63f..deebb1d1 100755 --- a/data/baseStats/golem.asm +++ b/data/baseStats/golem.asm @@ -9,7 +9,7 @@ db ROCK ; species type 1 db GROUND ; species type 2 db 45 ; catch rate db 177 ; base exp yield -db $66 ; sprite dimensions +INCBIN "pic/bmon/golem.pic",0,1 ; 66, sprite dimensions dw GolemPicFront dw GolemPicBack ; attacks known at lvl 0 |