diff options
Diffstat (limited to 'data/baseStats/poliwag.asm')
-rw-r--r-- | data/baseStats/poliwag.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/poliwag.asm b/data/baseStats/poliwag.asm index 8014811e..a4e260ba 100644 --- a/data/baseStats/poliwag.asm +++ b/data/baseStats/poliwag.asm @@ -8,7 +8,7 @@ db WATER ; species type 1 db WATER ; species type 2 db 255 ; catch rate db 77 ; base exp yield -INCBIN "pic/bmon/poliwag.pic",0,1 ; 55, sprite dimensions +INCBIN "gfx/pokemon/front/poliwag.pic",0,1 ; 55, sprite dimensions dw PoliwagPicFront dw PoliwagPicBack ; attacks known at lvl 0 |