diff options
Diffstat (limited to 'data/baseStats/golem.asm')
-rw-r--r-- | 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 28f2a326..b5506372 100644 --- a/data/baseStats/golem.asm +++ b/data/baseStats/golem.asm @@ -8,7 +8,7 @@ db ROCK ; species type 1 db GROUND ; species type 2 db 45 ; catch rate db 177 ; base exp yield -INCBIN "pic/bmon/golem.pic",0,1 ; 66, sprite dimensions +INCBIN "gfx/pokemon/front/golem.pic",0,1 ; 66, sprite dimensions dw GolemPicFront dw GolemPicBack ; attacks known at lvl 0 |