diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-01-23 23:40:56 +0200 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-01-23 23:40:56 +0200 |
| commit | 425b4afaeb9d3f201b2ec388321cd6e9b2a082e5 (patch) | |
| tree | 8dcdc5c2d8868aef9edf96d73075aa2fc8feb63e /src/enemy/wallMaster2.c | |
| parent | 70e2ef587740bfa159528bc0b160bb89869ad925 (diff) | |
Renaming according to review
Diffstat (limited to 'src/enemy/wallMaster2.c')
| -rw-r--r-- | src/enemy/wallMaster2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enemy/wallMaster2.c b/src/enemy/wallMaster2.c index c8e42f45..2efd2c12 100644 --- a/src/enemy/wallMaster2.c +++ b/src/enemy/wallMaster2.c @@ -125,7 +125,7 @@ void sub_0802CE68(Entity* this) { gPlayerState.field_0xa |= 0x80; gPlayerState.mobility |= 0x80; gPlayerState.flags |= PL_DISABLE_ITEMS; - if (!isEntityWithinDistance(this, gPlayerEntity.x.HALF.HI, gPlayerEntity.y.HALF.HI, 4)) { + if (!EntityWithinDistance(this, gPlayerEntity.x.HALF.HI, gPlayerEntity.y.HALF.HI, 4)) { this->direction = GetFacingDirection(this, &gPlayerEntity); LinearMoveUpdate(this); } |
