diff options
Diffstat (limited to 'data/pokemon/base_stats/poliwrath.asm')
-rw-r--r-- | data/pokemon/base_stats/poliwrath.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/pokemon/base_stats/poliwrath.asm b/data/pokemon/base_stats/poliwrath.asm index 2c3b6bc5..2975365a 100644 --- a/data/pokemon/base_stats/poliwrath.asm +++ b/data/pokemon/base_stats/poliwrath.asm @@ -7,7 +7,7 @@ db 45 ; catch rate db 185 ; base exp - INCBIN "gfx/pokemon/front_yellow/poliwrath.pic", 0, 1 ; sprite dimensions + INCBIN "gfx/pokemon/front/poliwrath.pic", 0, 1 ; sprite dimensions dw PoliwrathPicFront, PoliwrathPicBack db HYPNOSIS, WATER_GUN, DOUBLESLAP, BODY_SLAM ; level 1 learnset |