diff options
Diffstat (limited to 'data/baseStats/growlithe.asm')
-rw-r--r-- | data/baseStats/growlithe.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/growlithe.asm b/data/baseStats/growlithe.asm index df305636..9bf5e036 100644 --- a/data/baseStats/growlithe.asm +++ b/data/baseStats/growlithe.asm @@ -8,7 +8,7 @@ db FIRE ; species type 1 db FIRE ; species type 2 db 190 ; catch rate db 91 ; base exp yield -INCBIN "pic/bmon/growlithe.pic",0,1 ; 55, sprite dimensions +INCBIN "gfx/pokemon/front/growlithe.pic",0,1 ; 55, sprite dimensions dw GrowlithePicFront dw GrowlithePicBack ; attacks known at lvl 0 |