diff options
Diffstat (limited to 'data/baseStats/geodude.asm')
-rw-r--r-- | data/baseStats/geodude.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/geodude.asm b/data/baseStats/geodude.asm index a47a993a..9ffd1c86 100644 --- a/data/baseStats/geodude.asm +++ b/data/baseStats/geodude.asm @@ -8,7 +8,7 @@ db ROCK ; species type 1 db GROUND ; species type 2 db 255 ; catch rate db 86 ; base exp yield -INCBIN "pic/bmon/geodude.pic",0,1 ; 55, sprite dimensions +INCBIN "gfx/pokemon/front/geodude.pic",0,1 ; 55, sprite dimensions dw GeodudePicFront dw GeodudePicBack ; attacks known at lvl 0 |