diff options
Diffstat (limited to 'src/manager/templeOfDropletsManager.c')
| -rw-r--r-- | src/manager/templeOfDropletsManager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager/templeOfDropletsManager.c b/src/manager/templeOfDropletsManager.c index bdec6a4a..4082f884 100644 --- a/src/manager/templeOfDropletsManager.c +++ b/src/manager/templeOfDropletsManager.c @@ -340,7 +340,7 @@ void TempleOfDropletsManager_Type6_Action2(TempleOfDropletsManager* this) { case PL_STATE_WALK: if (sub_0805A73C(this)) { super->action++; - sub_08004168(&gPlayerEntity.base); + SnapToTile(&gPlayerEntity.base); gPlayerEntity.base.animationState = 4; RequestPriorityDuration((Entity*)this, 600); SetPlayerControl(0xFF); |
