diff options
Diffstat (limited to 'src/playerItem/playerItemDashSword.c')
| -rw-r--r-- | src/playerItem/playerItemDashSword.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/playerItem/playerItemDashSword.c b/src/playerItem/playerItemDashSword.c index ef127535..126d17bb 100644 --- a/src/playerItem/playerItemDashSword.c +++ b/src/playerItem/playerItemDashSword.c @@ -8,7 +8,7 @@ #include "functions.h" #include "player.h" -extern Entity* sub_08008782(Entity*, u32, s32, s32); +extern Entity* DoTileInteractionOffset(Entity*, u32, s32, s32); void PlayerItemDashSword_Action1(Entity* this); void PlayerItemDashSword_Init(Entity* this); @@ -81,7 +81,7 @@ void sub_0801B938(Entity* this) { this->hitbox = (Hitbox*)&gUnk_080B7850[this->animationState >> 1]; ptr = &gUnk_080B7848[(this->animationState >> 1) * 2]; - sub_08008782(this, -(gPlayerState.skills & SKILL_ROCK_BREAKER) != 0, ptr[0], ptr[1]); + DoTileInteractionOffset(this, -(gPlayerState.skills & SKILL_ROCK_BREAKER) != 0, ptr[0], ptr[1]); sub_08078E84(this, &gPlayerEntity.base); } |
