diff options
Diffstat (limited to 'data/baseStats/gengar.asm')
-rw-r--r-- | data/baseStats/gengar.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/gengar.asm b/data/baseStats/gengar.asm index 0e3e877c..bdbe5de6 100644 --- a/data/baseStats/gengar.asm +++ b/data/baseStats/gengar.asm @@ -8,7 +8,7 @@ db GHOST ; species type 1 db POISON ; species type 2 db 45 ; catch rate db 190 ; base exp yield -INCBIN "pic/bmon/gengar.pic",0,1 ; 66, sprite dimensions +INCBIN "gfx/pokemon/front/gengar.pic",0,1 ; 66, sprite dimensions dw GengarPicFront dw GengarPicBack ; attacks known at lvl 0 |