summaryrefslogtreecommitdiff
path: root/src/object/well.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/well.c')
-rw-r--r--src/object/well.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/well.c b/src/object/well.c
index 8b26a476..ed033493 100644
--- a/src/object/well.c
+++ b/src/object/well.c
@@ -40,7 +40,7 @@ void Well_Init(WellEntity* this) {
void Well_Action1(WellEntity* this) {
u32 tileIndex = GetTileType(this->unk_80, 1);
if (tileIndex != 0x407D) {
- sub_08078B48();
+ PausePlayer();
gPlayerEntity.x.WORD = super->x.WORD;
gPlayerEntity.y.HALF.HI = super->y.HALF.HI + 4;
DeleteThisEntity();